Trace number 4079059

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) 181.392 181.431

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-wood1p.opb
MD5SUM360101c0d249c34bf56133c11582c641
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 variables77820
Total number of constraints244
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 constraints244
Minimum length of a constraint30
Maximum length of a constraint77760
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 53687091200000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 66413144120266880244
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-06T20:37:01+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-4079059-1465238219.opb"]
0.00/0.01	c use --random-gen="2340439188 3833706548 3803217510 4223457237 748220859 2465277106 3704528437 3006796651 3418746949 1270473546 4008917845 284792062 2006222814 844176916 962994102 3680857531 597605517 3114817866 2888719829 3267368688 3731114502 2115742768 3827452120 611861310 825246024 234460473 2171903938 3317655252 1010545566 1033946939 3368341230 1650671852 397635648 1707799075 371533221 1054122193 561805999 1521445735 481056468 3881742610 667012097 1516660533 1040818467 4013248549 2812740412 1760495566 2715738302 1989687197 2451224027 2904167398 643111450 687392900 3056277282 3963154080 4152915990 3662941488 2077069693 637255084 1322130356 3695561762 2335788929 3688791004 821001466 3459662334 1627694099 837784117 3110698536 2853424175 748482994 4264869312 2996350700 1704450471 4028198806 1987894491 3642324975 2644835764 2069460295 2818712829 2280114205 439846106 732204948 2974612760 924043557 253869233 3175610906 282737539 2809884431 887201301 3154361980 3038327865 1039555997 98179153 3366952610 1124637935 2291857646 3040077887 1867850072 1072373918 4045157786 4151285355 2988404909 1681619040 1141254645 2309737588 4066783857 1757407195 2499817355 3747583575 3766168347 994058182 1697223280 71030027 725330475 3643922438 390022679 1462113060 1951337228 556127926 4078839048 3463640289 2877744718 2648037064 513592691 1334272841 604744818 1376562906 3472777664 1350500862 2095794887 972088451 4046720970 9037448 3565821698 1910667497 2454925173 1570559035 1507956318 3326847868 340331763 1022650987 3591105505 2217020544 3490781369 3213441686 234615072 698453872 3553360990 619078657 2067830065 1239192652 3353295699 2745246152 2340606489 1564747215 3128558664 497219350 3845723263 1371797882 1912517205 313164245 3730525365 3549501056 198997773 1081293935 1561750296 2649829254 2436404724 2346529619 2723191482 1451100871 13601589 1601174406 3443088374 3687578613 3506962378 2508359448 500822035 961415493 3918781372 1586646127 3521594310 1373049347 687903512 573263817 1970082873 1766819118 506869582 1978372132 3353132269 1412986229 3872795201 2991228866 3186436862 59951629 3698372547 284991911 1805008770 2104877533 2948680035 411071650 4108066443 1177473383 121330191 3848467525 2599123168 1518707356 2815041969 61400236 1169812851 1130129375 1513865321 2140463343 1429985845 1504620325 3620020561 470828573 2346756390 1178138808 3298214119 3716608998 1791561155 1081216085 4200111430 3768267653 2102058741 859283911 2833778086 588000671 393088698 3189020442 2279691222 3002603741 3643679355 3503961917 3511434269 2585981137 2958402207 3577282813 3051598859 3143407137 262539613 3067574591 3367120271 3009745566 4159925052 1600127986 1629180767 3136860881 290397805 477381166 2183654924 2417949315 2309901200 3688431619 1057320344 824264926 255 362436" option to reproduce the execution
3.99/4.00	c #vars 77820
3.99/4.00	c #constraints 244

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

pid=6501
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.00 2.01 2.00 3/178 6504
/proc/meminfo: memFree=30644812/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=703932 CPUtime=0 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 2621 0 0 0 0 0 0 0 20 0 4 0 105756739 720826368 2982 33554432000 4194304 16246674 140737428907472 140737428906896 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 176495 2992 441 2943 0 173389 0
[pid=6504/tid=6505] ppid=6501 vsize=722364 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 739700736 3057 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=726460 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 743895040 3073 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=731580 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 105756740 749137920 3091 33554432000 4194304 16246674 140737428907472 140723110268080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100223 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 6504
/proc/meminfo: memFree=30644812/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=1304132 CPUtime=0.09 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 30716 0 0 0 6 3 0 0 20 0 4 0 105756739 1335431168 31014 33554432000 4194304 16246674 140737428907472 140737428906784 7440033 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 326033 31028 800 2943 0 322927 0
[pid=6504/tid=6505] ppid=6501 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 1335431168 31039 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 1335431168 31050 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=1304132 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 1335431168 31061 33554432000 4194304 16246674 140737428907472 140723110268080 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.20052 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 6504
/proc/meminfo: memFree=30644812/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=1311300 CPUtime=0.19 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 39771 0 0 0 14 5 0 0 20 0 4 0 105756739 1342771200 40580 33554432000 4194304 16246674 140737428907472 140737428906784 7364068 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 327825 40580 801 2943 0 324719 0
[pid=6504/tid=6505] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 40580 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 40580 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 40580 33554432000 4194304 16246674 140737428907472 140723110268080 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.300482 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 6504
/proc/meminfo: memFree=30644812/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=1311300 CPUtime=0.29 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 39889 0 0 0 24 5 0 0 20 0 4 0 105756739 1342771200 40698 33554432000 4194304 16246674 140737428907472 140737428890464 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 327825 40698 801 2943 0 324719 0
[pid=6504/tid=6505] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 40698 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 40698 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 40698 33554432000 4194304 16246674 140737428907472 140723110268080 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.700417 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 6504
/proc/meminfo: memFree=30644812/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=1311300 CPUtime=0.69 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 51374 0 0 0 63 6 0 0 20 0 4 0 105756739 1342771200 52184 33554432000 4194304 16246674 140737428907472 140737428890464 7374276 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 327825 52201 802 2943 0 324719 0
[pid=6504/tid=6505] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 52212 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 52223 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=1311300 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 1342771200 52234 33554432000 4194304 16246674 140737428907472 140723110268080 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) 1311300

[startup+1.50042 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 6508
/proc/meminfo: memFree=30414048/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=1348164 CPUtime=1.49 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 68053 0 0 0 140 9 0 0 20 0 4 0 105756739 1380519936 75505 33554432000 4194304 16246674 140737428907472 140737428905280 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 337041 75505 802 2943 0 333935 0
[pid=6504/tid=6505] ppid=6501 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 1380519936 75505 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 1380519936 75505 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=1348164 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 1380519936 75505 33554432000 4194304 16246674 140737428907472 140723110268080 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) 1348164

[startup+3.10042 s]
/proc/loadavg: 2.00 2.01 2.00 3/182 6508
/proc/meminfo: memFree=30230512/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=1397316 CPUtime=3.09 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 95392 0 0 0 294 15 0 0 20 0 4 0 105756739 1430851584 112553 33554432000 4194304 16246674 140737428907472 140737428906568 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 349329 112553 802 2943 0 346223 0
[pid=6504/tid=6505] ppid=6501 vsize=1397316 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 1430851584 112553 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=1397316 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 1430851584 112553 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=1397316 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 1430851584 112553 33554432000 4194304 16246674 140737428907472 140723110268080 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) 1397316

[startup+6.3004 s]
/proc/loadavg: 2.08 2.03 2.01 3/182 6508
/proc/meminfo: memFree=29488212/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=1406532 CPUtime=6.28 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 270774 0 0 0 591 37 0 0 20 0 4 0 105756739 1440288768 289468 33554432000 4194304 16246674 140737428907472 140737428905280 4220543 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 351633 289468 824 2943 0 348527 0
[pid=6504/tid=6505] ppid=6501 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 1440288768 289468 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 1440288768 289468 33554432000 4194304 16246674 140737428907472 140723120741392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=1406532 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 1440288768 289468 33554432000 4194304 16246674 140737428907472 140723110268080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1406532

[startup+12.7004 s]
/proc/loadavg: 2.07 2.03 2.00 3/182 6508
/proc/meminfo: memFree=28268912/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=2750020 CPUtime=12.68 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 606658 0 0 0 1183 85 0 0 20 0 4 0 105756739 2816020480 628929 33554432000 4194304 16246674 140737428907472 140737428906784 4206991 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 687505 628929 825 2943 0 684399 0
[pid=6504/tid=6505] ppid=6501 vsize=2750020 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 2816020480 628929 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=2750020 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 2816020480 628929 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=2750020 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 2816020480 628929 33554432000 4194304 16246674 140737428907472 140723110268080 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) 2750020

[startup+25.5005 s]
/proc/loadavg: 2.06 2.02 2.00 3/182 6508
/proc/meminfo: memFree=26404284/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=4591172 CPUtime=25.49 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 1066710 0 0 0 2378 171 0 0 20 0 4 0 105756739 4701360128 1088982 33554432000 4194304 16246674 140737428907472 140737428905344 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 1147793 1088988 825 2943 0 1144687 0
[pid=6504/tid=6505] ppid=6501 vsize=4591172 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 4701360128 1088993 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=4591172 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 4701360128 1088998 33554432000 4194304 16246674 140737428907472 140723120741392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=4591172 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 4701360128 1089003 33554432000 4194304 16246674 140737428907472 140723110268080 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) 4591172

[startup+51.1005 s]
/proc/loadavg: 2.04 2.02 2.00 3/182 6508
/proc/meminfo: memFree=22576420/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=8291908 CPUtime=51.08 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 1992132 0 0 0 4774 334 0 0 20 0 4 0 105756739 8490913792 2014403 33554432000 4194304 16246674 140737428907472 140737428905216 4220480 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 2072977 2014403 825 2943 0 2069871 0
[pid=6504/tid=6505] ppid=6501 vsize=8291908 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 8490913792 2014403 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=8291908 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 8490913792 2014403 33554432000 4194304 16246674 140737428907472 140723120741392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=8291908 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 8490913792 2014403 33554432000 4194304 16246674 140737428907472 140723110268080 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) 8291908

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 6510
/proc/meminfo: memFree=16557432/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=14297668 CPUtime=102.28 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 3493574 0 0 0 9577 651 0 0 20 0 4 0 105756739 14640812032 3515845 33554432000 4194304 16246674 140737428907472 140737428905408 13899722 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 3574417 3515845 826 2943 0 3571311 0
[pid=6504/tid=6505] ppid=6501 vsize=14297668 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 14640812032 3515845 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=14297668 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 14640812032 3515845 33554432000 4194304 16246674 140737428907472 140723120741392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=14297668 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 14640812032 3515845 33554432000 4194304 16246674 140737428907472 140723110268080 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) 14297668

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 6512
/proc/meminfo: memFree=16195276/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=14660164 CPUtime=162.27 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 3529645 0 0 0 15534 693 0 0 20 0 4 0 105756739 15012007936 3606082 33554432000 4194304 16246674 140737428907472 140737428905408 14013552 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 3665041 3606082 830 2943 0 3661935 0
[pid=6504/tid=6505] ppid=6501 vsize=14660164 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 15012007936 3606082 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=14660164 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 15012007936 3606082 33554432000 4194304 16246674 140737428907472 140723120741392 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=14660164 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 15012007936 3606082 33554432000 4194304 16246674 140737428907472 140723110268080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 14660164



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+180.4 s]
/proc/loadavg: 2.00 2.01 2.00 4/186 6516
/proc/meminfo: memFree=14978132/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=15875652 CPUtime=180.37 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) R 6501 6504 4590 0 -1 4202496 3833825 0 0 0 17254 783 0 0 20 0 4 0 105756739 16256667648 3910262 33554432000 4194304 16246674 140737428907472 140737428906568 12449273 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 3968913 3910262 830 2943 0 3965807 0
[pid=6504/tid=6505] ppid=6501 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) S 6501 6504 4590 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 105756740 16256667648 3910262 33554432000 4194304 16246674 140737428907472 140723131231472 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=6504/tid=6506] ppid=6501 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6506/stat : 6506 (toysat) S 6501 6504 4590 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 105756740 16256667648 3910266 33554432000 4194304 16246674 140737428907472 140723120741616 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=6504/tid=6507] ppid=6501 vsize=15875652 CPUtime=0 cores=0,2,4,6
/proc/6504/task/6507/stat : 6507 (toysat) S 6501 6504 4590 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 105756740 16256667648 3910273 33554432000 4194304 16246674 140737428907472 140723110268080 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 180.37
Current children cumulated vsize (KiB) 15875652

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

[startup+180.8 s]
/proc/loadavg: 2.00 2.01 2.00 4/186 6516
/proc/meminfo: memFree=14978132/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=0 CPUtime=180.76 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) Z 6501 6504 4590 0 -1 4203532 3834299 0 0 0 17254 822 0 0 20 0 2 0 105756739 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 0 0 0 0 0 0 0
[pid=6504/tid=6505] ppid=6501 vsize=0 CPUtime=0.37 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) R 6501 6504 4590 0 -1 4203588 9 0 0 0 0 37 0 0 20 0 2 0 105756740 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) 180.76
Current children cumulated vsize (KiB) 0

[startup+181.2 s]
/proc/loadavg: 2.00 2.01 2.00 4/186 6516
/proc/meminfo: memFree=14978132/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=0 CPUtime=181.16 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) Z 6501 6504 4590 0 -1 4203532 3834299 0 0 0 17254 862 0 0 20 0 2 0 105756739 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 0 0 0 0 0 0 0
[pid=6504/tid=6505] ppid=6501 vsize=0 CPUtime=0.77 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) R 6501 6504 4590 0 -1 4203588 9 0 0 0 0 77 0 0 20 0 2 0 105756740 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) 181.16
Current children cumulated vsize (KiB) 0

[startup+181.4 s]
/proc/loadavg: 2.00 2.01 2.00 4/186 6516
/proc/meminfo: memFree=14978132/32872528 swapFree=11372/178980
[pid=6504] ppid=6501 vsize=0 CPUtime=181.36 cores=0,2,4,6
/proc/6504/stat : 6504 (toysat) Z 6501 6504 4590 0 -1 4203532 3834299 0 0 0 17254 882 0 0 20 0 2 0 105756739 0 0 33554432000 0 0 0 0 0 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6504/statm: 0 0 0 0 0 0 0
[pid=6504/tid=6505] ppid=6501 vsize=0 CPUtime=0.97 cores=0,2,4,6
/proc/6504/task/6505/stat : 6505 (toysat) R 6501 6504 4590 0 -1 4203588 9 0 0 0 0 97 0 0 20 0 2 0 105756740 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) 181.36
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 181.431
CPU time (s): 181.392
CPU user time (s): 172.55
CPU system time (s): 8.84266
CPU usage (%): 99.9785
Max. virtual memory (cumulated for all children) (KiB): 15875652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.55
system time used= 8.84266
maximum resident set size= 15642944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3834299
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= 54
involuntary context switches= 187

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.488925 second user time and 0.680896 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-06 20:37:01
IDJOB=4079059
IDBENCH=2441
IDSOLVER=2542
FILE ID=node105/4079059-1465238219
RUNJOBID= node105-1465220657-4606
PBS_JOBID= 19843223
Free space on /tmp= 71696 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-wood1p.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079059-1465238219/watcher-4079059-1465238219 -o /tmp/evaluation-result-4079059-1465238219/solver-4079059-1465238219 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1465220657-4606 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079059-1465238219.opb

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

MD5SUM BENCH= 360101c0d249c34bf56133c11582c641
RANDOM SEED=1020451766

node105.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.813
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	: 5333.62
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.813
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.813
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.813
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.813
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.813
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		: 2666.813
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.813
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:        30645184 kB
Buffers:           37428 kB
Cached:           165016 kB
SwapCached:         1756 kB
Active:          1273844 kB
Inactive:          70524 kB
Active(anon):    1142804 kB
Inactive(anon):     1504 kB
Active(file):     131040 kB
Inactive(file):    69020 kB
Unevictable:      178980 kB
Mlocked:           11372 kB
SwapTotal:      67108856 kB
SwapFree:       67098460 kB
Dirty:             49824 kB
Writeback:            44 kB
AnonPages:       1320672 kB
Mapped:             9992 kB
Shmem:                 0 kB
Slab:             570860 kB
SReclaimable:      14176 kB
SUnreclaim:       556684 kB
KernelStack:        1464 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1464612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1302528 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= 71680 MiB
End job on node105 at 2016-06-06 20:40:02