Trace number 3721481

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.02 1800.31

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.03/0.03	c ---[   8]---> Adder-cost: 352   maxlim: 1375   bits: 12/11
0.03/0.05	c ---[   6]---> Adder-cost: 368   maxlim: 1358   bits: 12/11
0.03/0.07	c ---[   4]---> Adder-cost: 342   maxlim: 1531   bits: 12/11
0.03/0.09	c ---[   2]---> Adder-cost: 354   maxlim: 1484   bits: 12/11
0.09/0.10	c ---[   0]---> Adder-cost: 336   maxlim: 1337   bits: 12/11
0.09/0.12	c ==================================[MINISAT+]==================================
0.09/0.12	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.12	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.12	c ==============================================================================
0.09/0.12	c |         0 |   16957    60347 |    5652       0        0     nan |  0.000 % |
0.09/0.13	c |       101 |   16949    60321 |    6217     100      983     9.8 |  6.198 % |
0.09/0.14	c |       251 |   16929    60259 |    6838     247     2286     9.3 |  6.312 % |
0.09/0.14	c |       477 |   16929    60259 |    7522     473     4714    10.0 |  6.312 % |
0.09/0.15	c |       815 |   16929    60259 |    8275     811    10666    13.2 |  6.312 % |
0.09/0.17	c |      1321 |   16929    60259 |    9102    1317    19014    14.4 |  6.312 % |
0.19/0.21	c |      2081 |   16929    60259 |   10012    2077    37756    18.2 |  6.312 % |
0.19/0.28	c |      3221 |   16929    60259 |   11014    3217    76355    23.7 |  6.312 % |
0.39/0.43	c |      4929 |   16929    60259 |   12115    4925   134815    27.4 |  6.312 % |
0.59/0.66	c |      7491 |   16929    60259 |   13327    7487   218968    29.2 |  6.312 % |
1.00/1.08	c |     11335 |   16929    60259 |   14659   11331   389766    34.4 |  6.312 % |
1.69/1.71	c |     17103 |   16929    60259 |   16125    9567   352693    36.9 |  6.312 % |
2.79/2.86	c |     25752 |   16929    60259 |   17738    9991   394782    39.5 |  6.312 % |
4.40/4.41	c |     38731 |   16929    60259 |   19512   13922   522938    37.6 |  6.312 % |
6.99/7.09	c |     58194 |   16921    60233 |   21463   13450   522766    38.9 |  6.350 % |
11.09/11.10	c |     87388 |   16921    60233 |   23609   20916   840382    40.2 |  6.350 % |
16.89/16.91	c |    131177 |   16921    60233 |   25970   16944   624940    36.9 |  6.350 % |
27.68/27.77	c |    196862 |   16913    60207 |   28567   16487   636872    38.6 |  6.388 % |
46.38/46.49	c |    295388 |   16913    60207 |   31424   26057  1165397    44.7 |  6.388 % |
73.28/73.35	c |    443179 |   16905    60181 |   34567   22131   885357    40.0 |  6.426 % |
117.97/118.05	c |    664862 |   16905    60181 |   38023   30748  1362341    44.3 |  6.426 % |
182.76/182.85	c |    997387 |   16897    60155 |   41826   17482   660643    37.8 |  6.464 % |
281.55/281.68	c |   1496175 |   16897    60155 |   46008   19496   744677    38.2 |  6.464 % |
449.51/449.69	c |   2244357 |   16897    60155 |   50609   36487  1537543    42.1 |  6.464 % |
687.17/687.36	c |   3366631 |   16897    60155 |   55670   38889  1528391    39.3 |  6.464 % |
1084.91/1085.10	c |   5050044 |   16889    60129 |   61237   32249  1363211    42.3 |  6.502 % |
1716.41/1716.79	c |   7575164 |   16881    60103 |   67361   27141  1128314    41.6 |  6.540 % |
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-3721481-1338556315/watcher-3721481-1338556315 -o /tmp/evaluation-result-3721481-1338556315/solver-3721481-1338556315 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721481-1338556315.opb 

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.02 2.02 1.93 3/176 22572
/proc/meminfo: memFree=28915612/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=1132 CPUtime=0 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 321757156 1159168 129 33554432000 134512640 135395479 4289706448 4289687164 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 283 129 87 216 0 65 0

[startup+0.033986 s]
/proc/loadavg: 2.02 2.02 1.93 3/176 22572
/proc/meminfo: memFree=28915612/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=1404 CPUtime=0.03 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 244 0 0 0 3 0 0 0 20 0 1 0 321757156 1437696 202 33554432000 134512640 135395479 4289706448 4289703668 135003863 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 351 202 106 216 0 133 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1404

[startup+0.100259 s]
/proc/loadavg: 2.02 2.02 1.93 3/176 22572
/proc/meminfo: memFree=28915612/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=1552 CPUtime=0.09 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 287 0 0 0 9 0 0 0 20 0 1 0 321757156 1589248 245 33554432000 134512640 135395479 4289706448 4289704560 135012146 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 388 245 106 216 0 170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1552

[startup+0.300231 s]
/proc/loadavg: 2.02 2.02 1.93 3/176 22572
/proc/meminfo: memFree=28915612/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=2920 CPUtime=0.29 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 645 0 0 0 29 0 0 0 20 0 1 0 321757156 2990080 603 33554432000 134512640 135395479 4289706448 4289704768 134573328 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 730 603 123 216 0 512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2920

[startup+0.700231 s]
/proc/loadavg: 2.02 2.02 1.93 3/176 22572
/proc/meminfo: memFree=28915612/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=3716 CPUtime=0.69 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 840 0 0 0 69 0 0 0 20 0 1 0 321757156 3805184 798 33554432000 134512640 135395479 4289706448 4289704800 134581436 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 929 798 123 216 0 711 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3716

[startup+1.50018 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 22573
/proc/meminfo: memFree=28912148/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=5176 CPUtime=1.49 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 1195 0 0 0 149 0 0 0 20 0 1 0 321757156 5300224 1153 33554432000 134512640 135395479 4289706448 4289704800 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 1294 1153 123 216 0 1076 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5176

[startup+3.10023 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 22573
/proc/meminfo: memFree=28911148/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=5828 CPUtime=3.09 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 1358 0 0 0 309 0 0 0 20 0 1 0 321757156 5967872 1316 33554432000 134512640 135395479 4289706448 4289704800 134581426 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 1457 1316 123 216 0 1239 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5828

[startup+6.30023 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 22573
/proc/meminfo: memFree=28909668/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=6696 CPUtime=6.29 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 1580 0 0 0 629 0 0 0 20 0 1 0 321757156 6856704 1538 33554432000 134512640 135395479 4289706448 4289704800 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 1674 1538 123 216 0 1456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6696

[startup+12.7002 s]
/proc/loadavg: 2.02 2.02 1.93 3/177 22573
/proc/meminfo: memFree=28907992/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=7884 CPUtime=12.69 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 1884 0 0 0 1269 0 0 0 20 0 1 0 321757156 8073216 1842 33554432000 134512640 135395479 4289706448 4289704800 134580888 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 1971 1842 123 216 0 1753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7884

[startup+25.5002 s]
/proc/loadavg: 2.01 2.02 1.93 3/177 22573
/proc/meminfo: memFree=28906512/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=9460 CPUtime=25.49 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 2285 0 0 0 2549 0 0 0 20 0 1 0 321757156 9687040 2243 33554432000 134512640 135395479 4289706448 4289704800 134580915 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2365 2243 123 216 0 2147 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9460

[startup+51.1002 s]
/proc/loadavg: 2.01 2.02 1.93 3/177 22573
/proc/meminfo: memFree=28904712/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=11380 CPUtime=51.08 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 2735 0 0 0 5108 0 0 0 20 0 1 0 321757156 11653120 2696 33554432000 134512640 135395479 4289706448 4289704416 134576199 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 2845 2696 123 216 0 2627 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11380

[startup+102.307 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 22573
/proc/meminfo: memFree=28891500/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=12904 CPUtime=102.28 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 3095 0 0 0 10228 0 0 0 20 0 1 0 321757156 13213696 3074 33554432000 134512640 135395479 4289706448 4289704800 134580825 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 3226 3074 123 216 0 3008 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12904

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22573
/proc/meminfo: memFree=28888884/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=15532 CPUtime=162.26 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 3737 0 0 0 16226 0 0 0 20 0 1 0 321757156 15904768 3735 33554432000 134512640 135395479 4289706448 4289704800 134581463 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 3883 3735 123 216 0 3665 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 15532

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22573
/proc/meminfo: memFree=28887952/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=16856 CPUtime=222.25 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 4028 0 0 0 22225 0 0 0 20 0 1 0 321757156 17260544 4047 33554432000 134512640 135395479 4289706448 4289704320 134574149 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 4214 4047 123 216 0 3996 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 16856

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22574
/proc/meminfo: memFree=28883488/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=17684 CPUtime=282.24 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 4235 0 0 0 28224 0 0 0 20 0 1 0 321757156 18108416 4254 33554432000 134512640 135395479 4289706448 4289704752 134580372 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 4421 4254 123 216 0 4203 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 17684

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22574
/proc/meminfo: memFree=28882368/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=18676 CPUtime=342.23 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 4476 0 0 0 34223 0 0 0 20 0 1 0 321757156 19124224 4495 33554432000 134512640 135395479 4289706448 4289704800 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 4669 4495 123 216 0 4451 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 18676

[startup+402.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/177 22574
/proc/meminfo: memFree=28870452/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=19140 CPUtime=402.22 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 4587 0 0 0 40222 0 0 0 20 0 1 0 321757156 19599360 4640 33554432000 134512640 135395479 4289706448 4289704800 134581436 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 4785 4640 123 216 0 4567 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 19140

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 22574
/proc/meminfo: memFree=28859032/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=19608 CPUtime=462.21 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 4690 0 0 0 46221 0 0 0 20 0 1 0 321757156 20078592 4743 33554432000 134512640 135395479 4289706448 4289704800 134580854 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 4902 4743 123 216 0 4684 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 19608

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22577
/proc/meminfo: memFree=28854436/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=20204 CPUtime=522.2 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 4819 0 0 0 52220 0 0 0 20 0 1 0 321757156 20688896 4872 33554432000 134512640 135395479 4289706448 4289704800 134581426 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 5051 4872 123 216 0 4833 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 20204

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22578
/proc/meminfo: memFree=28849232/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=20792 CPUtime=582.19 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 4959 0 0 0 58219 0 0 0 20 0 1 0 321757156 21291008 5012 33554432000 134512640 135395479 4289706448 4289704800 134581420 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 5198 5012 123 216 0 4980 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 20792

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22579
/proc/meminfo: memFree=28846244/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=23224 CPUtime=882.14 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 5531 0 0 0 88214 0 0 0 20 0 1 0 321757156 23781376 5651 33554432000 134512640 135395479 4289706448 4289704800 134581451 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 5806 5651 123 216 0 5588 0
Current children cumulated CPU time (s) 882.14
Current children cumulated vsize (KiB) 23224

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22580
/proc/meminfo: memFree=28845988/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=23540 CPUtime=942.13 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 5586 0 0 0 94213 0 0 0 20 0 1 0 321757156 24104960 5706 33554432000 134512640 135395479 4289706448 4289704416 134580214 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 5885 5706 123 216 0 5667 0
Current children cumulated CPU time (s) 942.13
Current children cumulated vsize (KiB) 23540

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22580
/proc/meminfo: memFree=28845872/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=23720 CPUtime=1002.13 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 5634 0 0 0 100213 0 0 0 20 0 1 0 321757156 24289280 5754 33554432000 134512640 135395479 4289706448 4289704800 134581463 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 5930 5754 123 216 0 5712 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 23720

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 22580
/proc/meminfo: memFree=28845748/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=23864 CPUtime=1062.12 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 5655 0 0 0 106212 0 0 0 20 0 1 0 321757156 24436736 5775 33554432000 134512640 135395479 4289706448 4289704800 134580881 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 5966 5775 123 216 0 5748 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 23864

[startup+1122.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/178 22583
/proc/meminfo: memFree=28844252/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=25464 CPUtime=1122.11 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6030 0 0 0 112210 1 0 0 20 0 1 0 321757156 26075136 6150 33554432000 134512640 135395479 4289706448 4289704496 134582953 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6366 6150 123 216 0 6148 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 25464

[startup+1182.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 22584
/proc/meminfo: memFree=28841840/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=25936 CPUtime=1182.1 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6137 0 0 0 118209 1 0 0 20 0 1 0 321757156 26558464 6303 33554432000 134512640 135395479 4289706448 4289704800 134580888 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6484 6303 123 216 0 6266 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 25936

[startup+1242.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 22584
/proc/meminfo: memFree=28834020/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=26328 CPUtime=1242.09 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6199 0 0 0 124208 1 0 0 20 0 1 0 321757156 26959872 6365 33554432000 134512640 135395479 4289706448 4289704800 134580893 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6582 6365 123 216 0 6364 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 26328

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22584
/proc/meminfo: memFree=28826332/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=26504 CPUtime=1302.09 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6248 0 0 0 130208 1 0 0 20 0 1 0 321757156 27140096 6414 33554432000 134512640 135395479 4289706448 4289704768 134572776 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6626 6414 123 216 0 6408 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 26504

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22584
/proc/meminfo: memFree=28826448/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=26672 CPUtime=1362.07 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6285 0 0 0 136206 1 0 0 20 0 1 0 321757156 27312128 6451 33554432000 134512640 135395479 4289706448 4289704800 134581412 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6668 6451 123 216 0 6450 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 26672

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 22584
/proc/meminfo: memFree=28826448/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=26824 CPUtime=1422.07 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6317 0 0 0 142206 1 0 0 20 0 1 0 321757156 27467776 6483 33554432000 134512640 135395479 4289706448 4289704800 134580888 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6706 6483 123 216 0 6488 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 26824

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.94 3/176 22584
/proc/meminfo: memFree=28825836/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=27084 CPUtime=1482.05 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6411 0 0 0 148204 1 0 0 20 0 1 0 321757156 27734016 6577 33554432000 134512640 135395479 4289706448 4289704416 134576760 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6771 6577 123 216 0 6553 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 27084

[startup+1542.3 s]
/proc/loadavg: 2.10 2.03 1.95 3/177 22585
/proc/meminfo: memFree=28825144/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=27600 CPUtime=1542.04 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6536 0 0 0 154203 1 0 0 20 0 1 0 321757156 28262400 6746 33554432000 134512640 135395479 4289706448 4289704416 134579871 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6900 6746 123 216 0 6682 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 27600

[startup+1602.3 s]
/proc/loadavg: 2.11 2.04 1.95 3/177 22585
/proc/meminfo: memFree=28825268/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=27600 CPUtime=1602.03 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6536 0 0 0 160202 1 0 0 20 0 1 0 321757156 28262400 6746 33554432000 134512640 135395479 4289706448 4289704800 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 6900 6746 123 216 0 6682 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 27600

[startup+1662.3 s]
/proc/loadavg: 2.11 2.04 1.96 3/177 22585
/proc/meminfo: memFree=28819192/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=28264 CPUtime=1662.02 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6688 0 0 0 166201 1 0 0 20 0 1 0 321757156 28942336 6898 33554432000 134512640 135395479 4289706448 4289704800 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 7066 6898 123 216 0 6848 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 28264

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 1.96 3/178 22637
/proc/meminfo: memFree=28859860/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=28836 CPUtime=1722.01 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6816 0 0 0 172200 1 0 0 20 0 1 0 321757156 29528064 7026 33554432000 134512640 135395479 4289706448 4289704800 134580896 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 7209 7026 123 216 0 6991 0
Current children cumulated CPU time (s) 1722.01
Current children cumulated vsize (KiB) 28836

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/177 22637
/proc/meminfo: memFree=28838700/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=29548 CPUtime=1782 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6975 0 0 0 178199 1 0 0 20 0 1 0 321757156 30257152 7201 33554432000 134512640 135395479 4289706448 4289704800 134580834 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 7387 7201 123 216 0 7169 0
Current children cumulated CPU time (s) 1782
Current children cumulated vsize (KiB) 29548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 22638
/proc/meminfo: memFree=28830020/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=29548 CPUtime=1800 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6975 0 0 0 179999 1 0 0 20 0 1 0 321757156 30257152 7201 33554432000 134512640 135395479 4289706448 4289704800 134581412 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 7387 7201 123 216 0 7169 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 29548

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.01 2.02 1.96 3/177 22638
/proc/meminfo: memFree=28830020/32873844 swapFree=7112/7112
[pid=22572] ppid=22570 vsize=29548 CPUtime=1800 cores=1,3,5,7
/proc/22572/stat : 22572 (minisat+) R 22570 22572 22116 0 -1 4202496 6975 0 0 0 179999 1 0 0 20 0 1 0 321757156 30257152 7201 33554432000 134512640 135395479 4289706448 4289704800 134581412 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/22572/statm: 7387 7201 123 216 0 7169 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 29548

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1800
CPU system time (s): 0.020996
CPU usage (%): 99.984
Max. virtual memory (cumulated for all children) (KiB): 29548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.020996
maximum resident set size= 28808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6976
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= 14
involuntary context switches= 1851

runsolver used 3.09353 second user time and 9.45156 second system time

The end

Launcher Data

Begin job on node119 at 2012-06-01 15:11:55
IDJOB=3721481
IDBENCH=2917
IDSOLVER=2306
FILE ID=node119/3721481-1338556315
RUNJOBID= node119-1338552571-22133
PBS_JOBID= 14635865
Free space on /tmp= 70924 MiB

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

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

MD5SUM BENCH= dc0116cc9dd2d87e5a6934d46be3ef43
RANDOM SEED=771744067

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.92
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.943
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.90
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.943
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:        28916008 kB
Buffers:          356308 kB
Cached:          2741772 kB
SwapCached:         1912 kB
Active:          1386592 kB
Inactive:        1765532 kB
Active(anon):      49672 kB
Inactive(anon):     6604 kB
Active(file):    1336920 kB
Inactive(file):  1758928 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67100216 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:         61512 kB
Mapped:            12168 kB
Shmem:                 0 kB
Slab:             667652 kB
SReclaimable:     109952 kB
SUnreclaim:       557700 kB
KernelStack:        1456 kB
PageTables:         3692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     174584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     40960 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-3721481-1338556315.opb

Free space on /tmp at the end= 70920 MiB
End job on node119 at 2012-06-01 15:41:57