Trace number 2697017

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
pb_cplex 2010-06-29? (TO) 1800.08 1060.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
MD5SUM773aedb43187ca11a13e2d0d2a59ebe9
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark5.44217
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables135
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)405
Sum of products size (including duplicates)810
Number of different products405
Sum of products size810

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697017-1278048955.opb.
0.00/0.00	c Instance file HOME/instance-2697017-1278048955.opb
0.00/0.00	c File size is 30042 bytes.
0.00/0.02	c Highest Coefficient sum: 523264
0.00/0.02	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      540                                                 |
0.00/0.03	c |  Number Constraints:    821                                                 |
0.00/0.03	c ===============================================================================
1800.08/1060.51	c Remaining time 1799.98 sec.
1800.08/1060.51	c 
1800.08/1060.51	c *** INTERRUPTED ***
1800.08/1060.51	s UNKNOWN
1800.08/1060.51	c Total CPU time              : 1780.07 s
1800.08/1060.51	c Memory used           : 83.16 MB
1800.08/1060.51	c CPU time              : 1780.07 s
1800.08/1060.51	c 
1800.08/1060.51	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2697017-1278048955/watcher-2697017-1278048955 -o /tmp/evaluation-result-2697017-1278048955/solver-2697017-1278048955 -C 1800 -W 2000 -M 1800 run HOME/instance-2697017-1278048955.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.85 1.84 1.56 3/106 30667
/proc/meminfo: memFree=1405532/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) R 30665 30667 30449 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060009365 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0

[startup+0.0325339 s]
/proc/loadavg: 1.85 1.84 1.56 3/106 30667
/proc/meminfo: memFree=1405532/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100533 s]
/proc/loadavg: 1.85 1.84 1.56 3/106 30667
/proc/meminfo: memFree=1405532/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303176 s]
/proc/loadavg: 1.85 1.84 1.56 3/106 30667
/proc/meminfo: memFree=1405532/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701407 s]
/proc/loadavg: 1.85 1.84 1.56 3/106 30667
/proc/meminfo: memFree=1405532/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 1.85 1.84 1.56 2/109 30672
/proc/meminfo: memFree=1397076/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=33892 CPUtime=2.15
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 13205 0 0 0 206 9 0 0 17 0 2 0 180497113 34705408 3047 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 8473 3047 1070 2985 0 5015 0
[pid=30668/tid=30672] ppid=30667 vsize=33892 CPUtime=0.59
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 8344 0 0 0 56 3 0 0 17 0 2 0 180497191 34705408 3047 1992294400 134512640 146736320 4290068000 18446744073709551615 139023043 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 42592

[startup+3.10087 s]
/proc/loadavg: 1.86 1.85 1.56 4/109 30672
/proc/meminfo: memFree=1394844/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=36476 CPUtime=4.95
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 27223 0 0 0 476 19 0 0 17 0 2 0 180497113 37351424 3726 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 9119 3726 1074 2985 0 5661 0
[pid=30668/tid=30672] ppid=30667 vsize=36476 CPUtime=1.95
/proc/30668/task/30672/stat : 30672 (pb_cplex) S 30667 30667 30449 0 -1 4202560 12669 0 0 0 188 7 0 0 17 0 2 0 180497191 37351424 3726 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 2 4096 16387 18446604437852223680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 45176

[startup+6.30151 s]
/proc/loadavg: 1.86 1.85 1.56 3/109 30672
/proc/meminfo: memFree=1390256/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=40628 CPUtime=10.32
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 39490 0 0 0 1003 29 0 0 16 0 2 0 180497113 41603072 4773 1992294400 134512640 146736320 4290068000 18446744073709551615 137060307 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 10157 4773 1074 2985 0 6699 0
[pid=30668/tid=30672] ppid=30667 vsize=40628 CPUtime=4.57
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 17330 0 0 0 446 11 0 0 15 0 2 0 180497191 41603072 4773 1992294400 134512640 146736320 4290068000 18446744073709551615 136008400 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.32
Current children cumulated vsize (KiB) 49328

[startup+12.7008 s]
/proc/loadavg: 1.88 1.85 1.56 2/109 30672
/proc/meminfo: memFree=1386288/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=45292 CPUtime=20.48
/proc/30668/stat : 30668 (pb_cplex) S 30667 30667 30449 0 -1 4202496 57491 0 0 0 2004 44 0 0 16 0 2 0 180497113 46379008 5908 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 11323 5908 1074 2985 0 7865 0
[pid=30668/tid=30672] ppid=30667 vsize=45292 CPUtime=10.07
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 24448 0 0 0 989 18 0 0 16 0 2 0 180497191 46379008 5908 1992294400 134512640 146736320 4290068000 18446744073709551615 136008178 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.48
Current children cumulated vsize (KiB) 53992

[startup+25.5012 s]
/proc/loadavg: 2.05 1.89 1.58 2/109 30672
/proc/meminfo: memFree=1382692/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=52744 CPUtime=41.16
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 124404 0 0 0 4027 89 0 0 16 0 2 0 180497113 54009856 7319 1992294400 134512640 146736320 4290068000 18446744073709551615 135526320 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 13186 7319 1074 2985 0 9728 0
[pid=30668/tid=30672] ppid=30667 vsize=52744 CPUtime=20.7
/proc/30668/task/30672/stat : 30672 (pb_cplex) S 30667 30667 30449 0 -1 4202560 53827 0 0 0 2031 39 0 0 17 0 2 0 180497191 54009856 7319 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 2 4096 16387 18446604437852223680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.16
Current children cumulated vsize (KiB) 61444

[startup+51.1013 s]
/proc/loadavg: 1.82 1.85 1.57 3/109 30674
/proc/meminfo: memFree=1378600/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=59116 CPUtime=83.06
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 270575 0 0 0 8124 182 0 0 16 0 2 0 180497113 60534784 8964 1992294400 134512640 146736320 4290068000 18446744073709551615 135850326 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 14779 8964 1074 2985 0 11321 0
[pid=30668/tid=30672] ppid=30667 vsize=59116 CPUtime=42.74
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 143174 0 0 0 4179 95 0 0 18 0 2 0 180497191 60534784 8964 1992294400 134512640 146736320 4290068000 18446744073709551615 135467907 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 67816

[startup+102.309 s]
/proc/loadavg: 1.75 1.82 1.58 2/109 30674
/proc/meminfo: memFree=1360372/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=70432 CPUtime=158.51
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 409993 0 0 0 15583 268 0 0 17 0 2 0 180497113 72122368 12034 1992294400 134512640 146736320 4290068000 18446744073709551615 136018922 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 17608 12034 1074 2985 0 14150 0
[pid=30668/tid=30672] ppid=30667 vsize=70432 CPUtime=82.03
/proc/30668/task/30672/stat : 30672 (pb_cplex) S 30667 30667 30449 0 -1 4202560 210023 0 0 0 8070 133 0 0 18 0 2 0 180497191 72122368 12034 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 2 4096 16387 18446604437852223680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 158.51
Current children cumulated vsize (KiB) 79132

[startup+162.301 s]
/proc/loadavg: 1.84 1.83 1.59 3/109 30676
/proc/meminfo: memFree=1361116/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=69716 CPUtime=254.79
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 539721 0 0 0 25123 356 0 0 16 0 2 0 180497113 71389184 11880 1992294400 134512640 146736320 4290068000 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 17429 11880 1117 2985 0 13971 0
[pid=30668/tid=30672] ppid=30667 vsize=69716 CPUtime=123.74
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 274265 0 0 0 12198 176 0 0 18 0 2 0 180497191 71389184 11880 1992294400 134512640 146736320 4290068000 18446744073709551615 136002768 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 254.79
Current children cumulated vsize (KiB) 78416

[startup+222.3 s]
/proc/loadavg: 1.78 1.81 1.60 3/109 30678
/proc/meminfo: memFree=1360496/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=70548 CPUtime=356.1
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 702953 0 0 0 35137 473 0 0 16 0 2 0 180497113 72241152 12036 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 17637 12036 1117 2985 0 14179 0
[pid=30668/tid=30672] ppid=30667 vsize=70548 CPUtime=175.14
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 374078 0 0 0 17274 240 0 0 18 0 2 0 180497191 72241152 12036 1992294400 134512640 146736320 4290068000 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 356.1
Current children cumulated vsize (KiB) 79248

[startup+282.3 s]
/proc/loadavg: 1.79 1.80 1.60 3/109 30680
/proc/meminfo: memFree=1356776/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=74804 CPUtime=460.91
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 794121 0 0 0 45525 566 0 0 16 0 2 0 180497113 76599296 12936 1992294400 134512640 146736320 4290068000 18446744073709551615 136002914 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 18701 12936 1117 2985 0 15243 0
[pid=30668/tid=30672] ppid=30667 vsize=74804 CPUtime=227.87
/proc/30668/task/30672/stat : 30672 (pb_cplex) S 30667 30667 30449 0 -1 4202560 423348 0 0 0 22496 291 0 0 17 0 2 0 180497191 76599296 12936 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 2 4096 16387 18446604437852223680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 460.91
Current children cumulated vsize (KiB) 83504

[startup+342.301 s]
/proc/loadavg: 1.91 1.83 1.63 3/109 30680
/proc/meminfo: memFree=1357148/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30668] ppid=30667 vsize=78976 CPUtime=867.08
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1277733 0 0 0 85707 1001 0 0 16 0 2 0 180497113 80871424 13950 1992294400 134512640 146736320 4290068000 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 19744 13950 1117 2985 0 16286 0
[pid=30668/tid=30672] ppid=30667 vsize=78976 CPUtime=426.34
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 665785 0 0 0 42124 510 0 0 16 0 2 0 180497191 80871424 13950 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 867.08
Current children cumulated vsize (KiB) 87676

[startup+582.301 s]
/proc/loadavg: 1.72 1.85 1.68 4/109 30688
/proc/meminfo: memFree=1353056/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=78600 CPUtime=970.91
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1352777 0 0 0 95990 1101 0 0 17 0 2 0 180497113 80486400 13886 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 19650 13886 1120 2985 0 16192 0
[pid=30668/tid=30672] ppid=30667 vsize=78600 CPUtime=477.29
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 707760 0 0 0 47166 563 0 0 16 0 2 0 180497191 80486400 13886 1992294400 134512640 146736320 4290068000 18446744073709551615 135450751 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 970.91
Current children cumulated vsize (KiB) 87300

[startup+642.301 s]
/proc/loadavg: 1.66 1.81 1.67 2/109 30688
/proc/meminfo: memFree=1352436/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=78396 CPUtime=1073.39
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1433746 0 0 0 106129 1210 0 0 16 0 2 0 180497113 80277504 13987 1992294400 134512640 146736320 4290068000 18446744073709551615 135468690 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 19599 13987 1120 2985 0 16141 0
[pid=30668/tid=30672] ppid=30667 vsize=78396 CPUtime=528.58
/proc/30668/task/30672/stat : 30672 (pb_cplex) S 30667 30667 30449 0 -1 4202560 733637 0 0 0 52250 608 0 0 16 0 2 0 180497191 80277504 13987 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 2 4096 16387 18446604437852223680 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1073.39
Current children cumulated vsize (KiB) 87096

[startup+702.302 s]
/proc/loadavg: 1.80 1.81 1.68 2/109 30690
/proc/meminfo: memFree=1350824/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=86028 CPUtime=1177.19
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1550914 0 0 0 116388 1331 0 0 17 0 2 0 180497113 88092672 14993 1992294400 134512640 146736320 4290068000 18446744073709551615 136364179 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 21507 15000 1120 2985 0 18049 0
[pid=30668/tid=30672] ppid=30667 vsize=86028 CPUtime=579.52
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 788974 0 0 0 57283 669 0 0 16 0 2 0 180497191 88092672 15006 1992294400 134512640 146736320 4290068000 18446744073709551615 139022957 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1177.19
Current children cumulated vsize (KiB) 94728

[startup+762.309 s]
/proc/loadavg: 1.82 1.82 1.69 3/109 30692
/proc/meminfo: memFree=1350452/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=80248 CPUtime=1281.06
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1670713 0 0 0 126639 1467 0 0 16 0 2 0 180497113 82173952 14453 1992294400 134512640 146736320 4290068000 18446744073709551615 136365649 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 20062 14453 1120 2985 0 16604 0
[pid=30668/tid=30672] ppid=30667 vsize=80248 CPUtime=631.03
/proc/30668/task/30672/stat : 30672 (pb_cplex) S 30667 30667 30449 0 -1 4202560 863940 0 0 0 62354 749 0 0 15 0 2 0 180497191 82173952 14453 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 2 4096 16387 18446604437852223680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1281.06
Current children cumulated vsize (KiB) 88948

[startup+822.301 s]
/proc/loadavg: 1.91 1.84 1.70 4/109 30694
/proc/meminfo: memFree=1350948/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=86524 CPUtime=1385
/proc/30668/stat : 30668 (pb_cplex) S 30667 30667 30449 0 -1 4202496 1774353 0 0 0 136898 1602 0 0 17 0 2 0 180497113 88600576 15516 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 21631 15516 1120 2985 0 18173 0
[pid=30668/tid=30672] ppid=30667 vsize=86524 CPUtime=682.31
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 911649 0 0 0 67417 814 0 0 16 0 2 0 180497191 88600576 15516 1992294400 134512640 146736320 4290068000 18446744073709551615 136002914 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1385
Current children cumulated vsize (KiB) 95224

[startup+882.301 s]
/proc/loadavg: 1.93 1.86 1.72 3/109 30696
/proc/meminfo: memFree=1349212/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=82372 CPUtime=1489.28
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1825405 0 0 0 147232 1696 0 0 16 0 2 0 180497113 84348928 14792 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30668/statm: 20593 14792 1120 2985 0 17135 0
[pid=30668/tid=30672] ppid=30667 vsize=82372 CPUtime=733.69
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 931884 0 0 0 72508 861 0 0 16 0 2 0 180497191 84348928 14792 1992294400 134512640 146736320 4290068000 18446744073709551615 138798575 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1489.28
Current children cumulated vsize (KiB) 91072

[startup+942.3 s]
/proc/loadavg: 1.95 1.86 1.73 3/109 30696
/proc/meminfo: memFree=1350080/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=81400 CPUtime=1594.39
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1900050 0 0 0 157632 1807 0 0 16 0 2 0 180497113 83353600 14631 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 20350 14631 1120 2985 0 16892 0
[pid=30668/tid=30672] ppid=30667 vsize=81400 CPUtime=785.81
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 973767 0 0 0 77659 922 0 0 17 0 2 0 180497191 83353600 14631 1992294400 134512640 146736320 4290068000 18446744073709551615 136402273 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1594.39
Current children cumulated vsize (KiB) 90100

[startup+1002.3 s]
/proc/loadavg: 1.90 1.87 1.73 2/109 30698
/proc/meminfo: memFree=1347228/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=85132 CPUtime=1698.29
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 1967041 0 0 0 167919 1910 0 0 16 0 2 0 180497113 87175168 15276 1992294400 134512640 146736320 4290068000 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 21283 15276 1120 2985 0 17825 0
[pid=30668/tid=30672] ppid=30667 vsize=85132 CPUtime=837.79
/proc/30668/task/30672/stat : 30672 (pb_cplex) S 30667 30667 30449 0 -1 4202560 1016128 0 0 0 82802 977 0 0 16 0 2 0 180497191 87175168 15276 1992294400 134512640 146736320 4290068000 18446744073709551615 144580073 0 2 4096 16387 18446604437852223680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1698.29
Current children cumulated vsize (KiB) 93832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1060.5 s]
/proc/loadavg: 1.75 1.83 1.73 3/109 30700
/proc/meminfo: memFree=1346980/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=85148 CPUtime=1800.08
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 2014119 0 0 0 178006 2002 0 0 17 0 2 0 180497113 87191552 15327 1992294400 134512640 146736320 4290068000 18446744073709551615 135857489 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 21287 15327 1120 2985 0 17829 0
[pid=30668/tid=30672] ppid=30667 vsize=85148 CPUtime=888.54
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 1041507 0 0 0 87830 1024 0 0 16 0 2 0 180497191 87191552 15327 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 93848

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

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

[startup+1060.5 s]
/proc/loadavg: 1.75 1.83 1.73 3/109 30700
/proc/meminfo: memFree=1346980/2059040 swapFree=4135380/4192956
[pid=30667] ppid=30665 vsize=8700 CPUtime=0
/proc/30667/stat : 30667 (run) S 30665 30667 30449 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180497113 8908800 249 1992294400 4194304 4922060 140736547374992 18446744073709551615 223060008069 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30667/statm: 2175 249 208 178 0 68 0
[pid=30668] ppid=30667 vsize=85148 CPUtime=1800.08
/proc/30668/stat : 30668 (pb_cplex) R 30667 30667 30449 0 -1 4202496 2014119 0 0 0 178006 2002 0 0 17 0 2 0 180497113 87191552 15327 1992294400 134512640 146736320 4290068000 18446744073709551615 135857489 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30668/statm: 21287 15327 1120 2985 0 17829 0
[pid=30668/tid=30672] ppid=30667 vsize=85148 CPUtime=888.54
/proc/30668/task/30672/stat : 30672 (pb_cplex) R 30667 30667 30449 0 -1 4202560 1041507 0 0 0 87830 1024 0 0 16 0 2 0 180497191 87191552 15327 1992294400 134512640 146736320 4290068000 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 93848

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30667 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1060.52
CPU time (s): 1800.08
CPU user time (s): 1780.06
CPU system time (s): 20.02
CPU usage (%): 169.735
Max. virtual memory (cumulated for all children) (KiB): 104188

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

runsolver used 1.9997 second user time and 5.73213 second system time

The end

Launcher Data

Begin job on node011 at 2010-07-02 07:35:55
IDJOB=2697017
IDBENCH=48051
IDSOLVER=1209
FILE ID=node011/2697017-1278048955
PBS_JOBID= 11198872
Free space on /tmp= 62348 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=103-P1=127-P2=263-P3=461-P4=191-P5=277-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697017-1278048955/watcher-2697017-1278048955 -o /tmp/evaluation-result-2697017-1278048955/solver-2697017-1278048955 -C 1800 -W 2000 -M 1800  run HOME/instance-2697017-1278048955.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 773aedb43187ca11a13e2d0d2a59ebe9
RANDOM SEED=1733244502

node011.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1406432 kB
Buffers:        157036 kB
Cached:         384328 kB
SwapCached:      10784 kB
Active:         233392 kB
Inactive:       321852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1406432 kB
SwapTotal:     4192956 kB
SwapFree:      4135380 kB
Dirty:           16624 kB
Writeback:           0 kB
AnonPages:       12304 kB
Mapped:           8428 kB
Slab:            75380 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181684 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697017-1278048955.opb

Free space on /tmp at the end= 62332 MiB
End job on node011 at 2010-07-02 07:53:38