Trace number 4103137

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) 160.106 160.141

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
MD5SUMd6efb238990ec55ca510b102fead8acf
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 variables1466812
Total number of constraints24336
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 constraints24336
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 748132
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 3531010623397850041104
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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-18T09:01:22+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-4103137-1466233278.opb"]
0.00/0.01	c use --random-gen="3514724364 3955133194 2172278193 1881107933 4261549222 3990492399 2554602169 778102801 2052887569 3434250354 2301094396 264375314 107375117 2232362423 1841382229 2639440573 1345909832 3593204416 223841183 223056447 3470015842 508891651 924127791 3511268381 1244023653 1277205009 2431259511 2688485192 3308279738 357015589 3530052953 1272944916 136908100 3484837638 1728513481 1648743411 2568088928 2283997447 668610479 131064758 567382820 650387827 4001481295 451561882 2662058852 3453959935 3585018871 1011864649 4122213312 858347429 3179348709 529860435 355038121 1672778274 2766551573 2948295250 3912501098 3134212580 813692962 2682961576 3769019385 3263214837 288694177 140682925 1377116294 1692375138 3309260796 1717245218 3783948907 3412896867 2268504158 1162321711 1687358344 729885758 3496000921 816824329 1975648529 2360616092 1067500846 2725773517 145818109 1884776580 1573485114 3694803131 1373507411 722401446 1291187904 686905294 2101271442 1921419531 1472749259 4073394933 3527534427 2389281892 646190860 2403945288 3138759373 3254178813 4151983630 1724837124 453508647 3173212084 3352362923 2165880300 1565451630 2037066320 3631712938 4134231095 2530942074 1602482282 393713115 2858991383 993161031 1221399524 468119235 2718959474 2299739638 3241622806 3374104704 1864498662 2877166647 3302900083 4100222711 3414420943 2639525229 522538153 1335207333 420753587 1859717698 1541203578 493431962 1347339724 2997194541 2759099528 1245185895 640174610 3383088054 1459690947 847814977 2344458503 472996887 560390071 3175265412 1978203540 3729041057 1842411719 1423590943 218484936 962386469 188023889 3762513730 802541305 1237115589 3569061556 3699829318 2942337265 2383299744 4097832072 1674518751 2028310705 1941272114 958673190 533927351 2662059851 1226183499 1356727151 2057694696 3484249931 16361364 1145254359 3429371380 798719669 2000805324 1392208413 144329712 2012168743 2827269160 4277303762 3452248715 172591431 2900441018 732018464 841622929 1097692376 1172859288 496817586 3855477453 841997872 2962528307 983107734 2289634408 3071863396 720085050 1274310954 2507815052 3152468298 3615663028 2428398711 2012470923 1653653184 924855482 3287902725 3085234573 39561376 1197088661 127056543 331142701 3703807768 3791191330 2987650681 828142235 3137697224 2886509538 1265620859 2158105617 3366555476 1136226245 3912439948 1555101838 969950409 1198784886 3748335283 1185444810 452206640 1512269749 1195052807 3674424344 661958822 1128782583 1035249301 2532746322 980392904 235820527 3586349159 2561223279 4150460829 2651505682 566963469 3380317842 2352771691 2823943317 10321896 225761196 592194720 3019098917 50598417 3597531906 567293696 4081629638 3596287341 1143147080 1603836055 2609819997 1787068292 1010650644 1737983007 255 362436" option to reproduce the execution
9.49/9.52	c #vars 1466812
9.49/9.52	c #constraints 24336

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

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

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


[startup+0 s]
/proc/loadavg: 2.49 2.36 2.29 3/180 20969
/proc/meminfo: memFree=27394132/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=722364 CPUtime=0 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 2695 0 0 0 0 0 0 0 20 0 4 0 25373677 739700736 3057 33554432000 4194304 16246674 140735981626416 140735981625840 13880264 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 181103 3063 441 2943 0 177997 0
[pid=20969/tid=20970] ppid=20966 vsize=740796 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 758575104 3125 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=744892 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 762769408 3142 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=748988 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 25373678 766963712 3158 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0

[startup+0.100176 s]
/proc/loadavg: 2.49 2.36 2.29 3/180 20969
/proc/meminfo: memFree=27394132/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=1304132 CPUtime=0.09 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 31504 0 0 0 5 4 0 0 20 0 4 0 25373677 1335431168 31803 33554432000 4194304 16246674 140735981626416 140735981625728 12752373 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 326033 31819 799 2943 0 322927 0
[pid=20969/tid=20970] ppid=20966 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 1335431168 31830 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 1335431168 31841 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=1304132 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 1335431168 31851 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1304132

[startup+0.200545 s]
/proc/loadavg: 2.49 2.36 2.29 3/180 20969
/proc/meminfo: memFree=27394132/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=1311300 CPUtime=0.19 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 38327 0 0 0 14 5 0 0 20 0 4 0 25373677 1342771200 39137 33554432000 4194304 16246674 140735981626416 140735981625728 4206649 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 327825 39137 799 2943 0 324719 0
[pid=20969/tid=20970] ppid=20966 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 1342771200 39137 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 1342771200 39137 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 1342771200 39137 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1311300

[startup+0.300498 s]
/proc/loadavg: 2.49 2.36 2.29 3/180 20969
/proc/meminfo: memFree=27394132/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=1311300 CPUtime=0.29 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 38845 0 0 0 24 5 0 0 20 0 4 0 25373677 1342771200 39655 33554432000 4194304 16246674 140735981626416 140735981625728 8056982 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 327825 39655 799 2943 0 324719 0
[pid=20969/tid=20970] ppid=20966 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 1342771200 39655 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 1342771200 39655 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=1311300 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 1342771200 39655 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1311300

[startup+0.700431 s]
/proc/loadavg: 2.49 2.36 2.29 3/180 20969
/proc/meminfo: memFree=27394132/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=1313348 CPUtime=0.68 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 46080 0 0 0 63 5 0 0 20 0 4 0 25373677 1344868352 46890 33554432000 4194304 16246674 140735981626416 140735981625728 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 328337 46899 800 2943 0 325231 0
[pid=20969/tid=20970] ppid=20966 vsize=1313348 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 1344868352 46904 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 1345916928 46911 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=1314372 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 1345916928 46916 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1313348

[startup+1.50042 s]
/proc/loadavg: 2.49 2.36 2.29 3/184 20973
/proc/meminfo: memFree=27152660/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=1343044 CPUtime=1.48 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 79627 0 0 0 138 10 0 0 20 0 4 0 25373677 1375277056 84014 33554432000 4194304 16246674 140735981626416 140735981609408 7374168 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 335761 84014 800 2943 0 332655 0
[pid=20969/tid=20970] ppid=20966 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 1375277056 84014 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 1375277056 84014 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=1343044 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 1375277056 84014 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1343044

[startup+3.10043 s]
/proc/loadavg: 2.49 2.36 2.29 3/184 20973
/proc/meminfo: memFree=26844312/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=1392196 CPUtime=3.09 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 124914 0 0 0 291 18 0 0 20 0 4 0 25373677 1425608704 137988 33554432000 4194304 16246674 140735981626416 140735981625512 14073329 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 348049 137988 802 2943 0 344943 0
[pid=20969/tid=20970] ppid=20966 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 1425608704 137988 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 1425608704 137988 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=1392196 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 1425608704 137988 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1392196

[startup+6.30032 s]
/proc/loadavg: 2.45 2.36 2.29 4/184 20973
/proc/meminfo: memFree=26728160/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=1490500 CPUtime=6.28 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 190909 0 0 0 599 29 0 0 20 0 4 0 25373677 1526272000 221357 33554432000 4194304 16246674 140735981626416 140735981609408 4221016 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 372625 221357 802 2943 0 369519 0
[pid=20969/tid=20970] ppid=20966 vsize=1490500 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 1526272000 221357 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=1490500 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 1526272000 221357 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=1490500 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 1526272000 221357 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1490500

[startup+12.7004 s]
/proc/loadavg: 2.42 2.35 2.29 3/184 20973
/proc/meminfo: memFree=25670812/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=2029124 CPUtime=12.68 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 403530 0 0 0 1211 57 0 0 20 0 4 0 25373677 2077822976 442154 33554432000 4194304 16246674 140735981626416 140735981625728 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 507281 442154 811 2943 0 504175 0
[pid=20969/tid=20970] ppid=20966 vsize=2029124 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 2077822976 442154 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=2029124 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 2077822976 442154 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=2029124 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 2077822976 442154 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 2029124

[startup+25.5004 s]
/proc/loadavg: 2.47 2.36 2.30 3/184 20973
/proc/meminfo: memFree=23464276/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=4164164 CPUtime=25.49 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 939162 0 0 0 2421 128 0 0 20 0 4 0 25373677 4264103936 981874 33554432000 4194304 16246674 140735981626416 140735981625512 13767184 0 0 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 1041041 981874 840 2943 0 1037935 0
[pid=20969/tid=20970] ppid=20966 vsize=4164164 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 4264103936 981874 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=4164164 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 4264103936 981874 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=4164164 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 4264103936 981874 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 4164164

[startup+51.1004 s]
/proc/loadavg: 2.37 2.35 2.29 3/183 20973
/proc/meminfo: memFree=20531280/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=7091780 CPUtime=51.08 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 1671068 0 0 0 4878 230 0 0 20 0 4 0 25373677 7261982720 1713780 33554432000 4194304 16246674 140735981626416 140735981625512 15015658 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 1772945 1713780 840 2943 0 1769839 0
[pid=20969/tid=20970] ppid=20966 vsize=7091780 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 7261982720 1713780 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=7091780 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 7261982720 1713780 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=7091780 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 7261982720 1713780 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7091780

[startup+102.3 s]
/proc/loadavg: 2.25 2.32 2.28 3/183 20974
/proc/meminfo: memFree=14117992/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=13491780 CPUtime=102.28 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 3271070 0 0 0 9778 450 0 0 20 0 4 0 25373677 13815582720 3313782 33554432000 4194304 16246674 140735981626416 140735981624384 13899751 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 3372945 3313782 841 2943 0 3369839 0
[pid=20969/tid=20970] ppid=20966 vsize=13491780 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 13815582720 3313782 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=13491780 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 13815582720 3313782 33554432000 4194304 16246674 140735981626416 140426606517264 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=13491780 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 13815582720 3313782 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 13491780



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+159.3 s]
/proc/loadavg: 2.27 2.32 2.28 3/183 21025
/proc/meminfo: memFree=10370720/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=15889988 CPUtime=159.27 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) R 20966 20969 16189 0 -1 4202496 3870384 0 0 0 15389 538 0 0 20 0 4 0 25373677 16271347712 3913096 33554432000 4194304 16246674 140735981626416 140735981625512 4225154 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 3972497 3913100 845 2943 0 3969391 0
[pid=20969/tid=20970] ppid=20966 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20970/stat : 20970 (toysat) S 20966 20969 16189 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 25373678 16271347712 3913145 33554432000 4194304 16246674 140735981626416 140426617007344 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 5 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) S 20966 20969 16189 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 25373678 16271347712 3913146 33554432000 4194304 16246674 140735981626416 140426606517488 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 1 0 0 0 0 0
[pid=20969/tid=20972] ppid=20966 vsize=15889988 CPUtime=0 cores=1,3,5,7
/proc/20969/task/20972/stat : 20972 (toysat) S 20966 20969 16189 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 25373678 16271347712 3913147 33554432000 4194304 16246674 140735981626416 140426596043952 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 159.27
Current children cumulated vsize (KiB) 15889988

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

[startup+159.7 s]
/proc/loadavg: 2.27 2.32 2.28 3/183 21025
/proc/meminfo: memFree=10370720/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=0 CPUtime=159.66 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) Z 20966 20969 16189 0 -1 4203532 3870731 0 0 0 15389 577 0 0 20 0 2 0 25373677 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 0 0 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=0 CPUtime=0.37 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) R 20966 20969 16189 0 -1 4203588 8 0 0 0 0 37 0 0 20 0 2 0 25373678 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 159.66
Current children cumulated vsize (KiB) 0

[startup+160.1 s]
/proc/loadavg: 2.27 2.32 2.28 3/183 21025
/proc/meminfo: memFree=10370720/32872528 swapFree=1459628/1655852
[pid=20969] ppid=20966 vsize=0 CPUtime=160.06 cores=1,3,5,7
/proc/20969/stat : 20969 (toysat) Z 20966 20969 16189 0 -1 4203532 3870731 0 0 0 15389 617 0 0 20 0 2 0 25373677 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20969/statm: 0 0 0 0 0 0 0
[pid=20969/tid=20971] ppid=20966 vsize=0 CPUtime=0.77 cores=1,3,5,7
/proc/20969/task/20971/stat : 20971 (toysat) R 20966 20969 16189 0 -1 4203588 8 0 0 0 0 77 0 0 20 0 2 0 25373678 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 160.06
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 160.141
CPU time (s): 160.106
CPU user time (s): 153.898
CPU system time (s): 6.20806
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 15889988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.898
system time used= 6.20806
maximum resident set size= 15653772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3870731
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= 48
involuntary context switches= 169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.647901 second user time and 0.817875 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 09:01:22
IDJOB=4103137
IDBENCH=2279
IDSOLVER=2542
FILE ID=node136/4103137-1466233278
RUNJOBID= node136-1466206055-16206
PBS_JOBID= 19918141
Free space on /tmp= 71644 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome12.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103137-1466233278/watcher-4103137-1466233278 -o /tmp/evaluation-result-4103137-1466233278/solver-4103137-1466233278 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466206055-16206 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4103137-1466233278.opb

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

MD5SUM BENCH= d6efb238990ec55ca510b102fead8acf
RANDOM SEED=1348231545

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27394528 kB
Buffers:          174568 kB
Cached:          1769652 kB
SwapCached:            0 kB
Active:          1346324 kB
Inactive:        1725004 kB
Active(anon):    1129752 kB
Inactive(anon):        0 kB
Active(file):     216572 kB
Inactive(file):  1725004 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             96120 kB
Writeback:             0 kB
AnonPages:       2783076 kB
Mapped:            16532 kB
Shmem:               204 kB
Slab:             615864 kB
SReclaimable:      59556 kB
SUnreclaim:       556308 kB
KernelStack:        1464 kB
PageTables:         9520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2918620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    688128 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= 71628 MiB
End job on node136 at 2016-06-18 09:04:02