Trace number 4103609

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) 170.016 170.054

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-sctap3.opb
MD5SUM039ab37d4afaf5033e81ba68b8bf90de
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14414485905
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 11761405455
Optimality of the best value was proved NO
Number of variables74400
Total number of constraints1408
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 constraints1408
Minimum length of a constraint90
Maximum length of a constraint930
Number of terms in the objective function 55800
Biggest coefficient in the objective function 42949672960
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 31374736068060
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 42949672960
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 31374736068060
Number of bits of the biggest sum of numbers45
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:21:34+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-4103609-1466238094.opb"]
0.00/0.01	c use --random-gen="2986101647 1237910652 3245513023 4280076724 2281777267 97947677 2513276952 3904121444 1922745792 514425361 238235674 4120994265 1225714797 3868158175 2159562831 3212856729 305478600 2852654558 1380571978 3584662228 3882429636 3345032574 1748396844 85713491 2163961481 932542456 3279424315 471205995 2276625574 1705265460 177447279 2901371076 321251893 2839823378 454587798 984271078 1847471420 2459440393 438490344 1087450159 2152785932 440879847 2355513950 2293146507 1975927777 2836164405 4279874347 240230873 106734745 2858453099 1856070082 1041084693 1823466192 2904335890 2769547156 79847351 3753383799 988086096 2215714218 1530418066 2094689711 3234095188 834804161 3162328097 2519779776 252768470 3232195924 3432049399 1267735525 1859160766 3152822773 2893992652 1520056405 674954299 3514662456 3104299409 2038080475 25341822 493398993 504617004 4127589287 647407938 166667101 1938565821 2202088543 21935355 3851977726 1364022101 835436301 4233804740 1385596812 3530492675 3360584414 2964552414 2874872574 1828572128 1723532541 892435532 1883346947 1226996007 2875087443 1582318280 654887100 2341938508 435676188 2380031258 2813128380 867742130 3921420404 2832459170 1531030442 4145944947 2419210891 3618865115 1227327215 1168378645 4105322519 4279099514 1534276661 3502926900 3282960791 138989886 1685476296 2414139978 1676716569 1349513363 4097432730 720919961 3166544952 628471144 531453719 3606762117 2839745911 1348125089 604926935 3164031947 2385943854 2579173545 3962735221 2958809100 2449125933 3628901071 2743271684 3243115775 3855654980 3242136343 3530620307 763332066 666066412 2333962995 1700080140 759507775 627251206 2134316500 1296910899 3947875914 2415330067 1416737218 2119199519 3141212748 1794797003 3311772593 299767913 1532041428 2658712174 1408350558 2599001451 4069589681 3139772072 2788658073 2898199863 92227459 3573672875 3879950547 479447094 4281954866 2795609975 801474858 1470479615 4176049222 2349581944 3270964224 1415094984 1687384238 3639838888 2300030243 3138555245 2660865039 4259790358 1326757035 571578351 2638908686 3780098225 2349312776 1137771515 2153781981 2380093601 782611271 3831247511 291032681 4052977615 3359295647 620832604 4215556530 3027563029 3573249098 3273284983 734622830 1655512716 1210983991 4082056923 2037683033 1384784761 907736498 1768580242 2135595198 3302278963 3745748757 513336053 2003334400 1889623552 3496593418 723529862 2475464362 1931260400 1194604208 1188250421 1458935991 3444783788 521072959 2985684087 1410168318 3540392302 572052039 1089231647 24135070 165762302 1765587931 3228025692 3474320832 3841259731 568382851 1523309870 1127686282 3807704517 1876032276 453225113 1935398910 1838292375 483902491 1445553603 1191375547 2210061390 1405140155 3152557781 217282663 255 362436" option to reproduce the execution
0.49/0.59	c #vars 74400
0.49/0.59	c #constraints 1408

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

pid=15793
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.30 2.16 2.08 3/179 15796
/proc/meminfo: memFree=29291496/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=780732 CPUtime=0 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 2921 0 0 0 0 0 0 0 20 0 4 0 25859798 799469568 3281 33554432000 4194304 16246674 140737122241344 140737122240768 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 195695 3290 441 2943 0 192589 0
[pid=15796/tid=15797] ppid=15793 vsize=798140 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 817295360 3352 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=803260 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 822538240 3369 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=807356 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 826732544 3385 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.30 2.16 2.08 3/179 15796
/proc/meminfo: memFree=29291496/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=1303108 CPUtime=0.09 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 30849 0 0 0 5 4 0 0 20 0 4 0 25859798 1334382592 31148 33554432000 4194304 16246674 140737122241344 140737122240656 7364033 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 325777 31163 799 2943 0 322671 0
[pid=15796/tid=15797] ppid=15793 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 1334382592 31174 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 1334382592 31185 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=1303108 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 1334382592 31196 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1303108

[startup+0.200577 s]
/proc/loadavg: 2.30 2.16 2.08 3/179 15796
/proc/meminfo: memFree=29291496/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=1312324 CPUtime=0.19 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 45511 0 0 0 14 5 0 0 20 0 4 0 25859798 1343819776 46320 33554432000 4194304 16246674 140737122241344 140737122240656 4206864 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 328081 46320 799 2943 0 324975 0
[pid=15796/tid=15797] ppid=15793 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 1343819776 46320 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 1343819776 46320 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 1343819776 46320 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1312324

[startup+0.300503 s]
/proc/loadavg: 2.30 2.16 2.08 3/179 15796
/proc/meminfo: memFree=29291496/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=1312324 CPUtime=0.28 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 46347 0 0 0 23 5 0 0 20 0 4 0 25859798 1343819776 47156 33554432000 4194304 16246674 140737122241344 140737122240656 4220897 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 328081 47156 801 2943 0 324975 0
[pid=15796/tid=15797] ppid=15793 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 1343819776 47156 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 1343819776 47156 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=1312324 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 1343819776 47156 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1312324

[startup+0.700317 s]
/proc/loadavg: 2.30 2.16 2.08 3/179 15796
/proc/meminfo: memFree=29291496/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=1340996 CPUtime=0.69 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 57019 0 0 0 62 7 0 0 20 0 4 0 25859798 1373179904 57828 33554432000 4194304 16246674 140737122241344 140737122240656 12654401 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 335249 57828 822 2943 0 332143 0
[pid=15796/tid=15797] ppid=15793 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 1373179904 57828 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 1373179904 57828 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 1373179904 57828 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1340996

[startup+1.50042 s]
/proc/loadavg: 2.30 2.16 2.08 3/183 15800
/proc/meminfo: memFree=28629168/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=1340996 CPUtime=1.49 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 274802 0 0 0 113 36 0 0 20 0 4 0 25859798 1373179904 275611 33554432000 4194304 16246674 140737122241344 140737122223232 12654533 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 335249 275625 822 2943 0 332143 0
[pid=15796/tid=15797] ppid=15793 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 1373179904 275634 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 1373179904 275644 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=1340996 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 1373179904 275654 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1340996

[startup+3.10043 s]
/proc/loadavg: 2.30 2.16 2.08 3/183 15800
/proc/meminfo: memFree=28058148/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=1461828 CPUtime=3.09 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 306062 0 0 0 268 41 0 0 20 0 4 0 25859798 1496911872 306871 33554432000 4194304 16246674 140737122241344 140737122239168 6955491 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 365457 306871 823 2943 0 362351 0
[pid=15796/tid=15797] ppid=15793 vsize=1461828 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 1496911872 306871 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=1461828 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 1496911872 306871 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=1461828 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 1496911872 306871 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1461828

[startup+6.30042 s]
/proc/loadavg: 2.35 2.18 2.08 3/183 15800
/proc/meminfo: memFree=28029520/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=1647172 CPUtime=6.29 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 352254 0 0 0 582 47 0 0 20 0 4 0 25859798 1686704128 353063 33554432000 4194304 16246674 140737122241344 140737122239168 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 411793 353072 823 2943 0 408687 0
[pid=15796/tid=15797] ppid=15793 vsize=1647172 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 1686704128 353077 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=1647172 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 1686704128 353082 33554432000 4194304 16246674 140737122241344 139763215473680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=1647172 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 1686704128 353087 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1647172

[startup+12.7003 s]
/proc/loadavg: 2.33 2.17 2.08 3/183 15800
/proc/meminfo: memFree=26803284/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=3023428 CPUtime=12.68 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 696356 0 0 0 1178 90 0 0 20 0 4 0 25859798 3095990272 697165 33554432000 4194304 16246674 140737122241344 140737122239168 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 755857 697173 823 2943 0 752751 0
[pid=15796/tid=15797] ppid=15793 vsize=3023428 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 3095990272 697177 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=3023428 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 3095990272 697183 33554432000 4194304 16246674 140737122241344 139763215473680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=3023428 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 3095990272 697187 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3023428

[startup+25.5005 s]
/proc/loadavg: 2.41 2.20 2.09 3/183 15800
/proc/meminfo: memFree=24610104/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=4853316 CPUtime=25.48 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 1153937 0 0 0 2395 153 0 0 20 0 4 0 25859798 4969795584 1154746 33554432000 4194304 16246674 140737122241344 140737122240520 4225141 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 1213329 1154746 824 2943 0 1210223 0
[pid=15796/tid=15797] ppid=15793 vsize=4853316 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 4969795584 1154746 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=4853316 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 4969795584 1154746 33554432000 4194304 16246674 140737122241344 139763215473680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=4853316 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 4969795584 1154746 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4853316

[startup+51.1005 s]
/proc/loadavg: 2.41 2.21 2.10 3/183 15800
/proc/meminfo: memFree=20293136/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=9115204 CPUtime=51.08 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 2219411 0 0 0 4815 293 0 0 20 0 4 0 25859798 9333968896 2220220 33554432000 4194304 16246674 140737122241344 140737122239232 4220871 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 2278801 2220220 824 2943 0 2275695 0
[pid=15796/tid=15797] ppid=15793 vsize=9115204 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 9333968896 2220220 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=9115204 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 9333968896 2220220 33554432000 4194304 16246674 140737122241344 139763215473680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=9115204 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 9333968896 2220220 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9115204

[startup+102.301 s]
/proc/loadavg: 2.27 2.21 2.10 3/183 15801
/proc/meminfo: memFree=15151896/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=14130756 CPUtime=102.27 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 3473305 0 0 0 9764 463 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 140737122239168 14013836 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 3532689 3474114 829 2943 0 3529583 0
[pid=15796/tid=15797] ppid=15793 vsize=14130756 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=14130756 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 139763215473680 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=14130756 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 14130756

[startup+162.3 s]
/proc/loadavg: 2.29 2.23 2.11 3/183 15802
/proc/meminfo: memFree=15038584/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=14130756 CPUtime=162.26 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 3473305 0 0 0 15758 468 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 140737122240440 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 3532689 3474114 829 2943 0 3529583 0
[pid=15796/tid=15797] ppid=15793 vsize=14130756 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=14130756 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=14130756 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 14469894144 3474114 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 14130756



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+169.2 s]
/proc/loadavg: 2.35 2.24 2.11 3/183 15802
/proc/meminfo: memFree=13576980/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=15901252 CPUtime=169.16 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) R 15793 15796 11324 0 -1 4202496 3915746 0 0 0 16390 526 0 0 20 0 4 0 25859798 16282882048 3916555 33554432000 4194304 16246674 140737122241344 140737122240440 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 3975313 3916563 829 2943 0 3972207 0
[pid=15796/tid=15797] ppid=15793 vsize=15901252 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15797/stat : 15797 (toysat) S 15793 15796 11324 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25859798 16282882048 3916565 33554432000 4194304 16246674 140737122241344 139763225963760 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=15901252 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) S 15793 15796 11324 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25859798 16282882048 3916565 33554432000 4194304 16246674 140737122241344 139763215473904 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=15796/tid=15799] ppid=15793 vsize=15901252 CPUtime=0 cores=1,3,5,7
/proc/15796/task/15799/stat : 15799 (toysat) S 15793 15796 11324 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25859798 16282882048 3916565 33554432000 4194304 16246674 140737122241344 139763134753968 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 169.16
Current children cumulated vsize (KiB) 15901252

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

[startup+169.6 s]
/proc/loadavg: 2.32 2.23 2.11 3/181 15802
/proc/meminfo: memFree=16843020/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=0 CPUtime=169.56 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) Z 15793 15796 11324 0 -1 4203532 3916143 0 0 0 16390 566 0 0 20 0 2 0 25859798 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 0 0 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=0 CPUtime=0.38 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) R 15793 15796 11324 0 -1 4203588 8 0 0 0 0 38 0 0 20 0 2 0 25859798 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 169.56
Current children cumulated vsize (KiB) 0

[startup+170 s]
/proc/loadavg: 2.32 2.23 2.11 3/181 15802
/proc/meminfo: memFree=16843020/32872528 swapFree=249320/249320
[pid=15796] ppid=15793 vsize=0 CPUtime=169.96 cores=1,3,5,7
/proc/15796/stat : 15796 (toysat) Z 15793 15796 11324 0 -1 4203532 3916143 0 0 0 16390 606 0 0 20 0 2 0 25859798 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/15796/statm: 0 0 0 0 0 0 0
[pid=15796/tid=15798] ppid=15793 vsize=0 CPUtime=0.78 cores=1,3,5,7
/proc/15796/task/15798/stat : 15798 (toysat) R 15793 15796 11324 0 -1 4203588 8 0 0 0 0 78 0 0 20 0 2 0 25859798 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 169.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 170.054
CPU time (s): 170.016
CPU user time (s): 163.907
CPU system time (s): 6.10907
CPU usage (%): 99.9775
Max. virtual memory (cumulated for all children) (KiB): 15901252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.907
system time used= 6.10907
maximum resident set size= 15667808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3916143
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= 63
involuntary context switches= 188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06684 second user time and 1.67474 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-18 10:21:34
IDJOB=4103609
IDBENCH=2408
IDSOLVER=2542
FILE ID=node103/4103609-1466238094
RUNJOBID= node103-1466206104-11341
PBS_JOBID= 19918169
Free space on /tmp= 71712 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-sctap3.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103609-1466238094/watcher-4103609-1466238094 -o /tmp/evaluation-result-4103609-1466238094/solver-4103609-1466238094 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466206104-11341 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103609-1466238094.opb

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

MD5SUM BENCH= 039ab37d4afaf5033e81ba68b8bf90de
RANDOM SEED=2119057487

node103.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		: 2667.278
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	: 5334.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		: 2667.278
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		: 2667.278
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.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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:        29291892 kB
Buffers:          128208 kB
Cached:           136692 kB
SwapCached:         2188 kB
Active:          2419180 kB
Inactive:         171900 kB
Active(anon):    2324632 kB
Inactive(anon):     3672 kB
Active(file):      94548 kB
Inactive(file):   168228 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099436 kB
Dirty:             20560 kB
Writeback:             0 kB
AnonPages:       2577908 kB
Mapped:            10764 kB
Shmem:                 0 kB
Slab:             602760 kB
SReclaimable:      46680 kB
SUnreclaim:       556080 kB
KernelStack:        1464 kB
PageTables:         9176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2718292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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 node103 at 2016-06-18 10:24:24