Trace number 2696981

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.19 1006.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=59-P1=37-P2=37-P3=53-P4=11-P5=7-P6=13-B.opb
MD5SUM337bfe939508532505172ec5c27d5fd3
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.472928
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-2696981-1278048235.opb.
0.00/0.00	c Instance file HOME/instance-2696981-1278048235.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.16/1006.21	c Remaining time 1799.99 sec.
1800.16/1006.21	c 
1800.16/1006.21	c *** INTERRUPTED ***
1800.16/1006.21	s UNKNOWN
1800.16/1006.21	c Total CPU time              : 1771.5 s
1800.16/1006.21	c Memory used           : 49.80 MB
1800.16/1006.21	c CPU time              : 1771.5 s
1800.16/1006.21	c 
1800.16/1006.21	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-2696981-1278048235/watcher-2696981-1278048235 -o /tmp/evaluation-result-2696981-1278048235/solver-2696981-1278048235 -C 1800 -W 2000 -M 1800 run HOME/instance-2696981-1278048235.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.88 1.95 1.39 3/106 30196
/proc/meminfo: memFree=1517844/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) R 30194 30196 30091 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393754517 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0

[startup+0.0796311 s]
/proc/loadavg: 1.88 1.95 1.39 3/106 30196
/proc/meminfo: memFree=1517844/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10063 s]
/proc/loadavg: 1.88 1.95 1.39 3/106 30196
/proc/meminfo: memFree=1517844/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.307406 s]
/proc/loadavg: 1.88 1.95 1.39 3/106 30196
/proc/meminfo: memFree=1517844/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700613 s]
/proc/loadavg: 1.88 1.95 1.39 3/106 30196
/proc/meminfo: memFree=1517844/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50159 s]
/proc/loadavg: 1.81 1.94 1.38 3/109 30201
/proc/meminfo: memFree=1511496/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=33500 CPUtime=2.3
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 10824 0 0 0 223 7 0 0 17 0 2 0 146115882 34304000 2889 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 8375 2889 1073 2985 0 4917 0
[pid=30197/tid=30201] ppid=30196 vsize=33500 CPUtime=0.85
/proc/30197/task/30201/stat : 30201 (pb_cplex) R 30196 30196 30091 0 -1 4202560 5121 0 0 0 83 2 0 0 17 0 2 0 146115935 34304000 2889 1992294400 134512640 146736320 4290429392 18446744073709551615 144599543 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 42200

[startup+3.10054 s]
/proc/loadavg: 1.81 1.94 1.38 3/109 30201
/proc/meminfo: memFree=1509140/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=33848 CPUtime=5.05
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 19229 0 0 0 490 15 0 0 16 0 2 0 146115882 34660352 3152 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 8462 3152 1071 2985 0 5004 0
[pid=30197/tid=30201] ppid=30196 vsize=33848 CPUtime=2.26
/proc/30197/task/30201/stat : 30201 (pb_cplex) R 30196 30196 30091 0 -1 4202560 9376 0 0 0 221 5 0 0 17 0 2 0 146115935 34660352 3152 1992294400 134512640 146736320 4290429392 18446744073709551615 137177831 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 42548

[startup+6.30046 s]
/proc/loadavg: 2.07 1.99 1.40 3/109 30201
/proc/meminfo: memFree=1503312/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=41344 CPUtime=10.69
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 31611 0 0 0 1043 26 0 0 16 0 2 0 146115882 42336256 4753 1992294400 134512640 146736320 4290429392 18446744073709551615 136388127 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 10336 4753 1074 2985 0 6878 0
[pid=30197/tid=30201] ppid=30196 vsize=41344 CPUtime=5.11
/proc/30197/task/30201/stat : 30201 (pb_cplex) R 30196 30196 30091 0 -1 4202560 16290 0 0 0 500 11 0 0 16 0 2 0 146115935 42336256 4753 1992294400 134512640 146736320 4290429392 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.69
Current children cumulated vsize (KiB) 50044

[startup+12.7003 s]
/proc/loadavg: 2.06 1.99 1.40 3/109 30203
/proc/meminfo: memFree=1501700/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=43480 CPUtime=21.44
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 47288 0 0 0 2101 43 0 0 16 0 2 0 146115882 44523520 5245 1992294400 134512640 146736320 4290429392 18446744073709551615 135453281 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 10870 5245 1107 2985 0 7412 0
[pid=30197/tid=30201] ppid=30196 vsize=43480 CPUtime=10.72
/proc/30197/task/30201/stat : 30201 (pb_cplex) R 30196 30196 30091 0 -1 4202560 25093 0 0 0 1052 20 0 0 17 0 2 0 146115935 44523520 5245 1992294400 134512640 146736320 4290429392 18446744073709551615 137371929 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.44
Current children cumulated vsize (KiB) 52180

[startup+25.5019 s]
/proc/loadavg: 1.98 1.97 1.41 3/109 30203
/proc/meminfo: memFree=1499716/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=46064 CPUtime=42.92
/proc/30197/stat : 30197 (pb_cplex) S 30196 30196 30091 0 -1 4202496 78682 0 0 0 4216 76 0 0 17 0 2 0 146115882 47169536 5803 1992294400 134512640 146736320 4290429392 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 11516 5803 1096 2985 0 8058 0
[pid=30197/tid=30201] ppid=30196 vsize=46064 CPUtime=21.91
/proc/30197/task/30201/stat : 30201 (pb_cplex) R 30196 30196 30091 0 -1 4202560 41878 0 0 0 2153 38 0 0 16 0 2 0 146115935 47169536 5803 1992294400 134512640 146736320 4290429392 18446744073709551615 135811967 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.92
Current children cumulated vsize (KiB) 54764

[startup+51.1012 s]
/proc/loadavg: 2.05 1.99 1.43 2/109 30205
/proc/meminfo: memFree=1498476/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=45064 CPUtime=85.07
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 146379 0 0 0 8363 144 0 0 16 0 2 0 146115882 46145536 5616 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 11266 5616 1119 2985 0 7808 0
[pid=30197/tid=30205] ppid=30196 vsize=45064 CPUtime=19.77
/proc/30197/task/30205/stat : 30205 (pb_cplex) R 30196 30196 30091 0 -1 4202560 35589 0 0 0 1942 35 0 0 17 0 2 0 146118846 46145536 5616 1992294400 134512640 146736320 4290429392 18446744073709551615 135459529 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 85.07
Current children cumulated vsize (KiB) 53764

[startup+102.31 s]
/proc/loadavg: 2.08 2.00 1.46 3/109 30207
/proc/meminfo: memFree=1497732/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=45804 CPUtime=177.45
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 260145 0 0 0 17431 314 0 0 16 0 2 0 146115882 46903296 5796 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 11451 5796 1119 2985 0 7993 0
[pid=30197/tid=30205] ppid=30196 vsize=45804 CPUtime=67.24
/proc/30197/task/30205/stat : 30205 (pb_cplex) R 30196 30196 30091 0 -1 4202560 85945 0 0 0 6605 119 0 0 18 0 2 0 146118846 46903296 5796 1992294400 134512640 146736320 4290429392 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 177.45
Current children cumulated vsize (KiB) 54504

[startup+162.302 s]
/proc/loadavg: 1.92 1.97 1.48 2/109 30209
/proc/meminfo: memFree=1498476/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=45136 CPUtime=282.73
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 320446 0 0 0 27792 481 0 0 16 0 2 0 146115882 46219264 5728 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 11284 5728 1119 2985 0 7826 0
[pid=30197/tid=30205] ppid=30196 vsize=45136 CPUtime=120.94
/proc/30197/task/30205/stat : 30205 (pb_cplex) R 30196 30196 30091 0 -1 4202560 97877 0 0 0 11902 192 0 0 16 0 2 0 146118846 46219264 5728 1992294400 134512640 146736320 4290429392 18446744073709551615 136338916 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 282.73
Current children cumulated vsize (KiB) 53836

[startup+222.302 s]
/proc/loadavg: 1.78 1.91 1.49 3/109 30209
/proc/meminfo: memFree=1498600/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=44500 CPUtime=388.91
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 343893 0 0 0 38243 648 0 0 17 0 2 0 146115882 45568000 5609 1992294400 134512640 146736320 4290429392 18446744073709551615 136677764 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 11125 5609 1119 2985 0 7667 0
[pid=30197/tid=30205] ppid=30196 vsize=44500 CPUtime=173.31
/proc/30197/task/30205/stat : 30205 (pb_cplex) S 30196 30196 30091 0 -1 4202560 101752 0 0 0 17059 272 0 0 16 0 2 0 146118846 45568000 5609 1992294400 134512640 146736320 4290429392 18446744073709551615 144580073 0 2 4096 16387 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 388.91
Current children cumulated vsize (KiB) 53200

[startup+282.301 s]
/proc/loadavg: 1.58 1.83 1.49 3/109 30211
/proc/meminfo: memFree=1498352/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=44500 CPUtime=494.25
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 353310 0 0 0 48619 806 0 0 15 0 2 0 146115882 45568000 5613 1992294400 134512640 146736320 4290429392 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 11125 5613 1122 2985 0 7667 0
[pid=30197/tid=30205] ppid=30196 vsize=44500 CPUtime=226.27
/proc/30197/task/30205/stat : 30205 (pb_cplex) R 30196 30196 30091 0 -1 4202560 105782 0 0 0 22277 350 0 0 16 0 2 0 146118846 45568000 5613 1992294400 134512640 146736320 4290429392 18446744073709551615 136523334 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 494.25
Current children cumulated vsize (KiB) 53200

[startup+342.302 s]
/proc/loadavg: 1.66 1.81 1.50 2/109 30213
/proc/meminfo: memFree=1498228/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=30197] ppid=30196 vsize=47088 CPUtime=694.36
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 393240 0 0 0 68334 1102 0 0 18 0 2 0 146115882 48218112 5996 1992294400 134512640 146736320 4290429392 18446744073709551615 139023098 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 11772 5996 1125 2985 0 8314 0
[pid=30197/tid=30216] ppid=30196 vsize=47088 CPUtime=2.47
/proc/30197/task/30216/stat : 30216 (pb_cplex) R 30196 30196 30091 0 -1 4202560 537 0 0 0 242 5 0 0 17 0 2 0 146155835 48218112 5996 1992294400 134512640 146736320 4290429392 18446744073709551615 135982335 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 694.36
Current children cumulated vsize (KiB) 55788

[startup+462.301 s]
/proc/loadavg: 1.88 1.82 1.54 2/109 30218
/proc/meminfo: memFree=1497856/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=45004 CPUtime=804.43
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 416672 0 0 0 79154 1289 0 0 18 0 2 0 146115882 46084096 5689 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 11251 5689 1122 2985 0 7793 0
[pid=30197/tid=30216] ppid=30196 vsize=45004 CPUtime=56.84
/proc/30197/task/30216/stat : 30216 (pb_cplex) R 30196 30196 30091 0 -1 4202560 13047 0 0 0 5587 97 0 0 17 0 2 0 146155835 46084096 5689 1992294400 134512640 146736320 4290429392 18446744073709551615 135982324 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 804.43
Current children cumulated vsize (KiB) 53704

[startup+522.302 s]
/proc/loadavg: 2.18 1.91 1.58 3/109 30221
/proc/meminfo: memFree=1497724/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=45332 CPUtime=914.65
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 467624 0 0 0 89985 1480 0 0 18 0 2 0 146115882 46419968 5696 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 11333 5696 1122 2985 0 7875 0
[pid=30197/tid=30216] ppid=30196 vsize=45332 CPUtime=111.43
/proc/30197/task/30216/stat : 30216 (pb_cplex) R 30196 30196 30091 0 -1 4202560 36415 0 0 0 10959 184 0 0 18 0 2 0 146155835 46419968 5696 1992294400 134512640 146736320 4290429392 18446744073709551615 135850308 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 914.65
Current children cumulated vsize (KiB) 54032

[startup+582.302 s]
/proc/loadavg: 1.90 1.88 1.59 3/109 30223
/proc/meminfo: memFree=1496112/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=47988 CPUtime=1024.65
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 494967 0 0 0 100813 1652 0 0 17 0 2 0 146115882 49139712 6130 1992294400 134512640 146736320 4290429392 18446744073709551615 136015719 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 11997 6130 1122 2985 0 8539 0
[pid=30197/tid=30216] ppid=30196 vsize=47988 CPUtime=165.52
/proc/30197/task/30216/stat : 30216 (pb_cplex) S 30196 30196 30091 0 -1 4202560 51205 0 0 0 16281 271 0 0 18 0 2 0 146155835 49139712 6130 1992294400 134512640 146736320 4290429392 18446744073709551615 144580073 0 2 4096 16387 18446604437846626368 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1024.65
Current children cumulated vsize (KiB) 56688

[startup+642.301 s]
/proc/loadavg: 1.85 1.87 1.60 2/109 30225
/proc/meminfo: memFree=1495988/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=47660 CPUtime=1134.82
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 516236 0 0 0 111649 1833 0 0 18 0 2 0 146115882 48803840 6154 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 11915 6154 1122 2985 0 8457 0
[pid=30197/tid=30216] ppid=30196 vsize=47660 CPUtime=219.47
/proc/30197/task/30216/stat : 30216 (pb_cplex) R 30196 30196 30091 0 -1 4202560 66918 0 0 0 21583 364 0 0 18 0 2 0 146155835 48803840 6154 1992294400 134512640 146736320 4290429392 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1134.82
Current children cumulated vsize (KiB) 56360

[startup+702.302 s]
/proc/loadavg: 1.90 1.88 1.62 3/109 30228
/proc/meminfo: memFree=1494128/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=50476 CPUtime=1244.54
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 529323 0 0 0 122446 2008 0 0 18 0 2 0 146115882 51687424 6786 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 12619 6786 1128 2985 0 9161 0
[pid=30197/tid=30228] ppid=30196 vsize=50476 CPUtime=4.56
/proc/30197/task/30228/stat : 30228 (pb_cplex) R 30196 30196 30091 0 -1 4202560 1264 0 0 0 450 6 0 0 17 0 2 0 146185606 51687424 6786 1992294400 134512640 146736320 4290429392 18446744073709551615 136015827 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1244.54
Current children cumulated vsize (KiB) 59176

[startup+762.31 s]
/proc/loadavg: 1.74 1.84 1.62 3/109 30230
/proc/meminfo: memFree=1493880/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=49452 CPUtime=1354.33
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 570883 0 0 0 133247 2186 0 0 17 0 2 0 146115882 50638848 6680 1992294400 134512640 146736320 4290429392 18446744073709551615 138798926 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 12363 6680 1122 2985 0 8905 0
[pid=30197/tid=30228] ppid=30196 vsize=49452 CPUtime=58.47
/proc/30197/task/30228/stat : 30228 (pb_cplex) R 30196 30196 30091 0 -1 4202560 8974 0 0 0 5762 85 0 0 16 0 2 0 146185606 50638848 6680 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1354.33
Current children cumulated vsize (KiB) 58152

[startup+822.301 s]
/proc/loadavg: 1.80 1.83 1.63 2/109 30230
/proc/meminfo: memFree=1494136/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=49508 CPUtime=1463.51
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 580811 0 0 0 143997 2354 0 0 18 0 2 0 146115882 50696192 6615 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 12377 6615 1122 2985 0 8919 0
[pid=30197/tid=30228] ppid=30196 vsize=49508 CPUtime=112.58
/proc/30197/task/30228/stat : 30228 (pb_cplex) R 30196 30196 30091 0 -1 4202560 13160 0 0 0 11090 168 0 0 18 0 2 0 146185606 50696192 6615 1992294400 134512640 146736320 4290429392 18446744073709551615 135535489 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1463.51
Current children cumulated vsize (KiB) 58208

[startup+882.302 s]
/proc/loadavg: 1.84 1.83 1.64 3/109 30232
/proc/meminfo: memFree=1494012/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=49700 CPUtime=1573.47
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 582453 0 0 0 154831 2516 0 0 18 0 2 0 146115882 50892800 6684 1992294400 134512640 146736320 4290429392 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30197/statm: 12425 6684 1122 2985 0 8967 0
[pid=30197/tid=30228] ppid=30196 vsize=49700 CPUtime=166.83
/proc/30197/task/30228/stat : 30228 (pb_cplex) R 30196 30196 30091 0 -1 4202560 13466 0 0 0 16433 250 0 0 17 0 2 0 146185606 50892800 6684 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1573.47
Current children cumulated vsize (KiB) 58400

[startup+942.302 s]
/proc/loadavg: 1.65 1.77 1.63 2/109 30234
/proc/meminfo: memFree=1492896/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=50992 CPUtime=1682.92
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 601799 0 0 0 165609 2683 0 0 18 0 2 0 146115882 52215808 6919 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 12748 6919 1122 2985 0 9290 0
[pid=30197/tid=30228] ppid=30196 vsize=50992 CPUtime=221.13
/proc/30197/task/30228/stat : 30228 (pb_cplex) R 30196 30196 30091 0 -1 4202560 16383 0 0 0 21781 332 0 0 17 0 2 0 146185606 52215808 6919 1992294400 134512640 146736320 4290429392 18446744073709551615 135450751 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1682.92
Current children cumulated vsize (KiB) 59692

[startup+1002.3 s]
/proc/loadavg: 1.66 1.76 1.64 3/109 30236
/proc/meminfo: memFree=1492772/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=50992 CPUtime=1792.95
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 620530 0 0 0 176438 2857 0 0 18 0 2 0 146115882 52215808 6947 1992294400 134512640 146736320 4290429392 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 12748 6947 1122 2985 0 9290 0
[pid=30197/tid=30228] ppid=30196 vsize=50992 CPUtime=275.08
/proc/30197/task/30228/stat : 30228 (pb_cplex) R 30196 30196 30091 0 -1 4202560 21844 0 0 0 27090 418 0 0 17 0 2 0 146185606 52215808 6947 1992294400 134512640 146736320 4290429392 18446744073709551615 136001468 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1792.95
Current children cumulated vsize (KiB) 59692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1006.2 s]
/proc/loadavg: 1.68 1.76 1.64 3/109 30236
/proc/meminfo: memFree=1492772/2059040 swapFree=4139744/4192956
[pid=30196] ppid=30194 vsize=8700 CPUtime=0
/proc/30196/stat : 30196 (run) S 30194 30196 30091 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146115882 8908800 248 1992294400 4194304 4922060 140736185821728 18446744073709551615 273393753221 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30196/statm: 2175 248 208 178 0 68 0
[pid=30197] ppid=30196 vsize=50992 CPUtime=1800.16
/proc/30197/stat : 30197 (pb_cplex) R 30196 30196 30091 0 -1 4202496 620530 0 0 0 177148 2868 0 0 18 0 2 0 146115882 52215808 6947 1992294400 134512640 146736320 4290429392 18446744073709551615 137461350 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30197/statm: 12748 6947 1122 2985 0 9290 0
[pid=30197/tid=30228] ppid=30196 vsize=50992 CPUtime=278.58
/proc/30197/task/30228/stat : 30228 (pb_cplex) R 30196 30196 30091 0 -1 4202560 21844 0 0 0 27435 423 0 0 18 0 2 0 146185606 52215808 6947 1992294400 134512640 146736320 4290429392 18446744073709551615 136488488 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 59692

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): 1006.22
CPU time (s): 1800.19
CPU user time (s): 1771.5
CPU system time (s): 28.6886
CPU usage (%): 178.906
Max. virtual memory (cumulated for all children) (KiB): 63788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.5
system time used= 28.6886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 620904
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= 682891
involuntary context switches= 28923

runsolver used 2.20267 second user time and 5.12222 second system time

The end

Launcher Data

Begin job on node043 at 2010-07-02 07:23:55
IDJOB=2696981
IDBENCH=48015
IDSOLVER=1209
FILE ID=node043/2696981-1278048235
PBS_JOBID= 11198849
Free space on /tmp= 62288 MiB

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

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

MD5SUM BENCH= 337bfe939508532505172ec5c27d5fd3
RANDOM SEED=812323010

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
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.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1518744 kB
Buffers:        133412 kB
Cached:         296940 kB
SwapCached:       6660 kB
Active:         163936 kB
Inactive:       280140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1518744 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       12096 kB
Mapped:          12172 kB
Slab:            74316 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183448 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-2696981-1278048235.opb

Free space on /tmp at the end= 62272 MiB
End job on node043 at 2010-07-02 07:40:41