Trace number 2696998

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.17 990.417

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=29-P1=29-P2=17-P3=7-P4=5-P5=13-P6=5-B.opb
MD5SUM502b1b8e4f662bd34ffc08957221e0d9
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 benchmark0.426934
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 variables90
Total number of constraints13
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 constraints13
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)150
Sum of products size (including duplicates)300
Number of different products150
Sum of products size300

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696998-1278048381.opb.
0.00/0.00	c Instance file HOME/instance-2696998-1278048381.opb
0.00/0.00	c File size is 11279 bytes.
0.00/0.00	c Highest Coefficient sum: 1984
0.00/0.00	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.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      240                                                 |
0.00/0.01	c |  Number Constraints:    313                                                 |
0.00/0.01	c ===============================================================================
1800.14/990.41	c Remaining time 1799.99 sec.
1800.14/990.41	c 
1800.14/990.41	c *** INTERRUPTED ***
1800.14/990.41	s UNKNOWN
1800.14/990.41	c Total CPU time              : 1765.32 s
1800.14/990.41	c Memory used           : 41.97 MB
1800.14/990.41	c CPU time              : 1765.32 s
1800.14/990.41	c 
1800.14/990.41	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-2696998-1278048381/watcher-2696998-1278048381 -o /tmp/evaluation-result-2696998-1278048381/solver-2696998-1278048381 -C 1800 -W 2000 -M 1800 run HOME/instance-2696998-1278048381.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.77 1.77 1.30 3/106 32591
/proc/meminfo: memFree=1498644/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) R 32589 32591 32436 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965050773 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0

[startup+0.104363 s]
/proc/loadavg: 1.77 1.77 1.30 3/106 32591
/proc/meminfo: memFree=1498644/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.209374 s]
/proc/loadavg: 1.77 1.77 1.30 3/106 32591
/proc/meminfo: memFree=1498644/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.303057 s]
/proc/loadavg: 1.77 1.77 1.30 3/106 32591
/proc/meminfo: memFree=1498644/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701463 s]
/proc/loadavg: 1.77 1.77 1.30 3/106 32591
/proc/meminfo: memFree=1498644/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5016 s]
/proc/loadavg: 1.79 1.78 1.30 4/109 32596
/proc/meminfo: memFree=1492420/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=32296 CPUtime=2.4
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 9886 0 0 0 233 7 0 0 17 0 2 0 146129040 33071104 2708 1992294400 134512640 146736320 4291566656 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 8074 2708 1078 2985 0 4616 0
[pid=32592/tid=32596] ppid=32591 vsize=32296 CPUtime=0.86
/proc/32592/task/32596/stat : 32596 (pb_cplex) R 32591 32591 32436 0 -1 4202560 4357 0 0 0 84 2 0 0 17 0 2 0 146129088 33071104 2708 1992294400 134512640 146736320 4291566656 18446744073709551615 139044580 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 40996

[startup+3.10187 s]
/proc/loadavg: 1.79 1.78 1.30 3/109 32596
/proc/meminfo: memFree=1490436/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=36816 CPUtime=5.24
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 17026 0 0 0 511 13 0 0 17 0 2 0 146129040 37699584 3628 1992294400 134512640 146736320 4291566656 18446744073709551615 135854573 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 9204 3628 1077 2985 0 5746 0
[pid=32592/tid=32596] ppid=32591 vsize=36816 CPUtime=2.31
/proc/32592/task/32596/stat : 32596 (pb_cplex) R 32591 32591 32436 0 -1 4202560 8837 0 0 0 226 5 0 0 18 0 2 0 146129088 37699584 3628 1992294400 134512640 146736320 4291566656 18446744073709551615 139044555 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 45516

[startup+6.3014 s]
/proc/loadavg: 1.89 1.80 1.31 3/109 32598
/proc/meminfo: memFree=1487336/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=37712 CPUtime=10.69
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 27203 0 0 0 1045 24 0 0 16 0 2 0 146129040 38617088 3922 1992294400 134512640 146736320 4291566656 18446744073709551615 136007977 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 9428 3922 1074 2985 0 5970 0
[pid=32592/tid=32596] ppid=32591 vsize=37712 CPUtime=5.05
/proc/32592/task/32596/stat : 32596 (pb_cplex) R 32591 32591 32436 0 -1 4202560 12023 0 0 0 495 10 0 0 17 0 2 0 146129088 38617088 3922 1992294400 134512640 146736320 4291566656 18446744073709551615 136017824 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 46412

[startup+12.7015 s]
/proc/loadavg: 1.90 1.80 1.31 3/109 32598
/proc/meminfo: memFree=1485104/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=38148 CPUtime=22
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 33902 0 0 0 2160 40 0 0 16 0 2 0 146129040 39063552 4065 1992294400 134512640 146736320 4291566656 18446744073709551615 139028288 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 9537 4065 1074 2985 0 6079 0
[pid=32592/tid=32596] ppid=32591 vsize=38148 CPUtime=10.76
/proc/32592/task/32596/stat : 32596 (pb_cplex) R 32591 32591 32436 0 -1 4202560 16237 0 0 0 1056 20 0 0 16 0 2 0 146129088 39063552 4065 1992294400 134512640 146736320 4291566656 18446744073709551615 135468677 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22
Current children cumulated vsize (KiB) 46848

[startup+25.5016 s]
/proc/loadavg: 1.70 1.76 1.31 3/109 32600
/proc/meminfo: memFree=1486344/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=37620 CPUtime=43.24
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 58036 0 0 0 4245 79 0 0 16 0 2 0 146129040 38522880 3997 1992294400 134512640 146736320 4291566656 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 9405 3997 1102 2985 0 5947 0
[pid=32592/tid=32600] ppid=32591 vsize=37620 CPUtime=7.68
/proc/32592/task/32600/stat : 32600 (pb_cplex) R 32591 32591 32436 0 -1 4202560 6193 0 0 0 757 11 0 0 17 0 2 0 146130695 38522880 3997 1992294400 134512640 146736320 4291566656 18446744073709551615 135453306 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.24
Current children cumulated vsize (KiB) 46320

[startup+51.1008 s]
/proc/loadavg: 1.74 1.76 1.32 3/109 32600
/proc/meminfo: memFree=1485600/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=37904 CPUtime=88.12
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 108519 0 0 0 8644 168 0 0 16 0 2 0 146129040 38813696 4033 1992294400 134512640 146736320 4291566656 18446744073709551615 136015416 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 9476 4033 1120 2985 0 6018 0
[pid=32592/tid=32600] ppid=32591 vsize=37904 CPUtime=30.18
/proc/32592/task/32600/stat : 32600 (pb_cplex) S 32591 32591 32436 0 -1 4202560 39129 0 0 0 2959 59 0 0 16 0 2 0 146130695 38813696 4033 1992294400 134512640 146736320 4291566656 18446744073709551615 144580073 0 2 4096 16387 18446604437869373632 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 88.12
Current children cumulated vsize (KiB) 46604

[startup+102.301 s]
/proc/loadavg: 1.84 1.78 1.35 3/109 32602
/proc/meminfo: memFree=1484484/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=38864 CPUtime=180.24
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 135417 0 0 0 17681 343 0 0 17 0 2 0 146129040 39796736 4325 1992294400 134512640 146736320 4291566656 18446744073709551615 135962107 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 9716 4325 1120 2985 0 6258 0
[pid=32592/tid=32600] ppid=32591 vsize=38864 CPUtime=75.47
/proc/32592/task/32600/stat : 32600 (pb_cplex) R 32591 32591 32436 0 -1 4202560 53900 0 0 0 7403 144 0 0 16 0 2 0 146130695 39796736 4325 1992294400 134512640 146736320 4291566656 18446744073709551615 138686451 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 180.24
Current children cumulated vsize (KiB) 47564

[startup+162.301 s]
/proc/loadavg: 1.87 1.80 1.38 3/109 32604
/proc/meminfo: memFree=1484360/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=40360 CPUtime=284.39
/proc/32592/stat : 32592 (pb_cplex) S 32591 32591 32436 0 -1 4202496 143369 0 0 0 27905 534 0 0 17 0 2 0 146129040 41328640 4596 1992294400 134512640 146736320 4291566656 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 10090 4596 1120 2985 0 6632 0
[pid=32592/tid=32600] ppid=32591 vsize=40360 CPUtime=126.34
/proc/32592/task/32600/stat : 32600 (pb_cplex) R 32591 32591 32436 0 -1 4202560 55129 0 0 0 12394 240 0 0 16 0 2 0 146130695 41328640 4596 1992294400 134512640 146736320 4291566656 18446744073709551615 135526884 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 284.39
Current children cumulated vsize (KiB) 49060

[startup+222.308 s]
/proc/loadavg: 1.91 1.82 1.41 3/109 32604
/proc/meminfo: memFree=1485104/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=38788 CPUtime=391.46
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 147264 0 0 0 38409 737 0 0 18 0 2 0 146129040 39718912 4303 1992294400 134512640 146736320 4291566656 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 9697 4303 1123 2985 0 6239 0
[pid=32592/tid=32600] ppid=32591 vsize=38788 CPUtime=179.94
/proc/32592/task/32600/stat : 32600 (pb_cplex) R 32591 32591 32436 0 -1 4202560 56976 0 0 0 17653 341 0 0 16 0 2 0 146130695 39718912 4303 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 391.46
Current children cumulated vsize (KiB) 47488

[startup+282.301 s]
/proc/loadavg: 1.71 1.79 1.42 4/109 32607
/proc/meminfo: memFree=1484608/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=38924 CPUtime=500.55
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 153391 0 0 0 49098 957 0 0 17 0 2 0 146129040 39858176 4283 1992294400 134512640 146736320 4291566656 18446744073709551615 135963972 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 9731 4283 1123 2985 0 6273 0
[pid=32592/tid=32607] ppid=32591 vsize=38924 CPUtime=19.34
/proc/32592/task/32607/stat : 32607 (pb_cplex) R 32591 32591 32436 0 -1 4202560 491 0 0 0 1895 39 0 0 18 0 2 0 146155158 39858176 4283 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 500.55
Current children cumulated vsize (KiB) 47624

[startup+342.301 s]
/proc/loadavg: 1.87 1.81 1.45 2/109 32609
/proc/meminfo: memFree=1484360/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=32592] ppid=32591 vsize=40884 CPUtime=719.9
/proc/32592/stat : 32592 (pb_cplex) S 32591 32591 32436 0 -1 4202496 182253 0 0 0 70597 1393 0 0 18 0 2 0 146129040 41865216 4624 1992294400 134512640 146736320 4291566656 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 10221 4624 1123 2985 0 6763 0
[pid=32592/tid=32607] ppid=32591 vsize=40884 CPUtime=127.96
/proc/32592/task/32607/stat : 32607 (pb_cplex) R 32591 32591 32436 0 -1 4202560 7603 0 0 0 12538 258 0 0 17 0 2 0 146155158 41865216 4624 1992294400 134512640 146736320 4291566656 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 719.9
Current children cumulated vsize (KiB) 49584

[startup+462.301 s]
/proc/loadavg: 1.91 1.85 1.51 3/109 32616
/proc/meminfo: memFree=1483492/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=40280 CPUtime=830.09
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 187856 0 0 0 81410 1599 0 0 17 0 2 0 146129040 41246720 4499 1992294400 134512640 146736320 4291566656 18446744073709551615 135455417 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 10070 4499 1123 2985 0 6612 0
[pid=32592/tid=32607] ppid=32591 vsize=40280 CPUtime=182.27
/proc/32592/task/32607/stat : 32607 (pb_cplex) R 32591 32591 32436 0 -1 4202560 8476 0 0 0 17869 358 0 0 18 0 2 0 146155158 41246720 4499 1992294400 134512640 146736320 4291566656 18446744073709551615 135982692 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 830.09
Current children cumulated vsize (KiB) 48980

[startup+522.301 s]
/proc/loadavg: 1.97 1.88 1.54 3/109 32617
/proc/meminfo: memFree=1481260/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=44224 CPUtime=940.25
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 191432 0 0 0 92215 1810 0 0 18 0 2 0 146129040 45285376 5235 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 11056 5235 1123 2985 0 7598 0
[pid=32592/tid=32617] ppid=32591 vsize=44224 CPUtime=47.81
/proc/32592/task/32617/stat : 32617 (pb_cplex) R 32591 32591 32436 0 -1 4202560 817 0 0 0 4692 89 0 0 17 0 2 0 146176013 45285376 5235 1992294400 134512640 146736320 4291566656 18446744073709551615 135999272 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 940.25
Current children cumulated vsize (KiB) 52924

[startup+582.302 s]
/proc/loadavg: 1.89 1.87 1.55 2/109 32619
/proc/meminfo: memFree=1480392/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=44720 CPUtime=1050.46
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 194761 0 0 0 103030 2016 0 0 18 0 2 0 146129040 45793280 5269 1992294400 134512640 146736320 4291566656 18446744073709551615 136400463 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 11180 5269 1123 2985 0 7722 0
[pid=32592/tid=32617] ppid=32591 vsize=44720 CPUtime=102.06
/proc/32592/task/32617/stat : 32617 (pb_cplex) R 32591 32591 32436 0 -1 4202560 4078 0 0 0 10019 187 0 0 18 0 2 0 146176013 45793280 5269 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1050.46
Current children cumulated vsize (KiB) 53420

[startup+642.301 s]
/proc/loadavg: 1.88 1.87 1.57 3/109 32621
/proc/meminfo: memFree=1480392/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=44720 CPUtime=1160.37
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 197995 0 0 0 113800 2237 0 0 18 0 2 0 146129040 45793280 5320 1992294400 134512640 146736320 4291566656 18446744073709551615 135523284 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 11180 5320 1123 2985 0 7722 0
[pid=32592/tid=32617] ppid=32591 vsize=44720 CPUtime=156.17
/proc/32592/task/32617/stat : 32617 (pb_cplex) R 32591 32591 32436 0 -1 4202560 4777 0 0 0 15318 299 0 0 17 0 2 0 146176013 45793280 5320 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1160.37
Current children cumulated vsize (KiB) 53420

[startup+702.301 s]
/proc/loadavg: 1.88 1.88 1.59 3/109 32623
/proc/meminfo: memFree=1480392/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=44720 CPUtime=1270.31
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 198892 0 0 0 124580 2451 0 0 17 0 2 0 146129040 45793280 5273 1992294400 134512640 146736320 4291566656 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 11180 5273 1123 2985 0 7722 0
[pid=32592/tid=32617] ppid=32591 vsize=44720 CPUtime=210.07
/proc/32592/task/32617/stat : 32617 (pb_cplex) R 32591 32591 32436 0 -1 4202560 5008 0 0 0 20599 408 0 0 18 0 2 0 146176013 45793280 5273 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1270.31
Current children cumulated vsize (KiB) 53420

[startup+762.301 s]
/proc/loadavg: 1.81 1.85 1.60 3/109 32625
/proc/meminfo: memFree=1480020/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=44720 CPUtime=1380.44
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 202240 0 0 0 135390 2654 0 0 17 0 2 0 146129040 45793280 5403 1992294400 134512640 146736320 4291566656 18446744073709551615 135982314 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 11180 5403 1123 2985 0 7722 0
[pid=32592/tid=32617] ppid=32591 vsize=44720 CPUtime=264.33
/proc/32592/task/32617/stat : 32617 (pb_cplex) R 32591 32591 32436 0 -1 4202560 5775 0 0 0 25922 511 0 0 18 0 2 0 146176013 45793280 5403 1992294400 134512640 146736320 4291566656 18446744073709551615 135537151 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1380.44
Current children cumulated vsize (KiB) 53420

[startup+822.301 s]
/proc/loadavg: 1.82 1.85 1.61 2/109 32625
/proc/meminfo: memFree=1480020/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=44720 CPUtime=1491.08
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 203308 0 0 0 146235 2873 0 0 18 0 2 0 146129040 45793280 5417 1992294400 134512640 146736320 4291566656 18446744073709551615 135857490 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 11180 5417 1123 2985 0 7722 0
[pid=32592/tid=32617] ppid=32591 vsize=44720 CPUtime=318.51
/proc/32592/task/32617/stat : 32617 (pb_cplex) R 32591 32591 32436 0 -1 4202560 5943 0 0 0 31233 618 0 0 18 0 2 0 146176013 45793280 5417 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1491.08
Current children cumulated vsize (KiB) 53420

[startup+882.309 s]
/proc/loadavg: 1.93 1.87 1.63 3/109 32627
/proc/meminfo: memFree=1480268/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=45744 CPUtime=1601.64
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 205411 0 0 0 157078 3086 0 0 18 0 2 0 146129040 46841856 5483 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 11436 5483 1123 2985 0 7978 0
[pid=32592/tid=32617] ppid=32591 vsize=45744 CPUtime=372.67
/proc/32592/task/32617/stat : 32617 (pb_cplex) R 32591 32591 32436 0 -1 4202560 7621 0 0 0 36544 723 0 0 18 0 2 0 146176013 46841856 5483 1992294400 134512640 146736320 4291566656 18446744073709551615 135451124 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1601.64
Current children cumulated vsize (KiB) 54444

[startup+942.302 s]
/proc/loadavg: 1.92 1.88 1.65 3/109 32630
/proc/meminfo: memFree=1481012/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=42972 CPUtime=1711.64
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 216672 0 0 0 167863 3301 0 0 17 0 2 0 146129040 44003328 5120 1992294400 134512640 146736320 4291566656 18446744073709551615 136016571 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/32592/statm: 10743 5120 1123 2985 0 7285 0
[pid=32592/tid=32630] ppid=32591 vsize=42972 CPUtime=24.64
/proc/32592/task/32630/stat : 32630 (pb_cplex) R 32591 32591 32436 0 -1 4202560 5267 0 0 0 2417 47 0 0 17 0 2 0 146220535 44003328 5120 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1711.64
Current children cumulated vsize (KiB) 51672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+990.401 s]
/proc/loadavg: 1.92 1.88 1.65 3/109 32632
/proc/meminfo: memFree=1481136/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=42972 CPUtime=1800.14
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 246052 0 0 0 176531 3483 0 0 18 0 2 0 146129040 44003328 5064 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 10743 5064 1123 2985 0 7285 0
[pid=32592/tid=32630] ppid=32591 vsize=42972 CPUtime=68.05
/proc/32592/task/32630/stat : 32630 (pb_cplex) R 32591 32591 32436 0 -1 4202560 17835 0 0 0 6667 138 0 0 17 0 2 0 146220535 44003328 5064 1992294400 134512640 146736320 4291566656 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 51672

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

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

[startup+990.401 s]
/proc/loadavg: 1.92 1.88 1.65 3/109 32632
/proc/meminfo: memFree=1481136/2059040 swapFree=4139792/4192956
[pid=32591] ppid=32589 vsize=8700 CPUtime=0
/proc/32591/stat : 32591 (run) S 32589 32591 32436 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146129040 8908800 249 1992294400 4194304 4922060 140735831651552 18446744073709551615 208965049477 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32591/statm: 2175 249 208 178 0 68 0
[pid=32592] ppid=32591 vsize=42972 CPUtime=1800.14
/proc/32592/stat : 32592 (pb_cplex) R 32591 32591 32436 0 -1 4202496 246052 0 0 0 176531 3483 0 0 18 0 2 0 146129040 44003328 5064 1992294400 134512640 146736320 4291566656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/32592/statm: 10743 5064 1123 2985 0 7285 0
[pid=32592/tid=32630] ppid=32591 vsize=42972 CPUtime=68.05
/proc/32592/task/32630/stat : 32630 (pb_cplex) R 32591 32591 32436 0 -1 4202560 17835 0 0 0 6667 138 0 0 17 0 2 0 146220535 44003328 5064 1992294400 134512640 146736320 4291566656 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 51672

Child status: 0
Real time (s): 990.417
CPU time (s): 1800.17
CPU user time (s): 1765.33
CPU system time (s): 34.8407
CPU usage (%): 181.759
Max. virtual memory (cumulated for all children) (KiB): 54444

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

runsolver used 1.85972 second user time and 5.35319 second system time

The end

Launcher Data

Begin job on node055 at 2010-07-02 07:26:21
IDJOB=2696998
IDBENCH=48032
IDSOLVER=1209
FILE ID=node055/2696998-1278048381
PBS_JOBID= 11198839
Free space on /tmp= 62412 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=29-P1=29-P2=17-P3=7-P4=5-P5=13-P6=5-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696998-1278048381/watcher-2696998-1278048381 -o /tmp/evaluation-result-2696998-1278048381/solver-2696998-1278048381 -C 1800 -W 2000 -M 1800  run HOME/instance-2696998-1278048381.opb

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

MD5SUM BENCH= 502b1b8e4f662bd34ffc08957221e0d9
RANDOM SEED=1998057922

node055.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.258
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.51
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.258
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1499544 kB
Buffers:        150768 kB
Cached:         305500 kB
SwapCached:       6760 kB
Active:         202900 kB
Inactive:       267152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1499544 kB
SwapTotal:     4192956 kB
SwapFree:      4139792 kB
Dirty:           16672 kB
Writeback:           0 kB
AnonPages:       11856 kB
Mapped:          11960 kB
Slab:            67592 kB
PageTables:       4180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182200 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-2696998-1278048381.opb

Free space on /tmp at the end= 62396 MiB
End job on node055 at 2010-07-02 07:42:51