Trace number 2696914

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.13 996.018

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=19-P1=5-P2=7-P3=19-P4=29-P5=29-B.opb
MD5SUM0c50e353180f99bdcd2c3c4c16004b51
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.128979
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 variables75
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 constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)125
Sum of products size (including duplicates)250
Number of different products125
Sum of products size250

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696914-1278047154.opb.
0.00/0.00	c Instance file HOME/instance-2696914-1278047154.opb
0.00/0.00	c File size is 9361 bytes.
0.00/0.00	c Highest Coefficient sum: 1984
0.00/0.00	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      200                                                 |
0.00/0.01	c |  Number Constraints:    261                                                 |
0.00/0.01	c ===============================================================================
1800.11/996.01	c Remaining time 1799.99 sec.
1800.11/996.01	c 
1800.11/996.01	c *** INTERRUPTED ***
1800.11/996.01	s UNKNOWN
1800.11/996.01	c Total CPU time              : 1758.91 s
1800.11/996.01	c Memory used           : 39.65 MB
1800.11/996.01	c CPU time              : 1758.91 s
1800.11/996.01	c 
1800.11/996.01	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-2696914-1278047154/watcher-2696914-1278047154 -o /tmp/evaluation-result-2696914-1278047154/solver-2696914-1278047154 -C 1800 -W 2000 -M 1800 run HOME/instance-2696914-1278047154.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.16 0.03 0.01 3/106 25578
/proc/meminfo: memFree=1401328/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) R 25576 25578 25501 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367612309 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0

[startup+0.0880499 s]
/proc/loadavg: 0.16 0.03 0.01 3/106 25578
/proc/meminfo: memFree=1401328/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.105305 s]
/proc/loadavg: 0.16 0.03 0.01 3/106 25578
/proc/meminfo: memFree=1401328/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300436 s]
/proc/loadavg: 0.16 0.03 0.01 3/106 25578
/proc/meminfo: memFree=1401328/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700473 s]
/proc/loadavg: 0.16 0.03 0.01 3/106 25578
/proc/meminfo: memFree=1401328/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50157 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 25583
/proc/meminfo: memFree=1395476/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=32780 CPUtime=2.41
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 11777 0 0 0 232 9 0 0 17 0 2 0 180317220 33566720 2668 1992294400 134512640 146736320 4287045760 18446744073709551615 135854505 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25579/statm: 8195 2668 1076 2985 0 4737 0
[pid=25579/tid=25583] ppid=25578 vsize=32780 CPUtime=0.88
/proc/25579/task/25583/stat : 25583 (pb_cplex) R 25578 25578 25501 0 -1 4202560 4773 0 0 0 85 3 0 0 17 0 2 0 180317268 33566720 2668 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 41480

[startup+3.10174 s]
/proc/loadavg: 0.31 0.07 0.02 3/109 25583
/proc/meminfo: memFree=1393740/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=34916 CPUtime=5.1
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 17555 0 0 0 494 16 0 0 16 0 2 0 180317220 35753984 3234 1992294400 134512640 146736320 4287045760 18446744073709551615 137175967 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25579/statm: 8729 3234 1076 2985 0 5271 0
[pid=25579/tid=25583] ppid=25578 vsize=34916 CPUtime=2.29
/proc/25579/task/25583/stat : 25583 (pb_cplex) R 25578 25578 25501 0 -1 4202560 7386 0 0 0 223 6 0 0 17 0 2 0 180317268 35753984 3234 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 43616

[startup+6.3021 s]
/proc/loadavg: 0.31 0.07 0.02 3/109 25583
/proc/meminfo: memFree=1390144/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=36008 CPUtime=10.65
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 22653 0 0 0 1039 26 0 0 16 0 2 0 180317220 36872192 3548 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9002 3548 1076 2985 0 5544 0
[pid=25579/tid=25583] ppid=25578 vsize=36008 CPUtime=5.17
/proc/25579/task/25583/stat : 25583 (pb_cplex) R 25578 25578 25501 0 -1 4202560 10037 0 0 0 505 12 0 0 17 0 2 0 180317268 36872192 3548 1992294400 134512640 146736320 4287045760 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 44708

[startup+12.7008 s]
/proc/loadavg: 0.49 0.11 0.04 2/109 25583
/proc/meminfo: memFree=1388780/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=38656 CPUtime=20.52
/proc/25579/stat : 25579 (pb_cplex) S 25578 25578 25501 0 -1 4202496 39863 0 0 0 2007 45 0 0 16 0 2 0 180317220 39583744 4149 1992294400 134512640 146736320 4287045760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9664 4149 1089 2985 0 6206 0
[pid=25579/tid=25583] ppid=25578 vsize=38656 CPUtime=10.93
/proc/25579/task/25583/stat : 25583 (pb_cplex) R 25578 25578 25501 0 -1 4202560 25138 0 0 0 1070 23 0 0 17 0 2 0 180317268 39583744 4149 1992294400 134512640 146736320 4287045760 18446744073709551615 137172747 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.52
Current children cumulated vsize (KiB) 47356

[startup+25.5012 s]
/proc/loadavg: 0.65 0.16 0.05 2/109 25587
/proc/meminfo: memFree=1390888/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=36484 CPUtime=40.28
/proc/25579/stat : 25579 (pb_cplex) S 25578 25578 25501 0 -1 4202496 73216 0 0 0 3939 89 0 0 16 0 2 0 180317220 37359616 3628 1992294400 134512640 146736320 4287045760 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9121 3628 1107 2985 0 5663 0
[pid=25579/tid=25585] ppid=25578 vsize=36484 CPUtime=10.26
/proc/25579/task/25585/stat : 25585 (pb_cplex) R 25578 25578 25501 0 -1 4202560 18789 0 0 0 1004 22 0 0 16 0 2 0 180318581 37359616 3628 1992294400 134512640 146736320 4287045760 18446744073709551615 136471497 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.28
Current children cumulated vsize (KiB) 45184

[startup+51.1011 s]
/proc/loadavg: 0.98 0.27 0.09 2/109 25587
/proc/meminfo: memFree=1389896/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=36672 CPUtime=79.31
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 111338 0 0 0 7758 173 0 0 16 0 2 0 180317220 37552128 3683 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9168 3683 1107 2985 0 5710 0
[pid=25579/tid=25585] ppid=25578 vsize=36672 CPUtime=28.4
/proc/25579/task/25585/stat : 25585 (pb_cplex) R 25578 25578 25501 0 -1 4202560 41731 0 0 0 2775 65 0 0 16 0 2 0 180318581 37552128 3683 1992294400 134512640 146736320 4287045760 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 79.31
Current children cumulated vsize (KiB) 45372

[startup+102.309 s]
/proc/loadavg: 1.54 0.54 0.19 3/109 25589
/proc/meminfo: memFree=1390144/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=36084 CPUtime=168.62
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 131069 0 0 0 16493 369 0 0 17 0 2 0 180317220 36950016 3676 1992294400 134512640 146736320 4287045760 18446744073709551615 136388095 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25579/statm: 9021 3676 1109 2985 0 5563 0
[pid=25579/tid=25585] ppid=25578 vsize=36084 CPUtime=72.92
/proc/25579/task/25585/stat : 25585 (pb_cplex) S 25578 25578 25501 0 -1 4202560 50809 0 0 0 7129 163 0 0 16 0 2 0 180318581 36950016 3676 1992294400 134512640 146736320 4287045760 18446744073709551615 144580073 0 2 4096 16387 18446604437822282432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 168.62
Current children cumulated vsize (KiB) 44784

[startup+162.301 s]
/proc/loadavg: 1.65 0.76 0.29 3/109 25589
/proc/meminfo: memFree=1389896/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=36084 CPUtime=274.61
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 142748 0 0 0 26856 605 0 0 17 0 2 0 180317220 36950016 3681 1992294400 134512640 146736320 4287045760 18446744073709551615 135938293 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25579/statm: 9021 3681 1109 2985 0 5563 0
[pid=25579/tid=25585] ppid=25578 vsize=36084 CPUtime=125.61
/proc/25579/task/25585/stat : 25585 (pb_cplex) S 25578 25578 25501 0 -1 4202560 53491 0 0 0 12284 277 0 0 16 0 2 0 180318581 36950016 3681 1992294400 134512640 146736320 4287045760 18446744073709551615 144580073 0 2 4096 16387 18446604437822282432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 274.61
Current children cumulated vsize (KiB) 44784

[startup+222.301 s]
/proc/loadavg: 1.74 0.94 0.38 3/109 25591
/proc/meminfo: memFree=1389524/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=36512 CPUtime=378.38
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 156419 0 0 0 37009 829 0 0 16 0 2 0 180317220 37388288 3757 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9128 3757 1109 2985 0 5670 0
[pid=25579/tid=25585] ppid=25578 vsize=36512 CPUtime=176.91
/proc/25579/task/25585/stat : 25585 (pb_cplex) R 25578 25578 25501 0 -1 4202560 60470 0 0 0 17301 390 0 0 16 0 2 0 180318581 37388288 3757 1992294400 134512640 146736320 4287045760 18446744073709551615 135983319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 378.38
Current children cumulated vsize (KiB) 45212

[startup+282.301 s]
/proc/loadavg: 1.81 1.10 0.46 3/109 25594
/proc/meminfo: memFree=1387292/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=487.64
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 167727 0 0 0 47691 1073 0 0 18 0 2 0 180317220 40534016 4379 1992294400 134512640 146736320 4287045760 18446744073709551615 136015684 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25579/statm: 9896 4379 1109 2985 0 6438 0
[pid=25579/tid=25592] ppid=25578 vsize=39584 CPUtime=41.36
/proc/25579/task/25592/stat : 25592 (pb_cplex) R 25578 25578 25501 0 -1 4202560 1840 0 0 0 4045 91 0 0 18 0 2 0 180340898 40534016 4379 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 487.64
Current children cumulated vsize (KiB) 48284

[startup+342.301 s]
/proc/loadavg: 1.83 1.23 0.55 3/109 25596
/proc/meminfo: memFree=1387416/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=25579] ppid=25578 vsize=39584 CPUtime=598.06
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 173060 0 0 0 58484 1322 0 0 17 0 2 0 180317220 40534016 4331 1992294400 134512640 146736320 4287045760 18446744073709551615 135454010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25579/statm: 9896 4331 1114 2985 0 6438 0
[pid=25579/tid=25592] ppid=25578 vsize=39584 CPUtime=95.68
/proc/25579/task/25592/stat : 25592 (pb_cplex) R 25578 25578 25501 0 -1 4202560 2917 0 0 0 9356 212 0 0 18 0 2 0 180340898 40534016 4331 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 598.06
Current children cumulated vsize (KiB) 48284

[startup+402.301 s]
/proc/loadavg: 1.83 1.33 0.62 3/109 25598
/proc/meminfo: memFree=1387416/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=708.26
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 173091 0 0 0 69256 1570 0 0 18 0 2 0 180317220 40534016 4360 1992294400 134512640 146736320 4287045760 18446744073709551615 136389838 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9896 4360 1114 2985 0 6438 0
[pid=25579/tid=25592] ppid=25578 vsize=39584 CPUtime=149.74
/proc/25579/task/25592/stat : 25592 (pb_cplex) S 25578 25578 25501 0 -1 4202560 2922 0 0 0 14641 333 0 0 17 0 2 0 180340898 40534016 4360 1992294400 134512640 146736320 4287045760 18446744073709551615 144580073 0 2 4096 16387 18446604437822282432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 708.26
Current children cumulated vsize (KiB) 48284

[startup+462.301 s]
/proc/loadavg: 1.84 1.44 0.70 3/109 25599
/proc/meminfo: memFree=1387416/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=818.53
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 174002 0 0 0 80026 1827 0 0 18 0 2 0 180317220 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 135450889 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9896 4397 1114 2985 0 6438 0
[pid=25579/tid=25599] ppid=25578 vsize=39584 CPUtime=41.01
/proc/25579/task/25599/stat : 25599 (pb_cplex) R 25578 25578 25501 0 -1 4202560 755 0 0 0 4001 100 0 0 18 0 2 0 180358912 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 135517974 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 818.53
Current children cumulated vsize (KiB) 48284

[startup+522.301 s]
/proc/loadavg: 2.12 1.58 0.79 3/109 25604
/proc/meminfo: memFree=1386788/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=928.74
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 175007 0 0 0 90796 2078 0 0 18 0 2 0 180317220 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9896 4397 1114 2985 0 6438 0
[pid=25579/tid=25599] ppid=25578 vsize=39584 CPUtime=95.41
/proc/25579/task/25599/stat : 25599 (pb_cplex) S 25578 25578 25501 0 -1 4202560 791 0 0 0 9317 224 0 0 18 0 2 0 180358912 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 144580073 0 2 4096 16387 18446604437822282432 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 928.74
Current children cumulated vsize (KiB) 48284

[startup+582.301 s]
/proc/loadavg: 1.99 1.64 0.86 3/109 25606
/proc/meminfo: memFree=1386912/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=1039.18
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 175821 0 0 0 101586 2332 0 0 18 0 2 0 180317220 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 136402275 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9896 4397 1114 2985 0 6438 0
[pid=25579/tid=25599] ppid=25578 vsize=39584 CPUtime=150.29
/proc/25579/task/25599/stat : 25599 (pb_cplex) R 25578 25578 25501 0 -1 4202560 1404 0 0 0 14682 347 0 0 17 0 2 0 180358912 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1039.18
Current children cumulated vsize (KiB) 48284

[startup+642.301 s]
/proc/loadavg: 2.09 1.72 0.94 3/109 25608
/proc/meminfo: memFree=1386912/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=1149.61
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 175821 0 0 0 112378 2583 0 0 17 0 2 0 180317220 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9896 4397 1114 2985 0 6438 0
[pid=25579/tid=25599] ppid=25578 vsize=39584 CPUtime=204.86
/proc/25579/task/25599/stat : 25599 (pb_cplex) S 25578 25578 25501 0 -1 4202560 1404 0 0 0 20016 470 0 0 18 0 2 0 180358912 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 144580073 0 2 4096 16387 18446604437822282432 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1149.61
Current children cumulated vsize (KiB) 48284

[startup+702.301 s]
/proc/loadavg: 2.08 1.79 1.01 3/109 25610
/proc/meminfo: memFree=1386912/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=1260.34
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 175821 0 0 0 123192 2842 0 0 18 0 2 0 180317220 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 136015707 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25579/statm: 9896 4397 1114 2985 0 6438 0
[pid=25579/tid=25599] ppid=25578 vsize=39584 CPUtime=259.66
/proc/25579/task/25599/stat : 25599 (pb_cplex) R 25578 25578 25501 0 -1 4202560 1404 0 0 0 25369 597 0 0 18 0 2 0 180358912 40534016 4397 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1260.34
Current children cumulated vsize (KiB) 48284

[startup+762.309 s]
/proc/loadavg: 2.02 1.81 1.06 3/109 25611
/proc/meminfo: memFree=1387036/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=1370.99
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 175825 0 0 0 133988 3111 0 0 18 0 2 0 180317220 40534016 4399 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9896 4399 1114 2985 0 6438 0
[pid=25579/tid=25611] ppid=25578 vsize=39584 CPUtime=27.55
/proc/25579/task/25611/stat : 25611 (pb_cplex) R 25578 25578 25501 0 -1 4202560 1 0 0 0 2688 67 0 0 18 0 2 0 180390442 40534016 4399 1992294400 134512640 146736320 4287045760 18446744073709551615 136475849 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1370.99
Current children cumulated vsize (KiB) 48284

[startup+822.301 s]
/proc/loadavg: 1.91 1.81 1.11 3/109 25613
/proc/meminfo: memFree=1387044/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39584 CPUtime=1481.47
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 175828 0 0 0 144771 3376 0 0 18 0 2 0 180317220 40534016 4402 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9896 4402 1114 2985 0 6438 0
[pid=25579/tid=25611] ppid=25578 vsize=39584 CPUtime=81.68
/proc/25579/task/25611/stat : 25611 (pb_cplex) R 25578 25578 25501 0 -1 4202560 3 0 0 0 7969 199 0 0 18 0 2 0 180390442 40534016 4402 1992294400 134512640 146736320 4287045760 18446744073709551615 136015523 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1481.47
Current children cumulated vsize (KiB) 48284

[startup+882.301 s]
/proc/loadavg: 1.91 1.83 1.15 3/109 25615
/proc/meminfo: memFree=1387168/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=39736 CPUtime=1591.62
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 175837 0 0 0 155526 3636 0 0 18 0 2 0 180317220 40689664 4411 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 9934 4411 1114 2985 0 6476 0
[pid=25579/tid=25611] ppid=25578 vsize=39736 CPUtime=136
/proc/25579/task/25611/stat : 25611 (pb_cplex) R 25578 25578 25501 0 -1 4202560 5 0 0 0 13272 328 0 0 17 0 2 0 180390442 40689664 4411 1992294400 134512640 146736320 4287045760 18446744073709551615 135468700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1591.62
Current children cumulated vsize (KiB) 48436

[startup+942.301 s]
/proc/loadavg: 2.00 1.87 1.21 3/109 25617
/proc/meminfo: memFree=1386796/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=40608 CPUtime=1701.72
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 176030 0 0 0 166278 3894 0 0 18 0 2 0 180317220 41582592 4604 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 10152 4604 1114 2985 0 6694 0
[pid=25579/tid=25611] ppid=25578 vsize=40608 CPUtime=190.25
/proc/25579/task/25611/stat : 25611 (pb_cplex) R 25578 25578 25501 0 -1 4202560 122 0 0 0 18566 459 0 0 18 0 2 0 180390442 41582592 4604 1992294400 134512640 146736320 4287045760 18446744073709551615 136389805 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1701.72
Current children cumulated vsize (KiB) 49308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+996.002 s]
/proc/loadavg: 1.93 1.87 1.24 3/109 25619
/proc/meminfo: memFree=1386920/2059040 swapFree=4139292/4192956
[pid=25578] ppid=25576 vsize=8700 CPUtime=0
/proc/25578/stat : 25578 (run) S 25576 25578 25501 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180317220 8908800 249 1992294400 4194304 4922060 140736830271136 18446744073709551615 264367611013 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25578/statm: 2175 249 208 178 0 68 0
[pid=25579] ppid=25578 vsize=40596 CPUtime=1800.11
/proc/25579/stat : 25579 (pb_cplex) R 25578 25578 25501 0 -1 4202496 176192 0 0 0 175890 4121 0 0 18 0 2 0 180317220 41570304 4616 1992294400 134512640 146736320 4287045760 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25579/statm: 10149 4616 1114 2985 0 6691 0
[pid=25579/tid=25611] ppid=25578 vsize=40596 CPUtime=238.8
/proc/25579/task/25611/stat : 25611 (pb_cplex) R 25578 25578 25501 0 -1 4202560 134 0 0 0 23307 573 0 0 17 0 2 0 180390442 41570304 4616 1992294400 134512640 146736320 4287045760 18446744073709551615 135453244 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 49296

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

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

Child status: 0
Real time (s): 996.018
CPU time (s): 1800.13
CPU user time (s): 1758.91
CPU system time (s): 41.2187
CPU usage (%): 180.732
Max. virtual memory (cumulated for all children) (KiB): 49308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1758.91
system time used= 41.2187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 176566
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= 1322421
involuntary context switches= 31976

runsolver used 1.9837 second user time and 5.19521 second system time

The end

Launcher Data

Begin job on node009 at 2010-07-02 07:05:54
IDJOB=2696914
IDBENCH=47948
IDSOLVER=1209
FILE ID=node009/2696914-1278047154
PBS_JOBID= 11198874
Free space on /tmp= 62384 MiB

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

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

MD5SUM BENCH= 0c50e353180f99bdcd2c3c4c16004b51
RANDOM SEED=433976099

node009.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.199
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.39
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.199
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1402104 kB
Buffers:        150532 kB
Cached:         393416 kB
SwapCached:       7420 kB
Active:         216924 kB
Inactive:       341300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1402104 kB
SwapTotal:     4192956 kB
SwapFree:      4139292 kB
Dirty:           16828 kB
Writeback:           0 kB
AnonPages:       12320 kB
Mapped:          12012 kB
Slab:            76856 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181312 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-2696914-1278047154.opb

Free space on /tmp at the end= 62368 MiB
End job on node009 at 2010-07-02 07:22:31