Trace number 4112662

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
minisatp 2012-10-02 git-d91742b? (TO) 1800.02 1800.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_4.opb
MD5SUMdc0116cc9dd2d87e5a6934d46be3ef43
Bench CategoryOPT-SMALLINT (optimisation, small 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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables61
Total number of constraints15
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints14
Minimum length of a constraint1
Maximum length of a constraint60
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4594
Number of bits of the biggest sum of numbers13
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 Parsing PB file...
0.00/0.00	c Converting 14 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: #######
0.00/0.00	c   -- Clauses(.)/Splits(s): (none)
0.00/0.00	c ---[  12]---> Adder-cost: 382   maxlim: 1459   bits: 12/11
0.00/0.02	c ---[  10]---> Adder-cost: 358   maxlim: 1432   bits: 12/11
0.00/0.03	c ---[   8]---> Adder-cost: 352   maxlim: 1375   bits: 12/11
0.00/0.05	c ---[   6]---> Adder-cost: 368   maxlim: 1358   bits: 12/11
0.00/0.06	c ---[   4]---> Adder-cost: 342   maxlim: 1531   bits: 12/11
0.00/0.08	c ---[   2]---> Adder-cost: 354   maxlim: 1484   bits: 12/11
0.00/0.09	c ---[   0]---> Adder-cost: 336   maxlim: 1337   bits: 12/11
1800.01/1800.30	|  Eliminated clauses:           0.00 Mb                                      |
1800.01/1800.30	============================[ Search Statistics ]==============================
1800.01/1800.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1800.01/1800.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1800.01/1800.30	===============================================================================
1800.01/1800.30	|       100 |    2460    16921    60000 |     6204       99      7 |  6.198 % |
1800.01/1800.30	|       250 |    2459    16921    60000 |     6824      248     10 |  6.236 % |
1800.01/1800.30	|       475 |    2459    16921    60000 |     7507      473     15 |  6.236 % |
1800.01/1800.30	|       812 |    2459    16921    60000 |     8258      810     17 |  6.236 % |
1800.01/1800.30	|      1318 |    2459    16921    60000 |     9083     1316     20 |  6.236 % |
1800.01/1800.30	|      2077 |    2459    16921    60000 |     9992     2075     31 |  6.236 % |
1800.01/1800.30	|      3216 |    2459    16921    60000 |    10991     3214     37 |  6.236 % |
1800.01/1800.30	|      4924 |    2459    16921    60000 |    12090     4922     42 |  6.236 % |
1800.01/1800.30	|      7486 |    2459    16921    60000 |    13299     7484     44 |  6.236 % |
1800.01/1800.30	|     11330 |    2459    16921    60000 |    14629    11328     45 |  6.236 % |
1800.01/1800.30	|     17096 |    2459    16921    60000 |    16092     9481     47 |  6.236 % |
1800.01/1800.30	|     25745 |    2458    16921    60000 |    17701     9919     46 |  6.274 % |
1800.01/1800.30	|     38719 |    2458    16921    60000 |    19471    13894     50 |  6.274 % |
1800.01/1800.30	|     58180 |    2457    16921    60000 |    21419    13517     48 |  6.312 % |
1800.01/1800.30	|     87372 |    2457    16921    60000 |    23561    20910     48 |  6.312 % |
1800.01/1800.30	|    131161 |    2455    16921    60000 |    25917    15318     47 |  6.388 % |
1800.01/1800.30	|    196845 |    2455    16921    60000 |    28508    23441     46 |  6.388 % |
1800.01/1800.30	|    295371 |    2455    16921    60000 |    31359    21461     48 |  6.388 % |
1800.01/1800.30	|    443160 |    2455    16921    60000 |    34495    31475     51 |  6.388 % |
1800.01/1800.30	|    664843 |    2455    16921    60000 |    37945    27166     47 |  6.388 % |
1800.01/1800.30	|    997368 |    2453    16921    60000 |    41739    26167     47 |  6.464 % |
1800.01/1800.30	|   1496156 |    2453    16921    60000 |    45913    30183     47 |  6.464 % |
1800.01/1800.30	|   2244338 |    2453    16921    60000 |    50505    27985     49 |  6.464 % |
1800.01/1800.30	|   3366612 |    2453    16921    60000 |    55555    28088     48 |  6.464 % |
1800.01/1800.30	|   5050023 |    2453    16921    60000 |    61111    25951     45 |  6.464 % |
1800.01/1800.30	|   7575139 |    2452    16921    60000 |    67222    22550     43 |  6.502 % |
1800.01/1800.30	|  11362814 |    2452    16921    60000 |    73944    38512     48 |  6.502 % |
1800.01/1800.30	c 
1800.01/1800.30	c *** TERMINATED ***
1800.01/1800.30	s UNKNOWN

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-4112662-1466560023/watcher-4112662-1466560023 -o /tmp/evaluation-result-4112662-1466560023/solver-4112662-1466560023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466551518-27980 --watchdog 1960 minisatp HOME/instance-4112662-1466560023.opb 

pid=29205
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.32 2.26 2.22 3/176 29208
/proc/meminfo: memFree=30239096/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=6364 CPUtime=0 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 58048006 6516736 194 33554432000 4194304 5646918 140734970088544 140733798506584 4866896 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 1591 194 115 355 0 1232 0

[startup+0.100143 s]
/proc/loadavg: 2.32 2.26 2.22 3/176 29208
/proc/meminfo: memFree=30239096/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=6996 CPUtime=0.09 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 491 0 0 0 9 0 0 0 20 0 1 0 58048006 7163904 367 33554432000 4194304 5646918 140734970088544 140733798506584 4560679 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 1749 367 152 355 0 1390 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6996

[startup+0.20023 s]
/proc/loadavg: 2.32 2.26 2.22 3/176 29208
/proc/meminfo: memFree=30239096/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=8300 CPUtime=0.19 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 1027 0 0 0 19 0 0 0 20 0 1 0 58048006 8499200 884 33554432000 4194304 5646918 140734970088544 140733798506584 4402811 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 2075 884 179 355 0 1716 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8300

[startup+0.30028 s]
/proc/loadavg: 2.32 2.26 2.22 3/176 29208
/proc/meminfo: memFree=30239096/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=8300 CPUtime=0.29 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 1092 0 0 0 29 0 0 0 20 0 1 0 58048006 8499200 948 33554432000 4194304 5646918 140734970088544 140733798506584 4416598 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 2075 948 180 355 0 1716 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8300

[startup+0.700231 s]
/proc/loadavg: 2.32 2.26 2.22 3/176 29208
/proc/meminfo: memFree=30239096/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=8564 CPUtime=0.69 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 1191 0 0 0 69 0 0 0 20 0 1 0 58048006 8769536 1557 33554432000 4194304 5646918 140734970088544 140734970086680 4402751 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 2141 1557 180 355 0 1782 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8564

[startup+1.5003 s]
/proc/loadavg: 2.29 2.25 2.22 3/177 29209
/proc/meminfo: memFree=30233476/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=8968 CPUtime=1.49 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 1306 0 0 0 149 0 0 0 20 0 1 0 58048006 9183232 1670 33554432000 4194304 5646918 140734970088544 140734970086680 4403454 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 2242 1670 180 355 0 1883 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8968

[startup+3.10023 s]
/proc/loadavg: 2.29 2.25 2.22 3/177 29209
/proc/meminfo: memFree=30232688/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=12108 CPUtime=3.09 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 2570 0 0 0 309 0 0 0 20 0 1 0 58048006 12398592 1738 33554432000 4194304 5646918 140734970088544 140734970087256 4403454 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 3027 1738 182 355 0 2668 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12108

[startup+6.3003 s]
/proc/loadavg: 2.29 2.25 2.22 3/177 29209
/proc/meminfo: memFree=30225080/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=16572 CPUtime=6.29 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 3401 0 0 0 629 0 0 0 20 0 1 0 58048006 16969728 3574 33554432000 4194304 5646918 140734970088544 140734970086792 4402764 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 4143 3574 182 355 0 3784 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16572

[startup+12.7002 s]
/proc/loadavg: 2.33 2.26 2.22 4/177 29209
/proc/meminfo: memFree=30224004/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=16572 CPUtime=12.68 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 3404 0 0 0 1268 0 0 0 20 0 1 0 58048006 16969728 3577 33554432000 4194304 5646918 140734970088544 140734970086792 4403159 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 4143 3577 182 355 0 3784 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16572

[startup+25.5003 s]
/proc/loadavg: 2.28 2.25 2.22 3/177 29209
/proc/meminfo: memFree=30220440/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=20956 CPUtime=25.49 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 4466 0 0 0 2548 1 0 0 20 0 1 0 58048006 21458944 4632 33554432000 4194304 5646918 140734970088544 140734970086808 4389007 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 5239 4633 182 355 0 4880 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20956

[startup+51.1004 s]
/proc/loadavg: 2.18 2.23 2.21 3/177 29209
/proc/meminfo: memFree=30219200/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=20956 CPUtime=51.09 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 4701 0 0 0 5108 1 0 0 20 0 1 0 58048006 21458944 4863 33554432000 4194304 5646918 140734970088544 140734970086808 4402966 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 5239 4863 182 355 0 4880 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20956

[startup+102.3 s]
/proc/loadavg: 2.32 2.25 2.22 4/177 29210
/proc/meminfo: memFree=30209760/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=28616 CPUtime=102.28 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 5783 0 0 0 10227 1 0 0 20 0 1 0 58048006 29302784 6765 33554432000 4194304 5646918 140734970088544 140734970086792 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 7154 6765 182 355 0 6795 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28616

[startup+162.3 s]
/proc/loadavg: 2.36 2.27 2.22 3/177 29211
/proc/meminfo: memFree=30205232/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=28616 CPUtime=162.26 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 5783 0 0 0 16225 1 0 0 20 0 1 0 58048006 29302784 6765 33554432000 4194304 5646918 140734970088544 140734970086792 4403464 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 7154 6765 182 355 0 6795 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 28616

[startup+222.307 s]
/proc/loadavg: 2.18 2.23 2.21 3/178 29215
/proc/meminfo: memFree=30195744/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=32972 CPUtime=222.26 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 6369 0 0 0 22225 1 0 0 20 0 1 0 58048006 33763328 7857 33554432000 4194304 5646918 140734970088544 140734970086808 4402778 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 8243 7857 182 355 0 7884 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 32972

[startup+282.3 s]
/proc/loadavg: 2.36 2.26 2.22 4/177 29217
/proc/meminfo: memFree=30196128/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=32972 CPUtime=282.24 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 6369 0 0 0 28223 1 0 0 20 0 1 0 58048006 33763328 7857 33554432000 4194304 5646918 140734970088544 140734970086808 4403454 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 8243 7857 182 355 0 7884 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 32972

[startup+342.3 s]
/proc/loadavg: 2.19 2.23 2.20 3/177 29218
/proc/meminfo: memFree=30188852/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=40392 CPUtime=342.23 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 6698 0 0 0 34222 1 0 0 20 0 1 0 58048006 41361408 9717 33554432000 4194304 5646918 140734970088544 140734970086792 4402827 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 10098 9717 182 355 0 9739 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 40392

[startup+402.3 s]
/proc/loadavg: 2.19 2.22 2.20 3/177 29219
/proc/meminfo: memFree=30188728/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=40392 CPUtime=402.22 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 6698 0 0 0 40221 1 0 0 20 0 1 0 58048006 41361408 9717 33554432000 4194304 5646918 140734970088544 140734970086792 4403368 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 10098 9717 182 355 0 9739 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 40392

[startup+462.3 s]
/proc/loadavg: 2.29 2.23 2.20 4/177 29220
/proc/meminfo: memFree=30188360/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=40392 CPUtime=462.21 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 6698 0 0 0 46220 1 0 0 20 0 1 0 58048006 41361408 9717 33554432000 4194304 5646918 140734970088544 140734970086792 4402774 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 10098 9717 182 355 0 9739 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 40392

[startup+522.3 s]
/proc/loadavg: 2.24 2.22 2.19 3/177 29277
/proc/meminfo: memFree=30239848/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=40392 CPUtime=522.21 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 7053 0 0 0 52219 2 0 0 20 0 1 0 58048006 41361408 9717 33554432000 4194304 5646918 140734970088544 140734970087256 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 10098 9717 182 355 0 9739 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 40392

[startup+582.3 s]
/proc/loadavg: 2.22 2.22 2.19 3/177 29279
/proc/meminfo: memFree=30225092/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=59068 CPUtime=582.2 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 7056 0 0 0 58218 2 0 0 20 0 1 0 58048006 60485632 10742 33554432000 4194304 5646918 140734970088544 140734970086792 4402739 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 14767 10742 182 355 0 14408 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 59068


################
# More data... #
################


[startup+942.3 s]
/proc/loadavg: 2.13 2.18 2.18 3/177 29312
/proc/meminfo: memFree=30190292/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=59068 CPUtime=942.14 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 7230 0 0 0 94212 2 0 0 20 0 1 0 58048006 60485632 14496 33554432000 4194304 5646918 140734970088544 140734970086792 4403431 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 14767 14496 182 355 0 14408 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 59068

[startup+1002.3 s]
/proc/loadavg: 2.21 2.19 2.18 4/177 29313
/proc/meminfo: memFree=30204352/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=59068 CPUtime=1002.13 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 7230 0 0 0 100211 2 0 0 20 0 1 0 58048006 60485632 14496 33554432000 4194304 5646918 140734970088544 140734970086792 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 14767 14496 182 355 0 14408 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 59068

[startup+1062.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/177 29314
/proc/meminfo: memFree=30212492/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=40516 CPUtime=1062.12 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 9274 0 0 0 106209 3 0 0 20 0 1 0 58048006 41488384 9320 33554432000 4194304 5646918 140734970088544 140734970086792 4398908 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 10129 9320 182 355 0 9770 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 40516

[startup+1122.3 s]
/proc/loadavg: 2.18 2.18 2.18 3/177 29315
/proc/meminfo: memFree=30174768/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1122.11 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10329 0 0 0 112207 4 0 0 20 0 1 0 58048006 79822848 15463 33554432000 4194304 5646918 140734970088544 140734970086792 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15463 182 355 0 19129 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 77952

[startup+1182.3 s]
/proc/loadavg: 2.29 2.21 2.19 4/177 29317
/proc/meminfo: memFree=30172604/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1182.1 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10329 0 0 0 118206 4 0 0 20 0 1 0 58048006 79822848 15463 33554432000 4194304 5646918 140734970088544 140734970086792 4402867 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15463 182 355 0 19129 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 77952

[startup+1242.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/177 29318
/proc/meminfo: memFree=30172356/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1242.1 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10329 0 0 0 124206 4 0 0 20 0 1 0 58048006 79822848 15463 33554432000 4194304 5646918 140734970088544 140734970086792 4402788 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15463 182 355 0 19129 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 77952

[startup+1302.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/177 29319
/proc/meminfo: memFree=30172232/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1302.09 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10333 0 0 0 130205 4 0 0 20 0 1 0 58048006 79822848 15467 33554432000 4194304 5646918 140734970088544 140734970086792 4402761 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15467 182 355 0 19129 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 77952

[startup+1362.3 s]
/proc/loadavg: 2.23 2.20 2.18 4/177 29320
/proc/meminfo: memFree=30172352/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1362.08 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10336 0 0 0 136204 4 0 0 20 0 1 0 58048006 79822848 15470 33554432000 4194304 5646918 140734970088544 140734970086792 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15470 182 355 0 19129 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 77952

[startup+1422.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/178 29324
/proc/meminfo: memFree=30172252/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1422.07 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10336 0 0 0 142203 4 0 0 20 0 1 0 58048006 79822848 15470 33554432000 4194304 5646918 140734970088544 140734970086792 4403478 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15470 182 355 0 19129 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 77952

[startup+1482.3 s]
/proc/loadavg: 2.23 2.20 2.18 4/177 29326
/proc/meminfo: memFree=30171636/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1482.06 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10336 0 0 0 148202 4 0 0 20 0 1 0 58048006 79822848 15470 33554432000 4194304 5646918 140734970088544 140734970086792 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15470 182 355 0 19129 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 77952

[startup+1542.31 s]
/proc/loadavg: 2.15 2.19 2.18 4/177 29327
/proc/meminfo: memFree=30167656/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1542.06 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10337 0 0 0 154202 4 0 0 20 0 1 0 58048006 79822848 15982 33554432000 4194304 5646918 140734970088544 140734970086792 4402709 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 15982 182 355 0 19129 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 77952

[startup+1602.3 s]
/proc/loadavg: 2.12 2.17 2.17 3/177 29328
/proc/meminfo: memFree=30159228/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1602.04 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10341 0 0 0 160200 4 0 0 20 0 1 0 58048006 79822848 18030 33554432000 4194304 5646918 140734970088544 140734970086792 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 18030 182 355 0 19129 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 77952

[startup+1662.3 s]
/proc/loadavg: 2.15 2.17 2.17 3/177 29329
/proc/meminfo: memFree=30159356/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1662.03 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10341 0 0 0 166199 4 0 0 20 0 1 0 58048006 79822848 18030 33554432000 4194304 5646918 140734970088544 140734970086792 4402781 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 18030 182 355 0 19129 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 77952

[startup+1722.3 s]
/proc/loadavg: 2.13 2.15 2.16 4/177 29330
/proc/meminfo: memFree=30159108/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1722.02 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10346 0 0 0 172198 4 0 0 20 0 1 0 58048006 79822848 18035 33554432000 4194304 5646918 140734970088544 140734970086792 4402853 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 18035 182 355 0 19129 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 77952

[startup+1782.3 s]
/proc/loadavg: 2.16 2.15 2.16 3/177 29332
/proc/meminfo: memFree=30159108/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1782.01 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10346 0 0 0 178197 4 0 0 20 0 1 0 58048006 79822848 18035 33554432000 4194304 5646918 140734970088544 140734970086792 4403091 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 18035 182 355 0 19129 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 77952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.13 2.14 2.16 3/176 29332
/proc/meminfo: memFree=30159380/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1800.01 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10346 0 0 0 179997 4 0 0 20 0 1 0 58048006 79822848 18035 33554432000 4194304 5646918 140734970088544 140734970086792 4402815 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 18035 182 355 0 19129 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 77952

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

[startup+1800.3 s]
/proc/loadavg: 2.13 2.14 2.16 3/176 29332
/proc/meminfo: memFree=30159380/32872528 swapFree=1499884/1696108
[pid=29208] ppid=29205 vsize=77952 CPUtime=1800.01 cores=1,3,5,7
/proc/29208/stat : 29208 (minisatp) R 29205 29208 27963 0 -1 4202496 10346 0 0 0 179997 4 0 0 20 0 1 0 58048006 79822848 18035 33554432000 4194304 5646918 140734970088544 140734970086792 4402815 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/29208/statm: 19488 18035 182 355 0 19129 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 77952

Child status: 0
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.97
CPU system time (s): 0.048992
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 77952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.97
system time used= 0.048992
maximum resident set size= 72140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10346
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= 5
involuntary context switches= 1933

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.71728 second user time and 6.74397 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-22 03:47:03
IDJOB=4112662
IDBENCH=2917
IDSOLVER=2555
FILE ID=node137/4112662-1466560023
RUNJOBID= node137-1466551518-27980
PBS_JOBID= 19943328
Free space on /tmp= 71652 MiB

SOLVER NAME= minisatp 2012-10-02 git-d91742b
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_4.opb
COMMAND LINE= minisatp BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4112662-1466560023/watcher-4112662-1466560023 -o /tmp/evaluation-result-4112662-1466560023/solver-4112662-1466560023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466551518-27980 --watchdog 1960  minisatp HOME/instance-4112662-1466560023.opb

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=1140759705

node137.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.486
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.97
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.486
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.486
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		: 2666.486
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.486
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.486
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.38
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.486
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.56
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.486
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:        30239944 kB
Buffers:           69820 kB
Cached:            67800 kB
SwapCached:          856 kB
Active:           117648 kB
Inactive:          84464 kB
Active(anon):      65880 kB
Inactive(anon):     1204 kB
Active(file):      51768 kB
Inactive(file):    83260 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67100336 kB
Dirty:              3892 kB
Writeback:             0 kB
AnonPages:       1760316 kB
Mapped:             7920 kB
Shmem:                 0 kB
Slab:             601196 kB
SReclaimable:      45156 kB
SUnreclaim:       556040 kB
KernelStack:        1424 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1880900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-4112662-1466560023.opb

Free space on /tmp at the end= 71648 MiB
End job on node137 at 2016-06-22 04:17:03