Trace number 3721467

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_1.opb
MD5SUM487945ea0e229650aa78cf341d4ff673
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 constraint59
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 1488
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4465
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: 320   maxlim: 1369   bits: 12/11
0.00/0.02	c ---[  10]---> Adder-cost: 310   maxlim: 1266   bits: 12/11
0.00/0.03	c ---[   8]---> Adder-cost: 348   maxlim: 1488   bits: 12/11
0.00/0.05	c ---[   6]---> Adder-cost: 332   maxlim: 1418   bits: 12/11
0.00/0.06	c ---[   4]---> Adder-cost: 322   maxlim: 1398   bits: 12/11
0.06/0.08	c ---[   2]---> Adder-cost: 326   maxlim: 1478   bits: 12/11
0.06/0.09	c ---[   0]---> Adder-cost: 328   maxlim: 1439   bits: 12/11
0.09/0.11	c ==================================[MINISAT+]==================================
0.09/0.11	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.11	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.11	c ==============================================================================
0.09/0.11	c |         0 |   15495    55113 |    5165       0        0     nan |  0.000 % |
0.09/0.11	c |       101 |   15495    55113 |    5681     101      669     6.6 |  6.683 % |
0.09/0.12	c |       251 |   15487    55087 |    6249     250     1861     7.4 |  6.724 % |
0.09/0.13	c |       477 |   15487    55087 |    6874     476     5195    10.9 |  6.724 % |
0.09/0.13	c |       815 |   15479    55061 |    7562     813     9794    12.0 |  6.766 % |
0.09/0.16	c |      1321 |   15479    55061 |    8318    1319    22655    17.2 |  6.766 % |
0.09/0.19	c |      2082 |   15479    55061 |    9150    2080    40302    19.4 |  6.766 % |
0.19/0.27	c |      3223 |   15479    55061 |   10065    3221    80240    24.9 |  6.766 % |
0.39/0.40	c |      4931 |   15479    55061 |   11071    4929   135162    27.4 |  6.766 % |
0.59/0.62	c |      7493 |   15479    55061 |   12178    7491   231099    30.9 |  6.766 % |
1.00/1.01	c |     11338 |   15479    55061 |   13396   11336   365023    32.2 |  6.766 % |
1.59/1.62	c |     17105 |   15479    55061 |   14736   10216   359594    35.2 |  6.766 % |
2.29/2.37	c |     25754 |   15479    55061 |   16209   11303   354490    31.4 |  6.766 % |
3.59/3.67	c |     38728 |   15471    55035 |   17830   15973   526570    33.0 |  6.807 % |
5.50/5.55	c |     58189 |   15463    55009 |   19614   17222   542239    31.5 |  6.848 % |
9.49/9.52	c |     87381 |   15455    54983 |   21575   16323   604952    37.1 |  6.889 % |
15.19/15.27	c |    131170 |   15455    54983 |   23733   16373   567388    34.7 |  6.889 % |
25.59/25.64	c |    196855 |   15455    54983 |   26106   21805   920753    42.2 |  6.889 % |
41.28/41.35	c |    295381 |   15455    54983 |   28716   14471   481241    33.3 |  6.889 % |
69.38/69.44	c |    443170 |   15455    54983 |   31588   27462  1198610    43.6 |  6.889 % |
113.57/113.65	c |    664853 |   15455    54983 |   34747   23456  1066106    45.5 |  6.889 % |
171.86/171.96	c |    997379 |   15455    54983 |   38222   29284  1146972    39.2 |  6.889 % |
264.44/264.58	c |   1496168 |   15455    54983 |   42044   37433  1593417    42.6 |  6.889 % |
407.33/407.48	c |   2244350 |   15447    54957 |   46248   29101  1190866    40.9 |  6.931 % |
630.79/630.98	c |   3366624 |   15431    54905 |   50873   37422  1518498    40.6 |  7.013 % |
994.83/995.08	c |   5050035 |   15415    54853 |   55961   49166  1977672    40.2 |  7.096 % |
1532.46/1532.76	c |   7575152 |   15415    54853 |   61557   50329  2173223    43.2 |  7.096 % |
1800.02/1800.30	c 
1800.02/1800.30	c *** TERMINATED ***
1800.02/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-3721467-1338556252/watcher-3721467-1338556252 -o /tmp/evaluation-result-3721467-1338556252/solver-3721467-1338556252 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721467-1338556252.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.07 2.02 1.91 3/177 2834
/proc/meminfo: memFree=28179284/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=1132 CPUtime=0 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 165 0 0 0 0 0 0 0 20 0 1 0 321752077 1159168 123 33554432000 134512640 135395479 4291361488 4291342316 135010327 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 283 123 87 216 0 65 0

[startup+0.0682551 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 2834
/proc/meminfo: memFree=28179284/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=1552 CPUtime=0.06 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 285 0 0 0 6 0 0 0 20 0 1 0 321752077 1589248 243 33554432000 134512640 135395479 4291361488 4291343052 135005888 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 388 243 106 216 0 170 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1552

[startup+0.100254 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 2834
/proc/meminfo: memFree=28179284/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=1552 CPUtime=0.09 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 285 0 0 0 9 0 0 0 20 0 1 0 321752077 1589248 243 33554432000 134512640 135395479 4291361488 4291359316 135005317 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 388 243 106 216 0 170 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1552

[startup+0.300223 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 2834
/proc/meminfo: memFree=28179284/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=3004 CPUtime=0.29 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 636 0 0 0 29 0 0 0 20 0 1 0 321752077 3076096 594 33554432000 134512640 135395479 4291361488 4291359388 135007481 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 751 594 122 216 0 533 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3004

[startup+0.70018 s]
/proc/loadavg: 2.07 2.02 1.91 3/177 2834
/proc/meminfo: memFree=28179284/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=3788 CPUtime=0.69 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 847 0 0 0 69 0 0 0 20 0 1 0 321752077 3878912 805 33554432000 134512640 135395479 4291361488 4291359840 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 947 805 122 216 0 729 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3788

[startup+1.50022 s]
/proc/loadavg: 2.07 2.02 1.91 3/178 2835
/proc/meminfo: memFree=28176192/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=4832 CPUtime=1.49 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 1088 0 0 0 149 0 0 0 20 0 1 0 321752077 4947968 1046 33554432000 134512640 135395479 4291361488 4291359840 134580798 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 1208 1046 122 216 0 990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4832

[startup+3.10023 s]
/proc/loadavg: 2.07 2.02 1.91 3/178 2835
/proc/meminfo: memFree=28174912/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=5360 CPUtime=3.09 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 1255 0 0 0 309 0 0 0 20 0 1 0 321752077 5488640 1213 33554432000 134512640 135395479 4291361488 4291359840 134569772 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 1340 1213 122 216 0 1122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5360

[startup+6.30022 s]
/proc/loadavg: 2.06 2.02 1.91 3/178 2835
/proc/meminfo: memFree=28174044/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=6180 CPUtime=6.29 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 1448 0 0 0 629 0 0 0 20 0 1 0 321752077 6328320 1406 33554432000 134512640 135395479 4291361488 4291359840 134580768 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 1545 1406 122 216 0 1327 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6180

[startup+12.7002 s]
/proc/loadavg: 2.06 2.01 1.91 3/177 2835
/proc/meminfo: memFree=28172492/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=7104 CPUtime=12.69 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 1655 0 0 0 1269 0 0 0 20 0 1 0 321752077 7274496 1613 33554432000 134512640 135395479 4291361488 4291359840 134580888 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 1776 1613 122 216 0 1558 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7104

[startup+25.5002 s]
/proc/loadavg: 2.04 2.01 1.91 3/177 2835
/proc/meminfo: memFree=28171028/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=8936 CPUtime=25.49 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 2129 0 0 0 2549 0 0 0 20 0 1 0 321752077 9150464 2087 33554432000 134512640 135395479 4291361488 4291359360 134574400 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 2234 2087 122 216 0 2016 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 8936

[startup+51.1002 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 2835
/proc/meminfo: memFree=28170040/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=10288 CPUtime=51.08 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 2465 0 0 0 5108 0 0 0 20 0 1 0 321752077 10534912 2423 33554432000 134512640 135395479 4291361488 4291359840 134580774 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 2572 2423 122 216 0 2354 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10288

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 2835
/proc/meminfo: memFree=28167808/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=12052 CPUtime=102.28 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 2908 0 0 0 10228 0 0 0 20 0 1 0 321752077 12341248 2866 33554432000 134512640 135395479 4291361488 4291359840 134581415 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 3013 2866 122 216 0 2795 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 12052

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2836
/proc/meminfo: memFree=28166900/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=13168 CPUtime=162.26 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 3163 0 0 0 16226 0 0 0 20 0 1 0 321752077 13484032 3127 33554432000 134512640 135395479 4291361488 4291359840 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 3292 3127 122 216 0 3074 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 13168

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2836
/proc/meminfo: memFree=28165660/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=14296 CPUtime=222.25 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 3446 0 0 0 22225 0 0 0 20 0 1 0 321752077 14639104 3410 33554432000 134512640 135395479 4291361488 4291359744 134568540 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 3574 3410 122 216 0 3356 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 14296

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2836
/proc/meminfo: memFree=28164256/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=15584 CPUtime=282.25 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 3746 0 0 0 28224 1 0 0 20 0 1 0 321752077 15958016 3719 33554432000 134512640 135395479 4291361488 4291359840 134580732 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 3896 3719 122 216 0 3678 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 15584

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2885
/proc/meminfo: memFree=28244800/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=16544 CPUtime=342.24 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 3962 0 0 0 34223 1 0 0 20 0 1 0 321752077 16941056 3951 33554432000 134512640 135395479 4291361488 4291359840 134580893 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 4136 3951 122 216 0 3918 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 16544

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 2933
/proc/meminfo: memFree=28276504/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=16976 CPUtime=402.23 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 4079 0 0 0 40222 1 0 0 20 0 1 0 321752077 17383424 4068 33554432000 134512640 135395479 4291361488 4291359840 134581028 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 4244 4068 122 216 0 4026 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 16976

[startup+462.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/177 2982
/proc/meminfo: memFree=28291344/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=18344 CPUtime=462.22 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 4412 0 0 0 46221 1 0 0 20 0 1 0 321752077 18784256 4421 33554432000 134512640 135395479 4291361488 4291359840 134581469 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 4586 4421 122 216 0 4368 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 18344

[startup+522.3 s]
/proc/loadavg: 2.13 2.04 1.93 3/177 2982
/proc/meminfo: memFree=28290052/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=19308 CPUtime=522.21 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 4652 0 0 0 52220 1 0 0 20 0 1 0 321752077 19771392 4661 33554432000 134512640 135395479 4291361488 4291359840 134580801 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 4827 4661 122 216 0 4609 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 19308

[startup+582.3 s]
/proc/loadavg: 2.16 2.07 1.95 3/178 3034
/proc/meminfo: memFree=28188512/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=19636 CPUtime=582.2 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 4722 0 0 0 58219 1 0 0 20 0 1 0 321752077 20107264 4731 33554432000 134512640 135395479 4291361488 4291359840 134581036 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 4909 4731 122 216 0 4691 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 19636

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/176 3035
/proc/meminfo: memFree=28186456/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=22640 CPUtime=882.15 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5386 0 0 0 88214 1 0 0 20 0 1 0 321752077 23183360 5458 33554432000 134512640 135395479 4291361488 4291359840 134581028 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 5660 5458 122 216 0 5442 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 22640

[startup+942.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/178 3086
/proc/meminfo: memFree=28304444/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=22784 CPUtime=942.14 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5438 0 0 0 94213 1 0 0 20 0 1 0 321752077 23330816 5510 33554432000 134512640 135395479 4291361488 4291359840 134580975 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 5696 5510 122 216 0 5478 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 22784

[startup+1002.3 s]
/proc/loadavg: 2.09 2.04 1.96 3/177 3086
/proc/meminfo: memFree=28051864/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=23092 CPUtime=1002.13 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5490 0 0 0 100212 1 0 0 20 0 1 0 321752077 23646208 5562 33554432000 134512640 135395479 4291361488 4291359840 134580732 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 5773 5562 122 216 0 5555 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 23092

[startup+1062.3 s]
/proc/loadavg: 2.03 2.03 1.96 3/177 3087
/proc/meminfo: memFree=28035900/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=24032 CPUtime=1062.12 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5713 0 0 0 106211 1 0 0 20 0 1 0 321752077 24608768 5785 33554432000 134512640 135395479 4291361488 4291359840 134580732 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6008 5785 122 216 0 5790 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 24032

[startup+1122.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 3087
/proc/meminfo: memFree=28035308/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=24164 CPUtime=1122.11 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5749 0 0 0 112210 1 0 0 20 0 1 0 321752077 24743936 5821 33554432000 134512640 135395479 4291361488 4291359840 134580801 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6041 5821 122 216 0 5823 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 24164

[startup+1182.3 s]
/proc/loadavg: 2.06 2.03 1.96 3/178 3090
/proc/meminfo: memFree=28034144/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=24308 CPUtime=1182.1 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5794 0 0 0 118209 1 0 0 20 0 1 0 321752077 24891392 5866 33554432000 134512640 135395479 4291361488 4291359840 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6077 5866 122 216 0 5859 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 24308

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/177 3090
/proc/meminfo: memFree=28007900/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=24748 CPUtime=1242.09 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5877 0 0 0 124208 1 0 0 20 0 1 0 321752077 25341952 6002 33554432000 134512640 135395479 4291361488 4291359840 134580774 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6187 6002 122 216 0 5969 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 24748

[startup+1302.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/177 3090
/proc/meminfo: memFree=27941808/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=25096 CPUtime=1302.09 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5961 0 0 0 130208 1 0 0 20 0 1 0 321752077 25698304 6086 33554432000 134512640 135395479 4291361488 4291359536 134584050 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6274 6086 122 216 0 6056 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 25096

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 3091
/proc/meminfo: memFree=27890968/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=25272 CPUtime=1362.07 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 5992 0 0 0 136206 1 0 0 20 0 1 0 321752077 25878528 6117 33554432000 134512640 135395479 4291361488 4291359840 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6318 6117 122 216 0 6100 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 25272

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 1.96 3/177 3091
/proc/meminfo: memFree=27848792/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=25416 CPUtime=1422.07 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6036 0 0 0 142206 1 0 0 20 0 1 0 321752077 26025984 6161 33554432000 134512640 135395479 4291361488 4291359840 134581036 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6354 6161 122 216 0 6136 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 25416

[startup+1482.3 s]
/proc/loadavg: 2.07 2.02 1.97 3/177 3091
/proc/meminfo: memFree=27821912/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=25556 CPUtime=1482.05 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6055 0 0 0 148204 1 0 0 20 0 1 0 321752077 26169344 6180 33554432000 134512640 135395479 4291361488 4291359840 134581451 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6389 6180 122 216 0 6171 0
Current children cumulated CPU time (s) 1482.05
Current children cumulated vsize (KiB) 25556

[startup+1542.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/177 3091
/proc/meminfo: memFree=27800548/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=26088 CPUtime=1542.05 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6177 0 0 0 154203 2 0 0 20 0 1 0 321752077 26714112 6302 33554432000 134512640 135395479 4291361488 4291359840 134581183 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6522 6302 122 216 0 6304 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 26088

[startup+1602.3 s]
/proc/loadavg: 2.04 2.02 1.97 3/177 3091
/proc/meminfo: memFree=27782260/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=26536 CPUtime=1602.04 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6287 0 0 0 160202 2 0 0 20 0 1 0 321752077 27172864 6457 33554432000 134512640 135395479 4291361488 4291359840 134580798 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6634 6457 122 216 0 6416 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 26536

[startup+1662.3 s]
/proc/loadavg: 2.05 2.03 1.98 3/177 3092
/proc/meminfo: memFree=27761676/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=26740 CPUtime=1662.03 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6317 0 0 0 166201 2 0 0 20 0 1 0 321752077 27381760 6487 33554432000 134512640 135395479 4291361488 4291359840 134580786 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6685 6487 122 216 0 6467 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 26740

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 1.98 3/177 3092
/proc/meminfo: memFree=27745804/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=26928 CPUtime=1722.03 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6372 0 0 0 172201 2 0 0 20 0 1 0 321752077 27574272 6542 33554432000 134512640 135395479 4291361488 4291359840 134580923 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6732 6542 122 216 0 6514 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 26928

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 1.99 3/178 3095
/proc/meminfo: memFree=27731420/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=27476 CPUtime=1782.02 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6496 0 0 0 178200 2 0 0 20 0 1 0 321752077 28135424 6666 33554432000 134512640 135395479 4291361488 4291359840 134581436 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6869 6666 122 216 0 6651 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 27476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.10 2.05 2.00 3/178 3095
/proc/meminfo: memFree=27726088/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=27476 CPUtime=1800.02 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6505 0 0 0 180000 2 0 0 20 0 1 0 321752077 28135424 6675 33554432000 134512640 135395479 4291361488 4291359840 134581463 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6869 6675 122 216 0 6651 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 27476

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.10 2.05 2.00 3/178 3095
/proc/meminfo: memFree=27726088/32873648 swapFree=6864/6864
[pid=2834] ppid=2832 vsize=27476 CPUtime=1800.02 cores=0,2,4,6
/proc/2834/stat : 2834 (minisat+) R 2832 2834 2429 0 -1 4202496 6505 0 0 0 180000 2 0 0 20 0 1 0 321752077 28135424 6675 33554432000 134512640 135395479 4291361488 4291359840 134581463 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/2834/statm: 6869 6675 122 216 0 6651 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 27476

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1800
CPU system time (s): 0.021996
CPU usage (%): 99.9844
Max. virtual memory (cumulated for all children) (KiB): 27476

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

runsolver used 3.20051 second user time and 8.78466 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-01 15:10:52
IDJOB=3721467
IDBENCH=2900
IDSOLVER=2306
FILE ID=node113/3721467-1338556252
RUNJOBID= node113-1338552574-2445
PBS_JOBID= 14635871
Free space on /tmp= 71012 MiB

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

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

MD5SUM BENCH= 487945ea0e229650aa78cf341d4ff673
RANDOM SEED=60184181

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
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	: 5438.54
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		: 2667.026
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		: 2667.026
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.91
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		: 2667.026
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		: 2667.026
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.92
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		: 2667.026
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:       32873648 kB
MemFree:        28179928 kB
Buffers:          467276 kB
Cached:          3147068 kB
SwapCached:         2024 kB
Active:          1769528 kB
Inactive:        2047796 kB
Active(anon):     202624 kB
Inactive(anon):     1800 kB
Active(file):    1566904 kB
Inactive(file):  2045996 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099592 kB
Dirty:              2328 kB
Writeback:            40 kB
AnonPages:        207548 kB
Mapped:            11448 kB
Shmem:                 0 kB
Slab:             740192 kB
SReclaimable:     184528 kB
SUnreclaim:       555664 kB
KernelStack:        1448 kB
PageTables:         4268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     337772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721467-1338556252.opb

Free space on /tmp at the end= 71036 MiB
End job on node113 at 2012-06-01 15:40:55