Trace number 4103749

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) 193 193.043

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-beaconfd.opb
MD5SUM82f615abc3129d59c14793e11ecbb793
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.21381
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables7860
Total number of constraints173
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 constraints173
Minimum length of a constraint30
Maximum length of a constraint4620
Number of terms in the objective function 2880
Biggest coefficient in the objective function 58518929408000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 540181257540309
Number of bits of the sum of numbers in the objective function 49
Biggest number in a constraint 58518929408000
Number of bits of the biggest number in a constraint 46
Biggest sum of numbers in a constraint 540181257540309
Number of bits of the biggest sum of numbers49
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:35:41+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-4103749-1466238941.opb"]
0.00/0.01	c use --random-gen="2761160726 2590971819 1898964666 3782577830 4219603442 2339160734 1139447453 1234183485 3455088731 2562932716 1529177097 2076952409 2034431870 3427047423 4268375213 2297227187 2899013770 597330922 3216169298 818861941 1379714787 780906150 1797486922 480070687 1499495710 4036582968 1468087787 2033395152 4149840222 2024967281 3932832235 2030516059 2086291828 722764907 2858098941 355308618 595906120 3691185610 3163631398 3711878330 2537563890 619295709 2575027110 2476396602 635135937 390091792 950277697 2442258060 1964188323 3867757694 2417215256 653292150 923152454 3980002065 4211726785 2260887124 2902211410 2577946055 2443797976 60032132 3647431896 1316112590 3473601205 1717071781 1545224690 2497465037 3840885633 1137930703 1028220879 509267606 1528849077 2761183315 1141233540 2679431189 1880351289 1168962446 2691099329 3268451869 2115078462 2097499167 3145621870 2255562826 2780512492 3476433911 870167496 2851101711 3711517052 299453298 4241236381 1536117503 120022004 2053279561 793724873 1728090202 204566088 2040086658 581724346 2615298171 1475691422 4161359809 2645370647 2750716777 3143867190 3626331575 2086987732 871843105 2623473912 663733534 3833064856 3258923326 3380289880 71561416 1211441770 657626207 1578620071 800638522 473278812 3480877282 610021205 3625457033 998322235 3210154233 1595554855 3560952583 3896425865 1801000679 154743998 3797093992 526319906 1672046330 799262735 2500864980 2136173955 2742987412 1405873409 1606256451 3931474159 3805917954 397518103 2000692024 4201095524 1160043481 3072821325 643232248 3061697032 270427505 615711837 4217444787 172159438 1803788488 2128256649 733546429 4154289404 4165256699 1625763958 908952921 3958259511 3263285454 2203641015 1662124624 1650904221 3394134466 3427296708 1324934227 2768083116 533124729 3848490630 4117102687 2341732905 683882898 681812265 906605640 1617844391 878499042 411607974 1400736564 2072893762 3085224976 3407046918 915696514 719223489 3237863287 3794406059 1283652487 116231943 1242988039 3057501071 1222438951 405141228 1234127609 1339580705 3230911351 3461539030 3301084174 3105231398 1765862756 3704188312 61552475 2506524987 699574256 840691818 3004652759 3415265382 3158178454 637647322 1891850931 2872228358 735457745 1554156703 2309693967 3566583913 3389444136 754543941 329058932 4108988292 1373076649 2434597384 1628779796 1354757225 3098784940 1887902754 1162630833 2341879043 3165413469 3943515694 822566365 2011989897 2647224695 2647005927 468042611 3126186678 1575752655 542046576 4142462347 2925142336 1326385210 739793367 982781362 2145202043 3733370425 1218336801 2446006452 3045179961 890699964 3152670750 894016237 2095104424 3381554012 3911328675 534885780 2923903252 2735303724 55656442 230670250 3984145150 2753588364 255 362436" option to reproduce the execution
0.19/0.24	c #vars 7860
0.19/0.24	c #constraints 173

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

pid=16023
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 16026
/proc/meminfo: memFree=30204176/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=249276 CPUtime=0 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 850 0 0 0 0 0 0 0 20 0 4 0 25939756 255258624 1210 33554432000 4194304 16246674 140733525234976 140733525234400 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16026/statm: 63087 1219 441 2943 0 59981 0
[pid=16026/tid=16027] ppid=16023 vsize=265660 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 272035840 1274 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=269756 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 276230144 1290 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=274876 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 281473024 1306 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100124 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 16026
/proc/meminfo: memFree=30204176/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=1304132 CPUtime=0.08 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 25822 0 0 0 5 3 0 0 20 0 4 0 25939756 1335431168 26121 33554432000 4194304 16246674 140733525234976 140733525234288 7364033 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16026/statm: 326033 26135 801 2943 0 322927 0
[pid=16026/tid=16027] ppid=16023 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 1335431168 26144 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 1335431168 26153 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 1335431168 26153 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1304132

[startup+0.200459 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 16026
/proc/meminfo: memFree=30204176/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 40744 0 0 0 13 6 0 0 20 0 4 0 25939756 1342771200 41553 33554432000 4194304 16246674 140733525234976 140733525234072 7377409 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16026/statm: 327825 41556 801 2943 0 324719 0
[pid=16026/tid=16027] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 41556 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 41556 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 41556 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300462 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 16026
/proc/meminfo: memFree=30204176/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 40896 0 0 0 23 6 0 0 20 0 4 0 25939756 1342771200 41705 33554432000 4194304 16246674 140733525234976 140733525232832 12656213 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 327825 41705 832 2943 0 324719 0
[pid=16026/tid=16027] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 41705 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 41705 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 41705 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700443 s]
/proc/loadavg: 2.04 2.05 2.01 3/179 16026
/proc/meminfo: memFree=30204176/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=1311300 CPUtime=0.68 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 169208 0 0 0 46 22 0 0 20 0 4 0 25939756 1342771200 170017 33554432000 4194304 16246674 140733525234976 140733525232832 12414100 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 327825 170034 832 2943 0 324719 0
[pid=16026/tid=16027] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 170045 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 170055 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 1342771200 170066 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1311300

[startup+1.5004 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 16030
/proc/meminfo: memFree=29101648/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=1349188 CPUtime=1.48 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 277749 0 0 0 113 35 0 0 20 0 4 0 25939756 1381568512 278558 33554432000 4194304 16246674 140733525234976 140733525216896 12654434 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 337297 278558 835 2943 0 334191 0
[pid=16026/tid=16027] ppid=16023 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 1381568512 278558 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 1381568512 278558 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=1349188 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 1381568512 278558 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1349188

[startup+3.10038 s]
/proc/loadavg: 2.04 2.05 2.01 3/183 16030
/proc/meminfo: memFree=29025000/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=1414724 CPUtime=3.08 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 294302 0 0 0 270 38 0 0 20 0 4 0 25939756 1448677376 295111 33554432000 4194304 16246674 140733525234976 140733525234288 12652957 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 353681 295111 835 2943 0 350575 0
[pid=16026/tid=16027] ppid=16023 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 1448677376 295111 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 1448677376 295111 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=1414724 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 1448677376 295111 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1414724

[startup+6.30034 s]
/proc/loadavg: 2.03 2.05 2.01 3/183 16030
/proc/meminfo: memFree=29024916/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=1593924 CPUtime=6.29 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 339088 0 0 0 585 44 0 0 20 0 4 0 25939756 1632178176 339897 33554432000 4194304 16246674 140733525234976 140733525232720 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 398481 339904 835 2943 0 395375 0
[pid=16026/tid=16027] ppid=16023 vsize=1593924 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 1632178176 339909 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=1593924 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 1632178176 339912 33554432000 4194304 16246674 140733525234976 140616204786704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=1594948 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 1633226752 339919 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1593924

[startup+12.7004 s]
/proc/loadavg: 2.03 2.05 2.00 3/183 16030
/proc/meminfo: memFree=27712228/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=3009092 CPUtime=12.68 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 692697 0 0 0 1178 90 0 0 20 0 4 0 25939756 3081310208 693507 33554432000 4194304 16246674 140733525234976 140733525232768 4221016 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 752273 693515 835 2943 0 749167 0
[pid=16026/tid=16027] ppid=16023 vsize=3009092 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 3081310208 693519 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=3009092 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 3081310208 693526 33554432000 4194304 16246674 140733525234976 140616204786704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=3009092 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 3081310208 693530 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3009092

[startup+25.5004 s]
/proc/loadavg: 2.02 2.05 2.00 3/183 16030
/proc/meminfo: memFree=25653664/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=4781636 CPUtime=25.48 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 1136031 0 0 0 2401 147 0 0 20 0 4 0 25939756 4896395264 1136840 33554432000 4194304 16246674 140733525234976 140733525232784 4220921 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 1195409 1136840 835 2943 0 1192303 0
[pid=16026/tid=16027] ppid=16023 vsize=4781636 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 4896395264 1136840 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=4781636 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 4896395264 1136840 33554432000 4194304 16246674 140733525234976 140616204786704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=4781636 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 4896395264 1136840 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4781636

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.00 3/183 16030
/proc/meminfo: memFree=21342236/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=9084484 CPUtime=51.07 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 2211745 0 0 0 4814 293 0 0 20 0 4 0 25939756 9302511616 2212554 33554432000 4194304 16246674 140733525234976 140733525232720 4220850 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 2271121 2212554 835 2943 0 2268015 0
[pid=16026/tid=16027] ppid=16023 vsize=9084484 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 9302511616 2212554 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=9084484 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 9302511616 2212554 33554432000 4194304 16246674 140733525234976 140616204786704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=9084484 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 9302511616 2212554 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9084484

[startup+102.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/183 16031
/proc/meminfo: memFree=17299724/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=13118020 CPUtime=102.27 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 3220135 0 0 0 9797 430 0 0 20 0 4 0 25939756 13432852480 3220944 33554432000 4194304 16246674 140733525234976 140733525234072 4220495 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 3279505 3220944 840 2943 0 3276399 0
[pid=16026/tid=16027] ppid=16023 vsize=13118020 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 13432852480 3220944 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=13118020 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 13432852480 3220944 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=13118020 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 13432852480 3220944 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13118020

[startup+162.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/184 16033
/proc/meminfo: memFree=15484364/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=14929476 CPUtime=162.26 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 3617156 0 0 0 15733 493 0 0 20 0 4 0 25939756 15287783424 3673664 33554432000 4194304 16246674 140733525234976 140733525232832 14003176 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 3732369 3673664 840 2943 0 3729263 0
[pid=16026/tid=16027] ppid=16023 vsize=14929476 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 15287783424 3673664 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=14929476 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 15287783424 3673664 33554432000 4194304 16246674 140733525234976 140616204786704 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=14929476 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 15287783424 3673664 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 14929476



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+192.2 s]
/proc/loadavg: 2.09 2.06 2.01 3/184 16034
/proc/meminfo: memFree=14786316/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=15878724 CPUtime=192.15 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) R 16023 16026 10353 0 -1 4202496 3854591 0 0 0 18683 532 0 0 20 0 4 0 25939756 16259813376 3911099 33554432000 4194304 16246674 140733525234976 140733525234072 4225154 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 3969681 3911107 840 2943 0 3966575 0
[pid=16026/tid=16027] ppid=16023 vsize=15878724 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) S 16023 16026 10353 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 25939756 16259813376 3911112 33554432000 4194304 16246674 140733525234976 140616215276784 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16026/tid=16028] ppid=16023 vsize=15878724 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16028/stat : 16028 (toysat) S 16023 16026 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25939756 16259813376 3911118 33554432000 4194304 16246674 140733525234976 140616204786928 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16026/tid=16029] ppid=16023 vsize=15879748 CPUtime=0 cores=0,2,4,6
/proc/16026/task/16029/stat : 16029 (toysat) S 16023 16026 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25939756 16260861952 3911126 33554432000 4194304 16246674 140733525234976 140616088415408 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 192.15
Current children cumulated vsize (KiB) 15878724

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

[startup+192.6 s]
/proc/loadavg: 2.09 2.06 2.01 3/184 16034
/proc/meminfo: memFree=14786316/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=0 CPUtime=192.56 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) Z 16023 16026 10353 0 -1 4203532 3855088 0 0 0 18684 572 0 0 20 0 2 0 25939756 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 0 0 0 0 0 0 0
[pid=16026/tid=16027] ppid=16023 vsize=0 CPUtime=0.38 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) R 16023 16026 10353 0 -1 4203588 10 0 0 0 0 38 0 0 20 0 2 0 25939756 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 192.56
Current children cumulated vsize (KiB) 0

[startup+193 s]
/proc/loadavg: 2.09 2.06 2.01 3/182 16034
/proc/meminfo: memFree=23783148/32872528 swapFree=534252/566956
[pid=16026] ppid=16023 vsize=0 CPUtime=192.96 cores=0,2,4,6
/proc/16026/stat : 16026 (toysat) Z 16023 16026 10353 0 -1 4203532 3855088 0 0 0 18684 612 0 0 20 0 2 0 25939756 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16026/statm: 0 0 0 0 0 0 0
[pid=16026/tid=16027] ppid=16023 vsize=0 CPUtime=0.78 cores=0,2,4,6
/proc/16026/task/16027/stat : 16027 (toysat) R 16023 16026 10353 0 -1 4203588 10 0 0 0 0 78 0 0 20 0 2 0 25939756 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 192.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 193.043
CPU time (s): 193
CPU user time (s): 186.843
CPU system time (s): 6.15706
CPU usage (%): 99.9777
Max. virtual memory (cumulated for all children) (KiB): 15878724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.843
system time used= 6.15706
maximum resident set size= 15646384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3855088
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= 74
involuntary context switches= 263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.511922 second user time and 0.751885 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 10:35:41
IDJOB=4103749
IDBENCH=2451
IDSOLVER=2542
FILE ID=node138/4103749-1466238941
RUNJOBID= node138-1466206053-10369
PBS_JOBID= 19918139
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-beaconfd.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103749-1466238941/watcher-4103749-1466238941 -o /tmp/evaluation-result-4103749-1466238941/solver-4103749-1466238941 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466206053-10369 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103749-1466238941.opb

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

MD5SUM BENCH= 82f615abc3129d59c14793e11ecbb793
RANDOM SEED=1796325974

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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	: 5332.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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		: 2666.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30204820 kB
Buffers:          116416 kB
Cached:           141376 kB
SwapCached:         1060 kB
Active:          1201560 kB
Inactive:         157980 kB
Active(anon):    1100564 kB
Inactive(anon):     3328 kB
Active(file):     100996 kB
Inactive(file):   154652 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             17880 kB
Writeback:             0 kB
AnonPages:       1669856 kB
Mapped:            10720 kB
Shmem:                 0 kB
Slab:             604664 kB
SReclaimable:      48304 kB
SUnreclaim:       556360 kB
KernelStack:        1520 kB
PageTables:         7528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1812636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 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 node138 at 2016-06-18 10:38:54