Trace number 4103901

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) 166.246 166.282

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-gesa2.opb
MD5SUMd54c9cafd39211d62b9a499b6053d79b
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4538154438494
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6757511815433
Optimality of the best value was proved NO
Number of variables19344
Total number of constraints1824
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1776
Minimum length of a constraint2
Maximum length of a constraint309
Number of terms in the objective function 13488
Biggest coefficient in the objective function 418848431931392
Number of bits for the biggest coefficient in the objective function 49
Sum of the numbers in the objective function 180205740755072640
Number of bits of the sum of numbers in the objective function 58
Biggest number in a constraint 418848431931392
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 180205740755072640
Number of bits of the biggest sum of numbers58
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-18T10:44:21+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-4103901-1466239461.opb"]
0.00/0.01	c use --random-gen="931353925 410746221 1762054333 3524173065 1500294058 13428130 193261684 4289470932 4177221588 4149908333 1332814940 2074159770 4220760321 1179816587 149379731 1538914489 162173008 2057985707 3019594135 430633356 976117421 2447058661 1103422580 2389636991 2746251281 631166526 1070923867 2859672116 3504929386 2534814072 1649170618 3796093068 483614934 2796753099 2975765518 2089855981 3688352680 953704612 195214999 1080918570 1129735608 2073215359 2407358538 540636934 103296773 1885766735 1671607301 2744525122 3654697993 1374397494 1624919123 1220835550 2732549373 4193525506 3865941179 449325022 307582732 2880120559 377900149 1103339399 2592444234 312519011 507722966 2842310807 963322777 2546367217 1242410155 2994870007 1331833914 2638634025 1435744002 1657789540 2084288180 914318037 3766460331 448812666 3470475322 3818610976 1929798995 218270400 3092127781 2563484071 735461511 1009076896 272989081 110248008 2184908527 2971208604 1652268345 1181685680 1554065654 881147706 1957308557 3006544312 2071895816 451062259 1371236240 2238538898 1681789094 1970119912 467324886 1659498133 1540139991 1811265660 2499290629 1179034776 2795522335 1604973283 742617277 3712486622 1445852114 443642251 2779871570 1458333853 517899998 813849529 1421810651 3869420605 3414064897 3253955498 7507986 944841607 3432325389 116962366 2152484866 2261380128 4268797857 1379986661 2013665239 2517763564 4131890253 1692498981 1999684296 994621119 1022534823 2603751539 299148078 577367710 580734368 2014206118 3067561238 283560806 3874305890 3527476191 2143530817 4123366303 1104400152 1851531605 2924904920 2987383026 233818653 3635057760 3377448001 1526127823 2757028048 2313559745 2587900421 412809330 258192461 4098029078 3988028673 3489543897 3489015374 755915905 2556109168 1275239160 1185211908 2037985974 365762426 3388923865 2081636572 1268518915 3298078962 4180108388 682725058 4156578503 3937454852 2858959671 3482989829 2844126660 851829113 1177276301 3154608052 2160237387 3457080098 3370676 3265615145 1939070310 3459256084 3809196466 3757690887 23664977 761284627 3343181624 1497667638 2152667510 3583149359 1737722632 1941374842 1544975899 1940266066 1410140288 1486281359 3227189413 3232797615 2295475864 403221339 4215134424 3331303460 849548554 423321182 3117082576 3386649278 3363486989 2597651958 1935013672 527781579 2046500368 116371262 1724833018 2214175122 2097133906 1322300486 3473671496 2182476010 2392550731 649953355 484247943 4097469990 2280955815 525356393 3410836677 4126290186 3865071396 3715957733 3534247928 1037725382 1952697189 4228191784 1065261099 4177967326 1226340971 3030524513 4227488447 1696378748 1604387462 1843818905 4063947988 317208590 16041018 2360809667 1033485984 3648780865 1680876748 2225331055 142023093 255 362436" option to reproduce the execution
0.08/0.17	c #vars 19344
0.08/0.17	c #constraints 1824

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

pid=6120
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.12 2.15 2.09 4/179 6123
/proc/meminfo: memFree=30195264/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 736 0 0 0 0 0 0 0 20 0 4 0 25995371 246870016 1608 33554432000 4194304 16246674 140737412525712 140737412525136 14999975 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 60271 1612 426 2943 0 57165 0
[pid=6123/tid=6124] ppid=6120 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 246870016 1637 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 246870016 1645 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=241084 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 246870016 1651 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100167 s]
/proc/loadavg: 2.12 2.15 2.09 4/179 6123
/proc/meminfo: memFree=30195264/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=1304132 CPUtime=0.08 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 29466 0 0 0 4 4 0 0 20 0 4 0 25995371 1335431168 30276 33554432000 4194304 16246674 140737412525712 140737412525024 7369730 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 326033 30292 800 2943 0 322927 0
[pid=6123/tid=6124] ppid=6120 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 1335431168 30302 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 1335431168 30314 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 1335431168 30324 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1304132

[startup+0.20052 s]
/proc/loadavg: 2.12 2.15 2.09 4/179 6123
/proc/meminfo: memFree=30195264/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=1311300 CPUtime=0.18 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 43024 0 0 0 12 6 0 0 20 0 4 0 25995371 1342771200 44345 33554432000 4194304 16246674 140737412525712 140737412525024 13763657 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 327825 44345 834 2943 0 324719 0
[pid=6123/tid=6124] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 44345 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 44345 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 44345 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 1311300

[startup+0.300442 s]
/proc/loadavg: 2.12 2.15 2.09 4/179 6123
/proc/meminfo: memFree=30195264/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=1311300 CPUtime=0.28 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 50022 0 0 0 21 7 0 0 20 0 4 0 25995371 1342771200 51344 33554432000 4194304 16246674 140737412525712 140737412525024 12449130 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 327825 51359 840 2943 0 324719 0
[pid=6123/tid=6124] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 51368 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 51377 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 51386 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1311300

[startup+0.700403 s]
/proc/loadavg: 2.12 2.15 2.09 4/179 6123
/proc/meminfo: memFree=30195264/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=1311300 CPUtime=0.69 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 146622 0 0 0 48 21 0 0 20 0 4 0 25995371 1342771200 147944 33554432000 4194304 16246674 140737412525712 140737412525024 12654533 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 327825 147958 840 2943 0 324719 0
[pid=6123/tid=6124] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 147967 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 147976 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 1342771200 147985 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1311300

[startup+1.5004 s]
/proc/loadavg: 2.12 2.15 2.09 3/183 6127
/proc/meminfo: memFree=29192596/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=1454660 CPUtime=1.48 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 304062 0 0 0 108 40 0 0 20 0 4 0 25995371 1489571840 305383 33554432000 4194304 16246674 140737412525712 140737412507584 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 363665 305389 841 2943 0 360559 0
[pid=6123/tid=6124] ppid=6120 vsize=1454660 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 1489571840 305392 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=1454660 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 1489571840 305395 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=1454660 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 1489571840 305398 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1454660

[startup+3.1004 s]
/proc/loadavg: 2.12 2.15 2.09 3/183 6127
/proc/meminfo: memFree=28918604/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=1508932 CPUtime=3.08 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 317856 0 0 0 266 42 0 0 20 0 4 0 25995371 1545146368 319177 33554432000 4194304 16246674 140737412525712 140737412507584 4207051 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 377233 319177 841 2943 0 374127 0
[pid=6123/tid=6124] ppid=6120 vsize=1508932 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 1545146368 319177 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=1508932 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 1545146368 319177 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=1508932 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 1545146368 319177 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1508932

[startup+6.30036 s]
/proc/loadavg: 2.11 2.15 2.09 3/183 6127
/proc/meminfo: memFree=28906212/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=1522244 CPUtime=6.29 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 321184 0 0 0 586 43 0 0 20 0 4 0 25995371 1558777856 322505 33554432000 4194304 16246674 140737412525712 140737412523520 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 380561 322505 841 2943 0 377455 0
[pid=6123/tid=6124] ppid=6120 vsize=1522244 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 1558777856 322505 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=1522244 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 1558777856 322505 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=1522244 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 1558777856 322505 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1522244

[startup+12.7003 s]
/proc/loadavg: 2.10 2.14 2.09 3/183 6127
/proc/meminfo: memFree=27677672/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=2748996 CPUtime=12.68 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 627872 0 0 0 1184 84 0 0 20 0 4 0 25995371 2814971904 629193 33554432000 4194304 16246674 140737412525712 140737412524808 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 687249 629193 841 2943 0 684143 0
[pid=6123/tid=6124] ppid=6120 vsize=2748996 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 2814971904 629193 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=2748996 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 2814971904 629193 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=2748996 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 2814971904 629193 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2748996

[startup+25.5004 s]
/proc/loadavg: 2.16 2.15 2.09 3/183 6127
/proc/meminfo: memFree=25158788/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=5265988 CPUtime=25.49 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 1256982 0 0 0 2380 169 0 0 20 0 4 0 25995371 5392371712 1258303 33554432000 4194304 16246674 140737412525712 140737412524376 13883727 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 1316497 1258303 842 2943 0 1313391 0
[pid=6123/tid=6124] ppid=6120 vsize=5265988 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 5392371712 1258303 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=5265988 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 5392371712 1258303 33554432000 4194304 16246674 140737412525712 140407662943248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=5265988 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 5392371712 1258303 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5265988

[startup+51.1003 s]
/proc/loadavg: 2.10 2.14 2.09 3/183 6127
/proc/meminfo: memFree=21248416/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=9166404 CPUtime=51.08 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 2232228 0 0 0 4809 299 0 0 20 0 4 0 25995371 9386397696 2233549 33554432000 4194304 16246674 140737412525712 140737412524808 4220530 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 2291601 2233549 842 2943 0 2288495 0
[pid=6123/tid=6124] ppid=6120 vsize=9166404 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 9386397696 2233549 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=9166404 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 9386397696 2233549 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=9166404 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 9386397696 2233549 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9166404

[startup+102.3 s]
/proc/loadavg: 2.09 2.13 2.09 3/183 6128
/proc/meminfo: memFree=16326360/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=14077508 CPUtime=102.28 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 3460010 0 0 0 9759 469 0 0 20 0 4 0 25995371 14415368192 3461331 33554432000 4194304 16246674 140737412525712 140737412523648 14014083 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 3519377 3461331 847 2943 0 3516271 0
[pid=6123/tid=6124] ppid=6120 vsize=14077508 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 14415368192 3461331 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=14077508 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 14415368192 3461331 33554432000 4194304 16246674 140737412525712 140407662943248 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=14077508 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 14415368192 3461331 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 14077508

[startup+162.3 s]
/proc/loadavg: 2.20 2.15 2.10 4/183 6129
/proc/meminfo: memFree=15698892/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=14837316 CPUtime=162.27 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 3649755 0 0 0 15723 504 0 0 20 0 4 0 25995371 15193411584 3651076 33554432000 4194304 16246674 140737412525712 140737412524808 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 3709329 3651076 847 2943 0 3706223 0
[pid=6123/tid=6124] ppid=6120 vsize=14837316 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 15193411584 3651076 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=14837316 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 15193411584 3651076 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=14837316 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 15193411584 3651076 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 14837316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+165.4 s]
/proc/loadavg: 2.19 2.15 2.09 3/183 6129
/proc/meminfo: memFree=14584256/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=15899204 CPUtime=165.36 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) R 6120 6123 1377 0 -1 4202496 3915179 0 0 0 15992 544 0 0 20 0 4 0 25995371 16280784896 3916500 33554432000 4194304 16246674 140737412525712 140737412524808 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 3974801 3916510 847 2943 0 3971695 0
[pid=6123/tid=6124] ppid=6120 vsize=15899204 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6124/stat : 6124 (toysat) S 6120 6123 1377 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25995372 16280784896 3916512 33554432000 4194304 16246674 140737412525712 140407673433328 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=15899204 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) S 6120 6123 1377 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25995372 16280784896 3916512 33554432000 4194304 16246674 140737412525712 140407662943472 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6123/tid=6126] ppid=6120 vsize=15899204 CPUtime=0 cores=0,2,4,6
/proc/6123/task/6126/stat : 6126 (toysat) S 6120 6123 1377 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25995372 16280784896 3916512 33554432000 4194304 16246674 140737412525712 140407581174960 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 165.36
Current children cumulated vsize (KiB) 15899204

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 6123 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+165.8 s]
/proc/loadavg: 2.19 2.15 2.09 3/183 6129
/proc/meminfo: memFree=14584256/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=0 CPUtime=165.77 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) Z 6120 6123 1377 0 -1 4203532 3915648 0 0 0 15993 584 0 0 20 0 2 0 25995371 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 0 0 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) R 6120 6123 1377 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 25995372 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 165.77
Current children cumulated vsize (KiB) 0

[startup+166.2 s]
/proc/loadavg: 2.19 2.15 2.09 3/183 6129
/proc/meminfo: memFree=14584256/32872528 swapFree=681964/737152
[pid=6123] ppid=6120 vsize=0 CPUtime=166.17 cores=0,2,4,6
/proc/6123/stat : 6123 (toysat) Z 6120 6123 1377 0 -1 4203532 3915648 0 0 0 15993 624 0 0 20 0 2 0 25995371 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6123/statm: 0 0 0 0 0 0 0
[pid=6123/tid=6125] ppid=6120 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/6123/task/6125/stat : 6125 (toysat) R 6120 6123 1377 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 25995372 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 166.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 166.282
CPU time (s): 166.246
CPU user time (s): 159.931
CPU system time (s): 6.31504
CPU usage (%): 99.9783
Max. virtual memory (cumulated for all children) (KiB): 15899204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.931
system time used= 6.31504
maximum resident set size= 15667876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3915648
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= 61
involuntary context switches= 171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.449931 second user time and 0.658899 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 10:44:21
IDJOB=4103901
IDBENCH=2500
IDSOLVER=2542
FILE ID=node112/4103901-1466239461
RUNJOBID= node112-1466206100-1394
PBS_JOBID= 19918164
Free space on /tmp= 71696 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-gesa2.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103901-1466239461/watcher-4103901-1466239461 -o /tmp/evaluation-result-4103901-1466239461/solver-4103901-1466239461 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466206100-1394 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103901-1466239461.opb

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

MD5SUM BENCH= d54c9cafd39211d62b9a499b6053d79b
RANDOM SEED=957053435

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.55
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.734
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.55
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30195528 kB
Buffers:           25268 kB
Cached:            92200 kB
SwapCached:         2288 kB
Active:          1158716 kB
Inactive:          44588 kB
Active(anon):    1085384 kB
Inactive(anon):     2416 kB
Active(file):      73332 kB
Inactive(file):    42172 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67093596 kB
Dirty:             35040 kB
Writeback:             0 kB
AnonPages:       1821708 kB
Mapped:            10300 kB
Shmem:                 0 kB
Slab:             601616 kB
SReclaimable:      44816 kB
SUnreclaim:       556800 kB
KernelStack:        1464 kB
PageTables:         8004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1969816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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= 71680 MiB
End job on node112 at 2016-06-18 10:47:08