Trace number 2696975

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.12 995.819

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=17-P1=11-P2=29-P3=59-P4=41-P5=11-P6=13-B.opb
MD5SUM8b8e1d2a13a8c39d33c0acf49e3195a1
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.478926
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 constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)216
Sum of products size (including duplicates)432
Number of different products216
Sum of products size432

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696975-1278048209.opb.
0.00/0.00	c Instance file HOME/instance-2696975-1278048209.opb
0.00/0.00	c File size is 16140 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      324                                                 |
0.00/0.01	c |  Number Constraints:    445                                                 |
0.00/0.01	c ===============================================================================
1800.09/995.81	c Remaining time 1799.99 sec.
1800.09/995.81	c 
1800.09/995.81	c *** INTERRUPTED ***
1800.09/995.81	s UNKNOWN
1800.09/995.81	c Total CPU time              : 1771.56 s
1800.09/995.81	c Memory used           : 50.29 MB
1800.09/995.81	c CPU time              : 1771.56 s
1800.09/995.81	c 
1800.09/995.81	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-2696975-1278048209/watcher-2696975-1278048209 -o /tmp/evaluation-result-2696975-1278048209/solver-2696975-1278048209 -C 1800 -W 2000 -M 1800 run HOME/instance-2696975-1278048209.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 1.71 1.17 3/106 30249
/proc/meminfo: memFree=1743392/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) R 30247 30249 30145 0 -1 4202496 348 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894483349 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0

[startup+0.028226 s]
/proc/loadavg: 1.86 1.71 1.17 3/106 30249
/proc/meminfo: memFree=1743392/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101236 s]
/proc/loadavg: 1.86 1.71 1.17 3/106 30249
/proc/meminfo: memFree=1743392/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301253 s]
/proc/loadavg: 1.86 1.71 1.17 3/106 30249
/proc/meminfo: memFree=1743392/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701289 s]
/proc/loadavg: 1.86 1.71 1.17 3/106 30249
/proc/meminfo: memFree=1743392/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50136 s]
/proc/loadavg: 1.86 1.71 1.17 3/109 30254
/proc/meminfo: memFree=1736672/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=32288 CPUtime=2.26
/proc/30250/stat : 30250 (pb_cplex) S 30249 30249 30145 0 -1 4202496 8796 0 0 0 218 8 0 0 17 0 2 0 146113572 33062912 2613 1992294400 134512640 146736320 4294482096 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 8072 2613 1074 2985 0 4614 0
[pid=30250/tid=30254] ppid=30249 vsize=32288 CPUtime=0.61
/proc/30250/task/30254/stat : 30254 (pb_cplex) R 30249 30249 30145 0 -1 4202560 1511 0 0 0 59 2 0 0 17 0 2 0 146113649 33062912 2613 1992294400 134512640 146736320 4294482096 18446744073709551615 136475849 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 40988

[startup+3.10151 s]
/proc/loadavg: 1.87 1.72 1.18 2/109 30254
/proc/meminfo: memFree=1735548/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=35460 CPUtime=5.06
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 14987 0 0 0 491 15 0 0 17 0 2 0 146113572 36311040 3321 1992294400 134512640 146736320 4294482096 18446744073709551615 139041154 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 8865 3321 1074 2985 0 5407 0
[pid=30250/tid=30254] ppid=30249 vsize=35460 CPUtime=2.01
/proc/30250/task/30254/stat : 30254 (pb_cplex) R 30249 30249 30145 0 -1 4202560 4884 0 0 0 196 5 0 0 17 0 2 0 146113649 36311040 3321 1992294400 134512640 146736320 4294482096 18446744073709551615 144738703 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 44160

[startup+6.30078 s]
/proc/loadavg: 1.87 1.72 1.18 2/109 30254
/proc/meminfo: memFree=1730340/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=41256 CPUtime=10.67
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 30420 0 0 0 1039 28 0 0 17 0 2 0 146113572 42246144 4644 1992294400 134512640 146736320 4294482096 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 10314 4644 1074 2985 0 6856 0
[pid=30250/tid=30254] ppid=30249 vsize=41256 CPUtime=4.79
/proc/30250/task/30254/stat : 30254 (pb_cplex) R 30249 30249 30145 0 -1 4202560 10998 0 0 0 469 10 0 0 16 0 2 0 146113649 42246144 4644 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 49956

[startup+12.7013 s]
/proc/loadavg: 1.81 1.71 1.18 3/109 30254
/proc/meminfo: memFree=1724024/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=45868 CPUtime=21.46
/proc/30250/stat : 30250 (pb_cplex) S 30249 30249 30145 0 -1 4202496 38268 0 0 0 2109 37 0 0 16 0 2 0 146113572 46968832 5793 1992294400 134512640 146736320 4294482096 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11467 5793 1074 2985 0 8009 0
[pid=30250/tid=30254] ppid=30249 vsize=45868 CPUtime=10.19
/proc/30250/task/30254/stat : 30254 (pb_cplex) R 30249 30249 30145 0 -1 4202560 14758 0 0 0 1004 15 0 0 16 0 2 0 146113649 46968832 5793 1992294400 134512640 146736320 4294482096 18446744073709551615 135526863 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.46
Current children cumulated vsize (KiB) 54568

[startup+25.5014 s]
/proc/loadavg: 1.84 1.72 1.19 2/109 30256
/proc/meminfo: memFree=1723032/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=46380 CPUtime=43.47
/proc/30250/stat : 30250 (pb_cplex) S 30249 30249 30145 0 -1 4202496 48115 0 0 0 4288 59 0 0 19 0 2 0 146113572 47493120 5953 1992294400 134512640 146736320 4294482096 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 11595 5953 1096 2985 0 8137 0
[pid=30250/tid=30254] ppid=30249 vsize=46380 CPUtime=20.79
/proc/30250/task/30254/stat : 30254 (pb_cplex) R 30249 30249 30145 0 -1 4202560 22131 0 0 0 2053 26 0 0 17 0 2 0 146113649 47493120 5953 1992294400 134512640 146736320 4294482096 18446744073709551615 138711675 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 43.47
Current children cumulated vsize (KiB) 55080

[startup+51.1007 s]
/proc/loadavg: 1.97 1.75 1.21 3/109 30258
/proc/meminfo: memFree=1724396/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=45708 CPUtime=86.4
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 139253 0 0 0 8496 144 0 0 18 0 2 0 146113572 46804992 5678 1992294400 134512640 146736320 4294482096 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 11427 5678 1117 2985 0 7969 0
[pid=30250/tid=30258] ppid=30249 vsize=45708 CPUtime=19.81
/proc/30250/task/30258/stat : 30258 (pb_cplex) R 30249 30249 30145 0 -1 4202560 48396 0 0 0 1939 42 0 0 17 0 2 0 146116349 46804992 5678 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 86.4
Current children cumulated vsize (KiB) 54408

[startup+102.309 s]
/proc/loadavg: 1.91 1.76 1.24 3/109 30260
/proc/meminfo: memFree=1723900/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=44704 CPUtime=176.14
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 246342 0 0 0 17313 301 0 0 16 0 2 0 146113572 45776896 5615 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11176 5615 1117 2985 0 7718 0
[pid=30250/tid=30258] ppid=30249 vsize=44704 CPUtime=64.83
/proc/30250/task/30258/stat : 30258 (pb_cplex) R 30249 30249 30145 0 -1 4202560 103789 0 0 0 6359 124 0 0 18 0 2 0 146116349 45776896 5615 1992294400 134512640 146736320 4294482096 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 176.14
Current children cumulated vsize (KiB) 53404

[startup+162.301 s]
/proc/loadavg: 1.82 1.76 1.27 3/109 30260
/proc/meminfo: memFree=1722660/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=46612 CPUtime=281.01
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 305146 0 0 0 27632 469 0 0 16 0 2 0 146113572 47730688 6025 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11653 6025 1121 2985 0 8195 0
[pid=30250/tid=30258] ppid=30249 vsize=46612 CPUtime=116.5
/proc/30250/task/30258/stat : 30258 (pb_cplex) R 30249 30249 30145 0 -1 4202560 128318 0 0 0 11448 202 0 0 16 0 2 0 146116349 47730688 6025 1992294400 134512640 146736320 4294482096 18446744073709551615 136015692 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.01
Current children cumulated vsize (KiB) 55312

[startup+222.302 s]
/proc/loadavg: 1.97 1.80 1.32 3/109 30262
/proc/meminfo: memFree=1722536/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=46140 CPUtime=387.52
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 327125 0 0 0 38117 635 0 0 17 0 2 0 146113572 47247360 5918 1992294400 134512640 146736320 4294482096 18446744073709551615 135455293 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11535 5918 1121 2985 0 8077 0
[pid=30250/tid=30258] ppid=30249 vsize=46140 CPUtime=169.15
/proc/30250/task/30258/stat : 30258 (pb_cplex) S 30249 30249 30145 0 -1 4202560 137819 0 0 0 16630 285 0 0 17 0 2 0 146116349 47247360 5918 1992294400 134512640 146736320 4294482096 18446744073709551615 144580073 0 2 4096 16387 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 387.52
Current children cumulated vsize (KiB) 54840

[startup+282.301 s]
/proc/loadavg: 1.94 1.83 1.36 3/109 30264
/proc/meminfo: memFree=1722412/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=46376 CPUtime=493.19
/proc/30250/stat : 30250 (pb_cplex) S 30249 30249 30145 0 -1 4202496 380020 0 0 0 48514 805 0 0 17 0 2 0 146113572 47489024 5927 1992294400 134512640 146736320 4294482096 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 11594 5927 1125 2985 0 8136 0
[pid=30250/tid=30258] ppid=30249 vsize=46376 CPUtime=221.12
/proc/30250/task/30258/stat : 30258 (pb_cplex) R 30249 30249 30145 0 -1 4202560 140268 0 0 0 21752 360 0 0 16 0 2 0 146116349 47489024 5927 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 493.19
Current children cumulated vsize (KiB) 55076

[startup+342.301 s]
/proc/loadavg: 1.89 1.83 1.38 3/109 30266
/proc/meminfo: memFree=1722412/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=46376 CPUtime=599.9
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 397224 0 0 0 59021 969 0 0 16 0 2 0 146113572 47489024 5912 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11594 5912 1126 2985 0 8136 0
[pid=30250/tid=30258] ppid=30249 vsize=46376 CPUtime=274.26
/proc/30250/task/30258/stat : 30258 (pb_cplex) R 30249 30249 30145 0 -1 4202560 151001 0 0 0 26979 447 0 0 16 0 2 0 146116349 47489024 5912 1992294400 134512640 146736320 4294482096 18446744073709551615 136015692 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 599.9
Current children cumulated vsize (KiB) 55076

[startup+402.301 s]
/proc/loadavg: 1.92 1.84 1.41 3/109 30269
/proc/meminfo: memFree=1722164/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=46192 CPUtime=707.7
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 416787 0 0 0 69626 1144 0 0 17 0 2 0 146113572 47300608 5972 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11548 5972 1126 2985 0 8090 0
[pid=30250/tid=30267] ppid=30249 vsize=46192 CPUtime=16.24
/proc/30250/task/30267/stat : 30267 (pb_cplex) R 30249 30249 30145 0 -1 4202560 1614 0 0 0 1599 25 0 0 17 0 2 0 146152020 47300608 5972 1992294400 134512640 146736320 4294482096 18446744073709551615 135523326 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 707.7
Current children cumulated vsize (KiB) 54892

[startup+462.302 s]
/proc/loadavg: 1.73 1.80 1.42 3/109 30269
/proc/meminfo: memFree=1722536/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=45660 CPUtime=818.24
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 424608 0 0 0 80513 1311 0 0 17 0 2 0 146113572 46755840 5886 1992294400 134512640 146736320 4294482096 18446744073709551615 136015694 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 11415 5886 1126 2985 0 7957 0
[pid=30250/tid=30267] ppid=30249 vsize=45660 CPUtime=71.34
/proc/30250/task/30267/stat : 30267 (pb_cplex) R 30249 30249 30145 0 -1 4202560 6257 0 0 0 7026 108 0 0 18 0 2 0 146152020 46755840 5886 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 818.24
Current children cumulated vsize (KiB) 54360

[startup+522.301 s]
/proc/loadavg: 1.73 1.78 1.44 3/109 30273
/proc/meminfo: memFree=1721916/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=45960 CPUtime=928.62
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 453744 0 0 0 91368 1494 0 0 18 0 2 0 146113572 47063040 6010 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11490 6010 1126 2985 0 8032 0
[pid=30250/tid=30267] ppid=30249 vsize=45960 CPUtime=126.01
/proc/30250/task/30267/stat : 30267 (pb_cplex) R 30249 30249 30145 0 -1 4202560 22108 0 0 0 12399 202 0 0 17 0 2 0 146152020 47063040 6010 1992294400 134512640 146736320 4294482096 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 928.62
Current children cumulated vsize (KiB) 54660

[startup+582.301 s]
/proc/loadavg: 1.88 1.83 1.48 3/109 30276
/proc/meminfo: memFree=1720296/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=47560 CPUtime=1037.85
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 472805 0 0 0 102113 1672 0 0 18 0 2 0 146113572 48701440 6409 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11890 6409 1126 2985 0 8432 0
[pid=30250/tid=30267] ppid=30249 vsize=47560 CPUtime=180.04
/proc/30250/task/30267/stat : 30267 (pb_cplex) R 30249 30249 30145 0 -1 4202560 28298 0 0 0 17717 287 0 0 18 0 2 0 146152020 48701440 6409 1992294400 134512640 146736320 4294482096 18446744073709551615 136494120 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1037.85
Current children cumulated vsize (KiB) 56260

[startup+642.301 s]
/proc/loadavg: 1.81 1.83 1.49 3/109 30278
/proc/meminfo: memFree=1721784/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=46188 CPUtime=1148.57
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 494778 0 0 0 113013 1844 0 0 18 0 2 0 146113572 47296512 6012 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 11547 6012 1126 2985 0 8089 0
[pid=30250/tid=30267] ppid=30249 vsize=46188 CPUtime=235
/proc/30250/task/30267/stat : 30267 (pb_cplex) R 30249 30249 30145 0 -1 4202560 36818 0 0 0 23129 371 0 0 17 0 2 0 146152020 47296512 6012 1992294400 134512640 146736320 4294482096 18446744073709551615 136364172 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1148.57
Current children cumulated vsize (KiB) 54888

[startup+702.302 s]
/proc/loadavg: 1.89 1.84 1.52 3/109 30281
/proc/meminfo: memFree=1718932/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=50472 CPUtime=1259.01
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 504481 0 0 0 123876 2025 0 0 17 0 2 0 146113572 51683328 6839 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 12618 6839 1126 2985 0 9160 0
[pid=30250/tid=30279] ppid=30249 vsize=50472 CPUtime=13.22
/proc/30250/task/30279/stat : 30279 (pb_cplex) S 30249 30249 30145 0 -1 4202560 49 0 0 0 1302 20 0 0 17 0 2 0 146182330 51683328 6839 1992294400 134512640 146736320 4294482096 18446744073709551615 144580073 0 2 4096 16387 18446604437843906688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1259.01
Current children cumulated vsize (KiB) 59172

[startup+762.309 s]
/proc/loadavg: 1.96 1.87 1.55 3/109 30281
/proc/meminfo: memFree=1717072/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=51496 CPUtime=1369.31
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 515499 0 0 0 134737 2194 0 0 17 0 2 0 146113572 52731904 7181 1992294400 134512640 146736320 4294482096 18446744073709551615 136015727 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 12874 7181 1126 2985 0 9416 0
[pid=30250/tid=30279] ppid=30249 vsize=51496 CPUtime=67.28
/proc/30250/task/30279/stat : 30279 (pb_cplex) R 30249 30249 30145 0 -1 4202560 8589 0 0 0 6624 104 0 0 18 0 2 0 146182330 52731904 7181 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1369.31
Current children cumulated vsize (KiB) 60196

[startup+822.301 s]
/proc/loadavg: 1.92 1.87 1.57 3/109 30283
/proc/meminfo: memFree=1719304/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=49448 CPUtime=1479.92
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 526307 0 0 0 145625 2367 0 0 17 0 2 0 146113572 50634752 6627 1992294400 134512640 146736320 4294482096 18446744073709551615 135983312 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30250/statm: 12362 6627 1126 2985 0 8904 0
[pid=30250/tid=30279] ppid=30249 vsize=49448 CPUtime=122.36
/proc/30250/task/30279/stat : 30279 (pb_cplex) R 30249 30249 30145 0 -1 4202560 13926 0 0 0 12042 194 0 0 18 0 2 0 146182330 50634752 6627 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1479.92
Current children cumulated vsize (KiB) 58148

[startup+882.301 s]
/proc/loadavg: 1.90 1.88 1.58 3/109 30285
/proc/meminfo: memFree=1719312/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=49448 CPUtime=1590.71
/proc/30250/stat : 30250 (pb_cplex) S 30249 30249 30145 0 -1 4202496 530952 0 0 0 156533 2538 0 0 18 0 2 0 146113572 50634752 6628 1992294400 134512640 146736320 4294482096 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 12362 6628 1126 2985 0 8904 0
[pid=30250/tid=30279] ppid=30249 vsize=49448 CPUtime=176.81
/proc/30250/task/30279/stat : 30279 (pb_cplex) R 30249 30249 30145 0 -1 4202560 15513 0 0 0 17403 278 0 0 17 0 2 0 146182330 50634752 6628 1992294400 134512640 146736320 4294482096 18446744073709551615 135982693 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1590.71
Current children cumulated vsize (KiB) 58148

[startup+942.302 s]
/proc/loadavg: 1.98 1.90 1.61 4/109 30287
/proc/meminfo: memFree=1719188/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=49448 CPUtime=1701.48
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 534910 0 0 0 167439 2709 0 0 19 0 2 0 146113572 50634752 6628 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 12362 6628 1126 2985 0 8904 0
[pid=30250/tid=30279] ppid=30249 vsize=49448 CPUtime=231.31
/proc/30250/task/30279/stat : 30279 (pb_cplex) R 30249 30249 30145 0 -1 4202560 16952 0 0 0 22766 365 0 0 18 0 2 0 146182330 50634752 6628 1992294400 134512640 146736320 4294482096 18446744073709551615 136388069 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1701.48
Current children cumulated vsize (KiB) 58148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+995.801 s]
/proc/loadavg: 1.83 1.87 1.61 2/109 30289
/proc/meminfo: memFree=1718072/2059040 swapFree=4139696/4192956
[pid=30249] ppid=30247 vsize=8700 CPUtime=0
/proc/30249/stat : 30249 (run) S 30247 30249 30145 0 -1 4202496 364 0 0 0 0 0 0 0 17 0 1 0 146113572 8908800 248 1992294400 4194304 4922060 140735641157568 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30249/statm: 2175 248 208 178 0 68 0
[pid=30250] ppid=30249 vsize=51496 CPUtime=1800.09
/proc/30250/stat : 30250 (pb_cplex) R 30249 30249 30145 0 -1 4202496 537792 0 0 0 177154 2855 0 0 18 0 2 0 146113572 52731904 7145 1992294400 134512640 146736320 4294482096 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30250/statm: 12874 7145 1126 2985 0 9416 0
[pid=30250/tid=30279] ppid=30249 vsize=51496 CPUtime=279.9
/proc/30250/task/30279/stat : 30279 (pb_cplex) R 30249 30249 30145 0 -1 4202560 17927 0 0 0 27552 438 0 0 17 0 2 0 146182330 52731904 7145 1992294400 134512640 146736320 4294482096 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 60196

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 995.819
CPU time (s): 1800.12
CPU user time (s): 1771.56
CPU system time (s): 28.5577
CPU usage (%): 180.767
Max. virtual memory (cumulated for all children) (KiB): 62244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.56
system time used= 28.5577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 538166
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= 713139
involuntary context switches= 29524

runsolver used 2.07968 second user time and 5.17521 second system time

The end

Launcher Data

Begin job on node041 at 2010-07-02 07:23:29
IDJOB=2696975
IDBENCH=48009
IDSOLVER=1209
FILE ID=node041/2696975-1278048209
PBS_JOBID= 11198851
Free space on /tmp= 61668 MiB

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

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

MD5SUM BENCH= 8b8e1d2a13a8c39d33c0acf49e3195a1
RANDOM SEED=812323010

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1744292 kB
Buffers:         77308 kB
Cached:         140680 kB
SwapCached:       6740 kB
Active:         135216 kB
Inactive:        96600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1744292 kB
SwapTotal:     4192956 kB
SwapFree:      4139696 kB
Dirty:           16536 kB
Writeback:           0 kB
AnonPages:       12000 kB
Mapped:          11944 kB
Slab:            61152 kB
PageTables:       4252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181224 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-2696975-1278048209.opb

Free space on /tmp at the end= 61648 MiB
End job on node041 at 2010-07-02 07:40:05