Trace number 4103561

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) 194.953 194.99

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-recipe.opb
MD5SUM19c812fe81842f9b63508fc356bab039
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-136341504
Best CPU time to get the best result obtained on this benchmark5.57415
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -130330680
Optimality of the best value was proved NO
Number of variables3671
Total number of constraints159
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints159
Minimum length of a constraint10
Maximum length of a constraint420
Number of terms in the objective function 1055
Biggest coefficient in the objective function 65536000
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 584330055
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 5681631310381056
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 98271137637301167
Number of bits of the biggest sum of numbers57
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:17:15+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-4103561-1466237834.opb"]
0.00/0.01	c use --random-gen="3624784871 4119899257 2915945013 3085288174 2706085545 1320958248 1910792313 2968622261 2511178907 4089946523 597327391 2758356924 3028165102 2204952678 1013744370 26686006 2829776789 4181347138 2008098608 4105384092 3256822804 1368781796 1065320815 1109396171 295678420 1724358872 2023514874 663411727 3996103259 1896560345 1951987637 387199443 5272886 3643359210 2584341073 2221466572 3620015867 1190767585 2368194586 4185894495 3831656131 3820205163 1420813370 2563588416 801391013 1154932953 2135055065 4234928814 2508584781 1683074428 3549307115 405909743 738628569 4174321265 504393096 623267273 685755203 3903304443 2282677324 2726220268 3641758628 3319885168 1408146356 3878344252 493603036 2850423548 2647019564 2459986790 1198051585 3604284302 3653258562 673294802 139954303 612909564 1929415856 1661152468 1495270905 2684601143 2462821875 3357043121 1938620163 630424601 4025990337 3901592757 3183451977 4194947247 2427278710 715219838 2826861116 1293944231 2809708570 3288022705 1842322247 708058027 4186541432 1313185077 4290114376 2305284533 1739937928 2257959821 2224685164 2226214324 4288971403 200728666 3397483993 3928398818 3902934010 610707355 2828234506 1575308237 2970599524 3900774150 2216098116 3054400046 2226669796 3206179347 2124772671 591988820 2783467203 1540717807 3591799184 1613024284 3089421461 4292171433 4292281829 2879499531 1250712974 3117450204 3071049101 443095004 3916778775 361350150 3355195895 1832975228 3494966463 846596140 1174193294 1317933674 90425147 2716644604 2981153735 2944391273 2364380802 4079193520 2349843331 3987580463 1982729112 3479799254 1766559956 356688601 1568452066 1570852016 3652741674 50541301 205319301 1118291443 3277568232 1434169156 475352587 1577941465 781490356 3607682337 1125574072 2963251625 4007933175 1786334249 853758243 41270743 3360746037 3781689446 329590804 1033008093 1641775503 1314411207 4187327919 1995070682 526042376 2736940820 2194336861 348218429 191673161 940267962 1974389106 503016357 1378662041 1328589029 1620293527 1817368857 2699210886 1044038985 1915541911 3453345501 1664064499 3262056209 471054045 1254648212 3438191084 4048332937 1410568597 2373102354 1238042102 2199820450 1034074201 2696980941 2618797350 2704817349 2573342813 2867733743 3034211633 4246284152 3760192333 414612246 1261290399 1236658212 3779685962 3971843151 1105563506 363535099 1140274495 2621403401 2223771442 747763298 3989034917 3668378987 378452745 2041712381 4068728250 2179181105 1356405083 1533222120 4112891046 4268332068 3642716726 315933093 4004275745 2343490605 1417567852 2708869379 3686121837 998728479 3522341638 228575711 3716327785 719125035 429928043 2612986239 3119571006 3590489310 2876856996 3540078864 1329791162 2755434717 1593083651 1618338938 924747278 2199920526 255 362436" option to reproduce the execution
0.00/0.05	c #vars 3671
0.00/0.05	c #constraints 159

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

pid=3386
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.29 2.23 2.19 4/179 3389
/proc/meminfo: memFree=28893500/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=674236 CPUtime=0 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 2506 0 0 0 0 0 0 0 20 0 4 0 25829980 690417664 2866 33554432000 4194304 16246674 140735625618128 140735625617552 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 169071 2875 441 2943 0 165965 0
[pid=3389/tid=3390] ppid=3386 vsize=717244 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 734457856 3038 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 739700736 3055 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 743895040 3073 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100171 s]
/proc/loadavg: 2.29 2.23 2.19 4/179 3389
/proc/meminfo: memFree=28893500/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 27068 0 0 0 6 3 0 0 20 0 4 0 25829980 1249447936 27366 33554432000 4194304 16246674 140735625618128 140735625617440 12371445 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 305041 27375 832 2943 0 301935 0
[pid=3389/tid=3390] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 27382 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 27390 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 27397 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200471 s]
/proc/loadavg: 2.29 2.23 2.19 4/179 3389
/proc/meminfo: memFree=28893500/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=1220164 CPUtime=0.19 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 54822 0 0 0 12 7 0 0 20 0 4 0 25829980 1249447936 55120 33554432000 4194304 16246674 140735625618128 140735625617440 12449399 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 305041 55134 832 2943 0 301935 0
[pid=3389/tid=3390] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 55143 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 55152 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 55161 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1220164

[startup+0.300442 s]
/proc/loadavg: 2.29 2.23 2.19 4/179 3389
/proc/meminfo: memFree=28893500/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=1220164 CPUtime=0.29 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 82167 0 0 0 19 10 0 0 20 0 4 0 25829980 1249447936 82466 33554432000 4194304 16246674 140735625618128 140735625617440 12429797 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 305041 82471 832 2943 0 301935 0
[pid=3389/tid=3390] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 82475 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 82479 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 82483 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1220164

[startup+0.700414 s]
/proc/loadavg: 2.29 2.23 2.19 4/179 3389
/proc/meminfo: memFree=28893500/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=1220164 CPUtime=0.69 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 193244 0 0 0 46 23 0 0 20 0 4 0 25829980 1249447936 193542 33554432000 4194304 16246674 140735625618128 140735625617440 6962473 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 305041 193553 832 2943 0 301935 0
[pid=3389/tid=3390] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 193560 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 193566 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 1249447936 193573 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1220164

[startup+1.5004 s]
/proc/loadavg: 2.29 2.23 2.19 4/183 3393
/proc/meminfo: memFree=27796880/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=1404484 CPUtime=1.49 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 292222 0 0 0 113 36 0 0 20 0 4 0 25829980 1438191616 292520 33554432000 4194304 16246674 140735625618128 140735625617440 12371164 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 351121 292520 832 2943 0 348015 0
[pid=3389/tid=3390] ppid=3386 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 1438191616 292520 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 1438191616 292520 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 1438191616 292520 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1404484

[startup+3.10041 s]
/proc/loadavg: 2.34 2.24 2.19 4/183 3393
/proc/meminfo: memFree=27723968/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=1404484 CPUtime=3.09 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 292249 0 0 0 273 36 0 0 20 0 4 0 25829980 1438191616 292547 33554432000 4194304 16246674 140735625618128 140735625615872 4220880 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 351121 292547 832 2943 0 348015 0
[pid=3389/tid=3390] ppid=3386 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 1438191616 292547 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 1438191616 292547 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=1404484 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 1438191616 292547 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1404484

[startup+6.30043 s]
/proc/loadavg: 2.34 2.24 2.19 3/183 3393
/proc/meminfo: memFree=27466428/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=1921604 CPUtime=6.29 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 421529 0 0 0 578 51 0 0 20 0 4 0 25829980 1967722496 421827 33554432000 4194304 16246674 140735625618128 140735625617344 4221095 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 480401 421827 832 2943 0 477295 0
[pid=3389/tid=3390] ppid=3386 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 1967722496 421827 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 1967722496 421827 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=1921604 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 1967722496 421827 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1921604

[startup+12.7004 s]
/proc/loadavg: 2.29 2.24 2.19 3/183 3393
/proc/meminfo: memFree=26225556/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=2855492 CPUtime=12.69 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 655001 0 0 0 1187 82 0 0 20 0 4 0 25829980 2924023808 655299 33554432000 4194304 16246674 140735625618128 140735625617224 15015658 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 713873 655299 832 2943 0 710767 0
[pid=3389/tid=3390] ppid=3386 vsize=2855492 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 2924023808 655299 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=2855492 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 2924023808 655299 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=2855492 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 2924023808 655299 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 2855492

[startup+25.5004 s]
/proc/loadavg: 2.25 2.23 2.18 3/183 3393
/proc/meminfo: memFree=24300692/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=4889156 CPUtime=25.48 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 1163375 0 0 0 2398 150 0 0 20 0 4 0 25829980 5006495744 1163673 33554432000 4194304 16246674 140735625618128 140735625616000 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 1222289 1163682 833 2943 0 1219183 0
[pid=3389/tid=3390] ppid=3386 vsize=4889156 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 5006495744 1163686 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=4889156 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 5006495744 1163691 33554432000 4194304 16246674 140735625618128 140364951297040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=4889156 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 5006495744 1163696 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4889156

[startup+51.1005 s]
/proc/loadavg: 2.24 2.22 2.18 3/183 3393
/proc/meminfo: memFree=20156640/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=8887876 CPUtime=51.08 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 2163101 0 0 0 4832 276 0 0 20 0 4 0 25829980 9101185024 2163399 33554432000 4194304 16246674 140735625618128 140735625615936 4220480 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 2221969 2163399 833 2943 0 2218863 0
[pid=3389/tid=3390] ppid=3386 vsize=8887876 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 9101185024 2163399 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=8887876 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 9101185024 2163399 33554432000 4194304 16246674 140735625618128 140364951297040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=8887876 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 9101185024 2163399 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8887876

[startup+102.3 s]
/proc/loadavg: 2.20 2.21 2.18 3/183 3394
/proc/meminfo: memFree=15944216/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=13091396 CPUtime=102.29 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 3213987 0 0 0 9819 410 0 0 20 0 4 0 25829980 13405589504 3214285 33554432000 4194304 16246674 140735625618128 140735625617304 4206912 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 3272849 3214285 838 2943 0 3269743 0
[pid=3389/tid=3390] ppid=3386 vsize=13091396 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 13405589504 3214285 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=13091396 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 13405589504 3214285 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=13091396 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 13405589504 3214285 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 13091396

[startup+162.3 s]
/proc/loadavg: 2.27 2.22 2.18 3/183 3395
/proc/meminfo: memFree=14143412/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=14888516 CPUtime=162.26 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 3607876 0 0 0 15753 473 0 0 20 0 4 0 25829980 15245840384 3663362 33554432000 4194304 16246674 140735625618128 140735625615936 14002976 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 3722129 3663362 838 2943 0 3719023 0
[pid=3389/tid=3390] ppid=3386 vsize=14888516 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 15245840384 3663362 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=14888516 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 15245840384 3663362 33554432000 4194304 16246674 140735625618128 140364951297040 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=14888516 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 15245840384 3663362 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 14888516



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+194.1 s]
/proc/loadavg: 2.22 2.21 2.18 4/184 3400
/proc/meminfo: memFree=13330428/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=15906372 CPUtime=194.06 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) R 3386 3389 31224 0 -1 4202496 3862484 0 0 0 18888 518 0 0 20 0 4 0 25829980 16288124928 3917970 33554432000 4194304 16246674 140735625618128 140735625617224 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 3976593 3917980 838 2943 0 3973487 0
[pid=3389/tid=3390] ppid=3386 vsize=15906372 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) S 3386 3389 31224 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25829980 16288124928 3917985 33554432000 4194304 16246674 140735625618128 140364961787120 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=3389/tid=3391] ppid=3386 vsize=15906372 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3391/stat : 3391 (toysat) S 3386 3389 31224 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25829980 16288124928 3917991 33554432000 4194304 16246674 140735625618128 140364951297264 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=3389/tid=3392] ppid=3386 vsize=15906372 CPUtime=0 cores=0,2,4,6
/proc/3389/task/3392/stat : 3392 (toysat) S 3386 3389 31224 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25829980 16288124928 3917996 33554432000 4194304 16246674 140735625618128 140364832828592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 194.06
Current children cumulated vsize (KiB) 15906372

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

[startup+194.4 s]
/proc/loadavg: 2.22 2.21 2.18 4/184 3400
/proc/meminfo: memFree=13330428/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=0 CPUtime=194.36 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) Z 3386 3389 31224 0 -1 4203532 3862969 0 0 0 18889 547 0 0 20 0 2 0 25829980 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 0 0 0 0 0 0 0
[pid=3389/tid=3390] ppid=3386 vsize=0 CPUtime=0.28 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) R 3386 3389 31224 0 -1 4203588 10 0 0 0 0 28 0 0 20 0 2 0 25829980 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) 194.36
Current children cumulated vsize (KiB) 0

[startup+194.807 s]
/proc/loadavg: 2.22 2.21 2.18 4/182 3400
/proc/meminfo: memFree=24235928/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=0 CPUtime=194.77 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) Z 3386 3389 31224 0 -1 4203532 3862969 0 0 0 18889 588 0 0 20 0 2 0 25829980 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 0 0 0 0 0 0 0
[pid=3389/tid=3390] ppid=3386 vsize=0 CPUtime=0.68 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) R 3386 3389 31224 0 -1 4203588 10 0 0 0 0 68 0 0 20 0 2 0 25829980 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.77
Current children cumulated vsize (KiB) 0

[startup+194.9 s]
/proc/loadavg: 2.22 2.21 2.18 4/182 3400
/proc/meminfo: memFree=24235928/32872528 swapFree=1200228/1314692
[pid=3389] ppid=3386 vsize=0 CPUtime=194.86 cores=0,2,4,6
/proc/3389/stat : 3389 (toysat) Z 3386 3389 31224 0 -1 4203532 3862969 0 0 0 18889 597 0 0 20 0 2 0 25829980 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3389/statm: 0 0 0 0 0 0 0
[pid=3389/tid=3390] ppid=3386 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/3389/task/3390/stat : 3390 (toysat) R 3386 3389 31224 0 -1 4203588 10 0 0 0 0 78 0 0 20 0 2 0 25829980 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 194.86
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 194.99
CPU time (s): 194.953
CPU user time (s): 188.891
CPU system time (s): 6.06208
CPU usage (%): 99.9813
Max. virtual memory (cumulated for all children) (KiB): 15906372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 188.891
system time used= 6.06208
maximum resident set size= 15673820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3862969
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= 86
involuntary context switches= 279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.482926 second user time and 0.771882 second system time

The end

Launcher Data

Begin job on node131 at 2016-06-18 10:17:15
IDJOB=4103561
IDBENCH=2395
IDSOLVER=2542
FILE ID=node131/4103561-1466237834
RUNJOBID= node131-1466206062-31240
PBS_JOBID= 19918146
Free space on /tmp= 71684 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-recipe.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103561-1466237834/watcher-4103561-1466237834 -o /tmp/evaluation-result-4103561-1466237834/solver-4103561-1466237834 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node131-1466206062-31240 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103561-1466237834.opb

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

MD5SUM BENCH= 19c812fe81842f9b63508fc356bab039
RANDOM SEED=546691752

node131.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.752
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.50
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.752
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.752
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.57
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.752
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.56
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.752
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.752
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.752
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.57
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.752
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:        28893780 kB
Buffers:          128464 kB
Cached:           163236 kB
SwapCached:         1500 kB
Active:          1733780 kB
Inactive:         190168 kB
Active(anon):    1631600 kB
Inactive(anon):     3064 kB
Active(file):     102180 kB
Inactive(file):   187104 kB
Unevictable:     1314692 kB
Mlocked:         1200228 kB
SwapTotal:      67108856 kB
SwapFree:       67099856 kB
Dirty:             16700 kB
Writeback:             0 kB
AnonPages:       2946376 kB
Mapped:            10496 kB
Shmem:                 0 kB
Slab:             602472 kB
SReclaimable:      46312 kB
SUnreclaim:       556160 kB
KernelStack:        1464 kB
PageTables:         9852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3088088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 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= 71668 MiB
End job on node131 at 2016-06-18 10:20:30