Trace number 2696892

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.18 1058.23

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
MD5SUM4652b0e8f21fa4edb3d66fa3030eb917
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.362944
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 variables84
Total number of constraints9
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 constraints9
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)196
Sum of products size (including duplicates)392
Number of different products196
Sum of products size392

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696892-1278047146.opb.
0.00/0.00	c Instance file HOME/instance-2696892-1278047146.opb
0.00/0.00	c File size is 14533 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
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:      280                                                 |
0.00/0.01	c |  Number Constraints:    401                                                 |
0.00/0.01	c ===============================================================================
1800.16/1058.22	c Remaining time 1799.99 sec.
1800.16/1058.22	c 
1800.16/1058.22	c *** INTERRUPTED ***
1800.16/1058.22	s UNKNOWN
1800.16/1058.22	c Total CPU time              : 1774.84 s
1800.16/1058.22	c Memory used           : 49.91 MB
1800.16/1058.22	c CPU time              : 1774.84 s
1800.16/1058.22	c 
1800.16/1058.22	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-2696892-1278047146/watcher-2696892-1278047146 -o /tmp/evaluation-result-2696892-1278047146/solver-2696892-1278047146 -C 1800 -W 2000 -M 1800 run HOME/instance-2696892-1278047146.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: 0.00 0.00 0.00 3/106 2193
/proc/meminfo: memFree=1834148/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) R 2191 2193 2156 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210369429 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0

[startup+0.053937 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2193
/proc/meminfo: memFree=1834148/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100935 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2193
/proc/meminfo: memFree=1834148/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302929 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2193
/proc/meminfo: memFree=1834148/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700917 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 2193
/proc/meminfo: memFree=1834148/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 2200
/proc/meminfo: memFree=1827676/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=32996 CPUtime=2.36
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 10483 0 0 0 226 10 0 0 17 0 2 0 146009101 33787904 2832 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 8249 2832 1074 2985 0 4791 0
[pid=2194/tid=2200] ppid=2193 vsize=32996 CPUtime=0.83
/proc/2194/task/2200/stat : 2200 (pb_cplex) R 2193 2193 2156 0 -1 4202560 4321 0 0 0 81 2 0 0 18 0 2 0 146009158 33787904 2832 1992294400 134512640 146736320 4289992656 18446744073709551615 136475782 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 41696

[startup+3.10184 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 2200
/proc/meminfo: memFree=1825196/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=35904 CPUtime=5.24
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 20302 0 0 0 506 18 0 0 17 0 2 0 146009101 36765696 3435 1992294400 134512640 146736320 4289992656 18446744073709551615 144963134 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 9060 3444 1074 2985 0 5602 0
[pid=2194/tid=2200] ppid=2193 vsize=36240 CPUtime=2.27
/proc/2194/task/2200/stat : 2200 (pb_cplex) S 2193 2193 2156 0 -1 4202560 9493 0 0 0 221 6 0 0 18 0 2 0 146009158 37109760 3453 1992294400 134512640 146736320 4289992656 18446744073709551615 144580073 0 2 4096 16387 18446604437851415744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 44604

[startup+6.30074 s]
/proc/loadavg: 0.16 0.03 0.01 2/109 2200
/proc/meminfo: memFree=1820856/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=38908 CPUtime=10.88
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 42261 0 0 0 1055 33 0 0 16 0 2 0 146009101 39841792 4199 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 9727 4199 1074 2985 0 6269 0
[pid=2194/tid=2200] ppid=2193 vsize=38908 CPUtime=5.16
/proc/2194/task/2200/stat : 2200 (pb_cplex) S 2193 2193 2156 0 -1 4202560 23310 0 0 0 501 15 0 0 17 0 2 0 146009158 39841792 4199 1992294400 134512640 146736320 4289992656 18446744073709551615 144580073 0 2 4096 16387 18446604437851415744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.88
Current children cumulated vsize (KiB) 47608

[startup+12.7015 s]
/proc/loadavg: 0.31 0.07 0.02 3/109 2200
/proc/meminfo: memFree=1815028/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=43556 CPUtime=22.13
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 63306 0 0 0 2162 51 0 0 16 0 2 0 146009101 44601344 5463 1992294400 134512640 146736320 4289992656 18446744073709551615 135450575 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 10889 5463 1082 2985 0 7431 0
[pid=2194/tid=2200] ppid=2193 vsize=43556 CPUtime=11.14
/proc/2194/task/2200/stat : 2200 (pb_cplex) R 2193 2193 2156 0 -1 4202560 34559 0 0 0 1089 25 0 0 18 0 2 0 146009158 44601344 5463 1992294400 134512640 146736320 4289992656 18446744073709551615 136485884 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.13
Current children cumulated vsize (KiB) 52256

[startup+25.5032 s]
/proc/loadavg: 0.61 0.14 0.05 3/109 2201
/proc/meminfo: memFree=1810812/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=48484 CPUtime=43.09
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 87379 0 0 0 4223 86 0 0 17 0 2 0 146009101 49647616 6607 1992294400 134512640 146736320 4289992656 18446744073709551615 135446554 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 12121 6607 1125 2985 0 8663 0
[pid=2194/tid=2201] ppid=2193 vsize=48484 CPUtime=6.61
/proc/2194/task/2201/stat : 2201 (pb_cplex) R 2193 2193 2156 0 -1 4202560 4403 0 0 0 651 10 0 0 15 0 2 0 146010879 49647616 6607 1992294400 134512640 146736320 4289992656 18446744073709551615 136015579 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.09
Current children cumulated vsize (KiB) 57184

[startup+51.1007 s]
/proc/loadavg: 0.93 0.26 0.09 2/109 2205
/proc/meminfo: memFree=1813168/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=45924 CPUtime=84.35
/proc/2194/stat : 2194 (pb_cplex) S 2193 2193 2156 0 -1 4202496 132726 0 0 0 8294 141 0 0 16 0 2 0 146009101 47026176 6055 1992294400 134512640 146736320 4289992656 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 11481 6055 1125 2985 0 8023 0
[pid=2194/tid=2205] ppid=2193 vsize=45924 CPUtime=13.94
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 11785 0 0 0 1378 16 0 0 16 0 2 0 146012442 47026176 6055 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 84.35
Current children cumulated vsize (KiB) 54624

[startup+102.309 s]
/proc/loadavg: 1.33 0.46 0.16 3/109 2207
/proc/meminfo: memFree=1809820/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=51780 CPUtime=169.54
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 183621 0 0 0 16726 228 0 0 16 0 2 0 146009101 53022720 7096 1992294400 134512640 146736320 4289992656 18446744073709551615 135999632 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 12945 7096 1125 2985 0 9487 0
[pid=2194/tid=2205] ppid=2193 vsize=51780 CPUtime=55.41
/proc/2194/task/2205/stat : 2205 (pb_cplex) S 2193 2193 2156 0 -1 4202560 24065 0 0 0 5487 54 0 0 16 0 2 0 146012442 53022720 7096 1992294400 134512640 146736320 4289992656 18446744073709551615 144580073 0 2 4096 16387 18446604437851415744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 169.54
Current children cumulated vsize (KiB) 60480

[startup+162.301 s]
/proc/loadavg: 1.53 0.68 0.25 3/109 2209
/proc/meminfo: memFree=1808704/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=51372 CPUtime=267.52
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 203694 0 0 0 26430 322 0 0 16 0 2 0 146009101 52604928 7202 1992294400 134512640 146736320 4289992656 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 12843 7202 1125 2985 0 9385 0
[pid=2194/tid=2205] ppid=2193 vsize=51372 CPUtime=102.69
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 25675 0 0 0 10174 95 0 0 16 0 2 0 146012442 52604928 7202 1992294400 134512640 146736320 4289992656 18446744073709551615 135983225 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 267.52
Current children cumulated vsize (KiB) 60072

[startup+222.301 s]
/proc/loadavg: 1.72 0.86 0.34 2/109 2211
/proc/meminfo: memFree=1808456/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=50928 CPUtime=365.4
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 224251 0 0 0 36115 425 0 0 16 0 2 0 146009101 52150272 7123 1992294400 134512640 146736320 4289992656 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 12732 7123 1125 2985 0 9274 0
[pid=2194/tid=2205] ppid=2193 vsize=50928 CPUtime=151.31
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 43584 0 0 0 14983 148 0 0 16 0 2 0 146012442 52150272 7123 1992294400 134512640 146736320 4289992656 18446744073709551615 135982680 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 365.4
Current children cumulated vsize (KiB) 59628

[startup+282.302 s]
/proc/loadavg: 1.85 1.05 0.44 3/109 2211
/proc/meminfo: memFree=1808208/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=51660 CPUtime=466.74
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 260594 0 0 0 46125 549 0 0 16 0 2 0 146009101 52899840 7313 1992294400 134512640 146736320 4289992656 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 12915 7313 1131 2985 0 9457 0
[pid=2194/tid=2205] ppid=2193 vsize=51660 CPUtime=200.74
/proc/2194/task/2205/stat : 2205 (pb_cplex) S 2193 2193 2156 0 -1 4202560 60370 0 0 0 19866 208 0 0 16 0 2 0 146012442 52899840 7313 1992294400 134512640 146736320 4289992656 18446744073709551615 144580073 0 2 4096 16387 18446604437851415744 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 466.74
Current children cumulated vsize (KiB) 60360

[startup+342.302 s]
/proc/loadavg: 1.67 1.14 0.51 2/109 2213
/proc/meminfo: memFree=1806224/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=51448 CPUtime=667.92
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 360711 0 0 0 65970 822 0 0 17 0 2 0 146009101 52682752 7401 1992294400 134512640 146736320 4289992656 18446744073709551615 136384857 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 12862 7401 1128 2985 0 9404 0
[pid=2194/tid=2205] ppid=2193 vsize=51448 CPUtime=300.22
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 99538 0 0 0 29685 337 0 0 16 0 2 0 146012442 52682752 7401 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 667.92
Current children cumulated vsize (KiB) 60148

[startup+462.301 s]
/proc/loadavg: 1.94 1.41 0.68 3/109 2217
/proc/meminfo: memFree=1807960/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=50696 CPUtime=771.32
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 400456 0 0 0 76171 961 0 0 16 0 2 0 146009101 51912704 7214 1992294400 134512640 146736320 4289992656 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 12674 7214 1128 2985 0 9216 0
[pid=2194/tid=2205] ppid=2193 vsize=50696 CPUtime=352.24
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 127104 0 0 0 34817 407 0 0 17 0 2 0 146012442 51912704 7214 1992294400 134512640 146736320 4289992656 18446744073709551615 135468524 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 771.32
Current children cumulated vsize (KiB) 59396

[startup+522.301 s]
/proc/loadavg: 1.88 1.49 0.75 3/109 2219
/proc/meminfo: memFree=1808208/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=50756 CPUtime=874.43
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 437673 0 0 0 86341 1102 0 0 16 0 2 0 146009101 51974144 7234 1992294400 134512640 146736320 4289992656 18446744073709551615 144714231 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 12689 7234 1128 2985 0 9231 0
[pid=2194/tid=2205] ppid=2193 vsize=50756 CPUtime=403.46
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 147569 0 0 0 39870 476 0 0 16 0 2 0 146012442 51974144 7234 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 874.43
Current children cumulated vsize (KiB) 59456

[startup+582.301 s]
/proc/loadavg: 1.77 1.53 0.81 2/109 2219
/proc/meminfo: memFree=1805604/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=54364 CPUtime=977.7
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 500231 0 0 0 96515 1255 0 0 16 0 2 0 146009101 55668736 7876 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 13591 7876 1128 2985 0 10133 0
[pid=2194/tid=2205] ppid=2193 vsize=54364 CPUtime=454.32
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 189160 0 0 0 44875 557 0 0 16 0 2 0 146012442 55668736 7876 1992294400 134512640 146736320 4289992656 18446744073709551615 139039533 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 977.7
Current children cumulated vsize (KiB) 63064

[startup+642.302 s]
/proc/loadavg: 1.89 1.61 0.88 3/109 2221
/proc/meminfo: memFree=1805480/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=53676 CPUtime=1076.76
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 541663 0 0 0 106277 1399 0 0 16 0 2 0 146009101 54964224 7827 1992294400 134512640 146736320 4289992656 18446744073709551615 144721023 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 13419 7827 1128 2985 0 9961 0
[pid=2194/tid=2205] ppid=2193 vsize=53676 CPUtime=503.72
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 206026 0 0 0 49746 626 0 0 16 0 2 0 146012442 54964224 7827 1992294400 134512640 146736320 4289992656 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1076.76
Current children cumulated vsize (KiB) 62376

[startup+702.302 s]
/proc/loadavg: 1.72 1.62 0.92 2/109 2223
/proc/meminfo: memFree=1806844/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=52448 CPUtime=1182.68
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 583441 0 0 0 116722 1546 0 0 15 0 2 0 146009101 53706752 7474 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 13112 7474 1128 2985 0 9654 0
[pid=2194/tid=2205] ppid=2193 vsize=52448 CPUtime=556.2
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 224448 0 0 0 54920 700 0 0 16 0 2 0 146012442 53706752 7474 1992294400 134512640 146736320 4289992656 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.68
Current children cumulated vsize (KiB) 61148

[startup+762.309 s]
/proc/loadavg: 1.82 1.67 0.98 3/109 2225
/proc/meminfo: memFree=1807216/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=51976 CPUtime=1287.46
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 649537 0 0 0 127040 1706 0 0 16 0 2 0 146009101 53223424 7389 1992294400 134512640 146736320 4289992656 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 12994 7389 1128 2985 0 9536 0
[pid=2194/tid=2205] ppid=2193 vsize=51976 CPUtime=608.1
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 264583 0 0 0 60029 781 0 0 16 0 2 0 146012442 53223424 7389 1992294400 134512640 146736320 4289992656 18446744073709551615 135854369 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1287.46
Current children cumulated vsize (KiB) 60676

[startup+822.301 s]
/proc/loadavg: 1.92 1.72 1.04 3/109 2227
/proc/meminfo: memFree=1806844/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=52184 CPUtime=1391.99
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 689273 0 0 0 137340 1859 0 0 17 0 2 0 146009101 53436416 7415 1992294400 134512640 146736320 4289992656 18446744073709551615 135450751 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 13046 7415 1128 2985 0 9588 0
[pid=2194/tid=2205] ppid=2193 vsize=52184 CPUtime=659.11
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 282157 0 0 0 65055 856 0 0 16 0 2 0 146012442 53436416 7415 1992294400 134512640 146736320 4289992656 18446744073709551615 136385262 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1391.99
Current children cumulated vsize (KiB) 60884

[startup+882.301 s]
/proc/loadavg: 1.93 1.74 1.09 3/109 2227
/proc/meminfo: memFree=1807216/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=52280 CPUtime=1495.89
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 742049 0 0 0 147570 2019 0 0 17 0 2 0 146009101 53534720 7440 1992294400 134512640 146736320 4289992656 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 13070 7440 1128 2985 0 9612 0
[pid=2194/tid=2205] ppid=2193 vsize=52280 CPUtime=710.04
/proc/2194/task/2205/stat : 2205 (pb_cplex) R 2193 2193 2156 0 -1 4202560 328277 0 0 0 70059 945 0 0 16 0 2 0 146012442 53534720 7440 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1495.89
Current children cumulated vsize (KiB) 60980

[startup+942.301 s]
/proc/loadavg: 1.67 1.71 1.12 2/109 2234
/proc/meminfo: memFree=1808952/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=51800 CPUtime=1597.48
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 820776 0 0 0 157564 2184 0 0 17 0 2 0 146009101 53043200 7200 1992294400 134512640 146736320 4289992656 18446744073709551615 139044554 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 12950 7200 1128 2985 0 9492 0
[pid=2194/tid=2234] ppid=2193 vsize=51800 CPUtime=14.32
/proc/2194/task/2234/stat : 2234 (pb_cplex) S 2193 2193 2156 0 -1 4202560 38868 0 0 0 1402 30 0 0 16 0 2 0 146101463 53043200 7200 1992294400 134512640 146736320 4289992656 18446744073709551615 144580073 0 2 4096 16387 18446604437851415744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1597.48
Current children cumulated vsize (KiB) 60500

[startup+1002.3 s]
/proc/loadavg: 1.63 1.70 1.15 2/109 2236
/proc/meminfo: memFree=1807464/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=52248 CPUtime=1702.37
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 893251 0 0 0 167871 2366 0 0 18 0 2 0 146009101 53501952 7397 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2194/statm: 13062 7397 1128 2985 0 9604 0
[pid=2194/tid=2234] ppid=2193 vsize=52248 CPUtime=65.79
/proc/2194/task/2234/stat : 2234 (pb_cplex) R 2193 2193 2156 0 -1 4202560 57447 0 0 0 6468 111 0 0 16 0 2 0 146101463 53501952 7397 1992294400 134512640 146736320 4289992656 18446744073709551615 135526785 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1702.37
Current children cumulated vsize (KiB) 60948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1058.21 s]
/proc/loadavg: 1.65 1.70 1.18 3/109 2238
/proc/meminfo: memFree=1808952/2059040 swapFree=4139368/4192956
[pid=2193] ppid=2191 vsize=8700 CPUtime=0
/proc/2193/stat : 2193 (run) S 2191 2193 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009101 8908800 249 1992294400 4194304 4922060 140733857668928 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2193/statm: 2175 249 208 178 0 68 0
[pid=2194] ppid=2193 vsize=51100 CPUtime=1800.16
/proc/2194/stat : 2194 (pb_cplex) R 2193 2193 2156 0 -1 4202496 930428 0 0 0 177483 2533 0 0 17 0 2 0 146009101 52326400 6919 1992294400 134512640 146736320 4289992656 18446744073709551615 135237976 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2194/statm: 12775 6919 1128 2985 0 9317 0
[pid=2194/tid=2234] ppid=2193 vsize=51100 CPUtime=114.04
/proc/2194/task/2234/stat : 2234 (pb_cplex) R 2193 2193 2156 0 -1 4202560 83207 0 0 0 11205 199 0 0 16 0 2 0 146101463 52326400 6919 1992294400 134512640 146736320 4289992656 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 59800

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1058.23
CPU time (s): 1800.18
CPU user time (s): 1774.85
CPU system time (s): 25.3361
CPU usage (%): 170.113
Max. virtual memory (cumulated for all children) (KiB): 66736

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

runsolver used 2.10368 second user time and 5.55415 second system time

The end

Launcher Data

Begin job on node031 at 2010-07-02 07:05:46
IDJOB=2696892
IDBENCH=47926
IDSOLVER=1209
FILE ID=node031/2696892-1278047146
PBS_JOBID= 11198859
Free space on /tmp= 62436 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=61-P1=127-P2=131-P3=107-P4=47-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696892-1278047146/watcher-2696892-1278047146 -o /tmp/evaluation-result-2696892-1278047146/solver-2696892-1278047146 -C 1800 -W 2000 -M 1800  run HOME/instance-2696892-1278047146.opb

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

MD5SUM BENCH= 4652b0e8f21fa4edb3d66fa3030eb917
RANDOM SEED=1685767235

node031.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.219
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.43
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.219
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.53
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836908 kB
Buffers:         20060 kB
Cached:         108908 kB
SwapCached:       6932 kB
Active:         105960 kB
Inactive:        36920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836908 kB
SwapTotal:     4192956 kB
SwapFree:      4139368 kB
Dirty:           16656 kB
Writeback:           0 kB
AnonPages:       12184 kB
Mapped:          11960 kB
Slab:            57052 kB
PageTables:       4192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2696892-1278047146.opb

Free space on /tmp at the end= 62420 MiB
End job on node031 at 2010-07-02 07:23:25