Trace number 3721474

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
PB07: minisat+ 1.14? (TO) 1800.01 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_3.opb
MD5SUM0cfcb152e5d64f6fbadc82a2b31230da
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
Satisfiable
(Un)Satisfiability was proved
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 1901
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5704
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: 360   maxlim: 1649   bits: 12/11
0.02/0.02	c ---[  10]---> Adder-cost: 356   maxlim: 1559   bits: 12/11
0.02/0.04	c ---[   8]---> Adder-cost: 382   maxlim: 1901   bits: 12/11
0.02/0.07	c ---[   6]---> Adder-cost: 384   maxlim: 1584   bits: 12/11
0.02/0.09	c ---[   4]---> Adder-cost: 352   maxlim: 1479   bits: 12/11
0.09/0.11	c ---[   2]---> Adder-cost: 322   maxlim: 1484   bits: 12/11
0.09/0.12	c ---[   0]---> Adder-cost: 354   maxlim: 1410   bits: 12/11
0.09/0.15	c ==================================[MINISAT+]==================================
0.09/0.15	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.15	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.15	c ==============================================================================
0.09/0.15	c |         0 |   17039    60609 |    5679       0        0     nan |  0.000 % |
0.09/0.15	c |       101 |   17039    60609 |    6246     101      586     5.8 |  6.118 % |
0.09/0.15	c |       252 |   17031    60583 |    6871     251     2467     9.8 |  6.156 % |
0.09/0.16	c |       478 |   17031    60583 |    7558     477     4321     9.1 |  6.156 % |
0.09/0.18	c |       816 |   17023    60557 |    8314     814    10581    13.0 |  6.193 % |
0.19/0.23	c |      1322 |   17023    60557 |    9146    1320    29476    22.3 |  6.193 % |
0.19/0.26	c |      2081 |   17023    60557 |   10060    2079    47662    22.9 |  6.193 % |
0.29/0.38	c |      3220 |   17023    60557 |   11066    3218    98729    30.7 |  6.193 % |
0.39/0.46	c |      4928 |   17023    60557 |   12173    4926   144118    29.3 |  6.193 % |
0.69/0.73	c |      7491 |   17015    60531 |   13390    7488   243341    32.5 |  6.231 % |
1.10/1.14	c |     11335 |   17015    60531 |   14729   11332   391321    34.5 |  6.231 % |
1.59/1.65	c |     17102 |   17015    60531 |   16202    9547   319469    33.5 |  6.231 % |
2.69/2.70	c |     25751 |   17015    60531 |   17823    9927   352611    35.5 |  6.231 % |
4.59/4.69	c |     38725 |   17015    60531 |   19605   13776   646620    46.9 |  6.231 % |
8.29/8.33	c |     58187 |   17015    60531 |   21565   13088   658089    50.3 |  6.231 % |
12.49/12.51	c |     87379 |   17015    60531 |   23722   20300   820180    40.4 |  6.231 % |
20.68/20.71	c |    131168 |   17015    60531 |   26094   15906   658031    41.4 |  6.231 % |
31.18/31.21	c |    196852 |   17007    60505 |   28704   15539   552487    35.6 |  6.269 % |
50.17/50.22	c |    295378 |   17007    60505 |   31574   25425  1015298    39.9 |  6.269 % |
75.46/75.57	c |    443168 |   16983    60427 |   34732   15498   673753    43.5 |  6.382 % |
118.06/118.17	c |    664851 |   16975    60401 |   38205   20000   803050    40.2 |  6.420 % |
182.35/182.45	c |    997376 |   16967    60375 |   42026   17813   681588    38.3 |  6.458 % |
276.53/276.62	c |   1496164 |   16967    60375 |   46228   34730  1414612    40.7 |  6.458 % |
431.11/431.22	c |   2244346 |   16967    60375 |   50851   34924  1475400    42.2 |  6.458 % |
670.97/671.10	c |   3366623 |   16967    60375 |   55936   34752  1520465    43.8 |  6.458 % |
1060.51/1060.78	c |   5050034 |   16959    60349 |   61530   30425  1303727    42.9 |  6.495 % |
1653.91/1654.21	c |   7575150 |   16943    60297 |   67683   31161  1197876    38.4 |  6.571 % |
1800.00/1800.30	c 
1800.00/1800.30	c *** TERMINATED ***
1800.00/1800.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3721474-1338556283/watcher-3721474-1338556283 -o /tmp/evaluation-result-3721474-1338556283/solver-3721474-1338556283 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721474-1338556283.opb 

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.00 1.93 3/176 7580
/proc/meminfo: memFree=28150808/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=1132 CPUtime=0 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 162 0 0 0 0 0 0 0 20 0 1 0 321752884 1159168 119 33554432000 134512640 135395479 4287861248 4287860092 134527796 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 283 119 86 216 0 65 0

[startup+0.028817 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7580
/proc/meminfo: memFree=28150808/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=1420 CPUtime=0.02 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 248 0 0 0 2 0 0 0 20 0 1 0 321752884 1454080 205 33554432000 134512640 135395479 4287861248 4287858060 134846284 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 355 205 103 216 0 137 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1420

[startup+0.100204 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7580
/proc/meminfo: memFree=28150808/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=1568 CPUtime=0.09 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 290 0 0 0 9 0 0 0 20 0 1 0 321752884 1605632 247 33554432000 134512640 135395479 4287861248 4287858724 135003889 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 392 247 106 216 0 174 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1568

[startup+0.300173 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7580
/proc/meminfo: memFree=28150808/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=2788 CPUtime=0.29 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 622 0 0 0 29 0 0 0 20 0 1 0 321752884 2854912 579 33554432000 134512640 135395479 4287861248 4287859600 134580825 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 697 579 122 216 0 479 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2788

[startup+0.700169 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 7580
/proc/meminfo: memFree=28150808/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=3716 CPUtime=0.69 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 832 0 0 0 69 0 0 0 20 0 1 0 321752884 3805184 789 33554432000 134512640 135395479 4287861248 4287859600 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 929 789 122 216 0 711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3716

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7581
/proc/meminfo: memFree=28148352/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=5156 CPUtime=1.49 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 1187 0 0 0 149 0 0 0 20 0 1 0 321752884 5279744 1144 33554432000 134512640 135395479 4287861248 4287859600 134580938 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 1289 1144 122 216 0 1071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5156

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7581
/proc/meminfo: memFree=28146864/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=5548 CPUtime=3.09 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 1303 0 0 0 309 0 0 0 20 0 1 0 321752884 5681152 1260 33554432000 134512640 135395479 4287861248 4287859600 134580915 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 1387 1260 122 216 0 1169 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5548

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7581
/proc/meminfo: memFree=28145128/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=7264 CPUtime=6.29 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 1731 0 0 0 629 0 0 0 20 0 1 0 321752884 7438336 1688 33554432000 134512640 135395479 4287861248 4287859600 134580728 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 1816 1688 122 216 0 1598 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7264

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7581
/proc/meminfo: memFree=28144168/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=7796 CPUtime=12.69 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 1839 0 0 0 1269 0 0 0 20 0 1 0 321752884 7983104 1796 33554432000 134512640 135395479 4287861248 4287859600 134580834 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 1949 1796 122 216 0 1731 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7796

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7581
/proc/meminfo: memFree=28142736/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=9116 CPUtime=25.48 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 2190 0 0 0 2548 0 0 0 20 0 1 0 321752884 9334784 2147 33554432000 134512640 135395479 4287861248 4287859600 134581284 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 2279 2147 122 216 0 2061 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9116

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7582
/proc/meminfo: memFree=28141124/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=10500 CPUtime=51.07 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 2519 0 0 0 5107 0 0 0 20 0 1 0 321752884 10752000 2476 33554432000 134512640 135395479 4287861248 4287859504 134568552 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/7580/statm: 2625 2476 122 216 0 2407 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 10500

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7679
/proc/meminfo: memFree=28395424/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=12916 CPUtime=102.27 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 3129 0 0 0 10226 1 0 0 20 0 1 0 321752884 13225984 3097 33554432000 134512640 135395479 4287861248 4287859600 134581491 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 3229 3097 122 216 0 3011 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 12916

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/177 7679
/proc/meminfo: memFree=28390192/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=14308 CPUtime=162.25 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 3453 0 0 0 16224 1 0 0 20 0 1 0 321752884 14651392 3421 33554432000 134512640 135395479 4287861248 4287859600 134581014 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 3577 3421 122 216 0 3359 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 14308

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 7679
/proc/meminfo: memFree=28385040/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=15940 CPUtime=222.24 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 3818 0 0 0 22223 1 0 0 20 0 1 0 321752884 16322560 3798 33554432000 134512640 135395479 4287861248 4287859600 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 3985 3798 122 216 0 3767 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 15940

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 7679
/proc/meminfo: memFree=28381192/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=16708 CPUtime=282.23 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 4024 0 0 0 28222 1 0 0 20 0 1 0 321752884 17108992 4034 33554432000 134512640 135395479 4287861248 4287859600 134580915 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 4177 4034 122 216 0 3959 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 16708

[startup+342.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/176 7679
/proc/meminfo: memFree=28377788/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=18220 CPUtime=342.22 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 4390 0 0 0 34221 1 0 0 20 0 1 0 321752884 18657280 4400 33554432000 134512640 135395479 4287861248 4287859600 134581469 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 4555 4400 122 216 0 4337 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 18220

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 7680
/proc/meminfo: memFree=28374864/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=19188 CPUtime=402.21 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 4606 0 0 0 40220 1 0 0 20 0 1 0 321752884 19648512 4632 33554432000 134512640 135395479 4287861248 4287859600 134581412 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 4797 4632 122 216 0 4579 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 19188

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7680
/proc/meminfo: memFree=28370892/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=19896 CPUtime=462.2 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 4785 0 0 0 46219 1 0 0 20 0 1 0 321752884 20373504 4811 33554432000 134512640 135395479 4287861248 4287859600 134580973 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 4974 4811 122 216 0 4756 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 19896

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 7683
/proc/meminfo: memFree=28367020/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=20856 CPUtime=522.19 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 5012 0 0 0 52218 1 0 0 20 0 1 0 321752884 21356544 5062 33554432000 134512640 135395479 4287861248 4287859600 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 5214 5062 122 216 0 4996 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 20856

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 7683
/proc/meminfo: memFree=28363508/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=21172 CPUtime=582.19 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 5098 0 0 0 58217 2 0 0 20 0 1 0 321752884 21680128 5148 33554432000 134512640 135395479 4287861248 4287859216 134578891 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 5293 5148 122 216 0 5075 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 21172

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/177 7684
/proc/meminfo: memFree=28344208/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=24280 CPUtime=882.14 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 5781 0 0 0 88212 2 0 0 20 0 1 0 321752884 24862720 5879 33554432000 134512640 135395479 4287861248 4287859216 134576837 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6070 5879 122 216 0 5852 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 24280

[startup+942.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/177 7684
/proc/meminfo: memFree=28339676/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=24468 CPUtime=942.13 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 5840 0 0 0 94211 2 0 0 20 0 1 0 321752884 25055232 5979 33554432000 134512640 135395479 4287861248 4287859600 134580816 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6117 5979 122 216 0 5899 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 24468

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7685
/proc/meminfo: memFree=28335392/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=25136 CPUtime=1002.12 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6014 0 0 0 100210 2 0 0 20 0 1 0 321752884 25739264 6153 33554432000 134512640 135395479 4287861248 4287859600 134581426 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6284 6153 122 216 0 6066 0
Current children cumulated CPU time (s) 1002.12
Current children cumulated vsize (KiB) 25136

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 7685
/proc/meminfo: memFree=28333284/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=25424 CPUtime=1062.11 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6049 0 0 0 106209 2 0 0 20 0 1 0 321752884 26034176 6188 33554432000 134512640 135395479 4287861248 4287859600 134580947 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6356 6188 122 216 0 6138 0
Current children cumulated CPU time (s) 1062.11
Current children cumulated vsize (KiB) 25424

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 7688
/proc/meminfo: memFree=28330964/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=26096 CPUtime=1122.1 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6170 0 0 0 112208 2 0 0 20 0 1 0 321752884 26722304 6309 33554432000 134512640 135395479 4287861248 4287859600 134581491 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6524 6309 122 216 0 6306 0
Current children cumulated CPU time (s) 1122.1
Current children cumulated vsize (KiB) 26096

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7688
/proc/meminfo: memFree=28325528/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=26916 CPUtime=1182.09 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6391 0 0 0 118207 2 0 0 20 0 1 0 321752884 27561984 6530 33554432000 134512640 135395479 4287861248 4287859600 134580806 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6729 6530 122 216 0 6511 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 26916

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7688
/proc/meminfo: memFree=28321928/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=27332 CPUtime=1242.08 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6459 0 0 0 124206 2 0 0 20 0 1 0 321752884 27987968 6598 33554432000 134512640 135395479 4287861248 4287859600 134581451 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6833 6598 122 216 0 6615 0
Current children cumulated CPU time (s) 1242.08
Current children cumulated vsize (KiB) 27332

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7689
/proc/meminfo: memFree=28318268/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=27508 CPUtime=1302.07 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6495 0 0 0 130205 2 0 0 20 0 1 0 321752884 28168192 6675 33554432000 134512640 135395479 4287861248 4287859600 134580947 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6877 6675 122 216 0 6659 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 27508

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7689
/proc/meminfo: memFree=28318016/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=27652 CPUtime=1362.06 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6540 0 0 0 136204 2 0 0 20 0 1 0 321752884 28315648 6720 33554432000 134512640 135395479 4287861248 4287859600 134581431 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6913 6720 122 216 0 6695 0
Current children cumulated CPU time (s) 1362.06
Current children cumulated vsize (KiB) 27652

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 7690
/proc/meminfo: memFree=28317140/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=27652 CPUtime=1422.06 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6550 0 0 0 142204 2 0 0 20 0 1 0 321752884 28315648 6730 33554432000 134512640 135395479 4287861248 4287859600 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 6913 6730 122 216 0 6695 0
Current children cumulated CPU time (s) 1422.06
Current children cumulated vsize (KiB) 27652

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7690
/proc/meminfo: memFree=28315040/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=28004 CPUtime=1482.04 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6630 0 0 0 148202 2 0 0 20 0 1 0 321752884 28676096 6810 33554432000 134512640 135395479 4287861248 4287859600 134580798 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7001 6810 122 216 0 6783 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 28004

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7690
/proc/meminfo: memFree=28311316/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=28184 CPUtime=1542.03 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6651 0 0 0 154201 2 0 0 20 0 1 0 321752884 28860416 6831 33554432000 134512640 135395479 4287861248 4287859600 134580959 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7046 6831 122 216 0 6828 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 28184

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 7691
/proc/meminfo: memFree=28308212/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=28452 CPUtime=1602.02 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6702 0 0 0 160200 2 0 0 20 0 1 0 321752884 29134848 6882 33554432000 134512640 135395479 4287861248 4287859600 134581412 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7113 6882 122 216 0 6895 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 28452

[startup+1662.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/177 7691
/proc/meminfo: memFree=28307344/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=29000 CPUtime=1662.01 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 6835 0 0 0 166199 2 0 0 20 0 1 0 321752884 29696000 7015 33554432000 134512640 135395479 4287861248 4287859600 134580765 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7250 7015 122 216 0 7032 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 29000

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 1.96 3/178 7694
/proc/meminfo: memFree=28304516/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=31016 CPUtime=1722 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 7320 0 0 0 172198 2 0 0 20 0 1 0 321752884 31760384 7572 33554432000 134512640 135395479 4287861248 4287859600 134580816 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7754 7572 122 216 0 7536 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 31016

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 1.97 3/177 7694
/proc/meminfo: memFree=28304052/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=31160 CPUtime=1782 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 7348 0 0 0 178197 3 0 0 20 0 1 0 321752884 31907840 7600 33554432000 134512640 135395479 4287861248 4287859600 134581488 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7790 7600 122 216 0 7572 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 31160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.06 2.03 1.97 3/177 7694
/proc/meminfo: memFree=28304424/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=31160 CPUtime=1800 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 7348 0 0 0 179997 3 0 0 20 0 1 0 321752884 31907840 7600 33554432000 134512640 135395479 4287861248 4287859600 134581412 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7790 7600 122 216 0 7572 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 31160

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.06 2.03 1.97 3/177 7694
/proc/meminfo: memFree=28304424/32873844 swapFree=7108/7108
[pid=7580] ppid=7578 vsize=31160 CPUtime=1800 cores=0,2,4,6
/proc/7580/stat : 7580 (minisat+) R 7578 7580 7173 0 -1 4202496 7348 0 0 0 179997 3 0 0 20 0 1 0 321752884 31907840 7600 33554432000 134512640 135395479 4287861248 4287859600 134581412 0 0 4096 16386 0 0 0 17 2 0 0 0 0 0
/proc/7580/statm: 7790 7600 122 216 0 7572 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 31160

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.01
CPU user time (s): 1799.98
CPU system time (s): 0.031995
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 31160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.031995
maximum resident set size= 30404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7349
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= 15
involuntary context switches= 2008

runsolver used 3.06053 second user time and 8.30474 second system time

The end

Launcher Data

Begin job on node139 at 2012-06-01 15:11:23
IDJOB=3721474
IDBENCH=2909
IDSOLVER=2306
FILE ID=node139/3721474-1338556283
RUNJOBID= node139-1338552572-7189
PBS_JOBID= 14635845
Free space on /tmp= 71092 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_7_60_3.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721474-1338556283/watcher-3721474-1338556283 -o /tmp/evaluation-result-3721474-1338556283/solver-3721474-1338556283 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721474-1338556283.opb            

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

MD5SUM BENCH= 0cfcb152e5d64f6fbadc82a2b31230da
RANDOM SEED=1559322426

node139.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.750
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.50
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.750
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	: 5331.91
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.750
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	: 5331.90
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.750
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	: 5331.91
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.750
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	: 5331.92
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.750
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	: 5331.91
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.750
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	: 5331.91
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.750
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28151724 kB
Buffers:          454976 kB
Cached:          3088004 kB
SwapCached:          828 kB
Active:          1857532 kB
Inactive:        2005976 kB
Active(anon):     314468 kB
Inactive(anon):     7964 kB
Active(file):    1543064 kB
Inactive(file):  1998012 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67104688 kB
Dirty:              2380 kB
Writeback:            12 kB
AnonPages:        326020 kB
Mapped:            11952 kB
Shmem:                 8 kB
Slab:             719228 kB
SReclaimable:     161448 kB
SUnreclaim:       557780 kB
KernelStack:        1488 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     439748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721474-1338556283.opb

Free space on /tmp at the end= 71092 MiB
End job on node139 at 2012-06-01 15:41:26