Trace number 2696983

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.06 1070.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
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 benchmark20.7478
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 variables168
Total number of constraints15
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 constraints15
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696983-1278048250.opb.
0.00/0.00	c Instance file HOME/instance-2696983-1278048250.opb
0.00/0.00	c File size is 33487 bytes.
0.00/0.02	c Highest Coefficient sum: 130560
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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.02         s                                      |
0.00/0.03	c |  Number Variables:      616                                                 |
0.00/0.03	c |  Number Constraints:    911                                                 |
0.00/0.03	c ===============================================================================
1800.06/1070.11	c Remaining time 1799.98 sec.
1800.06/1070.11	c 
1800.06/1070.11	c *** INTERRUPTED ***
1800.06/1070.11	s UNKNOWN
1800.06/1070.11	c Total CPU time              : 1780.46 s
1800.06/1070.11	c Memory used           : 92.64 MB
1800.06/1070.11	c CPU time              : 1780.46 s
1800.06/1070.11	c 
1800.06/1070.11	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-2696983-1278048250/watcher-2696983-1278048250 -o /tmp/evaluation-result-2696983-1278048250/solver-2696983-1278048250 -C 1800 -W 2000 -M 1800 run HOME/instance-2696983-1278048250.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.73 1.79 1.25 3/106 29041
/proc/meminfo: memFree=1566536/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) R 29039 29041 28888 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658726805 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0

[startup+0.0963011 s]
/proc/loadavg: 1.73 1.79 1.25 3/106 29041
/proc/meminfo: memFree=1566536/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100301 s]
/proc/loadavg: 1.73 1.79 1.25 3/106 29041
/proc/meminfo: memFree=1566536/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.3003 s]
/proc/loadavg: 1.73 1.79 1.25 3/106 29041
/proc/meminfo: memFree=1566536/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700297 s]
/proc/loadavg: 1.73 1.79 1.25 3/106 29041
/proc/meminfo: memFree=1566536/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50029 s]
/proc/loadavg: 1.73 1.79 1.25 2/109 29046
/proc/meminfo: memFree=1558452/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=35288 CPUtime=1.98
/proc/29042/stat : 29042 (pb_cplex) S 29041 29041 28888 0 -1 4202496 8806 0 0 0 191 7 0 0 16 0 2 0 146117491 36134912 3473 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 8822 3473 1074 2985 0 5364 0
[pid=29042/tid=29046] ppid=29041 vsize=35288 CPUtime=0.49
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 4257 0 0 0 47 2 0 0 18 0 2 0 146117582 36134912 3473 1992294400 134512640 146736320 4287270208 18446744073709551615 135854511 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 43988

[startup+3.10028 s]
/proc/loadavg: 1.73 1.79 1.25 3/109 29046
/proc/meminfo: memFree=1556592/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=37628 CPUtime=4.77
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 20495 0 0 0 463 14 0 0 16 0 2 0 146117491 38531072 3881 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 9407 3881 1077 2985 0 5949 0
[pid=29042/tid=29046] ppid=29041 vsize=37628 CPUtime=1.98
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 14409 0 0 0 191 7 0 0 18 0 2 0 146117582 38531072 3881 1992294400 134512640 146736320 4287270208 18446744073709551615 135854543 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 46328

[startup+6.30126 s]
/proc/loadavg: 1.75 1.79 1.26 2/109 29046
/proc/meminfo: memFree=1552252/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=39732 CPUtime=10.16
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 31944 0 0 0 990 26 0 0 16 0 2 0 146117491 40685568 4461 1992294400 134512640 146736320 4287270208 18446744073709551615 135526778 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 9933 4461 1074 2985 0 6475 0
[pid=29042/tid=29046] ppid=29041 vsize=39732 CPUtime=4.74
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 21729 0 0 0 461 13 0 0 17 0 2 0 146117582 40685568 4461 1992294400 134512640 146736320 4287270208 18446744073709551615 135851007 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.16
Current children cumulated vsize (KiB) 48432

[startup+12.7002 s]
/proc/loadavg: 1.77 1.79 1.26 3/109 29046
/proc/meminfo: memFree=1546920/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=45692 CPUtime=20.64
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 50249 0 0 0 2024 40 0 0 17 0 2 0 146117491 46788608 5870 1992294400 134512640 146736320 4287270208 18446744073709551615 137366950 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 11423 5870 1074 2985 0 7965 0
[pid=29042/tid=29046] ppid=29041 vsize=45692 CPUtime=9.93
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 31281 0 0 0 973 20 0 0 16 0 2 0 146117582 46788608 5870 1992294400 134512640 146736320 4287270208 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.64
Current children cumulated vsize (KiB) 54392

[startup+25.5001 s]
/proc/loadavg: 1.74 1.79 1.27 3/109 29046
/proc/meminfo: memFree=1545432/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=48236 CPUtime=41.14
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 92590 0 0 0 4042 72 0 0 16 0 2 0 146117491 49393664 6462 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 12059 6462 1074 2985 0 8601 0
[pid=29042/tid=29046] ppid=29041 vsize=48236 CPUtime=21.23
/proc/29042/task/29046/stat : 29046 (pb_cplex) S 29041 29041 28888 0 -1 4202560 56881 0 0 0 2085 38 0 0 17 0 2 0 146117582 49393664 6462 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 2 4096 16387 18446604437838247040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.14
Current children cumulated vsize (KiB) 56936

[startup+51.1009 s]
/proc/loadavg: 1.85 1.80 1.29 2/109 29048
/proc/meminfo: memFree=1533280/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=58712 CPUtime=83.25
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 175123 0 0 0 8195 130 0 0 16 0 2 0 146117491 60121088 8945 1992294400 134512640 146736320 4287270208 18446744073709551615 136388084 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 14678 8945 1074 2985 0 11220 0
[pid=29042/tid=29046] ppid=29041 vsize=58712 CPUtime=43.01
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 103053 0 0 0 4231 70 0 0 18 0 2 0 146117582 60121088 8945 1992294400 134512640 146736320 4287270208 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.25
Current children cumulated vsize (KiB) 67412

[startup+102.309 s]
/proc/loadavg: 1.85 1.81 1.31 3/109 29048
/proc/meminfo: memFree=1526584/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=68344 CPUtime=165.73
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 350377 0 0 0 16329 244 0 0 25 0 2 0 146117491 69984256 11131 1992294400 134512640 146736320 4287270208 18446744073709551615 136002914 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 17086 11131 1074 2985 0 13628 0
[pid=29042/tid=29046] ppid=29041 vsize=68344 CPUtime=82.89
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 182540 0 0 0 8165 124 0 0 16 0 2 0 146117582 69984256 11131 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.73
Current children cumulated vsize (KiB) 77044

[startup+162.3 s]
/proc/loadavg: 1.72 1.78 1.33 2/109 29050
/proc/meminfo: memFree=1516292/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=78008 CPUtime=266.63
/proc/29042/stat : 29042 (pb_cplex) S 29041 29041 28888 0 -1 4202496 484217 0 0 0 26314 349 0 0 16 0 2 0 146117491 79880192 13389 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 19502 13389 1095 2985 0 16044 0
[pid=29042/tid=29046] ppid=29041 vsize=78008 CPUtime=132.26
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 238193 0 0 0 13054 172 0 0 25 0 2 0 146117582 79880192 13389 1992294400 134512640 146736320 4287270208 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 266.63
Current children cumulated vsize (KiB) 86708

[startup+222.301 s]
/proc/loadavg: 1.91 1.82 1.37 3/109 29052
/proc/meminfo: memFree=1520384/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=72044 CPUtime=358.84
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 529993 0 0 0 35491 393 0 0 23 0 2 0 146117491 73773056 12302 1992294400 134512640 146736320 4287270208 18446744073709551615 136402293 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 18011 12302 1095 2985 0 14553 0
[pid=29042/tid=29046] ppid=29041 vsize=72044 CPUtime=172.47
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 253743 0 0 0 17058 189 0 0 16 0 2 0 146117582 73773056 12302 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 358.84
Current children cumulated vsize (KiB) 80744

[startup+282.301 s]
/proc/loadavg: 1.79 1.82 1.40 3/109 29054
/proc/meminfo: memFree=1520260/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=72044 CPUtime=461.87
/proc/29042/stat : 29042 (pb_cplex) S 29041 29041 28888 0 -1 4202496 656905 0 0 0 45689 498 0 0 17 0 2 0 146117491 73773056 12302 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 18011 12302 1095 2985 0 14553 0
[pid=29042/tid=29046] ppid=29041 vsize=72044 CPUtime=225.51
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 325939 0 0 0 22306 245 0 0 16 0 2 0 146117582 73773056 12302 1992294400 134512640 146736320 4287270208 18446744073709551615 139044505 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 461.87
Current children cumulated vsize (KiB) 80744

[startup+342.301 s]
/proc/loadavg: 1.84 1.82 1.42 3/109 29054
/proc/meminfo: memFree=1519764/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=29042] ppid=29041 vsize=74868 CPUtime=968.46
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 1282687 0 0 0 95774 1072 0 0 16 0 2 0 146117491 76664832 13027 1992294400 134512640 146736320 4287270208 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 18717 13027 1111 2985 0 15259 0
[pid=29042/tid=29046] ppid=29041 vsize=74868 CPUtime=478.19
/proc/29042/task/29046/stat : 29046 (pb_cplex) S 29041 29041 28888 0 -1 4202560 673433 0 0 0 47268 551 0 0 16 0 2 0 146117582 76664832 13027 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 2 4096 16387 18446604437838247040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 968.46
Current children cumulated vsize (KiB) 83568

[startup+642.301 s]
/proc/loadavg: 1.73 1.76 1.50 3/109 29065
/proc/meminfo: memFree=1514300/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=78804 CPUtime=1067.75
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 1407938 0 0 0 105593 1182 0 0 17 0 2 0 146117491 80695296 13818 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 19701 13818 1111 2985 0 16243 0
[pid=29042/tid=29046] ppid=29041 vsize=78804 CPUtime=527.86
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 724017 0 0 0 52186 600 0 0 16 0 2 0 146117582 80695296 13818 1992294400 134512640 146736320 4287270208 18446744073709551615 136476051 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1067.75
Current children cumulated vsize (KiB) 87504

[startup+702.301 s]
/proc/loadavg: 1.85 1.78 1.52 3/109 29067
/proc/meminfo: memFree=1512688/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=85220 CPUtime=1171.39
/proc/29042/stat : 29042 (pb_cplex) S 29041 29041 28888 0 -1 4202496 1462905 0 0 0 115872 1267 0 0 16 0 2 0 146117491 87265280 15037 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 21305 15037 1116 2985 0 17847 0
[pid=29042/tid=29046] ppid=29041 vsize=85220 CPUtime=579.31
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 738782 0 0 0 57298 633 0 0 16 0 2 0 146117582 87265280 15037 1992294400 134512640 146736320 4287270208 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1171.39
Current children cumulated vsize (KiB) 93920

[startup+762.309 s]
/proc/loadavg: 1.67 1.74 1.52 3/109 29069
/proc/meminfo: memFree=1509464/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=84872 CPUtime=1270.37
/proc/29042/stat : 29042 (pb_cplex) S 29041 29041 28888 0 -1 4202496 1529042 0 0 0 125685 1352 0 0 16 0 2 0 146117491 86908928 15123 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 21218 15123 1125 2985 0 17760 0
[pid=29042/tid=29046] ppid=29041 vsize=84872 CPUtime=628.36
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 772571 0 0 0 62165 671 0 0 16 0 2 0 146117582 86908928 15123 1992294400 134512640 146736320 4287270208 18446744073709551615 138443687 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1270.37
Current children cumulated vsize (KiB) 93572

[startup+822.302 s]
/proc/loadavg: 1.73 1.74 1.54 3/109 29071
/proc/meminfo: memFree=1507984/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=86224 CPUtime=1372.47
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 1625822 0 0 0 135792 1455 0 0 16 0 2 0 146117491 88293376 15436 1992294400 134512640 146736320 4287270208 18446744073709551615 135526863 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 21556 15436 1116 2985 0 18098 0
[pid=29042/tid=29046] ppid=29041 vsize=86224 CPUtime=678.32
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 826728 0 0 0 67106 726 0 0 16 0 2 0 146117582 88293376 15436 1992294400 134512640 146736320 4287270208 18446744073709551615 136002755 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1372.47
Current children cumulated vsize (KiB) 94924

[startup+882.301 s]
/proc/loadavg: 1.59 1.71 1.54 2/109 29073
/proc/meminfo: memFree=1505132/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=87868 CPUtime=1472.97
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 1746008 0 0 0 145723 1574 0 0 16 0 2 0 146117491 89976832 15888 1992294400 134512640 146736320 4287270208 18446744073709551615 135846482 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 21967 15888 1126 2985 0 18509 0
[pid=29042/tid=29046] ppid=29041 vsize=87868 CPUtime=727.25
/proc/29042/task/29046/stat : 29046 (pb_cplex) S 29041 29041 28888 0 -1 4202560 891186 0 0 0 71933 792 0 0 16 0 2 0 146117582 89976832 15888 1992294400 134512640 146736320 4287270208 18446744073709551615 144580073 0 2 4096 16387 18446604437838247040 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1472.97
Current children cumulated vsize (KiB) 96568

[startup+942.301 s]
/proc/loadavg: 1.75 1.73 1.55 3/109 29073
/proc/meminfo: memFree=1502404/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=90944 CPUtime=1574.95
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 1879224 0 0 0 155793 1702 0 0 16 0 2 0 146117491 93126656 16706 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 22736 16706 1126 2985 0 19278 0
[pid=29042/tid=29046] ppid=29041 vsize=90944 CPUtime=777.86
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 979542 0 0 0 76917 869 0 0 16 0 2 0 146117582 93126656 16706 1992294400 134512640 146736320 4287270208 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1574.95
Current children cumulated vsize (KiB) 99644

[startup+1002.3 s]
/proc/loadavg: 1.92 1.78 1.58 3/109 29075
/proc/meminfo: memFree=1501412/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=92772 CPUtime=1678.68
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 2065847 0 0 0 166018 1850 0 0 17 0 2 0 146117491 94998528 17036 1992294400 134512640 146736320 4287270208 18446744073709551615 136402293 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 23193 17036 1126 2985 0 19735 0
[pid=29042/tid=29046] ppid=29041 vsize=92772 CPUtime=829.01
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 1068898 0 0 0 81960 941 0 0 18 0 2 0 146117582 94998528 17036 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.68
Current children cumulated vsize (KiB) 101472

[startup+1062.3 s]
/proc/loadavg: 1.83 1.78 1.59 3/109 29077
/proc/meminfo: memFree=1498932/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=94832 CPUtime=1786.2
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 2143781 0 0 0 176670 1950 0 0 18 0 2 0 146117491 97107968 17573 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/29042/statm: 23708 17573 1126 2985 0 20250 0
[pid=29042/tid=29046] ppid=29041 vsize=94832 CPUtime=881.68
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 1113863 0 0 0 87174 994 0 0 17 0 2 0 146117582 97107968 17573 1992294400 134512640 146736320 4287270208 18446744073709551615 137059667 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1786.2
Current children cumulated vsize (KiB) 103532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1070.1 s]
/proc/loadavg: 1.86 1.79 1.59 3/109 29077
/proc/meminfo: memFree=1498932/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=94864 CPUtime=1800.06
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 2151120 0 0 0 178044 1962 0 0 17 0 2 0 146117491 97140736 17582 1992294400 134512640 146736320 4287270208 18446744073709551615 135857492 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 23716 17582 1126 2985 0 20258 0
[pid=29042/tid=29046] ppid=29041 vsize=94864 CPUtime=888.62
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 1116978 0 0 0 87862 1000 0 0 17 0 2 0 146117582 97140736 17582 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 103564

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

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

[startup+1070.1 s]
/proc/loadavg: 1.86 1.79 1.59 3/109 29077
/proc/meminfo: memFree=1498932/2059040 swapFree=4139620/4192956
[pid=29041] ppid=29039 vsize=8700 CPUtime=0
/proc/29041/stat : 29041 (run) S 29039 29041 28888 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146117491 8908800 249 1992294400 4194304 4922060 140735804032976 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/29041/statm: 2175 249 208 178 0 68 0
[pid=29042] ppid=29041 vsize=94864 CPUtime=1800.06
/proc/29042/stat : 29042 (pb_cplex) R 29041 29041 28888 0 -1 4202496 2151120 0 0 0 178044 1962 0 0 17 0 2 0 146117491 97140736 17582 1992294400 134512640 146736320 4287270208 18446744073709551615 135857492 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29042/statm: 23716 17582 1126 2985 0 20258 0
[pid=29042/tid=29046] ppid=29041 vsize=94864 CPUtime=888.62
/proc/29042/task/29046/stat : 29046 (pb_cplex) R 29041 29041 28888 0 -1 4202560 1116978 0 0 0 87862 1000 0 0 17 0 2 0 146117582 97140736 17582 1992294400 134512640 146736320 4287270208 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 103564

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1070.12
CPU time (s): 1800.06
CPU user time (s): 1780.44
CPU system time (s): 19.62
CPU usage (%): 168.211
Max. virtual memory (cumulated for all children) (KiB): 114580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365
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 2.08368 second user time and 5.72013 second system time

The end

Launcher Data

Begin job on node042 at 2010-07-02 07:24:10
IDJOB=2696983
IDBENCH=48017
IDSOLVER=1209
FILE ID=node042/2696983-1278048250
PBS_JOBID= 11198850
Free space on /tmp= 62208 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696983-1278048250/watcher-2696983-1278048250 -o /tmp/evaluation-result-2696983-1278048250/solver-2696983-1278048250 -C 1800 -W 2000 -M 1800  run HOME/instance-2696983-1278048250.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=506061219

node042.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.213
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.42
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.213
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:       1567436 kB
Buffers:        124328 kB
Cached:         267996 kB
SwapCached:       6736 kB
Active:         160548 kB
Inactive:       245508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1567436 kB
SwapTotal:     4192956 kB
SwapFree:      4139620 kB
Dirty:           16632 kB
Writeback:           0 kB
AnonPages:       12052 kB
Mapped:          12024 kB
Slab:            63500 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184208 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-2696983-1278048250.opb

Free space on /tmp at the end= 62192 MiB
End job on node042 at 2010-07-02 07:42:02