Trace number 3721471

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_6_50_1.opb
MD5SUM775c76356ae7fda7a41e5dcf917f66b2
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 variables51
Total number of constraints13
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 constraints12
Minimum length of a constraint1
Maximum length of a constraint50
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 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
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 12 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 ---[  10]---> Adder-cost: 292   maxlim: 1269   bits: 12/11
0.00/0.01	c ---[   8]---> Adder-cost: 314   maxlim: 1178   bits: 12/11
0.02/0.03	c ---[   6]---> Adder-cost: 326   maxlim: 1273   bits: 12/11
0.02/0.05	c ---[   4]---> Adder-cost: 302   maxlim: 1234   bits: 12/11
0.02/0.06	c ---[   2]---> Adder-cost: 296   maxlim: 1025   bits: 12/11
0.02/0.07	c ---[   0]---> Adder-cost: 286   maxlim: 1106   bits: 12/11
0.02/0.09	c ==================================[MINISAT+]==================================
0.02/0.09	c | Conflicts | Original         | Learnt                           | Progress |
0.02/0.09	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.02/0.09	c ==============================================================================
0.02/0.09	c |         0 |   12246    43522 |    4082       0        0     nan |  0.000 % |
0.02/0.09	c |       101 |   12238    43496 |    4490     100      831     8.3 |  7.243 % |
0.09/0.10	c |       251 |   12230    43470 |    4939     249     1840     7.4 |  7.294 % |
0.09/0.10	c |       476 |   12230    43470 |    5433     474     3982     8.4 |  7.294 % |
0.09/0.12	c |       813 |   12222    43444 |    5976     810    10684    13.2 |  7.346 % |
0.09/0.14	c |      1320 |   12222    43444 |    6574    1317    20644    15.7 |  7.346 % |
0.19/0.23	c |      2079 |   12222    43444 |    7231    2076    54164    26.1 |  7.346 % |
0.29/0.30	c |      3218 |   12222    43444 |    7954    3215    84145    26.2 |  7.346 % |
0.39/0.44	c |      4927 |   12222    43444 |    8750    4924   142554    29.0 |  7.346 % |
0.59/0.65	c |      7489 |   12222    43444 |    9625    7486   216905    29.0 |  7.346 % |
1.00/1.10	c |     11335 |   12222    43444 |   10587    6319   222164    35.2 |  7.346 % |
1.59/1.68	c |     17101 |   12222    43444 |   11646    6665   201736    30.3 |  7.346 % |
2.69/2.74	c |     25751 |   12222    43444 |   12811    9361   332776    35.5 |  7.346 % |
4.09/4.17	c |     38726 |   12214    43418 |   14092    9157   284528    31.1 |  7.398 % |
6.60/6.69	c |     58187 |   12214    43418 |   15501   14162   495477    35.0 |  7.398 % |
10.09/10.19	c |     87379 |   12206    43392 |   17051   11778   333726    28.3 |  7.450 % |
16.19/16.24	c |    131168 |   12198    43366 |   18756   12050   407928    33.9 |  7.501 % |
26.09/26.13	c |    196853 |   12198    43366 |   20632   10789   326603    30.3 |  7.501 % |
41.38/41.40	c |    295383 |   12198    43366 |   22695   15150   498180    32.9 |  7.501 % |
64.79/64.88	c |    443172 |   12190    43340 |   24965   13744   440968    32.1 |  7.553 % |
100.38/100.48	c |    664856 |   12190    43340 |   27461   21310   693080    32.5 |  7.553 % |
154.17/154.28	c |    997381 |   12182    43314 |   30207   20549   628650    30.6 |  7.605 % |
243.55/243.61	c |   1496169 |   12182    43314 |   33228   27187   958473    35.3 |  7.605 % |
387.93/388.08	c |   2244352 |   12174    43288 |   36551   17072   531880    31.2 |  7.657 % |
587.80/587.93	c |   3366627 |   12158    43236 |   40206   34530  1210260    35.0 |  7.760 % |
918.95/919.19	c |   5050039 |   12142    43184 |   44227   19784   676509    34.2 |  7.863 % |
1440.38/1440.61	c |   7575155 |   12142    43184 |   48649   15741   512479    32.6 |  7.863 % |
1800.03/1800.30	c 
1800.03/1800.30	c *** TERMINATED ***
1800.03/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-3721471-1338556262/watcher-3721471-1338556262 -o /tmp/evaluation-result-3721471-1338556262/solver-3721471-1338556262 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721471-1338556262.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.01 1.93 3/176 3469
/proc/meminfo: memFree=27678460/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=1132 CPUtime=0 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 321751266 1159168 129 33554432000 134512640 135395479 4287609072 4287594992 134665117 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 283 129 87 216 0 65 0

[startup+0.02309 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 3469
/proc/meminfo: memFree=27678460/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=1396 CPUtime=0.02 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 238 0 0 0 2 0 0 0 20 0 1 0 321751266 1429504 195 33554432000 134512640 135395479 4287609072 4287593868 135005856 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 349 195 106 216 0 131 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1396

[startup+0.100211 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 3469
/proc/meminfo: memFree=27678460/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=2148 CPUtime=0.09 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 445 0 0 0 9 0 0 0 20 0 1 0 321751266 2199552 402 33554432000 134512640 135395479 4287609072 4287607040 134577381 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 537 402 122 216 0 319 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2148

[startup+0.300179 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 3469
/proc/meminfo: memFree=27678460/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=2676 CPUtime=0.29 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 563 0 0 0 29 0 0 0 20 0 1 0 321751266 2740224 520 33554432000 134512640 135395479 4287609072 4287606944 134573849 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 669 520 122 216 0 451 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2676

[startup+0.70018 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 3469
/proc/meminfo: memFree=27678460/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=3464 CPUtime=0.69 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 753 0 0 0 69 0 0 0 20 0 1 0 321751266 3547136 710 33554432000 134512640 135395479 4287609072 4287607424 134581028 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 866 710 122 216 0 648 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3464

[startup+1.50018 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 3470
/proc/meminfo: memFree=27676128/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=4120 CPUtime=1.49 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 910 0 0 0 149 0 0 0 20 0 1 0 321751266 4218880 867 33554432000 134512640 135395479 4287609072 4287607424 134580789 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 1030 867 122 216 0 812 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4120

[startup+3.10018 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 3470
/proc/meminfo: memFree=27675260/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=4644 CPUtime=3.09 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 1044 0 0 0 309 0 0 0 20 0 1 0 321751266 4755456 1001 33554432000 134512640 135395479 4287609072 4287607424 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 1161 1001 122 216 0 943 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4644

[startup+6.30018 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 3470
/proc/meminfo: memFree=27674128/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=5168 CPUtime=6.29 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 1178 0 0 0 629 0 0 0 20 0 1 0 321751266 5292032 1135 33554432000 134512640 135395479 4287609072 4287607424 134581186 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 1292 1135 122 216 0 1074 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5168

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 1.93 3/177 3470
/proc/meminfo: memFree=27672912/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=5956 CPUtime=12.69 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 1390 0 0 0 1269 0 0 0 20 0 1 0 321751266 6098944 1347 33554432000 134512640 135395479 4287609072 4287607424 134581451 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 1489 1347 122 216 0 1271 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5956

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 3470
/proc/meminfo: memFree=27673508/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=6776 CPUtime=25.49 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 1574 0 0 0 2549 0 0 0 20 0 1 0 321751266 6938624 1531 33554432000 134512640 135395479 4287609072 4287607424 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 1694 1531 122 216 0 1476 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6776

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 3470
/proc/meminfo: memFree=27672360/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=7872 CPUtime=51.08 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 1853 0 0 0 5108 0 0 0 20 0 1 0 321751266 8060928 1810 33554432000 134512640 135395479 4287609072 4287607424 134581053 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 1968 1810 122 216 0 1750 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7872

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 3470
/proc/meminfo: memFree=27669328/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=9572 CPUtime=102.28 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 2243 0 0 0 10228 0 0 0 20 0 1 0 321751266 9801728 2212 33554432000 134512640 135395479 4287609072 4287607424 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 2393 2212 122 216 0 2175 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 9572

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 3471
/proc/meminfo: memFree=27666156/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=11052 CPUtime=162.26 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 2613 0 0 0 16226 0 0 0 20 0 1 0 321751266 11317248 2590 33554432000 134512640 135395479 4287609072 4287607424 134580947 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 2763 2590 122 216 0 2545 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 11052

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 3471
/proc/meminfo: memFree=27603512/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=11964 CPUtime=222.25 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 2813 0 0 0 22225 0 0 0 20 0 1 0 321751266 12251136 2790 33554432000 134512640 135395479 4287609072 4287607424 134580768 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 2991 2790 122 216 0 2773 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 11964

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 3471
/proc/meminfo: memFree=27582308/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=12844 CPUtime=282.25 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 3028 0 0 0 28225 0 0 0 20 0 1 0 321751266 13152256 3044 33554432000 134512640 135395479 4287609072 4287607420 134581222 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 3211 3044 122 216 0 2993 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 12844

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 3471
/proc/meminfo: memFree=27570900/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=13272 CPUtime=342.24 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 3126 0 0 0 34224 0 0 0 20 0 1 0 321751266 13590528 3142 33554432000 134512640 135395479 4287609072 4287607424 134580765 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 3318 3142 122 216 0 3100 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 13272

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 3471
/proc/meminfo: memFree=27542876/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=13704 CPUtime=402.23 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 3238 0 0 0 40223 0 0 0 20 0 1 0 321751266 14032896 3254 33554432000 134512640 135395479 4287609072 4287607424 134580854 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 3426 3254 122 216 0 3208 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 13704

[startup+462.3 s]
/proc/loadavg: 2.14 2.03 1.94 3/177 3472
/proc/meminfo: memFree=27541536/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=14560 CPUtime=462.22 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 3429 0 0 0 46222 0 0 0 20 0 1 0 321751266 14909440 3445 33554432000 134512640 135395479 4287609072 4287607424 134580786 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 3640 3445 122 216 0 3422 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 14560

[startup+522.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/177 3472
/proc/meminfo: memFree=27540852/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=14992 CPUtime=522.21 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 3527 0 0 0 52221 0 0 0 20 0 1 0 321751266 15351808 3578 33554432000 134512640 135395479 4287609072 4287607424 134580896 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 3748 3578 122 216 0 3530 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 14992

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/178 3475
/proc/meminfo: memFree=27540720/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=15288 CPUtime=582.2 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 3616 0 0 0 58220 0 0 0 20 0 1 0 321751266 15654912 3667 33554432000 134512640 135395479 4287609072 4287607424 134580980 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 3822 3667 122 216 0 3604 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 15288

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 3476
/proc/meminfo: memFree=27539432/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=17584 CPUtime=882.15 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4125 0 0 0 88215 0 0 0 20 0 1 0 321751266 18006016 4196 33554432000 134512640 135395479 4287609072 4287607424 134580732 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4396 4196 122 216 0 4178 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 17584

[startup+942.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/177 3477
/proc/meminfo: memFree=27538060/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=18352 CPUtime=942.14 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4301 0 0 0 94214 0 0 0 20 0 1 0 321751266 18792448 4372 33554432000 134512640 135395479 4287609072 4287607424 134581463 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4588 4372 122 216 0 4370 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 18352

[startup+1002.3 s]
/proc/loadavg: 2.05 2.02 1.95 3/177 3477
/proc/meminfo: memFree=27537936/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=18352 CPUtime=1002.13 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4317 0 0 0 100213 0 0 0 20 0 1 0 321751266 18792448 4388 33554432000 134512640 135395479 4287609072 4287607424 134580888 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4588 4388 122 216 0 4370 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 18352

[startup+1062.3 s]
/proc/loadavg: 2.02 2.02 1.95 3/177 3478
/proc/meminfo: memFree=27537440/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=18732 CPUtime=1062.12 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4375 0 0 0 106212 0 0 0 20 0 1 0 321751266 19181568 4446 33554432000 134512640 135395479 4287609072 4287607424 134580916 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4683 4446 122 216 0 4465 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 18732

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/177 3478
/proc/meminfo: memFree=27537004/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=18872 CPUtime=1122.11 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4429 0 0 0 112211 0 0 0 20 0 1 0 321751266 19324928 4554 33554432000 134512640 135395479 4287609072 4287607424 134581436 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4718 4554 122 216 0 4500 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 18872

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/178 3481
/proc/meminfo: memFree=27536624/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=19044 CPUtime=1182.11 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4453 0 0 0 118211 0 0 0 20 0 1 0 321751266 19501056 4578 33554432000 134512640 135395479 4287609072 4287607328 134568540 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4761 4578 122 216 0 4543 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 19044

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3481
/proc/meminfo: memFree=27536756/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=19352 CPUtime=1242.1 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4504 0 0 0 124210 0 0 0 20 0 1 0 321751266 19816448 4629 33554432000 134512640 135395479 4287609072 4287607424 134580945 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4838 4629 122 216 0 4620 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 19352

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3481
/proc/meminfo: memFree=27536508/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=19496 CPUtime=1302.1 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4547 0 0 0 130209 1 0 0 20 0 1 0 321751266 19963904 4672 33554432000 134512640 135395479 4287609072 4287607424 134580938 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4874 4672 122 216 0 4656 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 19496

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3482
/proc/meminfo: memFree=27536136/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=19896 CPUtime=1362.09 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4653 0 0 0 136208 1 0 0 20 0 1 0 321751266 20373504 4778 33554432000 134512640 135395479 4287609072 4287607424 134581488 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 4974 4778 122 216 0 4756 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 19896

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3482
/proc/meminfo: memFree=27536012/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=20196 CPUtime=1422.08 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4704 0 0 0 142207 1 0 0 20 0 1 0 321751266 20680704 4829 33554432000 134512640 135395479 4287609072 4287607424 134581463 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5049 4829 122 216 0 4831 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 20196

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/177 3482
/proc/meminfo: memFree=27498748/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=21108 CPUtime=1482.07 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4958 0 0 0 148206 1 0 0 20 0 1 0 321751266 21614592 5135 33554432000 134512640 135395479 4287609072 4287607424 134580938 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5277 5135 122 216 0 5059 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 21108

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 3483
/proc/meminfo: memFree=27431532/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=21268 CPUtime=1542.06 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 4998 0 0 0 154205 1 0 0 20 0 1 0 321751266 21778432 5175 33554432000 134512640 135395479 4287609072 4287607424 134581463 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5317 5175 122 216 0 5099 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 21268

[startup+1602.3 s]
/proc/loadavg: 2.07 2.02 1.95 3/177 3483
/proc/meminfo: memFree=27428440/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=21628 CPUtime=1602.05 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 5059 0 0 0 160204 1 0 0 20 0 1 0 321751266 22147072 5236 33554432000 134512640 135395479 4287609072 4287607424 134581451 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5407 5236 122 216 0 5189 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 21628

[startup+1662.3 s]
/proc/loadavg: 2.19 2.06 1.97 3/177 3581
/proc/meminfo: memFree=27698556/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=21768 CPUtime=1662.04 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 5102 0 0 0 166203 1 0 0 20 0 1 0 321751266 22290432 5279 33554432000 134512640 135395479 4287609072 4287607424 134581431 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5442 5279 122 216 0 5224 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 21768

[startup+1722.3 s]
/proc/loadavg: 2.11 2.06 1.97 3/177 3581
/proc/meminfo: memFree=27640428/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=22108 CPUtime=1722.03 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 5172 0 0 0 172202 1 0 0 20 0 1 0 321751266 22638592 5349 33554432000 134512640 135395479 4287609072 4287607424 134580970 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5527 5349 122 216 0 5309 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 22108

[startup+1782.3 s]
/proc/loadavg: 2.08 2.06 1.98 3/178 3584
/proc/meminfo: memFree=27587512/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=22440 CPUtime=1782.02 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 5228 0 0 0 178201 1 0 0 20 0 1 0 321751266 22978560 5440 33554432000 134512640 135395479 4287609072 4287607424 134581463 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5610 5440 122 216 0 5392 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 22440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.06 2.06 1.98 3/177 3584
/proc/meminfo: memFree=27570408/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=22440 CPUtime=1800.03 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 5238 0 0 0 180002 1 0 0 20 0 1 0 321751266 22978560 5450 33554432000 134512640 135395479 4287609072 4287607424 134581415 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5610 5450 122 216 0 5392 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 22440

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.06 1.98 3/177 3584
/proc/meminfo: memFree=27570408/32873844 swapFree=7116/7116
[pid=3469] ppid=3467 vsize=22440 CPUtime=1800.03 cores=0,2,4,6
/proc/3469/stat : 3469 (minisat+) R 3467 3469 2967 0 -1 4202496 5238 0 0 0 180002 1 0 0 20 0 1 0 321751266 22978560 5450 33554432000 134512640 135395479 4287609072 4287607424 134581415 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0
/proc/3469/statm: 5610 5450 122 216 0 5392 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 22440

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1800.02
CPU system time (s): 0.012998
CPU usage (%): 99.9848
Max. virtual memory (cumulated for all children) (KiB): 22440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.012998
maximum resident set size= 21804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5239
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= 11
involuntary context switches= 2025

runsolver used 3.18152 second user time and 8.27174 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-01 15:11:02
IDJOB=3721471
IDBENCH=2906
IDSOLVER=2306
FILE ID=node138/3721471-1338556262
RUNJOBID= node138-1338552573-2983
PBS_JOBID= 14635846
Free space on /tmp= 70840 MiB

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

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

MD5SUM BENCH= 775c76356ae7fda7a41e5dcf917f66b2
RANDOM SEED=1507793954

node138.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.347
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.69
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.347
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		: 2667.347
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.91
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.347
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.347
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.347
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.347
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.347
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:        27678648 kB
Buffers:          680964 kB
Cached:          3450196 kB
SwapCached:          208 kB
Active:          2261368 kB
Inactive:        2045812 kB
Active(anon):     160764 kB
Inactive(anon):    11388 kB
Active(file):    2100604 kB
Inactive(file):  2034424 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              2352 kB
Writeback:             0 kB
AnonPages:        176612 kB
Mapped:            14736 kB
Shmem:               200 kB
Slab:             751964 kB
SReclaimable:     194344 kB
SUnreclaim:       557620 kB
KernelStack:        1464 kB
PageTables:         3912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     283928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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-3721471-1338556262.opb

Free space on /tmp at the end= 70832 MiB
End job on node138 at 2012-06-01 15:41:04