Trace number 2697043

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.2 1030.12

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=31-P1=53-P2=29-P3=29-P4=31-P5=19-B.opb
MD5SUMc39f64fc7780fdd337b3dc7ba22d2bb1
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.438932
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 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 constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)180
Sum of products size (including duplicates)360
Number of different products180
Sum of products size360

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697043-1278049249.opb.
0.00/0.00	c Instance file HOME/instance-2697043-1278049249.opb
0.00/0.00	c File size is 13425 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
0.00/0.01	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:      270                                                 |
0.00/0.01	c |  Number Constraints:    371                                                 |
0.00/0.01	c ===============================================================================
1800.18/1030.11	c Remaining time 1799.99 sec.
1800.18/1030.11	c 
1800.18/1030.11	c *** INTERRUPTED ***
1800.18/1030.11	s UNKNOWN
1800.18/1030.11	c Total CPU time              : 1766.34 s
1800.18/1030.11	c Memory used           : 50.62 MB
1800.18/1030.11	c CPU time              : 1766.34 s
1800.18/1030.11	c 
1800.18/1030.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-2697043-1278049249/watcher-2697043-1278049249 -o /tmp/evaluation-result-2697043-1278049249/solver-2697043-1278049249 -C 1800 -W 2000 -M 1800 run HOME/instance-2697043-1278049249.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.95 1.73 1.51 3/105 1349
/proc/meminfo: memFree=1749800/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) R 1347 1349 1164 0 -1 4202496 348 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540988309 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0

[startup+0.104627 s]
/proc/loadavg: 1.95 1.73 1.51 3/105 1349
/proc/meminfo: memFree=1749800/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20164 s]
/proc/loadavg: 1.95 1.73 1.51 3/105 1349
/proc/meminfo: memFree=1749800/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.307416 s]
/proc/loadavg: 1.95 1.73 1.51 3/105 1349
/proc/meminfo: memFree=1749800/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.711224 s]
/proc/loadavg: 1.95 1.73 1.51 3/105 1349
/proc/meminfo: memFree=1749800/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50181 s]
/proc/loadavg: 1.95 1.73 1.51 2/108 1354
/proc/meminfo: memFree=1743824/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=32548 CPUtime=2.35
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 12541 0 0 0 227 8 0 0 18 0 2 0 146218072 33329152 2707 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 8137 2707 1074 2985 0 4679 0
[pid=1350/tid=1354] ppid=1349 vsize=32548 CPUtime=0.78
/proc/1350/task/1354/stat : 1354 (pb_cplex) R 1349 1349 1164 0 -1 4202560 4807 0 0 0 76 2 0 0 17 0 2 0 146218127 33329152 2707 1992294400 134512640 146736320 4288799296 18446744073709551615 136403136 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 41248

[startup+3.10201 s]
/proc/loadavg: 1.95 1.73 1.51 3/108 1354
/proc/meminfo: memFree=1741468/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=35064 CPUtime=5.28
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 23164 0 0 0 510 18 0 0 18 0 2 0 146218072 35905536 3254 1992294400 134512640 146736320 4288799296 18446744073709551615 135450703 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 8766 3254 1074 2985 0 5308 0
[pid=1350/tid=1354] ppid=1349 vsize=35064 CPUtime=2.23
/proc/1350/task/1354/stat : 1354 (pb_cplex) R 1349 1349 1164 0 -1 4202560 10356 0 0 0 215 8 0 0 17 0 2 0 146218127 35905536 3254 1992294400 134512640 146736320 4288799296 18446744073709551615 135526134 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.28
Current children cumulated vsize (KiB) 43764

[startup+6.30141 s]
/proc/loadavg: 1.95 1.74 1.51 3/108 1356
/proc/meminfo: memFree=1737624/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=38508 CPUtime=10.84
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 40166 0 0 0 1054 30 0 0 17 0 2 0 146218072 39432192 4338 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 9627 4338 1074 2985 0 6169 0
[pid=1350/tid=1354] ppid=1349 vsize=38508 CPUtime=4.93
/proc/1350/task/1354/stat : 1354 (pb_cplex) R 1349 1349 1164 0 -1 4202560 18747 0 0 0 478 15 0 0 16 0 2 0 146218127 39432192 4338 1992294400 134512640 146736320 4288799296 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 47208

[startup+12.7022 s]
/proc/loadavg: 1.87 1.73 1.50 2/108 1356
/proc/meminfo: memFree=1733408/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=40572 CPUtime=22.31
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 54530 0 0 0 2181 50 0 0 18 0 2 0 146218072 41545728 4674 1992294400 134512640 146736320 4288799296 18446744073709551615 139041157 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10143 4674 1074 2985 0 6685 0
[pid=1350/tid=1354] ppid=1349 vsize=40572 CPUtime=10.55
/proc/1350/task/1354/stat : 1354 (pb_cplex) R 1349 1349 1164 0 -1 4202560 24760 0 0 0 1032 23 0 0 16 0 2 0 146218127 41545728 4674 1992294400 134512640 146736320 4288799296 18446744073709551615 135526870 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.31
Current children cumulated vsize (KiB) 49272

[startup+25.5018 s]
/proc/loadavg: 1.83 1.72 1.51 3/108 1356
/proc/meminfo: memFree=1733408/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=42452 CPUtime=42.11
/proc/1350/stat : 1350 (pb_cplex) S 1349 1349 1164 0 -1 4202496 71435 0 0 0 4128 83 0 0 17 0 2 0 146218072 43470848 4989 1992294400 134512640 146736320 4288799296 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10613 4989 1098 2985 0 7155 0
[pid=1350/tid=1354] ppid=1349 vsize=42452 CPUtime=18.52
/proc/1350/task/1354/stat : 1354 (pb_cplex) R 1349 1349 1164 0 -1 4202560 29771 0 0 0 1815 37 0 0 16 0 2 0 146218127 43470848 4989 1992294400 134512640 146736320 4288799296 18446744073709551615 135525295 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.11
Current children cumulated vsize (KiB) 51152

[startup+51.1009 s]
/proc/loadavg: 1.88 1.74 1.52 3/108 1361
/proc/meminfo: memFree=1734400/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=42156 CPUtime=84.9
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 142184 0 0 0 8325 165 0 0 18 0 2 0 146218072 43167744 4793 1992294400 134512640 146736320 4288799296 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 10539 4793 1123 2985 0 7081 0
[pid=1350/tid=1361] ppid=1349 vsize=42156 CPUtime=17.75
/proc/1350/task/1361/stat : 1361 (pb_cplex) R 1349 1349 1164 0 -1 4202560 33035 0 0 0 1740 35 0 0 16 0 2 0 146220991 43167744 4793 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 84.9
Current children cumulated vsize (KiB) 50856

[startup+102.301 s]
/proc/loadavg: 1.75 1.72 1.52 3/108 1363
/proc/meminfo: memFree=1733656/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=42244 CPUtime=173.41
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 215142 0 0 0 17009 332 0 0 17 0 2 0 146218072 43257856 4861 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10561 4861 1123 2985 0 7103 0
[pid=1350/tid=1361] ppid=1349 vsize=42244 CPUtime=61.44
/proc/1350/task/1361/stat : 1361 (pb_cplex) R 1349 1349 1164 0 -1 4202560 58467 0 0 0 6032 112 0 0 16 0 2 0 146220991 43257856 4861 1992294400 134512640 146736320 4288799296 18446744073709551615 135450784 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 173.41
Current children cumulated vsize (KiB) 50944

[startup+162.303 s]
/proc/loadavg: 1.64 1.69 1.52 3/108 1365
/proc/meminfo: memFree=1731920/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=43268 CPUtime=275.26
/proc/1350/stat : 1350 (pb_cplex) S 1349 1349 1164 0 -1 4202496 279433 0 0 0 26999 527 0 0 16 0 2 0 146218072 44306432 5196 1992294400 134512640 146736320 4288799296 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 10817 5196 1123 2985 0 7359 0
[pid=1350/tid=1361] ppid=1349 vsize=43268 CPUtime=110.74
/proc/1350/task/1361/stat : 1361 (pb_cplex) R 1349 1349 1164 0 -1 4202560 68243 0 0 0 10879 195 0 0 15 0 2 0 146220991 44306432 5196 1992294400 134512640 146736320 4288799296 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 275.26
Current children cumulated vsize (KiB) 51968

[startup+222.309 s]
/proc/loadavg: 1.78 1.72 1.54 3/108 1365
/proc/meminfo: memFree=1732168/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=43428 CPUtime=374.82
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 290324 0 0 0 36782 700 0 0 16 0 2 0 146218072 44470272 5240 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10857 5240 1123 2985 0 7399 0
[pid=1350/tid=1361] ppid=1349 vsize=43428 CPUtime=160.54
/proc/1350/task/1361/stat : 1361 (pb_cplex) S 1349 1349 1164 0 -1 4202560 69187 0 0 0 15779 275 0 0 16 0 2 0 146220991 44470272 5240 1992294400 134512640 146736320 4288799296 18446744073709551615 144580073 0 2 4096 16387 18446604437832362048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 374.82
Current children cumulated vsize (KiB) 52128

[startup+282.301 s]
/proc/loadavg: 1.87 1.75 1.56 2/108 1367
/proc/meminfo: memFree=1732292/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=43532 CPUtime=476.09
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 300197 0 0 0 46728 881 0 0 16 0 2 0 146218072 44576768 5277 1992294400 134512640 146736320 4288799296 18446744073709551615 138730151 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10883 5277 1123 2985 0 7425 0
[pid=1350/tid=1361] ppid=1349 vsize=43532 CPUtime=209.56
/proc/1350/task/1361/stat : 1361 (pb_cplex) S 1349 1349 1164 0 -1 4202560 75459 0 0 0 20593 363 0 0 16 0 2 0 146220991 44576768 5277 1992294400 134512640 146736320 4288799296 18446744073709551615 144580073 0 2 4096 16387 18446604437832362048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 476.09
Current children cumulated vsize (KiB) 52232

[startup+342.302 s]
/proc/loadavg: 1.69 1.72 1.56 3/108 1369
/proc/meminfo: memFree=1732416/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=1350] ppid=1349 vsize=43100 CPUtime=676.37
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 330307 0 0 0 66398 1239 0 0 15 0 2 0 146218072 44134400 5203 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10775 5203 1123 2985 0 7317 0
[pid=1350/tid=1361] ppid=1349 vsize=43100 CPUtime=309.02
/proc/1350/task/1361/stat : 1361 (pb_cplex) R 1349 1349 1164 0 -1 4202560 84147 0 0 0 30367 535 0 0 16 0 2 0 146220991 44134400 5203 1992294400 134512640 146736320 4288799296 18446744073709551615 137334153 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 676.37
Current children cumulated vsize (KiB) 51800

[startup+462.301 s]
/proc/loadavg: 1.73 1.72 1.57 3/108 1373
/proc/meminfo: memFree=1731672/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=43928 CPUtime=777.24
/proc/1350/stat : 1350 (pb_cplex) S 1349 1349 1164 0 -1 4202496 342507 0 0 0 76298 1426 0 0 16 0 2 0 146218072 44982272 5386 1992294400 134512640 146736320 4288799296 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10982 5386 1123 2985 0 7524 0
[pid=1350/tid=1361] ppid=1349 vsize=43928 CPUtime=359.13
/proc/1350/task/1361/stat : 1361 (pb_cplex) R 1349 1349 1164 0 -1 4202560 86191 0 0 0 35287 626 0 0 16 0 2 0 146220991 44982272 5386 1992294400 134512640 146736320 4288799296 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 777.24
Current children cumulated vsize (KiB) 52628

[startup+522.302 s]
/proc/loadavg: 1.85 1.75 1.59 3/108 1373
/proc/meminfo: memFree=1732292/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=43100 CPUtime=881.12
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 349789 0 0 0 86483 1629 0 0 16 0 2 0 146218072 44134400 5205 1992294400 134512640 146736320 4288799296 18446744073709551615 135453925 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10775 5205 1123 2985 0 7317 0
[pid=1350/tid=1361] ppid=1349 vsize=43100 CPUtime=410.93
/proc/1350/task/1361/stat : 1361 (pb_cplex) R 1349 1349 1164 0 -1 4202560 87805 0 0 0 40370 723 0 0 16 0 2 0 146220991 44134400 5205 1992294400 134512640 146736320 4288799296 18446744073709551615 135443437 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 881.12
Current children cumulated vsize (KiB) 51800

[startup+582.301 s]
/proc/loadavg: 1.77 1.75 1.60 3/108 1376
/proc/meminfo: memFree=1730928/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=44316 CPUtime=987.94
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 387009 0 0 0 96951 1843 0 0 17 0 2 0 146218072 45379584 5434 1992294400 134512640 146736320 4288799296 18446744073709551615 135983225 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 11079 5434 1123 2985 0 7621 0
[pid=1350/tid=1374] ppid=1349 vsize=44316 CPUtime=48.92
/proc/1350/task/1374/stat : 1374 (pb_cplex) R 1349 1349 1164 0 -1 4202560 35381 0 0 0 4788 104 0 0 16 0 2 0 146270854 45379584 5434 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 987.94
Current children cumulated vsize (KiB) 53016

[startup+642.301 s]
/proc/loadavg: 1.78 1.76 1.61 3/108 1378
/proc/meminfo: memFree=1731176/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=45184 CPUtime=1094.84
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 463028 0 0 0 107421 2063 0 0 17 0 2 0 146218072 46268416 5503 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 11296 5503 1123 2985 0 7838 0
[pid=1350/tid=1374] ppid=1349 vsize=45184 CPUtime=102.24
/proc/1350/task/1374/stat : 1374 (pb_cplex) R 1349 1349 1164 0 -1 4202560 60948 0 0 0 10012 212 0 0 18 0 2 0 146270854 46268416 5503 1992294400 134512640 146736320 4288799296 18446744073709551615 136402290 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1094.84
Current children cumulated vsize (KiB) 53884

[startup+702.302 s]
/proc/loadavg: 1.83 1.77 1.62 3/108 1380
/proc/meminfo: memFree=1731424/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=43620 CPUtime=1203.16
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 468922 0 0 0 118060 2256 0 0 17 0 2 0 146218072 44666880 5381 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 10905 5381 1123 2985 0 7447 0
[pid=1350/tid=1374] ppid=1349 vsize=43620 CPUtime=156.33
/proc/1350/task/1374/stat : 1374 (pb_cplex) R 1349 1349 1164 0 -1 4202560 63697 0 0 0 15328 305 0 0 17 0 2 0 146270854 44666880 5381 1992294400 134512640 146736320 4288799296 18446744073709551615 136746034 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1203.16
Current children cumulated vsize (KiB) 52320

[startup+762.301 s]
/proc/loadavg: 1.77 1.77 1.63 3/108 1382
/proc/meminfo: memFree=1730680/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=45668 CPUtime=1311.92
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 481074 0 0 0 128739 2453 0 0 16 0 2 0 146218072 46764032 5595 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 11417 5595 1123 2985 0 7959 0
[pid=1350/tid=1374] ppid=1349 vsize=45668 CPUtime=210.55
/proc/1350/task/1374/stat : 1374 (pb_cplex) R 1349 1349 1164 0 -1 4202560 67224 0 0 0 20651 404 0 0 17 0 2 0 146270854 46764032 5595 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1311.92
Current children cumulated vsize (KiB) 54368

[startup+822.301 s]
/proc/loadavg: 1.80 1.76 1.64 2/108 1382
/proc/meminfo: memFree=1729440/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=45116 CPUtime=1420.98
/proc/1350/stat : 1350 (pb_cplex) S 1349 1349 1164 0 -1 4202496 491496 0 0 0 139441 2657 0 0 18 0 2 0 146218072 46198784 5758 1992294400 134512640 146736320 4288799296 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 11279 5758 1126 2985 0 7821 0
[pid=1350/tid=1374] ppid=1349 vsize=45116 CPUtime=264.52
/proc/1350/task/1374/stat : 1374 (pb_cplex) R 1349 1349 1164 0 -1 4202560 71032 0 0 0 25947 505 0 0 17 0 2 0 146270854 46198784 5758 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1420.98
Current children cumulated vsize (KiB) 53816

[startup+882.309 s]
/proc/loadavg: 1.89 1.79 1.65 3/108 1384
/proc/meminfo: memFree=1728448/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=46688 CPUtime=1530.63
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 498840 0 0 0 150198 2865 0 0 17 0 2 0 146218072 47808512 6151 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 11672 6151 1126 2985 0 8214 0
[pid=1350/tid=1374] ppid=1349 vsize=46688 CPUtime=319.14
/proc/1350/task/1374/stat : 1374 (pb_cplex) R 1349 1349 1164 0 -1 4202560 73580 0 0 0 31305 609 0 0 18 0 2 0 146270854 47808512 6151 1992294400 134512640 146736320 4288799296 18446744073709551615 136000079 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1530.63
Current children cumulated vsize (KiB) 55388

[startup+942.301 s]
/proc/loadavg: 1.82 1.78 1.65 2/108 1386
/proc/meminfo: memFree=1727828/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=46688 CPUtime=1640.05
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 508380 0 0 0 160934 3071 0 0 18 0 2 0 146218072 47808512 6151 1992294400 134512640 146736320 4288799296 18446744073709551615 136015727 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1350/statm: 11672 6151 1126 2985 0 8214 0
[pid=1350/tid=1374] ppid=1349 vsize=46688 CPUtime=373.3
/proc/1350/task/1374/stat : 1374 (pb_cplex) R 1349 1349 1164 0 -1 4202560 79221 0 0 0 36617 713 0 0 18 0 2 0 146270854 47808512 6151 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1640.05
Current children cumulated vsize (KiB) 55388

[startup+1002.3 s]
/proc/loadavg: 1.85 1.79 1.66 3/108 1389
/proc/meminfo: memFree=1724852/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=50808 CPUtime=1749.66
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 519119 0 0 0 171680 3286 0 0 18 0 2 0 146218072 52027392 6952 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 12702 6952 1126 2985 0 9244 0
[pid=1350/tid=1389] ppid=1349 vsize=50808 CPUtime=17.13
/proc/1350/task/1389/stat : 1389 (pb_cplex) R 1349 1349 1164 0 -1 4202560 1020 0 0 0 1682 31 0 0 17 0 2 0 146316437 52027392 6952 1992294400 134512640 146736320 4288799296 18446744073709551615 137334484 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1749.66
Current children cumulated vsize (KiB) 59508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1030.1 s]
/proc/loadavg: 1.83 1.79 1.66 2/108 1389
/proc/meminfo: memFree=1724480/2059040 swapFree=4138960/4192956
[pid=1349] ppid=1347 vsize=8700 CPUtime=0
/proc/1349/stat : 1349 (run) S 1347 1349 1164 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 146218072 8908800 248 1992294400 4194304 4922060 140736466338208 18446744073709551615 219540987013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1349/statm: 2175 248 208 178 0 68 0
[pid=1350] ppid=1349 vsize=51832 CPUtime=1800.18
/proc/1350/stat : 1350 (pb_cplex) R 1349 1349 1164 0 -1 4202496 520509 0 0 0 176632 3386 0 0 17 0 2 0 146218072 53075968 7058 1992294400 134512640 146736320 4288799296 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/1350/statm: 12958 7058 1126 2985 0 9500 0
[pid=1350/tid=1389] ppid=1349 vsize=51832 CPUtime=42.33
/proc/1350/task/1389/stat : 1389 (pb_cplex) R 1349 1349 1164 0 -1 4202560 2055 0 0 0 4149 84 0 0 17 0 2 0 146316437 53075968 7058 1992294400 134512640 146736320 4288799296 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 60532

Sending SIGTERM to process tree (bottom up)


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

Child status: 0
Real time (s): 1030.12
CPU time (s): 1800.2
CPU user time (s): 1766.34
CPU system time (s): 33.8659
CPU usage (%): 174.757
Max. virtual memory (cumulated for all children) (KiB): 60532

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

runsolver used 1.9767 second user time and 5.16721 second system time

The end

Launcher Data

Begin job on node080 at 2010-07-02 07:40:49
IDJOB=2697043
IDBENCH=48077
IDSOLVER=1209
FILE ID=node080/2697043-1278049249
PBS_JOBID= 11198835
Free space on /tmp= 62288 MiB

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

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

MD5SUM BENCH= c39f64fc7780fdd337b3dc7ba22d2bb1
RANDOM SEED=268490833

node080.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.242
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.48
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.242
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	: 5999.49
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1750824 kB
Buffers:         79000 kB
Cached:         132900 kB
SwapCached:       7432 kB
Active:         136540 kB
Inactive:        90188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1750824 kB
SwapTotal:     4192956 kB
SwapFree:      4138960 kB
Dirty:           16632 kB
Writeback:           0 kB
AnonPages:       13296 kB
Mapped:          11988 kB
Slab:            59640 kB
PageTables:       4140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184348 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-2697043-1278049249.opb

Free space on /tmp at the end= 62272 MiB
End job on node080 at 2010-07-02 07:57:59