Trace number 4079046

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) 188.183 188.225

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nsrand-ipx.opb
MD5SUM6eba7367ef128fb0872fe815e4ef2398
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1241512960
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1207959552
Optimality of the best value was proved NO
Number of variables6651
Total number of constraints721
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)331
Number of constraints which are nor clauses,nor cardinality constraints390
Minimum length of a constraint20
Maximum length of a constraint6651
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 26715880447
Number of bits of the biggest sum of numbers35
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-06T20:40:16+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-4079046-1465238416.opb"]
0.00/0.01	c use --random-gen="2918973849 2014960812 3730829869 3647984478 3880975007 1256957018 2203455711 3180232003 2061259136 1598957075 1283939557 3914534271 2264474510 1643681984 3188335462 3723316593 1435984080 2590682965 4133819724 749218317 1679327641 2451416156 2290594491 4263429961 4179278835 1361363786 432466325 887540257 2504787601 2377174589 3665547593 1822612714 781879078 1878598423 1150785935 399596231 1901365692 2266512480 3399830199 3603308988 1141872696 3804195153 361752860 1225394277 2815115982 911482310 1685978281 3599133264 1802420081 469696123 3331797657 1032765571 3729427570 321894858 2387811523 472793178 4244456533 3901815255 718318740 1293488071 2801629280 139411781 3241973954 2883184753 1380744227 1638770245 2435429758 4195436680 1157919561 1965656962 2225003651 2262582963 167801715 3523715454 1136379332 2127276533 175805922 1106475187 1260464875 3089721531 23047564 3568914336 858380854 2593875424 2282216866 3704182137 2342525350 2316697362 3414633478 236064512 3679396335 1100212940 1385912149 266365492 1921867693 1026597249 768963255 1245179726 1408894504 3861255714 1221726389 981398958 411537031 3080716096 2546439657 502850475 2653363114 691112003 2179790884 2087560095 1087937190 1519871367 3730301621 2783561395 377634660 1369433805 2300797656 2564580095 1968797379 1361113097 3920997836 3237803449 3299482974 3740040802 546454185 1401292116 4194149380 3177445666 1118946745 690934871 3809779896 2629218163 560478739 664757944 4087700502 3088315945 2939891175 2754270635 2075419617 2671150206 2299161553 2013160089 1808522634 2767462679 202245189 273825348 3832369157 610657189 1372327653 2029205921 2771147987 1022951851 3076600472 1248419295 2669613902 2709683282 3395485238 227223309 1582058359 3875386190 2557519096 2132698334 28997916 1465881856 3747623565 67823402 2582833046 333702768 555869036 1365413289 2497615399 2562062472 273316810 4068566421 3151281303 3308484829 1323031934 3872195314 3209906064 4194261731 2918501842 2127962552 3507379815 1561666370 1766571672 1236963382 693450191 579711403 199941111 2822000823 3947528096 3922552501 195319552 1346340520 820275200 3899682483 2556081740 226891796 2771362898 539445454 3803145936 3781474189 333072272 1509467874 356438213 575455362 3541979220 3566202564 2525950518 3826595010 2957570530 2467552653 3129109486 569803676 1783523426 944351495 3252629748 3260378897 3067038752 2525059235 2830989645 173649360 3737811289 3138240242 4039177006 1001570227 1274395410 2472934965 344335910 2318294301 6850 2547065263 2506375094 2295001303 1897421046 471749512 1823783900 2821228200 3434325666 816908717 4111799466 853232306 2207490514 2804233214 1801536048 2155211145 432214013 1796809996 1164739508 628601942 1006230302 2164144079 1905818350 3021908003 1118376637 2310629892 255 362436" option to reproduce the execution
0.38/0.40	c #vars 6651
0.38/0.40	c #constraints 721

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

pid=31454
running on 8 cores: 4-7,12-15

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.14 2.11 2.06 3/262 31457
/proc/meminfo: memFree=28399916/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1091004 CPUtime=0 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 4134 0 0 0 0 0 0 0 20 0 4 0 105683594 1117188096 5006 33554432000 4194304 16246674 140735370471680 140735370471104 13880264 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 273519 5016 441 2943 0 270413 0
[pid=31457/tid=31458] ppid=31454 vsize=1113532 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1140256768 5094 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1118652 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1145499648 5111 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1122748 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1149693952 5128 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0

[startup+0.100186 s]
/proc/loadavg: 2.14 2.11 2.06 3/262 31457
/proc/meminfo: memFree=28399916/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1302084 CPUtime=0.08 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 29723 0 0 0 5 3 0 0 20 0 4 0 105683594 1333334016 30534 33554432000 4194304 16246674 140735370471680 140735370470992 7374276 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 325521 30551 800 2943 0 322415 0
[pid=31457/tid=31458] ppid=31454 vsize=1302084 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1333334016 30562 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1302084 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1333334016 30574 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1302084 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1333334016 30585 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1302084

[startup+0.200539 s]
/proc/loadavg: 2.14 2.11 2.06 3/262 31457
/proc/meminfo: memFree=28399916/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1313348 CPUtime=0.19 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 46846 0 0 0 12 7 0 0 20 0 4 0 105683594 1344868352 48167 33554432000 4194304 16246674 140735370471680 140735370470992 7367605 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 328337 48167 800 2943 0 325231 0
[pid=31457/tid=31458] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 48167 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 48167 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 48167 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1313348

[startup+0.300492 s]
/proc/loadavg: 2.14 2.11 2.06 3/262 31457
/proc/meminfo: memFree=28399916/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1313348 CPUtime=0.29 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 58144 0 0 0 21 8 0 0 20 0 4 0 105683594 1344868352 59465 33554432000 4194304 16246674 140735370471680 140735370470992 4220807 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 328337 59465 800 2943 0 325231 0
[pid=31457/tid=31458] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 59465 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 59465 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 59465 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1313348

[startup+0.700433 s]
/proc/loadavg: 2.14 2.11 2.06 3/262 31457
/proc/meminfo: memFree=28399916/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1313348 CPUtime=0.69 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 127169 0 0 0 52 17 0 0 20 0 4 0 105683594 1344868352 128491 33554432000 4194304 16246674 140735370471680 140735370470992 12449130 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 328337 128512 820 2943 0 325231 0
[pid=31457/tid=31458] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 128523 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 128534 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 128544 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1313348

[startup+1.50044 s]
/proc/loadavg: 2.13 2.11 2.06 3/266 31461
/proc/meminfo: memFree=27366748/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1313348 CPUtime=1.49 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 268939 0 0 0 115 34 0 0 20 0 4 0 105683594 1344868352 270260 33554432000 4194304 16246674 140735370471680 140735370453568 12414200 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 328337 270260 820 2943 0 325231 0
[pid=31457/tid=31458] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270260 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270260 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270260 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1313348

[startup+3.10041 s]
/proc/loadavg: 2.13 2.11 2.06 3/266 31461
/proc/meminfo: memFree=27319736/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1313348 CPUtime=3.09 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 268942 0 0 0 275 34 0 0 20 0 4 0 105683594 1344868352 270263 33554432000 4194304 16246674 140735370471680 140735370453568 12429231 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 328337 270263 821 2943 0 325231 0
[pid=31457/tid=31458] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270263 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270263 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270263 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1313348

[startup+6.30044 s]
/proc/loadavg: 2.20 2.12 2.06 3/266 31461
/proc/meminfo: memFree=27319508/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1313348 CPUtime=6.29 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 268942 0 0 0 595 34 0 0 20 0 4 0 105683594 1344868352 270263 33554432000 4194304 16246674 140735370471680 140735370453568 12413865 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 328337 270263 821 2943 0 325231 0
[pid=31457/tid=31458] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270263 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270263 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1313348 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1344868352 270263 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1313348

[startup+12.7004 s]
/proc/loadavg: 2.18 2.12 2.06 3/266 31461
/proc/meminfo: memFree=27149228/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=1483332 CPUtime=12.69 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 311438 0 0 0 1229 40 0 0 20 0 4 0 105683594 1518931968 312759 33554432000 4194304 16246674 140735370471680 140735370470992 4206864 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 370833 312759 821 2943 0 367727 0
[pid=31457/tid=31458] ppid=31454 vsize=1483332 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 1518931968 312759 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=1483332 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 1518931968 312759 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=1483332 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 1518931968 312759 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1483332

[startup+25.5005 s]
/proc/loadavg: 2.22 2.13 2.07 3/266 31461
/proc/meminfo: memFree=24638352/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=3990084 CPUtime=25.49 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 938127 0 0 0 2421 128 0 0 20 0 4 0 105683594 4085846016 939448 33554432000 4194304 16246674 140735370471680 140735370470856 14628944 0 0 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 997521 939448 821 2943 0 994415 0
[pid=31457/tid=31458] ppid=31454 vsize=3990084 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 4085846016 939448 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=3990084 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 4085846016 939448 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=3990084 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 4085846016 939448 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3990084

[startup+51.1005 s]
/proc/loadavg: 2.21 2.13 2.07 3/265 31461
/proc/meminfo: memFree=20206216/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=8510020 CPUtime=51.08 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 2067951 0 0 0 4824 284 0 0 20 0 4 0 105683594 8714260480 2069272 33554432000 4194304 16246674 140735370471680 140735370469504 4225154 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 2127505 2069283 822 2943 0 2124399 0
[pid=31457/tid=31458] ppid=31454 vsize=8510020 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 8714260480 2069287 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=8510020 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 8714260480 2069293 33554432000 4194304 16246674 140735370471680 140626171501584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=8510020 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 8714260480 2069299 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8510020

[startup+102.301 s]
/proc/loadavg: 2.26 2.16 2.08 3/265 31462
/proc/meminfo: memFree=16409140/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=12202564 CPUtime=102.28 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 2946288 0 0 0 9808 420 0 0 20 0 4 0 105683594 12495425536 2992577 33554432000 4194304 16246674 140735370471680 140735370470776 4225136 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 3050641 2992577 827 2943 0 3047535 0
[pid=31457/tid=31458] ppid=31454 vsize=12202564 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 12495425536 2992577 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=12202564 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 12495425536 2992577 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=12202564 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 12495425536 2992577 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12202564

[startup+162.3 s]
/proc/loadavg: 2.31 2.19 2.09 3/265 31463
/proc/meminfo: memFree=13984620/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=14623300 CPUtime=162.27 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 3496996 0 0 0 15716 511 0 0 20 0 4 0 105683594 14974259200 3597451 33554432000 4194304 16246674 140735370471680 140735370469632 14006480 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 3655825 3597451 827 2943 0 3652719 0
[pid=31457/tid=31458] ppid=31454 vsize=14623300 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 14974259200 3597451 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=14623300 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 14974259200 3597451 33554432000 4194304 16246674 140735370471680 140626171501584 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=14623300 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 14974259200 3597451 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 14623300



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+187.4 s]
/proc/loadavg: 2.20 2.17 2.09 3/265 31464
/proc/meminfo: memFree=12876136/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=15913540 CPUtime=187.36 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) R 31454 31457 25889 0 -1 4202496 3819719 0 0 0 18179 557 0 0 20 0 4 0 105683594 16295464960 3920174 33554432000 4194304 16246674 140735370471680 140735370470856 4221016 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 3978385 3920185 827 2943 0 3975279 0
[pid=31457/tid=31458] ppid=31454 vsize=15913540 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31458/stat : 31458 (toysat) S 31454 31457 25889 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105683595 16295464960 3920193 33554432000 4194304 16246674 140735370471680 140626181991664 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 13 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=15913540 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) S 31454 31457 25889 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105683595 16295464960 3920199 33554432000 4194304 16246674 140735370471680 140626171501808 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 14 0 0 0 0 0
[pid=31457/tid=31460] ppid=31454 vsize=15913540 CPUtime=0 cores=4-7,12-15
/proc/31457/task/31460/stat : 31460 (toysat) S 31454 31457 25889 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105683595 16295464960 3920200 33554432000 4194304 16246674 140735370471680 140626087636144 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 13 0 0 0 0 0
Current children cumulated CPU time (s) 187.36
Current children cumulated vsize (KiB) 15913540

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

[startup+188 s]
/proc/loadavg: 2.20 2.17 2.09 3/265 31464
/proc/meminfo: memFree=12876136/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=0 CPUtime=187.96 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) Z 31454 31457 25889 0 -1 4203532 3820248 0 0 0 18179 617 0 0 20 0 2 0 105683594 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 0 0 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=0 CPUtime=0.58 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) R 31454 31457 25889 0 -1 4203588 8 0 0 0 0 58 0 0 20 0 2 0 105683595 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 187.96
Current children cumulated vsize (KiB) 0

[startup+188.211 s]
/proc/loadavg: 2.20 2.17 2.09 3/263 31464
/proc/meminfo: memFree=25852472/32872528 swapFree=9196/9196
[pid=31457] ppid=31454 vsize=0 CPUtime=188.17 cores=4-7,12-15
/proc/31457/stat : 31457 (toysat) Z 31454 31457 25889 0 -1 4203532 3820248 0 0 0 18179 638 0 0 20 0 2 0 105683594 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 12 0 0 0 0 0
/proc/31457/statm: 0 0 0 0 0 0 0
[pid=31457/tid=31459] ppid=31454 vsize=0 CPUtime=0.79 cores=4-7,12-15
/proc/31457/task/31459/stat : 31459 (toysat) R 31454 31457 25889 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 105683595 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 188.17
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 188.225
CPU time (s): 188.183
CPU user time (s): 181.794
CPU system time (s): 6.38903
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 15913540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 181.794
system time used= 6.38903
maximum resident set size= 15682812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3820248
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= 193

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.21582 second user time and 2.10668 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-06 20:40:16
IDJOB=4079046
IDBENCH=2527
IDSOLVER=2542
FILE ID=node132/4079046-1465238416
RUNJOBID= node132-1465216787-25906
PBS_JOBID= 19843203
Free space on /tmp= 71732 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-nsrand-ipx.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079046-1465238416/watcher-4079046-1465238416 -o /tmp/evaluation-result-4079046-1465238416/solver-4079046-1465238416 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465216787-25906 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079046-1465238416.opb

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

MD5SUM BENCH= 6eba7367ef128fb0872fe815e4ef2398
RANDOM SEED=1064618595

node132.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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.41
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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        28400700 kB
Buffers:           39612 kB
Cached:            98868 kB
SwapCached:         3224 kB
Active:          3669604 kB
Inactive:          73372 kB
Active(anon):    3603592 kB
Inactive(anon):     3236 kB
Active(file):      66012 kB
Inactive(file):    70136 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094528 kB
Dirty:             18504 kB
Writeback:             0 kB
AnonPages:       3612932 kB
Mapped:            10748 kB
Shmem:                 0 kB
Slab:             573268 kB
SReclaimable:      13572 kB
SUnreclaim:       559696 kB
KernelStack:        2264 kB
PageTables:        11292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3755144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 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= 71716 MiB
End job on node132 at 2016-06-06 20:43:24