Trace number 4103793

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 170.005 170.039

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd6.opb
MD5SUMb8af5f694536c159804fb560c7265020
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40500
Total number of constraints147
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 constraints147
Minimum length of a constraint600
Maximum length of a constraint1200
Number of terms in the objective function 40500
Biggest coefficient in the objective function 240095970606448640
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 319188057892705067220
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 240095970606448640
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 319188057892705067220
Number of bits of the biggest sum of numbers69
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:38:55+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-4103793-1466239135.opb"]
0.00/0.01	c use --random-gen="3521384923 1708097715 2225371961 1931849354 524366817 3736510447 2829406671 319035024 224335448 3601539801 2443329726 3494217668 527597247 4062601803 3064824315 821759827 1547753316 1439637373 469491871 3946726096 883690083 1546661986 2075624704 2978287528 109211366 1888725456 1378967270 4268324649 45852866 3167170303 1397670388 2800735287 3139135908 1933372472 994676317 1412146899 2838329091 1126324703 3626757745 2828700841 1718147597 958004011 3336247347 143156604 685089131 3410899894 2292171086 3663543146 406315508 2735539466 2237635756 2561193636 2879676179 1928511887 2873542754 1804731547 1147207308 2137160949 3297496335 4230347966 592542498 3606512244 66235001 1626136701 714043900 2760565305 1032777099 851517118 2758615031 1029163957 4220821539 955065419 2012338881 370887137 643349539 3227897687 592882920 2316795615 1025052686 2168532656 3986586734 3910227195 497851776 2556920450 3677605480 17572970 739999896 4027747165 3164741674 210266723 1006299970 2252833791 3621046652 2489513050 862063998 2197622155 1745455619 1933446753 3540250239 2428708727 2273302699 1027287089 3346135817 2886273363 1128441716 3798267043 2169975982 4054123721 746224550 2307836500 5528983 1537808596 3351960924 3902709525 3648083766 2889914230 2248470468 2626574107 1111250136 3769084850 1774738064 2028145776 2571020885 1020237820 1402810918 547256563 514857768 1023696449 2295350773 1650815360 382842001 513923424 881396639 1402680691 4135601363 2094301698 226049733 2081171334 332696891 1387205750 1175241731 3825941034 3776002455 2902917931 2499019840 2669735622 2959189682 1950995918 1816070772 2292914902 2830394508 3224786574 4045040036 3580880883 2588911898 2717308196 3838966702 1885721105 1885835047 1822704687 3044986437 1633738969 1381703470 1722745345 347049366 1534658478 1667794437 3967232337 2324666344 1967019840 1783190420 1857743766 2139102019 3328333754 2466994271 530952699 3243222968 3732912904 3971901902 2250333039 936604154 1671663024 2200046461 3735033736 822857876 1453382980 3917356723 4201426473 3911636907 3656785963 2802672314 840232805 3084616550 617867219 4110480513 3335061319 3779055621 3739280640 2754632526 1989604324 1934832226 2867827500 1316439281 3678645584 978693021 2435515950 2476393787 3670525786 3618477548 3149589107 3666376094 4254543537 2009221425 4026068663 246752640 144788673 2357685067 3810343318 1073009768 1987108434 515514170 3828774579 717151515 3172182112 780962638 3574285779 2953432109 2328729117 1019920476 1491151945 3756845096 2492250551 1942288074 1180750162 3310073269 3317288010 871351462 3810100372 2863753636 2079821269 3685668924 3092158870 4018589911 3539975027 1038095613 2867740529 368073880 4255729632 2801361031 2131985361 2244684984 269356699 3851974027 1147503431 3795300078 3174203540 255 362436" option to reproduce the execution
0.29/0.38	c #vars 40500
0.29/0.38	c #constraints 147

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-4103793-1466239135/watcher-4103793-1466239135 -o /tmp/evaluation-result-4103793-1466239135/solver-4103793-1466239135 -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-4103793-1466239135.opb 

pid=16076
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.09 2.06 2.01 2/180 16079
/proc/meminfo: memFree=30200792/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=715332 CPUtime=0 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 2664 0 0 0 0 0 0 0 20 0 4 0 25959114 732499968 3026 33554432000 4194304 16246674 140736226749408 140736226748832 15002730 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 179345 3035 442 2943 0 176239 0
[pid=16079/tid=16080] ppid=16076 vsize=732740 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 750325760 3097 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=737860 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 755568640 3114 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=741956 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25959114 759762944 3129 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100179 s]
/proc/loadavg: 2.09 2.06 2.01 2/180 16079
/proc/meminfo: memFree=30200792/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 31832 0 0 0 5 4 0 0 20 0 4 0 25959114 1335431168 32132 33554432000 4194304 16246674 140736226749408 140736226748720 12752373 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 326033 32145 800 2943 0 322927 0
[pid=16079/tid=16080] ppid=16076 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 1335431168 32156 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 1335431168 32166 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 1335431168 32177 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.20051 s]
/proc/loadavg: 2.09 2.06 2.01 2/180 16079
/proc/meminfo: memFree=30200792/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 37657 0 0 0 14 5 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140736226748720 7440748 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 327825 38467 802 2943 0 324719 0
[pid=16079/tid=16080] ppid=16076 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300497 s]
/proc/loadavg: 2.09 2.06 2.01 2/180 16079
/proc/meminfo: memFree=30200792/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 37657 0 0 0 24 5 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140736226748720 8058708 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 327825 38467 802 2943 0 324719 0
[pid=16079/tid=16080] ppid=16076 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 1342771200 38467 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700404 s]
/proc/loadavg: 2.09 2.06 2.01 2/180 16079
/proc/meminfo: memFree=30200792/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=1325636 CPUtime=0.69 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 41003 0 0 0 64 5 0 0 20 0 4 0 25959114 1357451264 43346 33554432000 4194304 16246674 140736226749408 140736226731328 13898695 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 331409 43346 831 2943 0 328303 0
[pid=16079/tid=16080] ppid=16076 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 1357451264 43346 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 1357451264 43346 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 1357451264 43346 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1325636

[startup+1.5004 s]
/proc/loadavg: 2.08 2.06 2.01 3/184 16083
/proc/meminfo: memFree=29891696/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=1325636 CPUtime=1.49 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 194798 0 0 0 123 26 0 0 20 0 4 0 25959114 1357451264 197141 33554432000 4194304 16246674 140736226749408 140736226731328 12371341 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 331409 197151 838 2943 0 328303 0
[pid=16079/tid=16080] ppid=16076 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 1357451264 197157 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 1357451264 197163 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=1325636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 1357451264 197171 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1325636

[startup+3.1004 s]
/proc/loadavg: 2.08 2.06 2.01 3/184 16083
/proc/meminfo: memFree=28945452/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=1489476 CPUtime=3.08 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 311460 0 0 0 268 40 0 0 20 0 4 0 25959114 1525223424 313803 33554432000 4194304 16246674 140736226749408 140736226748720 4206674 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 372369 313803 838 2943 0 369263 0
[pid=16079/tid=16080] ppid=16076 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 1525223424 313803 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 1525223424 313803 33554432000 4194304 16246674 140736226749408 140427980151824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=1489476 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 1525223424 313803 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1489476

[startup+6.30039 s]
/proc/loadavg: 2.08 2.06 2.01 3/183 16083
/proc/meminfo: memFree=28778652/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=1830468 CPUtime=6.29 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 396503 0 0 0 578 51 0 0 20 0 4 0 25959114 1874399232 398847 33554432000 4194304 16246674 140736226749408 140736226748720 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 457617 398856 838 2943 0 454511 0
[pid=16079/tid=16080] ppid=16076 vsize=1830468 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 1874399232 398860 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=1830468 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 1874399232 398865 33554432000 4194304 16246674 140736226749408 140427980151824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=1830468 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 1874399232 398871 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1830468

[startup+12.7004 s]
/proc/loadavg: 2.07 2.06 2.00 4/183 16083
/proc/meminfo: memFree=27358992/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=3097156 CPUtime=12.68 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 713381 0 0 0 1174 94 0 0 20 0 4 0 25959114 3171487744 715724 33554432000 4194304 16246674 140736226749408 140736226748504 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 774289 715724 838 2943 0 771183 0
[pid=16079/tid=16080] ppid=16076 vsize=3097156 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 3171487744 715724 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=3097156 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 3171487744 715724 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=3097156 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 3171487744 715724 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 3097156

[startup+25.5005 s]
/proc/loadavg: 2.06 2.06 2.00 3/183 16083
/proc/meminfo: memFree=25549224/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=5008964 CPUtime=25.49 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 1191323 0 0 0 2393 156 0 0 20 0 4 0 25959114 5129179136 1193666 33554432000 4194304 16246674 140736226749408 140736226747200 4225154 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 1252241 1193673 838 2943 0 1249135 0
[pid=16079/tid=16080] ppid=16076 vsize=5008964 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 5129179136 1193677 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=5009988 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 5130227712 1193685 33554432000 4194304 16246674 140736226749408 140427980151824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=5009988 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 5130227712 1193689 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5008964

[startup+51.1005 s]
/proc/loadavg: 2.04 2.05 2.00 3/183 16083
/proc/meminfo: memFree=21346584/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=9373252 CPUtime=51.08 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 2282397 0 0 0 4804 304 0 0 20 0 4 0 25959114 9598210048 2284740 33554432000 4194304 16246674 140736226749408 140736226748072 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 2343313 2284746 838 2943 0 2340207 0
[pid=16079/tid=16080] ppid=16076 vsize=9373252 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 9598210048 2284751 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=9374276 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 9599258624 2284758 33554432000 4194304 16246674 140736226749408 140427980151824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=9374276 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 9599258624 2284763 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 9373252

[startup+102.3 s]
/proc/loadavg: 2.06 2.05 2.00 3/184 16088
/proc/meminfo: memFree=16542248/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=13869636 CPUtime=102.28 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 3406510 0 0 0 9772 456 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140736226747264 14014006 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 3467409 3408853 843 2943 0 3464303 0
[pid=16079/tid=16080] ppid=16076 vsize=13869636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=13869636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140427980151824 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=13869636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13869636

[startup+162.3 s]
/proc/loadavg: 2.16 2.07 2.01 3/183 16089
/proc/meminfo: memFree=16542196/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=13869636 CPUtime=162.26 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 3406510 0 0 0 15768 458 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140736226748504 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 3467409 3408853 843 2943 0 3464303 0
[pid=16079/tid=16080] ppid=16076 vsize=13869636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=13869636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=13869636 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 14202507264 3408853 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13869636



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+169 s]
/proc/loadavg: 2.14 2.07 2.01 3/183 16089
/proc/meminfo: memFree=14906512/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=15909444 CPUtime=168.96 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) R 16076 16079 10353 0 -1 4202496 3916455 0 0 0 16362 534 0 0 20 0 4 0 25959114 16291270656 3918798 33554432000 4194304 16246674 140736226749408 140736226748504 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 3977361 3918798 843 2943 0 3974255 0
[pid=16079/tid=16080] ppid=16076 vsize=15909444 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) S 16076 16079 10353 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25959114 16291270656 3918798 33554432000 4194304 16246674 140736226749408 140427990641904 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=16079/tid=16081] ppid=16076 vsize=15909444 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16081/stat : 16081 (toysat) S 16076 16079 10353 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25959114 16291270656 3918798 33554432000 4194304 16246674 140736226749408 140427980152048 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=16079/tid=16082] ppid=16076 vsize=15909444 CPUtime=0 cores=0,2,4,6
/proc/16079/task/16082/stat : 16082 (toysat) S 16076 16079 10353 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25959114 16291270656 3918799 33554432000 4194304 16246674 140736226749408 140427969678512 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 168.96
Current children cumulated vsize (KiB) 15909444

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

[startup+169.6 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 16089
/proc/meminfo: memFree=20638484/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=0 CPUtime=169.56 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) Z 16076 16079 10353 0 -1 4203532 3917124 0 0 0 16362 594 0 0 20 0 2 0 25959114 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 0 0 0 0 0 0 0
[pid=16079/tid=16080] ppid=16076 vsize=0 CPUtime=0.58 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) R 16076 16079 10353 0 -1 4203588 9 0 0 0 0 58 0 0 20 0 2 0 25959114 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 169.56
Current children cumulated vsize (KiB) 0

[startup+170 s]
/proc/loadavg: 2.14 2.07 2.01 3/181 16089
/proc/meminfo: memFree=20638484/32872528 swapFree=534252/566956
[pid=16079] ppid=16076 vsize=0 CPUtime=169.96 cores=0,2,4,6
/proc/16079/stat : 16079 (toysat) Z 16076 16079 10353 0 -1 4203532 3917124 0 0 0 16362 634 0 0 20 0 2 0 25959114 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16079/statm: 0 0 0 0 0 0 0
[pid=16079/tid=16080] ppid=16076 vsize=0 CPUtime=0.98 cores=0,2,4,6
/proc/16079/task/16080/stat : 16080 (toysat) R 16076 16079 10353 0 -1 4203588 9 0 0 0 0 98 0 0 20 0 2 0 25959114 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 169.96
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 170.039
CPU time (s): 170.005
CPU user time (s): 163.629
CPU system time (s): 6.37603
CPU usage (%): 99.98
Max. virtual memory (cumulated for all children) (KiB): 15909444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 163.629
system time used= 6.37603
maximum resident set size= 15677868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3917124
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= 69
involuntary context switches= 185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.25081 second user time and 1.3138 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 10:38:55
IDJOB=4103793
IDBENCH=2463
IDSOLVER=2542
FILE ID=node138/4103793-1466239135
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-scsd6.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103793-1466239135/watcher-4103793-1466239135 -o /tmp/evaluation-result-4103793-1466239135/solver-4103793-1466239135 -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-4103793-1466239135.opb

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

MD5SUM BENCH= b8af5f694536c159804fb560c7265020
RANDOM SEED=1881964993

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:        30201056 kB
Buffers:          116700 kB
Cached:           143888 kB
SwapCached:         1060 kB
Active:          1206364 kB
Inactive:         158596 kB
Active(anon):    1103132 kB
Inactive(anon):     3328 kB
Active(file):     103232 kB
Inactive(file):   155268 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             19860 kB
Writeback:             0 kB
AnonPages:       1670132 kB
Mapped:            10728 kB
Shmem:                 0 kB
Slab:             605052 kB
SReclaimable:      48568 kB
SUnreclaim:       556484 kB
KernelStack:        1512 kB
PageTables:         7552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1813616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1128448 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:41:45