Trace number 4094559

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.02? 257.38 257.444

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/graphs/
normalized-graph07_wcsp.wbo
MD5SUMfddb3e21e350e2df5161d1678905aa9f
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5160
Total number of constraints512485
Number of soft constraints512344
Number of constraints which are clauses512344
Number of constraints which are cardinality constraints (but not clauses)141
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 463736
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 146536849
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.
256.82/256.98	terminate called after throwing an instance of 'GlueMiniSat::OutOfMemoryException'
256.82/256.98	c 
256.82/256.98	c *** TERMINATED *** by signal 6
256.82/256.98	s UNKNOWN
256.82/256.98	c _____________________________________________________________________________
256.82/256.98	c 
256.82/256.98	c std/band forms        : 142,0
256.82/256.98	c 2cl/3cl ITE-codings   : 4878,0
256.82/256.98	c BDD/srt/adr Max costs : 85,93862098,0
256.82/256.98	c BDDraw/bin/mul/srt/adr: 141,0,0,1,0
256.82/256.98	c BDD nodes             : 10038
256.82/256.98	c Es1/CC detections     : 0,0
256.82/256.98	c SAT/UNSAT calls       : 0,0
256.82/256.98	c restarts              : 0
256.82/256.98	c conflicts             : 0              (0 /sec)
256.82/256.98	c decisions             : 0              (0 /sec)
256.82/256.98	c propagations          : 0              (0 /sec)
256.82/256.98	c inspects              : 0              (0 /sec)
256.82/256.98	c CPU time (solving tm) : 252.7 s        (0 s)
256.82/256.98	c Time for Opt-base     : 143.8 s
256.82/256.98	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4094559-1466107681/watcher-4094559-1466107681 -o /tmp/evaluation-result-4094559-1466107681/solver-4094559-1466107681 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466105353-16629 --watchdog 1960 naps-1.02 HOME/instance-4094559-1466107681.wbo 

pid=17333
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.30 2.20 2.11 4/176 17336
/proc/meminfo: memFree=29719228/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=6552 CPUtime=0 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 12815268 6709248 221 33554432000 4194304 5796924 140737084116576 140737084115848 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 1638 223 127 392 0 1237 0

[startup+0.100121 s]
/proc/loadavg: 2.30 2.20 2.11 4/176 17336
/proc/meminfo: memFree=29719228/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=12308 CPUtime=0.09 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 1735 0 0 0 9 0 0 0 20 0 1 0 12815268 12603392 1555 33554432000 4194304 5796924 140737084116576 140737084115800 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 3077 1555 130 392 0 2676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12308

[startup+0.200349 s]
/proc/loadavg: 2.30 2.20 2.11 4/176 17336
/proc/meminfo: memFree=29719228/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=15300 CPUtime=0.18 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 2536 0 0 0 18 0 0 0 20 0 1 0 12815268 15667200 2333 33554432000 4194304 5796924 140737084116576 140737084115800 4602800 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 3825 2333 130 392 0 3424 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 15300

[startup+0.300317 s]
/proc/loadavg: 2.30 2.20 2.11 4/176 17336
/proc/meminfo: memFree=29719228/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=18972 CPUtime=0.29 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 3451 0 0 0 28 1 0 0 20 0 1 0 12815268 19427328 3141 33554432000 4194304 5796924 140737084116576 140737084115800 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 4743 3141 130 392 0 4342 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18972

[startup+0.700257 s]
/proc/loadavg: 2.30 2.20 2.11 4/176 17336
/proc/meminfo: memFree=29719228/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=31968 CPUtime=0.68 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 6942 0 0 0 67 1 0 0 20 0 1 0 12815268 32735232 6867 33554432000 4194304 5796924 140737084116576 140737084115800 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 7992 6867 130 392 0 7591 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 31968

[startup+1.50027 s]
/proc/loadavg: 2.30 2.20 2.11 3/177 17337
/proc/meminfo: memFree=29678956/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=60292 CPUtime=1.49 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 13963 0 0 0 146 3 0 0 20 0 1 0 12815268 61739008 13365 33554432000 4194304 5796924 140737084116576 140737084115832 5183584 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 15073 13365 130 392 0 14672 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60292

[startup+3.10024 s]
/proc/loadavg: 2.30 2.20 2.11 3/177 17337
/proc/meminfo: memFree=29642884/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=113524 CPUtime=3.08 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 26410 0 0 0 303 5 0 0 20 0 1 0 12815268 116248576 26312 33554432000 4194304 5796924 140737084116576 140737084115800 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 28381 26312 130 392 0 27980 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 113524

[startup+6.30025 s]
/proc/loadavg: 2.28 2.19 2.11 3/177 17337
/proc/meminfo: memFree=29529920/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=240640 CPUtime=6.29 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 50339 0 0 0 618 11 0 0 20 0 1 0 12815268 246415360 53776 33554432000 4194304 5796924 140737084116576 140737084115912 5087488 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 60160 53776 131 392 0 59759 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 240640

[startup+12.7003 s]
/proc/loadavg: 2.26 2.19 2.10 4/177 17337
/proc/meminfo: memFree=29277032/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=507064 CPUtime=12.69 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 132736 0 0 0 1246 23 0 0 20 0 1 0 12815268 519233536 110046 33554432000 4194304 5796924 140737084116576 140737084111240 5087650 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 126766 110046 150 392 0 126365 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 507064

[startup+25.5004 s]
/proc/loadavg: 2.27 2.19 2.11 3/177 17337
/proc/meminfo: memFree=29276236/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=507064 CPUtime=25.49 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 132736 0 0 0 2526 23 0 0 20 0 1 0 12815268 519233536 110046 33554432000 4194304 5796924 140737084116576 140737084111160 5087643 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 126766 110046 150 392 0 126365 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 507064

[startup+51.1004 s]
/proc/loadavg: 2.24 2.19 2.11 3/177 17338
/proc/meminfo: memFree=29276064/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=507064 CPUtime=51.08 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 132736 0 0 0 5085 23 0 0 20 0 1 0 12815268 519233536 110046 33554432000 4194304 5796924 140737084116576 140737084111160 4806736 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 126766 110046 150 392 0 126365 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 507064

[startup+102.3 s]
/proc/loadavg: 2.26 2.21 2.11 4/177 17339
/proc/meminfo: memFree=25688628/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=507980 CPUtime=102.28 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 132973 0 0 0 10205 23 0 0 20 0 1 0 12815268 520171520 110283 33554432000 4194304 5796924 140737084116576 140737084111160 5087494 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 126995 110283 150 392 0 126594 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 507980

[startup+162.3 s]
/proc/loadavg: 2.19 2.20 2.11 3/178 17343
/proc/meminfo: memFree=17692512/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=1557272 CPUtime=162.27 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 245039 0 0 0 16173 54 0 0 20 0 1 0 12815268 1594646528 346926 33554432000 4194304 5796924 140737084116576 140737084111448 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 389318 346926 157 392 0 388917 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 1557272

[startup+222.307 s]
/proc/loadavg: 2.22 2.20 2.12 3/177 17389
/proc/meminfo: memFree=22744184/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=6471464 CPUtime=222.25 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 699849 0 0 0 22015 210 0 0 20 0 1 0 12815268 6626779136 1596520 33554432000 4194304 5796924 140737084116576 140737084109800 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 1617866 1596520 157 392 0 1617465 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 6471464

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17336 sig 9
??? kill -17336 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+230.4 s]
/proc/loadavg: 2.18 2.20 2.12 3/177 17389
/proc/meminfo: memFree=21290524/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=8804912 CPUtime=230.34 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 758524 0 0 0 22790 244 0 0 20 0 1 0 12815268 9016229888 1995317 33554432000 4194304 5796924 140737084116576 140737084097240 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 2201228 1995318 157 392 0 2200827 0
Current children cumulated CPU time (s) 230.34
Current children cumulated vsize (KiB) 8804912

[startup+243.207 s]
/proc/loadavg: 2.22 2.20 2.12 3/177 17390
/proc/meminfo: memFree=17920124/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=12403428 CPUtime=243.14 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 960205 0 0 0 23985 329 0 0 20 0 1 0 12815268 12701110272 2805253 33554432000 4194304 5796924 140737084116576 140737084107816 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 3100857 2805254 157 392 0 3100456 0
Current children cumulated CPU time (s) 243.14
Current children cumulated vsize (KiB) 12403428

[startup+249.6 s]
/proc/loadavg: 2.20 2.20 2.12 3/177 17390
/proc/meminfo: memFree=16784308/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=14533020 CPUtime=249.53 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 1055571 0 0 0 24579 374 0 0 20 0 1 0 12815268 14881812480 3146964 33554432000 4194304 5796924 140737084116576 140737084082648 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 3633255 3146965 157 392 0 3632854 0
Current children cumulated CPU time (s) 249.53
Current children cumulated vsize (KiB) 14533020

[startup+252.8 s]
/proc/loadavg: 2.20 2.20 2.12 3/177 17390
/proc/meminfo: memFree=15981408/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=14764680 CPUtime=252.73 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 1113804 0 0 0 24882 391 0 0 20 0 1 0 12815268 15119032320 3333969 33554432000 4194304 5796924 140737084116576 140737084085288 4564240 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 3691170 3334481 157 392 0 3690769 0
Current children cumulated CPU time (s) 252.73
Current children cumulated vsize (KiB) 14764680

[startup+256 s]
/proc/loadavg: 2.18 2.20 2.12 3/177 17390
/proc/meminfo: memFree=15274072/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=14963604 CPUtime=255.93 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 1164304 0 0 0 25185 408 0 0 20 0 1 0 12815268 15322730496 3493312 33554432000 4194304 5796924 140737084116576 140737084089816 5095032 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 3740901 3493312 157 392 0 3740500 0
Current children cumulated CPU time (s) 255.93
Current children cumulated vsize (KiB) 14963604

[startup+256.8 s]
/proc/loadavg: 2.18 2.20 2.12 3/177 17390
/proc/meminfo: memFree=15065800/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=15484212 CPUtime=256.72 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202496 1181536 0 0 0 25256 416 0 0 20 0 1 0 12815268 15855833088 3554490 33554432000 4194304 5796924 140737084116576 140737084082552 5151925 0 0 4096 17954 0 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 3871053 3554490 157 392 0 3870652 0
Current children cumulated CPU time (s) 256.72
Current children cumulated vsize (KiB) 15484212

[startup+257.2 s]
/proc/loadavg: 2.18 2.20 2.12 3/177 17390
/proc/meminfo: memFree=15065800/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=0 CPUtime=257.12 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202500 1183144 0 0 0 25271 441 0 0 20 0 1 0 12815268 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 257.12
Current children cumulated vsize (KiB) 0

[startup+257.4 s]
/proc/loadavg: 2.18 2.20 2.12 4/177 17390
/proc/meminfo: memFree=26556188/32872528 swapFree=17100/1797424
[pid=17336] ppid=17333 vsize=0 CPUtime=257.33 cores=0,2,4,6
/proc/17336/stat : 17336 (naps-1.02) R 17333 17336 15996 0 -1 4202500 1183144 0 0 0 25271 462 0 0 20 0 1 0 12815268 0 0 33554432000 0 0 0 0 0 0 32 4096 17954 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/17336/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 257.33
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 257.444
CPU time (s): 257.38
CPU user time (s): 252.719
CPU system time (s): 4.66129
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 15846252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.719
system time used= 4.66129
maximum resident set size= 14287744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1183144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41
involuntary context switches= 389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.679896 second user time and 0.968852 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-16 22:08:01
IDJOB=4094559
IDBENCH=79643
IDSOLVER=2554
FILE ID=node123/4094559-1466107681
RUNJOBID= node123-1466105353-16629
PBS_JOBID= 19904045
Free space on /tmp= 71600 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/graphs/normalized-graph07_wcsp.wbo
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4094559-1466107681/watcher-4094559-1466107681 -o /tmp/evaluation-result-4094559-1466107681/solver-4094559-1466107681 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466105353-16629 --watchdog 1960  naps-1.02 HOME/instance-4094559-1466107681.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= fddb3e21e350e2df5161d1678905aa9f
RANDOM SEED=1506427858

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.791
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29720368 kB
Buffers:           50216 kB
Cached:           149368 kB
SwapCached:         2184 kB
Active:           541928 kB
Inactive:         104208 kB
Active(anon):     447080 kB
Inactive(anon):     1392 kB
Active(file):      94848 kB
Inactive(file):   102816 kB
Unevictable:     1797424 kB
Mlocked:           17100 kB
SwapTotal:      67108856 kB
SwapFree:       67099016 kB
Dirty:             19412 kB
Writeback:             0 kB
AnonPages:       2246608 kB
Mapped:             7692 kB
Shmem:                 0 kB
Slab:             569640 kB
SReclaimable:      14064 kB
SUnreclaim:       555576 kB
KernelStack:        1448 kB
PageTables:         8124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2426036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1916928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71580 MiB
End job on node123 at 2016-06-16 22:12:19