Trace number 4079073

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 157.217 157.252

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
MD5SUM64d4edb5594d01918b916e348b224fe7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084308654416646809277848400271660251117497592779
Number of bits of the biggest sum of numbers211
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 2016-06-06T23:15:24+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079073-1465247724.opb"]
0.00/0.01	c use --random-gen="632932355 3036518712 996146739 3097218605 661372909 3373123831 2256500729 1017786180 3055739836 3463960340 167944867 3397271043 3860963069 1230227848 2044214206 2035949094 2734920082 707326602 1708689260 1448468944 2148597252 2532854647 868997711 3310405708 4174729576 3985156658 1588452955 3707936089 801174915 1108957783 3986866602 1497665100 3996367901 3538464353 2074775725 3353431613 876424522 3468091284 1545616234 1921265555 3875641722 3987302973 1007278753 480321996 3119085118 2174478981 2699799579 1303590601 3929593283 3853254707 1421151999 1493455611 719601512 3584817107 1702381484 677150718 3162593638 881028497 1816473485 446956173 1681813892 2241230593 3773852778 3449297869 4117619413 2869147516 3663357220 2627046894 3238182797 3980552383 983238266 559482819 1978087137 2570575844 2556844205 1333859923 3075710481 2103736025 2312818995 3615798617 1843127120 3301321569 631189005 4122618031 3435984165 3834520819 3562699761 2803308439 2443318215 2995926308 509523734 2048621696 656491002 2084857031 2060793854 701470852 6158525 2387113857 3609088493 2029087127 2963973305 1968228490 3542612241 3701232493 3938263130 3543165856 2864926363 2557030513 888094869 3110938692 2237726524 2910350479 4032627397 2840095588 1554716616 35176877 997114225 4282362870 4062392777 1339537440 2679619857 752665163 2038032755 1230392749 1282164489 3737912068 1321305922 87489146 766435907 1677027570 1765287779 539159748 429806753 2305228470 3877539480 1566497597 1356408824 1503327102 1349626960 3926523288 1613503784 2496257481 1055116566 2463215542 1582687260 2041325989 2797659958 3077744040 1051532253 3368496478 1529089210 3191642320 3369824558 3463787931 2813941034 2156291140 4008010898 4114879096 4022966964 1242819172 943228538 3390447735 2522315587 2697224460 2599827785 1252892241 1045082558 2449245438 3119997781 1524749554 1145007970 1930969822 3244924314 2665702531 1028521759 1539040120 2923805043 784702398 52629923 2173350958 4292006826 1273663497 558120739 4086368352 1410510189 3858258682 283514738 1934576776 3708044790 3129694218 3562865597 2458205861 779655738 344975753 3260548291 2866154155 2903822430 3324375848 4066684939 1448255660 1524089480 1731029926 2021593580 2034207981 2789273194 647164139 4291046324 2578957006 2479863138 1002918990 3267217321 1950728817 1284354507 3686617964 2711020545 2576232793 1107397611 46096787 333151381 3445974130 99378110 2701661413 2058019336 2165568134 1809754931 3090089029 1057651959 3010438839 663570962 438211569 3495472304 840949581 1209862582 3588280259 1901338773 2267483279 3822999575 1017335142 2509228681 2659345794 2023679507 3084092033 1259686686 4095808348 1495148298 1238524192 3435987978 1902206356 2455595378 2430827565 3989425463 1032469726 2172851136 4053880188 3587411974 323823508 255 362436" option to reproduce the execution
0.19/0.23	c #vars 10151
0.19/0.23	c #constraints 29821

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-4079073-1465247724/watcher-4079073-1465247724 -o /tmp/evaluation-result-4079073-1465247724/solver-4079073-1465247724 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465219870-1858 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079073-1465247724.opb 

pid=6225
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.04 2.10 2.08 3/179 6228
/proc/meminfo: memFree=30257376/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=669116 CPUtime=0 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 2485 0 0 0 0 0 0 0 20 0 4 0 106707394 685174784 3357 33554432000 4194304 16246674 140736235126416 140736235125840 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6228/statm: 168047 3367 441 2943 0 164941 0
[pid=6228/tid=6229] ppid=6225 vsize=686524 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 703000576 3425 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=691644 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 708243456 3445 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=695740 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106707394 712437760 3461 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0

[startup+0.100206 s]
/proc/loadavg: 2.04 2.10 2.08 3/179 6228
/proc/meminfo: memFree=30257376/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=1294916 CPUtime=0.09 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 26799 0 0 0 5 4 0 0 20 0 4 0 106707394 1325993984 27610 33554432000 4194304 16246674 140736235126416 140736235125728 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6228/statm: 325009 27628 800 2943 0 321903 0
[pid=6228/tid=6229] ppid=6225 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 1332285440 27635 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 1332285440 27643 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 1332285440 27653 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1294916

[startup+0.200505 s]
/proc/loadavg: 2.04 2.10 2.08 3/179 6228
/proc/meminfo: memFree=30257376/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 48788 0 0 0 11 8 0 0 20 0 4 0 106707394 1344868352 50109 33554432000 4194304 16246674 140736235126416 140736235125728 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6228/statm: 328337 50116 800 2943 0 325231 0
[pid=6228/tid=6229] ppid=6225 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 1344868352 50120 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 1344868352 50125 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 1344868352 50129 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300473 s]
/proc/loadavg: 2.04 2.10 2.08 3/179 6228
/proc/meminfo: memFree=30257376/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 49202 0 0 0 21 8 0 0 20 0 4 0 106707394 1345916928 50523 33554432000 4194304 16246674 140736235126416 140736235125728 13934341 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6228/statm: 328593 50523 834 2943 0 325487 0
[pid=6228/tid=6229] ppid=6225 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 1345916928 50523 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 1345916928 50523 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 1345916928 50523 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700405 s]
/proc/loadavg: 2.04 2.10 2.08 3/179 6228
/proc/meminfo: memFree=30257376/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=1322564 CPUtime=0.69 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 90770 0 0 0 54 15 0 0 20 0 4 0 106707394 1354305536 92091 33554432000 4194304 16246674 140736235126416 140736235125728 13767180 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6228/statm: 330641 92091 845 2943 0 327535 0
[pid=6228/tid=6229] ppid=6225 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 1354305536 92091 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 1354305536 92091 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 1354305536 92091 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1322564

[startup+1.50039 s]
/proc/loadavg: 2.04 2.10 2.08 3/183 6232
/proc/meminfo: memFree=29850292/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=1322564 CPUtime=1.48 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 149831 0 0 0 126 22 0 0 20 0 4 0 106707394 1354305536 151152 33554432000 4194304 16246674 140736235126416 140736235108288 12484149 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6228/statm: 330641 151155 845 2943 0 327535 0
[pid=6228/tid=6229] ppid=6225 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 1354305536 151157 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 1354305536 151159 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 1354305536 151160 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1322564

[startup+3.1004 s]
/proc/loadavg: 2.04 2.10 2.08 3/183 6232
/proc/meminfo: memFree=29213800/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=1577540 CPUtime=3.09 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 334841 0 0 0 262 47 0 0 20 0 4 0 106707394 1615400960 336162 33554432000 4194304 16246674 140736235126416 140736235125728 12494279 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6228/statm: 394385 336162 846 2943 0 391279 0
[pid=6228/tid=6229] ppid=6225 vsize=1577540 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 1615400960 336162 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=1577540 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 1615400960 336162 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=1577540 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 1615400960 336162 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1577540

[startup+6.30035 s]
/proc/loadavg: 2.11 2.12 2.09 4/183 6232
/proc/meminfo: memFree=28911896/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=1577540 CPUtime=6.29 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 335017 0 0 0 582 47 0 0 20 0 4 0 106707394 1615400960 336338 33554432000 4194304 16246674 140736235126416 140736235108288 12496404 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6228/statm: 394385 336338 846 2943 0 391279 0
[pid=6228/tid=6229] ppid=6225 vsize=1577540 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 1615400960 336338 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=1577540 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 1615400960 336338 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=1577540 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 1615400960 336338 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1577540

[startup+12.7004 s]
/proc/loadavg: 2.10 2.11 2.09 3/183 6232
/proc/meminfo: memFree=28248040/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=2241092 CPUtime=12.69 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 500905 0 0 0 1200 69 0 0 20 0 4 0 106707394 2294878208 502226 33554432000 4194304 16246674 140736235126416 140736235125592 13781905 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6228/statm: 560273 502226 846 2943 0 557167 0
[pid=6228/tid=6229] ppid=6225 vsize=2241092 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 2294878208 502226 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=2241092 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 2294878208 502226 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=2241092 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 2294878208 502226 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2241092

[startup+25.5005 s]
/proc/loadavg: 2.08 2.11 2.09 3/183 6232
/proc/meminfo: memFree=26113072/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=4373060 CPUtime=25.48 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 1033897 0 0 0 2406 142 0 0 20 0 4 0 106707394 4478013440 1035218 33554432000 4194304 16246674 140736235126416 140736235125512 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6228/statm: 1093265 1035218 846 2943 0 1090159 0
[pid=6228/tid=6229] ppid=6225 vsize=4373060 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 4478013440 1035218 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=4373060 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 4478013440 1035218 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=4373060 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 4478013440 1035218 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4373060

[startup+51.1005 s]
/proc/loadavg: 2.05 2.10 2.08 4/183 6232
/proc/meminfo: memFree=21595724/32872528 swapFree=13604/559352
[pid=6228] ppid=6225 vsize=8881732 CPUtime=51.08 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 2161067 0 0 0 4815 293 0 0 20 0 4 0 106707394 9094893568 2162388 33554432000 4194304 16246674 140736235126416 140736235125592 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6228/statm: 2220433 2162388 846 2943 0 2217327 0
[pid=6228/tid=6229] ppid=6225 vsize=8881732 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 9094893568 2162388 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=8881732 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 9094893568 2162388 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=8881732 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 9094893568 2162388 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8881732

[startup+102.3 s]
/proc/loadavg: 2.11 2.11 2.09 3/183 6233
/proc/meminfo: memFree=16952160/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=13448772 CPUtime=102.28 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 3302833 0 0 0 9780 448 0 0 20 0 4 0 106707394 13771542528 3304154 33554432000 4194304 16246674 140736235126416 140736235124352 14014108 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6228/statm: 3362193 3304154 851 2943 0 3359087 0
[pid=6228/tid=6229] ppid=6225 vsize=13448772 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 13771542528 3304154 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=13448772 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 13771542528 3304154 33554432000 4194304 16246674 140736235126416 139765617765392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=13448772 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 13771542528 3304154 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13448772



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+156.4 s]
/proc/loadavg: 2.04 2.09 2.08 3/183 6234
/proc/meminfo: memFree=14576796/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=15881796 CPUtime=156.36 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) R 6225 6228 1842 0 -1 4202496 3910991 0 0 0 15098 538 0 0 20 0 4 0 106707394 16262959104 3912312 33554432000 4194304 16246674 140736235126416 140736235125512 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6228/statm: 3970449 3912312 851 2943 0 3967343 0
[pid=6228/tid=6229] ppid=6225 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) S 6225 6228 1842 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106707394 16262959104 3912312 33554432000 4194304 16246674 140736235126416 139765697457392 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 0 0 0 0 0 0
[pid=6228/tid=6230] ppid=6225 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6230/stat : 6230 (toysat) S 6225 6228 1842 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 4 0 106707394 16262959104 3912312 33554432000 4194304 16246674 140736235126416 139765617765616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 2 0 0 0 0 0
[pid=6228/tid=6231] ppid=6225 vsize=15881796 CPUtime=0 cores=0,2,4,6
/proc/6228/task/6231/stat : 6231 (toysat) S 6225 6228 1842 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 106707394 16262959104 3912312 33554432000 4194304 16246674 140736235126416 139765607292080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 156.36
Current children cumulated vsize (KiB) 15881796

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+156.8 s]
/proc/loadavg: 2.04 2.09 2.08 3/183 6234
/proc/meminfo: memFree=14576796/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=0 CPUtime=156.76 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) Z 6225 6228 1842 0 -1 4203532 3911357 0 0 0 15098 578 0 0 20 0 2 0 106707394 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6228/statm: 0 0 0 0 0 0 0
[pid=6228/tid=6229] ppid=6225 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) R 6225 6228 1842 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 106707394 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 156.76
Current children cumulated vsize (KiB) 0

[startup+157.2 s]
/proc/loadavg: 2.04 2.09 2.08 3/183 6234
/proc/meminfo: memFree=14576796/32872528 swapFree=13600/559348
[pid=6228] ppid=6225 vsize=0 CPUtime=157.16 cores=0,2,4,6
/proc/6228/stat : 6228 (toysat) Z 6225 6228 1842 0 -1 4203532 3911357 0 0 0 15098 618 0 0 20 0 2 0 106707394 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6228/statm: 0 0 0 0 0 0 0
[pid=6228/tid=6229] ppid=6225 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/6228/task/6229/stat : 6229 (toysat) R 6225 6228 1842 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 106707394 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 157.16
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 157.252
CPU time (s): 157.217
CPU user time (s): 150.989
CPU system time (s): 6.22805
CPU usage (%): 99.9776
Max. virtual memory (cumulated for all children) (KiB): 15881796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.989
system time used= 6.22805
maximum resident set size= 15650712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3911357
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= 55
involuntary context switches= 208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.430934 second user time and 0.579911 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-06 23:15:24
IDJOB=4079073
IDBENCH=3003
IDSOLVER=2542
FILE ID=node106/4079073-1465247724
RUNJOBID= node106-1465219870-1858
PBS_JOBID= 19843217
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079073-1465247724/watcher-4079073-1465247724 -o /tmp/evaluation-result-4079073-1465247724/solver-4079073-1465247724 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1465219870-1858 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079073-1465247724.opb

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

MD5SUM BENCH= 64d4edb5594d01918b916e348b224fe7
RANDOM SEED=1085423315

node106.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.775
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.55
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.775
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.775
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.775
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.55
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.775
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.64
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.775
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.775
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.55
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.775
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:        30257780 kB
Buffers:           51604 kB
Cached:           160008 kB
SwapCached:         1844 kB
Active:          1235400 kB
Inactive:         116412 kB
Active(anon):    1141064 kB
Inactive(anon):     1280 kB
Active(file):      94336 kB
Inactive(file):   115132 kB
Unevictable:      559348 kB
Mlocked:           13600 kB
SwapTotal:      67108856 kB
SwapFree:       67098536 kB
Dirty:             17468 kB
Writeback:             0 kB
AnonPages:       1794576 kB
Mapped:            10772 kB
Shmem:                 0 kB
Slab:             569284 kB
SReclaimable:      13496 kB
SUnreclaim:       555788 kB
KernelStack:        1496 kB
PageTables:         7600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1841108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 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= 71696 MiB
End job on node106 at 2016-06-06 23:18:02