Trace number 2696905

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.22 1052.52

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=43-P1=101-P2=251-P3=307-P4=499-B.opb
MD5SUMe79e2db14e141163591dbcfdfed7384a
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.488925
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 variables108
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 constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)324
Sum of products size (including duplicates)648
Number of different products324
Sum of products size648

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696905-1278047147.opb.
0.00/0.00	c Instance file HOME/instance-2696905-1278047147.opb
0.00/0.00	c File size is 24020 bytes.
0.00/0.02	c Highest Coefficient sum: 523264
0.00/0.02	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      432                                                 |
0.00/0.02	c |  Number Constraints:    657                                                 |
0.00/0.02	c ===============================================================================
1800.19/1052.51	c Remaining time 1799.98 sec.
1800.19/1052.51	c 
1800.19/1052.51	c *** INTERRUPTED ***
1800.19/1052.51	s UNKNOWN
1800.19/1052.51	c Total CPU time              : 1774.29 s
1800.19/1052.51	c Memory used           : 71.59 MB
1800.19/1052.51	c CPU time              : 1774.29 s
1800.19/1052.51	c 
1800.19/1052.51	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2696905-1278047147/watcher-2696905-1278047147 -o /tmp/evaluation-result-2696905-1278047147/solver-2696905-1278047147 -C 1800 -W 2000 -M 1800 run HOME/instance-2696905-1278047147.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 25932
/proc/meminfo: memFree=1455984/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) R 25930 25932 25899 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006753173 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0

[startup+0.0476219 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25932
/proc/meminfo: memFree=1455984/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100623 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25932
/proc/meminfo: memFree=1455984/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304437 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25932
/proc/meminfo: memFree=1455984/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701524 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25932
/proc/meminfo: memFree=1455984/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 0.08 0.02 0.01 2/109 25939
/proc/meminfo: memFree=1448520/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=33064 CPUtime=2.13
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 11484 0 0 0 204 9 0 0 17 0 2 0 180316339 33857536 2866 1992294400 134512640 146736320 4292523264 18446744073709551615 136475824 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 8266 2866 1074 2985 0 4808 0
[pid=25933/tid=25939] ppid=25932 vsize=33064 CPUtime=0.58
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 3673 0 0 0 56 2 0 0 17 0 2 0 180316419 33857536 2866 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 41764

[startup+3.10104 s]
/proc/loadavg: 0.08 0.02 0.01 3/109 25939
/proc/meminfo: memFree=1446784/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=36080 CPUtime=5.02
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 26349 0 0 0 483 19 0 0 17 0 2 0 180316339 36945920 3679 1992294400 134512640 146736320 4292523264 18446744073709551615 136015719 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 9020 3679 1074 2985 0 5562 0
[pid=25933/tid=25939] ppid=25932 vsize=36080 CPUtime=2.07
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 10110 0 0 0 201 6 0 0 17 0 2 0 180316419 36945920 3679 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 44780

[startup+6.30172 s]
/proc/loadavg: 0.23 0.05 0.02 3/109 25939
/proc/meminfo: memFree=1440832/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=41036 CPUtime=10.69
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 42083 0 0 0 1034 35 0 0 17 0 2 0 180316339 42020864 4773 1992294400 134512640 146736320 4292523264 18446744073709551615 139028294 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 10259 4773 1074 2985 0 6801 0
[pid=25933/tid=25939] ppid=25932 vsize=41036 CPUtime=4.78
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 20643 0 0 0 462 16 0 0 16 0 2 0 180316419 42020864 4773 1992294400 134512640 146736320 4292523264 18446744073709551615 136388084 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) 49736

[startup+12.7011 s]
/proc/loadavg: 0.37 0.08 0.03 2/109 25941
/proc/meminfo: memFree=1437484/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=43592 CPUtime=21.66
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 74313 0 0 0 2108 58 0 0 16 0 2 0 180316339 44638208 5409 1992294400 134512640 146736320 4292523264 18446744073709551615 135850315 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 10898 5409 1074 2985 0 7440 0
[pid=25933/tid=25939] ppid=25932 vsize=43592 CPUtime=10.06
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 34206 0 0 0 980 26 0 0 16 0 2 0 180316419 44638208 5409 1992294400 134512640 146736320 4292523264 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 52292

[startup+25.5018 s]
/proc/loadavg: 0.62 0.14 0.05 3/109 25941
/proc/meminfo: memFree=1435252/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=53776 CPUtime=43.02
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 169054 0 0 0 4181 121 0 0 16 0 2 0 180316339 55066624 7219 1992294400 134512640 146736320 4292523264 18446744073709551615 139028318 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 13444 7219 1074 2985 0 9986 0
[pid=25933/tid=25939] ppid=25932 vsize=53776 CPUtime=20.92
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 85270 0 0 0 2032 60 0 0 17 0 2 0 180316419 55066624 7219 1992294400 134512640 146736320 4292523264 18446744073709551615 139023093 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.02
Current children cumulated vsize (KiB) 62476

[startup+51.1013 s]
/proc/loadavg: 1.06 0.30 0.10 2/109 25941
/proc/meminfo: memFree=1420124/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=64040 CPUtime=82.22
/proc/25933/stat : 25933 (pb_cplex) S 25932 25932 25899 0 -1 4202496 265258 0 0 0 8035 187 0 0 25 0 2 0 180316339 65576960 9770 1992294400 134512640 146736320 4292523264 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 16010 9770 1094 2985 0 12552 0
[pid=25933/tid=25939] ppid=25932 vsize=64040 CPUtime=37.69
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 126205 0 0 0 3679 90 0 0 16 0 2 0 180316419 65576960 9770 1992294400 134512640 146736320 4292523264 18446744073709551615 136387642 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 82.22
Current children cumulated vsize (KiB) 72740

[startup+102.309 s]
/proc/loadavg: 1.41 0.52 0.18 2/109 25943
/proc/meminfo: memFree=1419008/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=64144 CPUtime=163.94
/proc/25933/stat : 25933 (pb_cplex) S 25932 25932 25899 0 -1 4202496 427571 0 0 0 16094 300 0 0 16 0 2 0 180316339 65683456 9990 1992294400 134512640 146736320 4292523264 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 16036 9990 1094 2985 0 12578 0
[pid=25933/tid=25939] ppid=25932 vsize=64144 CPUtime=75.79
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 192812 0 0 0 7438 141 0 0 17 0 2 0 180316419 65683456 9990 1992294400 134512640 146736320 4292523264 18446744073709551615 136018935 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 163.94
Current children cumulated vsize (KiB) 72844

[startup+162.302 s]
/proc/loadavg: 1.49 0.69 0.26 3/109 25945
/proc/meminfo: memFree=1418140/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=64512 CPUtime=263.08
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 499835 0 0 0 25930 378 0 0 17 0 2 0 180316339 66060288 10214 1992294400 134512640 146736320 4292523264 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 16128 10214 1094 2985 0 12670 0
[pid=25933/tid=25939] ppid=25932 vsize=64512 CPUtime=124.29
/proc/25933/task/25939/stat : 25939 (pb_cplex) S 25932 25932 25899 0 -1 4202560 221629 0 0 0 12251 178 0 0 17 0 2 0 180316419 66060288 10214 1992294400 134512640 146736320 4292523264 18446744073709551615 144580073 0 2 4096 16387 18446604437852184768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 263.08
Current children cumulated vsize (KiB) 73212

[startup+222.3 s]
/proc/loadavg: 1.61 0.88 0.35 3/109 25945
/proc/meminfo: memFree=1418760/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=64036 CPUtime=364.4
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 614706 0 0 0 35956 484 0 0 16 0 2 0 180316339 65572864 10094 1992294400 134512640 146736320 4292523264 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 16009 10094 1114 2985 0 12551 0
[pid=25933/tid=25939] ppid=25932 vsize=64036 CPUtime=176.18
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 270593 0 0 0 17388 230 0 0 17 0 2 0 180316419 65572864 10094 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 364.4
Current children cumulated vsize (KiB) 72736

[startup+282.301 s]
/proc/loadavg: 2.27 1.19 0.49 2/109 25947
/proc/meminfo: memFree=1417644/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=65428 CPUtime=467.03
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 729436 0 0 0 46101 602 0 0 18 0 2 0 180316339 66998272 10333 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 16357 10333 1114 2985 0 12899 0
[pid=25933/tid=25939] ppid=25932 vsize=65428 CPUtime=226.51
/proc/25933/task/25939/stat : 25939 (pb_cplex) R 25932 25932 25899 0 -1 4202560 330832 0 0 0 22360 291 0 0 16 0 2 0 180316419 66998272 10333 1992294400 134512640 146736320 4292523264 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 467.03
Current children cumulated vsize (KiB) 74128

[startup+342.301 s]
/proc/loadavg: 1.68 1.23 0.55 3/109 25949
/proc/meminfo: memFree=1416280/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=25933] ppid=25932 vsize=63056 CPUtime=766.42
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 1371611 0 0 0 75538 1104 0 0 16 0 2 0 180316339 64569344 10094 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 15764 10094 1121 2985 0 12306 0
[pid=25933/tid=25951] ppid=25932 vsize=63056 CPUtime=83.47
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 267091 0 0 0 8163 184 0 0 16 0 2 0 180352627 64569344 10094 1992294400 134512640 146736320 4292523264 18446744073709551615 136384861 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 766.42
Current children cumulated vsize (KiB) 71756

[startup+522.302 s]
/proc/loadavg: 2.07 1.59 0.80 3/109 25957
/proc/meminfo: memFree=1418388/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=63308 CPUtime=872.47
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 1565775 0 0 0 85969 1278 0 0 17 0 2 0 180316339 64827392 10182 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 15827 10182 1124 2985 0 12369 0
[pid=25933/tid=25951] ppid=25932 vsize=63308 CPUtime=136.29
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 361551 0 0 0 13356 273 0 0 17 0 2 0 180352627 64827392 10182 1992294400 134512640 146736320 4292523264 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 872.47
Current children cumulated vsize (KiB) 72008

[startup+582.301 s]
/proc/loadavg: 1.89 1.63 0.86 2/109 25960
/proc/meminfo: memFree=1417636/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=64528 CPUtime=977.06
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 1709747 0 0 0 96272 1434 0 0 18 0 2 0 180316339 66076672 10338 1992294400 134512640 146736320 4292523264 18446744073709551615 135526401 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 16132 10338 1124 2985 0 12674 0
[pid=25933/tid=25951] ppid=25932 vsize=64528 CPUtime=187.89
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 433315 0 0 0 18437 352 0 0 16 0 2 0 180352627 66076672 10338 1992294400 134512640 146736320 4292523264 18446744073709551615 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 977.06
Current children cumulated vsize (KiB) 73228

[startup+642.301 s]
/proc/loadavg: 1.78 1.64 0.91 3/109 25962
/proc/meminfo: memFree=1413172/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=71312 CPUtime=1080.3
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 1942009 0 0 0 106404 1626 0 0 16 0 2 0 180316339 73023488 11566 1992294400 134512640 146736320 4292523264 18446744073709551615 135467809 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 17828 11566 1124 2985 0 14370 0
[pid=25933/tid=25951] ppid=25932 vsize=71312 CPUtime=237.82
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 543997 0 0 0 23339 443 0 0 17 0 2 0 180352627 73023488 11566 1992294400 134512640 146736320 4292523264 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1080.3
Current children cumulated vsize (KiB) 80012

[startup+702.302 s]
/proc/loadavg: 1.83 1.68 0.97 2/109 25964
/proc/meminfo: memFree=1414164/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=72620 CPUtime=1187.44
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 2097252 0 0 0 116959 1785 0 0 16 0 2 0 180316339 74362880 11763 1992294400 134512640 146736320 4292523264 18446744073709551615 135237972 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 18155 11763 1124 2985 0 14697 0
[pid=25933/tid=25951] ppid=25932 vsize=72620 CPUtime=293.22
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 619172 0 0 0 28803 519 0 0 18 0 2 0 180352627 74362880 11763 1992294400 134512640 146736320 4292523264 18446744073709551615 136402267 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1187.44
Current children cumulated vsize (KiB) 81320

[startup+762.31 s]
/proc/loadavg: 1.69 1.67 1.01 2/109 25966
/proc/meminfo: memFree=1413296/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=68800 CPUtime=1292.14
/proc/25933/stat : 25933 (pb_cplex) S 25932 25932 25899 0 -1 4202496 2237889 0 0 0 127267 1947 0 0 16 0 2 0 180316339 70451200 11337 1992294400 134512640 146736320 4292523264 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 17200 11337 1124 2985 0 13742 0
[pid=25933/tid=25951] ppid=25932 vsize=68800 CPUtime=347.4
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 695354 0 0 0 34137 603 0 0 18 0 2 0 180352627 70451200 11337 1992294400 134512640 146736320 4292523264 18446744073709551615 135999105 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1292.14
Current children cumulated vsize (KiB) 77500

[startup+822.302 s]
/proc/loadavg: 1.83 1.72 1.06 3/109 25966
/proc/meminfo: memFree=1407716/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=74520 CPUtime=1397.1
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 2342708 0 0 0 137627 2083 0 0 16 0 2 0 180316339 76308480 12725 1992294400 134512640 146736320 4292523264 18446744073709551615 139028288 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 18630 12725 1124 2985 0 15172 0
[pid=25933/tid=25951] ppid=25932 vsize=74520 CPUtime=399.7
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 752283 0 0 0 39299 671 0 0 17 0 2 0 180352627 76308480 12725 1992294400 134512640 146736320 4292523264 18446744073709551615 136016932 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1397.1
Current children cumulated vsize (KiB) 83220

[startup+882.301 s]
/proc/loadavg: 1.81 1.73 1.11 3/109 25968
/proc/meminfo: memFree=1407600/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=74504 CPUtime=1502.89
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 2407398 0 0 0 148085 2204 0 0 16 0 2 0 180316339 76292096 12789 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25933/statm: 18626 12789 1130 2985 0 15168 0
[pid=25933/tid=25951] ppid=25932 vsize=74504 CPUtime=454.13
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 786383 0 0 0 44682 731 0 0 17 0 2 0 180352627 76292096 12789 1992294400 134512640 146736320 4292523264 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1502.89
Current children cumulated vsize (KiB) 83204

[startup+942.301 s]
/proc/loadavg: 1.83 1.75 1.15 2/109 25970
/proc/meminfo: memFree=1408840/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=72748 CPUtime=1609.55
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 2487022 0 0 0 158616 2339 0 0 16 0 2 0 180316339 74493952 12438 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 18187 12438 1124 2985 0 14729 0
[pid=25933/tid=25951] ppid=25932 vsize=72748 CPUtime=508.17
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 830659 0 0 0 50015 802 0 0 17 0 2 0 180352627 74493952 12438 1992294400 134512640 146736320 4292523264 18446744073709551615 135850157 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.55
Current children cumulated vsize (KiB) 81448

[startup+1002.3 s]
/proc/loadavg: 1.79 1.75 1.19 3/109 25972
/proc/meminfo: memFree=1408096/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=72748 CPUtime=1712.8
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 2559143 0 0 0 168810 2470 0 0 16 0 2 0 180316339 74493952 12441 1992294400 134512640 146736320 4292523264 18446744073709551615 135450820 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 18187 12441 1124 2985 0 14729 0
[pid=25933/tid=25951] ppid=25932 vsize=72748 CPUtime=560.24
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 866521 0 0 0 55157 867 0 0 16 0 2 0 180352627 74493952 12441 1992294400 134512640 146736320 4292523264 18446744073709551615 136364176 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1712.8
Current children cumulated vsize (KiB) 81448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1052.5 s]
/proc/loadavg: 1.83 1.77 1.22 3/109 25972
/proc/meminfo: memFree=1408716/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=73300 CPUtime=1800.19
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 2659034 0 0 0 177427 2592 0 0 16 0 2 0 180316339 75059200 12514 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 18325 12514 1124 2985 0 14867 0
[pid=25933/tid=25951] ppid=25932 vsize=73300 CPUtime=603.92
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 928360 0 0 0 59456 936 0 0 17 0 2 0 180352627 75059200 12514 1992294400 134512640 146736320 4292523264 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 82000

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

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

[startup+1052.5 s]
/proc/loadavg: 1.83 1.77 1.22 3/109 25972
/proc/meminfo: memFree=1408716/2059040 swapFree=4139236/4192956
[pid=25932] ppid=25930 vsize=8700 CPUtime=0
/proc/25932/stat : 25932 (run) S 25930 25932 25899 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 180316339 8908800 249 1992294400 4194304 4922060 140735877085008 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25932/statm: 2175 249 208 178 0 68 0
[pid=25933] ppid=25932 vsize=73300 CPUtime=1800.19
/proc/25933/stat : 25933 (pb_cplex) R 25932 25932 25899 0 -1 4202496 2659034 0 0 0 177427 2592 0 0 16 0 2 0 180316339 75059200 12514 1992294400 134512640 146736320 4292523264 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25933/statm: 18325 12514 1124 2985 0 14867 0
[pid=25933/tid=25951] ppid=25932 vsize=73300 CPUtime=603.92
/proc/25933/task/25951/stat : 25951 (pb_cplex) R 25932 25932 25899 0 -1 4202560 928360 0 0 0 59456 936 0 0 17 0 2 0 180352627 75059200 12514 1992294400 134512640 146736320 4292523264 18446744073709551615 135850322 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 82000

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1052.52
CPU time (s): 1800.22
CPU user time (s): 1774.29
CPU system time (s): 25.9311
CPU usage (%): 171.039
Max. virtual memory (cumulated for all children) (KiB): 90420

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

runsolver used 2.00969 second user time and 5.64914 second system time

The end

Launcher Data

Begin job on node010 at 2010-07-02 07:05:47
IDJOB=2696905
IDBENCH=47939
IDSOLVER=1209
FILE ID=node010/2696905-1278047147
PBS_JOBID= 11198873
Free space on /tmp= 62372 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=43-P1=101-P2=251-P3=307-P4=499-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696905-1278047147/watcher-2696905-1278047147 -o /tmp/evaluation-result-2696905-1278047147/solver-2696905-1278047147 -C 1800 -W 2000 -M 1800  run HOME/instance-2696905-1278047147.opb

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

MD5SUM BENCH= e79e2db14e141163591dbcfdfed7384a
RANDOM SEED=1070296591

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1458748 kB
Buffers:        149868 kB
Cached:         338484 kB
SwapCached:       7228 kB
Active:         232628 kB
Inactive:       269784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1458748 kB
SwapTotal:     4192956 kB
SwapFree:      4139236 kB
Dirty:           16644 kB
Writeback:           0 kB
AnonPages:       12240 kB
Mapped:          12028 kB
Slab:            75996 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182564 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-2696905-1278047147.opb

Free space on /tmp at the end= 62356 MiB
End job on node010 at 2010-07-02 07:23:22