Trace number 2696985

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.14 1035.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=43-P1=107-P2=31-P3=113-P4=127-P5=2-P6=79-B.opb
MD5SUMa998edafd51e17056858d37f83d42bbc
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.10968
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables126
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 constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)294
Sum of products size (including duplicates)588
Number of different products294
Sum of products size588

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696985-1278048254.opb.
0.00/0.00	c Instance file HOME/instance-2696985-1278048254.opb
0.00/0.00	c File size is 21871 bytes.
0.00/0.01	c Highest Coefficient sum: 32512
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      420                                                 |
0.00/0.02	c |  Number Constraints:    601                                                 |
0.00/0.02	c ===============================================================================
1800.12/1035.61	c Remaining time 1799.98 sec.
1800.12/1035.61	c 
1800.12/1035.61	c *** INTERRUPTED ***
1800.12/1035.61	s UNKNOWN
1800.12/1035.61	c Total CPU time              : 1769.86 s
1800.12/1035.61	c Memory used           : 53.38 MB
1800.12/1035.61	c CPU time              : 1769.86 s
1800.12/1035.61	c 
1800.12/1035.61	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-2696985-1278048254/watcher-2696985-1278048254 -o /tmp/evaluation-result-2696985-1278048254/solver-2696985-1278048254 -C 1800 -W 2000 -M 1800 run HOME/instance-2696985-1278048254.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.71 1.85 1.34 3/106 26040
/proc/meminfo: memFree=1753420/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) R 26038 26040 25934 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797821845 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0

[startup+0.105866 s]
/proc/loadavg: 1.71 1.85 1.34 3/106 26040
/proc/meminfo: memFree=1753420/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.202417 s]
/proc/loadavg: 1.71 1.85 1.34 3/106 26040
/proc/meminfo: memFree=1753420/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.305893 s]
/proc/loadavg: 1.71 1.85 1.34 3/106 26040
/proc/meminfo: memFree=1753420/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701508 s]
/proc/loadavg: 1.71 1.85 1.34 3/106 26040
/proc/meminfo: memFree=1753420/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50166 s]
/proc/loadavg: 1.71 1.85 1.34 3/109 26045
/proc/meminfo: memFree=1746080/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=33236 CPUtime=2.23
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 9457 0 0 0 214 9 0 0 16 0 2 0 178481777 34033664 2834 1992294400 134512640 146736320 4289581232 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 8309 2845 1074 2985 0 4851 0
[pid=26041/tid=26045] ppid=26040 vsize=33236 CPUtime=0.82
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 4218 0 0 0 79 3 0 0 18 0 2 0 178481837 34033664 2846 1992294400 134512640 146736320 4289581232 18446744073709551615 144738703 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 41936

[startup+3.10096 s]
/proc/loadavg: 1.71 1.85 1.34 2/109 26045
/proc/meminfo: memFree=1742980/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=35748 CPUtime=5
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 15427 0 0 0 485 15 0 0 16 0 2 0 178481777 36605952 3544 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 8937 3544 1074 2985 0 5479 0
[pid=26041/tid=26045] ppid=26040 vsize=35748 CPUtime=2.33
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 9100 0 0 0 227 6 0 0 17 0 2 0 178481837 36605952 3544 1992294400 134512640 146736320 4289581232 18446744073709551615 136384857 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 44448

[startup+6.30156 s]
/proc/loadavg: 1.73 1.85 1.34 2/109 26045
/proc/meminfo: memFree=1740004/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=41012 CPUtime=10.48
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 28072 0 0 0 1022 26 0 0 17 0 2 0 178481777 41996288 4675 1992294400 134512640 146736320 4289581232 18446744073709551615 136000406 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 10253 4675 1084 2985 0 6795 0
[pid=26041/tid=26045] ppid=26040 vsize=41012 CPUtime=4.84
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 13976 0 0 0 473 11 0 0 16 0 2 0 178481837 41996288 4675 1992294400 134512640 146736320 4289581232 18446744073709551615 136403129 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.48
Current children cumulated vsize (KiB) 49712

[startup+12.7008 s]
/proc/loadavg: 1.75 1.85 1.34 3/109 26045
/proc/meminfo: memFree=1736036/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=47816 CPUtime=21.23
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 59749 0 0 0 2074 49 0 0 16 0 2 0 178481777 48963584 5997 1992294400 134512640 146736320 4289581232 18446744073709551615 136015725 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 11954 5997 1074 2985 0 8496 0
[pid=26041/tid=26045] ppid=26040 vsize=47816 CPUtime=10.02
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 29317 0 0 0 978 24 0 0 16 0 2 0 178481837 48963584 5997 1992294400 134512640 146736320 4289581232 18446744073709551615 135523304 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.23
Current children cumulated vsize (KiB) 56516

[startup+25.5011 s]
/proc/loadavg: 1.73 1.84 1.35 3/109 26045
/proc/meminfo: memFree=1730084/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=49096 CPUtime=42.78
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 126983 0 0 0 4182 96 0 0 16 0 2 0 178481777 50274304 6563 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 12274 6563 1074 2985 0 8816 0
[pid=26041/tid=26045] ppid=26040 vsize=49096 CPUtime=21.12
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 51830 0 0 0 2072 40 0 0 16 0 2 0 178481837 50274304 6563 1992294400 134512640 146736320 4289581232 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.78
Current children cumulated vsize (KiB) 57796

[startup+51.1019 s]
/proc/loadavg: 1.75 1.84 1.36 3/109 26047
/proc/meminfo: memFree=1726240/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=51924 CPUtime=83.72
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 176957 0 0 0 8227 145 0 0 17 0 2 0 178481777 53170176 7426 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 12981 7426 1082 2985 0 9523 0
[pid=26041/tid=26045] ppid=26040 vsize=51924 CPUtime=39.3
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 78361 0 0 0 3865 65 0 0 17 0 2 0 178481837 53170176 7426 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 83.72
Current children cumulated vsize (KiB) 60624

[startup+102.301 s]
/proc/loadavg: 1.87 1.86 1.39 3/109 26047
/proc/meminfo: memFree=1725372/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=53776 CPUtime=174.78
/proc/26041/stat : 26041 (pb_cplex) S 26040 26040 25934 0 -1 4202496 296812 0 0 0 17187 291 0 0 17 0 2 0 178481777 55066624 7674 1992294400 134512640 146736320 4289581232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 13444 7674 1082 2985 0 9986 0
[pid=26041/tid=26045] ppid=26040 vsize=53776 CPUtime=84.11
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 123269 0 0 0 8279 132 0 0 16 0 2 0 178481837 55066624 7674 1992294400 134512640 146736320 4289581232 18446744073709551615 139023030 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 174.78
Current children cumulated vsize (KiB) 62476

[startup+162.302 s]
/proc/loadavg: 1.86 1.86 1.42 2/109 26049
/proc/meminfo: memFree=1725372/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=53616 CPUtime=281.69
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 415820 0 0 0 27703 466 0 0 16 0 2 0 178481777 54902784 7686 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 13404 7686 1082 2985 0 9946 0
[pid=26041/tid=26045] ppid=26040 vsize=53616 CPUtime=137.41
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 164649 0 0 0 13534 207 0 0 18 0 2 0 178481837 54902784 7686 1992294400 134512640 146736320 4289581232 18446744073709551615 135850063 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.69
Current children cumulated vsize (KiB) 62316

[startup+222.309 s]
/proc/loadavg: 1.95 1.89 1.45 3/109 26051
/proc/meminfo: memFree=1724752/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=54416 CPUtime=383.94
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 575356 0 0 0 37741 653 0 0 17 0 2 0 178481777 55721984 7794 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 13604 7794 1082 2985 0 10146 0
[pid=26041/tid=26045] ppid=26040 vsize=54416 CPUtime=187.24
/proc/26041/task/26045/stat : 26045 (pb_cplex) S 26040 26040 25934 0 -1 4202560 197142 0 0 0 18454 270 0 0 16 0 2 0 178481837 55721984 7794 1992294400 134512640 146736320 4289581232 18446744073709551615 144580073 0 2 4096 16387 18446604437838301952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 383.94
Current children cumulated vsize (KiB) 63116

[startup+282.301 s]
/proc/loadavg: 1.64 1.80 1.45 3/109 26053
/proc/meminfo: memFree=1723636/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=55492 CPUtime=486.36
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 704156 0 0 0 47809 827 0 0 16 0 2 0 178481777 56823808 8194 1992294400 134512640 146736320 4289581232 18446744073709551615 135962286 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 13873 8194 1082 2985 0 10415 0
[pid=26041/tid=26045] ppid=26040 vsize=55492 CPUtime=237.5
/proc/26041/task/26045/stat : 26045 (pb_cplex) R 26040 26040 25934 0 -1 4202560 241494 0 0 0 23409 341 0 0 16 0 2 0 178481837 56823808 8194 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 486.36
Current children cumulated vsize (KiB) 64192

[startup+342.302 s]
/proc/loadavg: 1.73 1.79 1.47 3/109 26053
/proc/meminfo: memFree=1721280/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=51208 CPUtime=792.88
/proc/26041/stat : 26041 (pb_cplex) S 26040 26040 25934 0 -1 4202496 1080903 0 0 0 77943 1345 0 0 16 0 2 0 178481777 52436992 7362 1992294400 134512640 146736320 4289581232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 12802 7362 1118 2985 0 9344 0
[pid=26041/tid=26061] ppid=26040 vsize=51208 CPUtime=23.67
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 38423 0 0 0 2334 33 0 0 18 0 2 0 178525254 52436992 7362 1992294400 134512640 146736320 4289581232 18446744073709551615 135850298 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 792.88
Current children cumulated vsize (KiB) 59908

[startup+522.301 s]
/proc/loadavg: 1.83 1.77 1.51 2/109 26063
/proc/meminfo: memFree=1726488/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=51152 CPUtime=898.82
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 1320781 0 0 0 88330 1552 0 0 17 0 2 0 178481777 52379648 7383 1992294400 134512640 146736320 4289581232 18446744073709551615 139041157 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 12788 7383 1118 2985 0 9330 0
[pid=26041/tid=26061] ppid=26040 vsize=51152 CPUtime=76.53
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 173189 0 0 0 7507 146 0 0 16 0 2 0 178525254 52379648 7383 1992294400 134512640 146736320 4289581232 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 898.82
Current children cumulated vsize (KiB) 59852

[startup+582.301 s]
/proc/loadavg: 1.99 1.83 1.54 3/109 26065
/proc/meminfo: memFree=1726116/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=51716 CPUtime=1002.05
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 1487582 0 0 0 98472 1733 0 0 16 0 2 0 178481777 52957184 7501 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 12929 7501 1118 2985 0 9471 0
[pid=26041/tid=26061] ppid=26040 vsize=51716 CPUtime=127.48
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 265313 0 0 0 12506 242 0 0 16 0 2 0 178525254 52957184 7501 1992294400 134512640 146736320 4289581232 18446744073709551615 135969306 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.05
Current children cumulated vsize (KiB) 60416

[startup+642.302 s]
/proc/loadavg: 1.85 1.82 1.56 3/109 26065
/proc/meminfo: memFree=1726240/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=51292 CPUtime=1105
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 1569891 0 0 0 108620 1880 0 0 16 0 2 0 178481777 52523008 7398 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 12823 7398 1118 2985 0 9365 0
[pid=26041/tid=26061] ppid=26040 vsize=51292 CPUtime=178
/proc/26041/task/26061/stat : 26061 (pb_cplex) S 26040 26040 25934 0 -1 4202560 308695 0 0 0 17482 318 0 0 17 0 2 0 178525254 52523008 7398 1992294400 134512640 146736320 4289581232 18446744073709551615 144580073 0 2 4096 16387 18446604437838301952 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1105
Current children cumulated vsize (KiB) 59992

[startup+702.301 s]
/proc/loadavg: 1.78 1.81 1.56 2/109 26067
/proc/meminfo: memFree=1726612/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=50820 CPUtime=1208.46
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 1667208 0 0 0 118819 2027 0 0 16 0 2 0 178481777 52039680 7352 1992294400 134512640 146736320 4289581232 18446744073709551615 135446376 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 12705 7352 1118 2985 0 9247 0
[pid=26041/tid=26061] ppid=26040 vsize=50820 CPUtime=228.93
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 355242 0 0 0 22504 389 0 0 16 0 2 0 178525254 52039680 7352 1992294400 134512640 146736320 4289581232 18446744073709551615 136015687 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1208.46
Current children cumulated vsize (KiB) 59520

[startup+762.302 s]
/proc/loadavg: 1.84 1.82 1.58 3/109 26069
/proc/meminfo: memFree=1723264/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=56456 CPUtime=1309.93
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 1777332 0 0 0 128806 2187 0 0 16 0 2 0 178481777 57810944 8333 1992294400 134512640 146736320 4289581232 18446744073709551615 136016302 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 14114 8333 1118 2985 0 10656 0
[pid=26041/tid=26061] ppid=26040 vsize=56456 CPUtime=278.72
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 397824 0 0 0 27407 465 0 0 16 0 2 0 178525254 57810944 8333 1992294400 134512640 146736320 4289581232 18446744073709551615 136002752 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1309.93
Current children cumulated vsize (KiB) 65156

[startup+822.301 s]
/proc/loadavg: 1.86 1.82 1.59 3/109 26071
/proc/meminfo: memFree=1724504/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=53556 CPUtime=1416.38
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 2118592 0 0 0 139190 2448 0 0 17 0 2 0 178481777 54841344 7860 1992294400 134512640 146736320 4289581232 18446744073709551615 138410098 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 13389 7860 1121 2985 0 9931 0
[pid=26041/tid=26061] ppid=26040 vsize=53556 CPUtime=331.16
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 535941 0 0 0 32536 580 0 0 18 0 2 0 178525254 54841344 7860 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1416.38
Current children cumulated vsize (KiB) 62256

[startup+882.309 s]
/proc/loadavg: 2.01 1.87 1.62 3/109 26076
/proc/meminfo: memFree=1725364/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=52464 CPUtime=1526.05
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 2180498 0 0 0 150013 2592 0 0 18 0 2 0 178481777 53723136 7584 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26041/statm: 13116 7584 1121 2985 0 9658 0
[pid=26041/tid=26061] ppid=26040 vsize=52464 CPUtime=385.75
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 575554 0 0 0 37919 656 0 0 17 0 2 0 178525254 53723136 7584 1992294400 134512640 146736320 4289581232 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1526.05
Current children cumulated vsize (KiB) 61164

[startup+942.301 s]
/proc/loadavg: 1.98 1.88 1.64 3/109 26076
/proc/meminfo: memFree=1723008/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=53156 CPUtime=1632.2
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 2325111 0 0 0 160450 2770 0 0 17 0 2 0 178481777 54431744 7905 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 13289 7905 1121 2985 0 9831 0
[pid=26041/tid=26061] ppid=26040 vsize=53156 CPUtime=437.31
/proc/26041/task/26061/stat : 26061 (pb_cplex) S 26040 26040 25934 0 -1 4202560 632257 0 0 0 42993 738 0 0 16 0 2 0 178525254 54431744 7905 1992294400 134512640 146736320 4289581232 18446744073709551615 144580073 0 2 4096 16387 18446604437838301952 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1632.2
Current children cumulated vsize (KiB) 61856

[startup+1002.3 s]
/proc/loadavg: 1.98 1.89 1.66 3/109 26078
/proc/meminfo: memFree=1723380/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=54092 CPUtime=1740.09
/proc/26041/stat : 26041 (pb_cplex) S 26040 26040 25934 0 -1 4202496 2487781 0 0 0 171052 2957 0 0 17 0 2 0 178481777 55390208 8084 1992294400 134512640 146736320 4289581232 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 13523 8084 1121 2985 0 10065 0
[pid=26041/tid=26061] ppid=26040 vsize=54092 CPUtime=491.18
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 702531 0 0 0 48290 828 0 0 17 0 2 0 178525254 55390208 8084 1992294400 134512640 146736320 4289581232 18446744073709551615 135451020 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.09
Current children cumulated vsize (KiB) 62792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1035.6 s]
/proc/loadavg: 1.86 1.87 1.66 3/109 26080
/proc/meminfo: memFree=1724000/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=54652 CPUtime=1800.12
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 2503500 0 0 0 176985 3027 0 0 17 0 2 0 178481777 55963648 8076 1992294400 134512640 146736320 4289581232 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 13663 8076 1133 2985 0 10205 0
[pid=26041/tid=26061] ppid=26040 vsize=54652 CPUtime=521.29
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 711974 0 0 0 51266 863 0 0 18 0 2 0 178525254 55963648 8076 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 63352

Sending SIGTERM to process tree (bottom up)


[startup+t ended. D1035.6 s]
/proc/loadavg: 1.86 1.87 1.66 3/109 26080
/proc/meminfo: memFree=1724000/2059040 swapFree=4139352/4192956
[pid=26040] ppid=26038 vsize=8700 CPUtime=0
/proc/26040/stat : 26040 (run) S 26038 26040 25934 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 178481776 8908800 248 1992294400 4194304 4922060 140737061990256 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/26040/statm: 2175 248 208 178 0 68 0
[pid=26041] ppid=26040 vsize=54652 CPUtime=1800.12
/proc/26041/stat : 26041 (pb_cplex) R 26040 26040 25934 0 -1 4202496 2503500 0 0 0 176985 3027 0 0 17 0 2 0 178481777 55963648 8076 1992294400 134512640 146736320 4289581232 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26041/statm: 13663 8076 1133 2985 0 10205 0
[pid=26041/tid=26061] ppid=26040 vsize=54652 CPUtime=521.29
/proc/26041/task/26061/stat : 26061 (pb_cplex) R 26040 26040 25934 0 -1 4202560 711974 0 0 0 51266 863 0 0 18 0 2 0 178525254 55963648 8076 1992294400 134512640 146736320 4289581232 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 63352

Child status: 0
Real time (s): 1035.62
CPU time (s): 1800.14
CPU user time (s): 1769.86
CPU system time (s): 30.2814
CPU usage (%): 173.823
Max. virtual memory (cumulated for all children) (KiB): 77604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1769.86
system time used= 30.2814
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2503874
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= 443551
involuntary context switches= 29086

runsolver used 2.06868 second user time and 5.46517 second system time

The end

Launcher Data

Begin job on node019 at 2010-07-02 07:24:14
IDJOB=2696985
IDBENCH=48019
IDSOLVER=1209
FILE ID=node019/2696985-1278048254
PBS_JOBID= 11198865
Free space on /tmp= 62064 MiB

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

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

MD5SUM BENCH= a998edafd51e17056858d37f83d42bbc
RANDOM SEED=812323010

node019.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.264
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.52
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.264
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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1754080 kB
Buffers:         73308 kB
Cached:         130304 kB
SwapCached:       6824 kB
Active:         111628 kB
Inactive:       106320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1754080 kB
SwapTotal:     4192956 kB
SwapFree:      4139352 kB
Dirty:           16640 kB
Writeback:           0 kB
AnonPages:       12892 kB
Mapped:          12048 kB
Slab:            65204 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183456 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-2696985-1278048254.opb

Free space on /tmp at the end= 62048 MiB
End job on node019 at 2010-07-02 07:41:30