Trace number 4079095

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) 148.114 148.162

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
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-06T23:17:16+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079095-1465247835.opb"]
0.00/0.01	c use --random-gen="648147960 2459426929 1451120205 3332519996 2977924196 3397594210 100887342 3912376689 4057976370 3614384700 287291920 1093673091 2332762642 1545335237 1646891302 2249991948 627670972 819886285 326761080 2630413278 30280256 2474612925 930315381 2258315582 2063879228 926801259 3377464571 154828581 1710859906 3130878385 2995635817 3655790992 2439062593 2501807848 3243150835 3867302819 3227390511 3792573854 3562201575 1544978256 1891966510 2757624467 3114148037 476105479 1401227351 1825519218 2577907007 1036454321 4038955367 1630960909 1963322850 1208401450 2905990095 1465959609 1428483658 4228819772 1619426434 1634651596 242275875 2633379791 347185615 1706457329 1274235589 715961173 654848274 1721438665 2544528766 4260359068 3267732178 2670106526 3299408620 3649893928 2949580366 3930082014 1133675756 395500051 3656887868 651568671 2378275408 4112248675 535337919 2554850126 2298060607 1239091833 1533772933 3401255445 4090646610 3223735052 448083221 51596736 1078400052 2579291900 3542527375 3247005260 485684529 67307386 3197161798 916195462 2847490525 996914523 2025596723 504357814 1307896050 1872826238 50678329 2539186288 96721411 1863855353 4236661289 4222221850 3599092057 561230052 3996634597 679864319 1785995084 4030571852 3465202530 578006114 3732291981 1693504137 954684863 528012231 14184362 2083559329 4174563540 4061188395 2983579665 2710546828 3234500844 1969310394 989373515 3686376388 3333837429 3242838297 3257239089 4241464955 457441148 317031496 3641848587 3814973730 2444625432 3389108942 4288836095 3125149625 297049995 3804533535 2920189956 756639306 3735257905 2013548373 278564544 1458967063 3753610357 4221638376 2341447082 1134202477 716573365 2050271109 1957657209 3188279265 4241539124 2103334379 1996521728 3879103016 4162599992 1076183716 1404861802 1533191870 3727629631 3414142834 1121169721 1973284782 1258976458 518594715 1094560242 175198914 2185274329 9379661 2591357347 3512803297 979950020 1528935457 1985038511 418324353 2992836768 444853199 3051560972 2350462759 2620590359 3414818274 2928004580 2986527343 720750470 3656257263 659632740 1610312162 3089813432 1744717934 2118483425 3335204482 248034732 3685835847 825345424 2628154772 1078812642 4028317750 361622813 580138201 3464979143 885925575 3904404611 1761844020 127310798 3505473529 2232442014 2774521943 3614269998 2039196937 242495566 738173269 2235746087 443425506 3853307102 529919890 2746326827 820573644 2264071604 732779532 4269913821 3172446047 4169711161 745582363 2906892821 2063459802 2066931850 245982869 3579564404 999960847 721978887 2936277350 1804506215 936492793 1205304826 1041963423 2767054257 4249476717 4182501209 687980610 3979619909 2812026124 2677416884 243593667 933487891 667394310 2973356217 1792548538 255 362436" option to reproduce the execution
2.79/2.80	c #vars 116401
2.79/2.80	c #constraints 347041

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

pid=4398
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.26 2.24 2.20 3/179 4401
/proc/meminfo: memFree=29158148/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=716220 CPUtime=0 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 2674 0 0 0 0 0 0 0 20 0 4 0 106716607 733409280 3034 33554432000 4194304 16246674 140736252245712 140736252245136 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 179823 3043 441 2943 0 176717 0
[pid=4401/tid=4402] ppid=4398 vsize=732604 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 750186496 3098 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=737724 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 755429376 3116 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=742844 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 760672256 3135 33554432000 4194304 16246674 140736252245712 139680926395568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100207 s]
/proc/loadavg: 2.26 2.24 2.20 3/179 4401
/proc/meminfo: memFree=29158148/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 28482 0 0 0 5 4 0 0 20 0 4 0 106716607 1249447936 28780 33554432000 4194304 16246674 140736252245712 140736252245024 4220807 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 305041 28780 801 2943 0 301935 0
[pid=4401/tid=4402] ppid=4398 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1249447936 28780 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1249447936 28780 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1249447936 28780 33554432000 4194304 16246674 140736252245712 139680926395568 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) 1220164

[startup+0.20052 s]
/proc/loadavg: 2.26 2.24 2.20 3/179 4401
/proc/meminfo: memFree=29158148/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1313348 CPUtime=0.19 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 51089 0 0 0 12 7 0 0 20 0 4 0 106716607 1344868352 51898 33554432000 4194304 16246674 140736252245712 140736252245024 7379101 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 328337 51898 801 2943 0 325231 0
[pid=4401/tid=4402] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 51898 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 51898 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 51898 33554432000 4194304 16246674 140736252245712 139680926395568 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) 1313348

[startup+0.300491 s]
/proc/loadavg: 2.26 2.24 2.20 3/179 4401
/proc/meminfo: memFree=29158148/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1313348 CPUtime=0.29 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 61163 0 0 0 20 9 0 0 20 0 4 0 106716607 1344868352 61972 33554432000 4194304 16246674 140736252245712 140736252245024 7364511 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 328337 61972 801 2943 0 325231 0
[pid=4401/tid=4402] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 61972 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 61972 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 61972 33554432000 4194304 16246674 140736252245712 139680926395568 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) 1313348

[startup+0.700397 s]
/proc/loadavg: 2.26 2.24 2.20 3/179 4401
/proc/meminfo: memFree=29158148/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1313348 CPUtime=0.69 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 69574 0 0 0 59 10 0 0 20 0 4 0 106716607 1344868352 70383 33554432000 4194304 16246674 140736252245712 140736252243520 13928602 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 328337 70383 801 2943 0 325231 0
[pid=4401/tid=4402] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 70383 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 70383 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 70383 33554432000 4194304 16246674 140736252245712 139680926395568 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) 1313348

[startup+1.50043 s]
/proc/loadavg: 2.26 2.24 2.20 3/183 4405
/proc/meminfo: memFree=28834340/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1313348 CPUtime=1.49 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 82363 0 0 0 138 11 0 0 20 0 4 0 106716607 1344868352 83172 33554432000 4194304 16246674 140736252245712 140736252243520 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 328337 83172 802 2943 0 325231 0
[pid=4401/tid=4402] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 83172 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 83172 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1313348 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1344868352 83172 33554432000 4194304 16246674 140736252245712 139680926395568 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) 1313348

[startup+3.10039 s]
/proc/loadavg: 2.26 2.24 2.20 3/183 4405
/proc/meminfo: memFree=28755836/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1352260 CPUtime=3.09 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 123855 0 0 0 291 18 0 0 20 0 4 0 106716607 1384714240 130797 33554432000 4194304 16246674 140736252245712 140736252228704 6756128 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 338065 130805 835 2943 0 334959 0
[pid=4401/tid=4402] ppid=4398 vsize=1352260 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1384714240 130810 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1352260 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1384714240 130816 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1352260 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1384714240 130821 33554432000 4194304 16246674 140736252245712 139680926395568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1352260

[startup+6.30043 s]
/proc/loadavg: 2.24 2.23 2.20 3/183 4405
/proc/meminfo: memFree=28041092/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1352260 CPUtime=6.29 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 272550 0 0 0 589 40 0 0 20 0 4 0 106716607 1384714240 279491 33554432000 4194304 16246674 140736252245712 140736252243520 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 338065 279491 837 2943 0 334959 0
[pid=4401/tid=4402] ppid=4398 vsize=1352260 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1384714240 279491 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1352260 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1384714240 279491 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1352260 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1384714240 279491 33554432000 4194304 16246674 140736252245712 139680926395568 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) 1352260

[startup+12.7004 s]
/proc/loadavg: 2.22 2.23 2.20 3/183 4405
/proc/meminfo: memFree=27756148/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=1636932 CPUtime=12.69 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 343737 0 0 0 1220 49 0 0 20 0 4 0 106716607 1676218368 350678 33554432000 4194304 16246674 140736252245712 140736252244888 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 409233 350678 847 2943 0 406127 0
[pid=4401/tid=4402] ppid=4398 vsize=1636932 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 1676218368 350678 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=1636932 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 1676218368 350678 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=1636932 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 1676218368 350678 33554432000 4194304 16246674 140736252245712 139680926395568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1636932

[startup+25.5005 s]
/proc/loadavg: 2.25 2.23 2.20 4/183 4405
/proc/meminfo: memFree=25391256/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=3998276 CPUtime=25.49 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 934073 0 0 0 2422 127 0 0 20 0 4 0 106716607 4094234624 941014 33554432000 4194304 16246674 140736252245712 140736252244888 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 999569 941014 847 2943 0 996463 0
[pid=4401/tid=4402] ppid=4398 vsize=3998276 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 4094234624 941014 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=3998276 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 4094234624 941014 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=3998276 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 4094234624 941014 33554432000 4194304 16246674 140736252245712 139680926395568 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) 3998276

[startup+51.1005 s]
/proc/loadavg: 2.17 2.21 2.20 3/183 4405
/proc/meminfo: memFree=20489388/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=8889924 CPUtime=51.08 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 2156991 0 0 0 4820 288 0 0 20 0 4 0 106716607 9103282176 2163929 33554432000 4194304 16246674 140736252245712 140736252244888 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 2222481 2163929 847 2943 0 2219375 0
[pid=4401/tid=4402] ppid=4398 vsize=8889924 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 9103282176 2163929 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=8889924 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 9103282176 2163929 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=8889924 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 9103282176 2163929 33554432000 4194304 16246674 140736252245712 139680926395568 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) 8889924

[startup+102.3 s]
/proc/loadavg: 2.27 2.23 2.20 3/183 4406
/proc/meminfo: memFree=16066424/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=13301316 CPUtime=102.27 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 3259851 0 0 0 9781 446 0 0 20 0 4 0 106716607 13620547584 3266783 33554432000 4194304 16246674 140736252245712 140736252243648 14013920 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 3325329 3266783 852 2943 0 3322223 0
[pid=4401/tid=4402] ppid=4398 vsize=13301316 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 13620547584 3266783 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=13301316 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 13620547584 3266783 33554432000 4194304 16246674 140736252245712 139681005018128 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=13301316 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 13620547584 3266783 33554432000 4194304 16246674 140736252245712 139680926395568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13301316



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+147.1 s]
/proc/loadavg: 2.24 2.22 2.19 3/183 4407
/proc/meminfo: memFree=13587232/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=15880772 CPUtime=147.05 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) R 4398 4401 1166 0 -1 4202496 3904682 0 0 0 14166 539 0 0 20 0 4 0 106716607 16261910528 3911610 33554432000 4194304 16246674 140736252245712 140736252244888 13781905 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 3970193 3911610 852 2943 0 3967087 0
[pid=4401/tid=4402] ppid=4398 vsize=15880772 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4402/stat : 4402 (toysat) S 4398 4401 1166 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 106716607 16261910528 3911610 33554432000 4194304 16246674 140736252245712 139681015508208 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=15880772 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) S 4398 4401 1166 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 106716607 16261910528 3911610 33554432000 4194304 16246674 140736252245712 139681005018352 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4401/tid=4404] ppid=4398 vsize=15880772 CPUtime=0 cores=0,2,4,6
/proc/4401/task/4404/stat : 4404 (toysat) S 4398 4401 1166 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 106716607 16261910528 3911610 33554432000 4194304 16246674 140736252245712 139680926395568 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 147.05
Current children cumulated vsize (KiB) 15880772

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

[startup+147.205 s]
/proc/loadavg: 2.24 2.22 2.19 3/183 4407
/proc/meminfo: memFree=13587232/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=0 CPUtime=147.15 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) Z 4398 4401 1166 0 -1 4203532 3904858 0 0 0 14166 549 0 0 20 0 2 0 106716607 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 0 0 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) R 4398 4401 1166 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 106716607 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) 147.15
Current children cumulated vsize (KiB) 0

[startup+147.6 s]
/proc/loadavg: 2.22 2.22 2.19 3/181 4407
/proc/meminfo: memFree=18085120/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=0 CPUtime=147.55 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) Z 4398 4401 1166 0 -1 4203532 3904858 0 0 0 14166 589 0 0 20 0 2 0 106716607 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 0 0 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) R 4398 4401 1166 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 106716607 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) 147.55
Current children cumulated vsize (KiB) 0

[startup+148 s]
/proc/loadavg: 2.22 2.22 2.19 3/181 4407
/proc/meminfo: memFree=18085120/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=0 CPUtime=147.95 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) Z 4398 4401 1166 0 -1 4203532 3904858 0 0 0 14166 629 0 0 20 0 2 0 106716607 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 0 0 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=0 CPUtime=0.88 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) R 4398 4401 1166 0 -1 4203588 8 0 0 0 0 88 0 0 20 0 2 0 106716607 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) 147.95
Current children cumulated vsize (KiB) 0

[startup+148.1 s]
/proc/loadavg: 2.22 2.22 2.19 3/181 4407
/proc/meminfo: memFree=18085120/32872528 swapFree=16384/1696552
[pid=4401] ppid=4398 vsize=0 CPUtime=148.05 cores=0,2,4,6
/proc/4401/stat : 4401 (toysat) Z 4398 4401 1166 0 -1 4203532 3904858 0 0 0 14166 639 0 0 20 0 2 0 106716607 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4401/statm: 0 0 0 0 0 0 0
[pid=4401/tid=4403] ppid=4398 vsize=0 CPUtime=0.98 cores=0,2,4,6
/proc/4401/task/4403/stat : 4403 (toysat) R 4398 4401 1166 0 -1 4203588 8 0 0 0 0 98 0 0 20 0 2 0 106716607 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) 148.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 148.162
CPU time (s): 148.114
CPU user time (s): 141.665
CPU system time (s): 6.44902
CPU usage (%): 99.9679
Max. virtual memory (cumulated for all children) (KiB): 15880772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.665
system time used= 6.44902
maximum resident set size= 15647144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3904858
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= 73
involuntary context switches= 151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.373943 second user time and 0.572912 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-06 23:17:15
IDJOB=4079095
IDBENCH=3006
IDSOLVER=2542
FILE ID=node125/4079095-1465247835
RUNJOBID= node125-1465224138-1182
PBS_JOBID= 19843237
Free space on /tmp= 71704 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079095-1465247835/watcher-4079095-1465247835 -o /tmp/evaluation-result-4079095-1465247835/solver-4079095-1465247835 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1465224138-1182 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079095-1465247835.opb

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

MD5SUM BENCH= b25c647d77a62b252fd095c10d449861
RANDOM SEED=921923733

node125.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.456
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.91
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.456
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.56
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.456
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.456
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.456
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.456
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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        29157916 kB
Buffers:           51420 kB
Cached:           153660 kB
SwapCached:         2016 kB
Active:          1227012 kB
Inactive:          83540 kB
Active(anon):    1106280 kB
Inactive(anon):     1380 kB
Active(file):     120732 kB
Inactive(file):    82160 kB
Unevictable:     1696552 kB
Mlocked:           16384 kB
SwapTotal:      67108856 kB
SwapFree:       67098492 kB
Dirty:             38768 kB
Writeback:             0 kB
AnonPages:       2802896 kB
Mapped:            10920 kB
Shmem:                 0 kB
Slab:             570072 kB
SReclaimable:      13836 kB
SUnreclaim:       556236 kB
KernelStack:        1456 kB
PageTables:         9640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2943900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2781184 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= 71688 MiB
End job on node125 at 2016-06-06 23:19:44