Trace number 2696939

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.09 1146.62

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=191-P1=151-P2=41-P3=257-P4=191-B.opb
MD5SUMe04f59e7146720276551350f74bab120
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.460929
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 variables96
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696939-1278048159.opb.
0.00/0.00	c Instance file HOME/instance-2696939-1278048159.opb
0.00/0.00	c File size is 18984 bytes.
0.00/0.01	c Highest Coefficient sum: 130560
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.01         s                                      |
0.00/0.02	c |  Number Variables:      352                                                 |
0.00/0.02	c |  Number Constraints:    521                                                 |
0.00/0.02	c ===============================================================================
1800.06/1146.61	c Remaining time 1799.99 sec.
1800.06/1146.61	c 
1800.06/1146.61	c *** INTERRUPTED ***
1800.06/1146.61	s UNKNOWN
1800.06/1146.61	c Total CPU time              : 1772.04 s
1800.06/1146.61	c Memory used           : 65.42 MB
1800.06/1146.61	c CPU time              : 1772.04 s
1800.06/1146.61	c 
1800.06/1146.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-2696939-1278048159/watcher-2696939-1278048159 -o /tmp/evaluation-result-2696939-1278048159/solver-2696939-1278048159 -C 1800 -W 2000 -M 1800 run HOME/instance-2696939-1278048159.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.83 1.77 1.19 3/105 30598
/proc/meminfo: memFree=1391868/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0

[startup+0.0266081 s]
/proc/loadavg: 1.83 1.77 1.19 3/105 30598
/proc/meminfo: memFree=1391868/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100613 s]
/proc/loadavg: 1.83 1.77 1.19 3/105 30598
/proc/meminfo: memFree=1391868/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300642 s]
/proc/loadavg: 1.83 1.77 1.19 3/105 30598
/proc/meminfo: memFree=1391868/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700688 s]
/proc/loadavg: 1.83 1.77 1.19 3/105 30598
/proc/meminfo: memFree=1391868/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50078 s]
/proc/loadavg: 1.83 1.77 1.19 2/108 30605
/proc/meminfo: memFree=1385024/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=33028 CPUtime=2.3
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 11975 0 0 0 221 9 0 0 25 0 2 0 146109509 33820672 2826 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 8257 2826 1071 2985 0 4799 0
[pid=30599/tid=30605] ppid=30598 vsize=33028 CPUtime=0.82
/proc/30599/task/30605/stat : 30605 (pb_cplex) R 30598 30598 30490 0 -1 4202560 5325 0 0 0 80 2 0 0 25 0 2 0 146109565 33820672 2826 1992294400 134512640 146736320 4291025472 18446744073709551615 137138020 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) 41728

[startup+3.10097 s]
/proc/loadavg: 1.83 1.77 1.19 3/108 30605
/proc/meminfo: memFree=1382668/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=34872 CPUtime=5.16
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 19278 0 0 0 501 15 0 0 25 0 2 0 146109509 35708928 3402 1992294400 134512640 146736320 4291025472 18446744073709551615 136008226 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 8718 3402 1071 2985 0 5260 0
[pid=30599/tid=30605] ppid=30598 vsize=34872 CPUtime=2.23
/proc/30599/task/30605/stat : 30605 (pb_cplex) R 30598 30598 30490 0 -1 4202560 9518 0 0 0 218 5 0 0 18 0 2 0 146109565 35708928 3402 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.16
Current children cumulated vsize (KiB) 43572

[startup+6.30133 s]
/proc/loadavg: 1.84 1.77 1.19 3/108 30607
/proc/meminfo: memFree=1378204/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=38168 CPUtime=10.65
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 46706 0 0 0 1033 32 0 0 18 0 2 0 146109509 39084032 4117 1992294400 134512640 146736320 4291025472 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 9542 4117 1071 2985 0 6084 0
[pid=30599/tid=30605] ppid=30598 vsize=38168 CPUtime=4.96
/proc/30599/task/30605/stat : 30605 (pb_cplex) S 30598 30598 30490 0 -1 4202560 24787 0 0 0 481 15 0 0 17 0 2 0 146109565 39084032 4117 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 2 4096 16387 18446604437869113472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 46868

[startup+12.7011 s]
/proc/loadavg: 1.78 1.76 1.19 3/108 30607
/proc/meminfo: memFree=1372872/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=44404 CPUtime=21.22
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 70585 0 0 0 2070 52 0 0 19 0 2 0 146109509 45469696 5604 1992294400 134512640 146736320 4291025472 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 11101 5604 1074 2985 0 7643 0
[pid=30599/tid=30605] ppid=30598 vsize=44404 CPUtime=9.83
/proc/30599/task/30605/stat : 30605 (pb_cplex) R 30598 30598 30490 0 -1 4202560 36876 0 0 0 958 25 0 0 16 0 2 0 146109565 45469696 5604 1992294400 134512640 146736320 4291025472 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (KiB) 53104

[startup+25.5005 s]
/proc/loadavg: 1.76 1.75 1.19 4/108 30607
/proc/meminfo: memFree=1369772/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=48568 CPUtime=42
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 112301 0 0 0 4114 86 0 0 18 0 2 0 146109509 49733632 6541 1992294400 134512640 146736320 4291025472 18446744073709551615 136400586 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 12142 6541 1074 2985 0 8684 0
[pid=30599/tid=30605] ppid=30598 vsize=48568 CPUtime=19.58
/proc/30599/task/30605/stat : 30605 (pb_cplex) R 30598 30598 30490 0 -1 4202560 60527 0 0 0 1916 42 0 0 16 0 2 0 146109565 49733632 6541 1992294400 134512640 146736320 4291025472 18446744073709551615 135526881 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42
Current children cumulated vsize (KiB) 57268

[startup+51.1014 s]
/proc/loadavg: 1.65 1.73 1.20 2/108 30607
/proc/meminfo: memFree=1364440/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=52968 CPUtime=82.34
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 169275 0 0 0 8098 136 0 0 21 0 2 0 146109509 54239232 7633 1992294400 134512640 146736320 4291025472 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 13242 7633 1096 2985 0 9784 0
[pid=30599/tid=30605] ppid=30598 vsize=52968 CPUtime=37.3
/proc/30599/task/30605/stat : 30605 (pb_cplex) R 30598 30598 30490 0 -1 4202560 79406 0 0 0 3669 61 0 0 15 0 2 0 146109565 54239232 7633 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 82.34
Current children cumulated vsize (KiB) 61668

[startup+102.309 s]
/proc/loadavg: 1.58 1.69 1.21 3/108 30609
/proc/meminfo: memFree=1360596/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=56980 CPUtime=171.28
/proc/30599/stat : 30599 (pb_cplex) S 30598 30598 30490 0 -1 4202496 250116 0 0 0 16890 238 0 0 20 0 2 0 146109509 58347520 8515 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 14245 8515 1096 2985 0 10787 0
[pid=30599/tid=30605] ppid=30598 vsize=56980 CPUtime=81.69
/proc/30599/task/30605/stat : 30605 (pb_cplex) R 30598 30598 30490 0 -1 4202560 118253 0 0 0 8058 111 0 0 17 0 2 0 146109565 58347520 8515 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 171.28
Current children cumulated vsize (KiB) 65680

[startup+162.301 s]
/proc/loadavg: 1.74 1.71 1.25 3/108 30611
/proc/meminfo: memFree=1360100/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=57316 CPUtime=273.47
/proc/30599/stat : 30599 (pb_cplex) S 30598 30598 30490 0 -1 4202496 355464 0 0 0 26978 369 0 0 16 0 2 0 146109509 58691584 8646 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 14329 8646 1096 2985 0 10871 0
[pid=30599/tid=30605] ppid=30598 vsize=57316 CPUtime=133.5
/proc/30599/task/30605/stat : 30605 (pb_cplex) R 30598 30598 30490 0 -1 4202560 181815 0 0 0 13166 184 0 0 16 0 2 0 146109565 58691584 8646 1992294400 134512640 146736320 4291025472 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 273.47
Current children cumulated vsize (KiB) 66016

[startup+222.301 s]
/proc/loadavg: 1.74 1.72 1.28 3/108 30613
/proc/meminfo: memFree=1365432/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=51752 CPUtime=371.32
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 488948 0 0 0 36613 519 0 0 16 0 2 0 146109509 52994048 7150 1992294400 134512640 146736320 4291025472 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 12938 7150 1126 2985 0 9480 0
[pid=30599/tid=30613] ppid=30598 vsize=51752 CPUtime=32.26
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 63039 0 0 0 3172 54 0 0 18 0 2 0 146127756 52994048 7150 1992294400 134512640 146736320 4291025472 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 371.32
Current children cumulated vsize (KiB) 60452

[startup+282.301 s]
/proc/loadavg: 1.73 1.72 1.30 3/108 30615
/proc/meminfo: memFree=1364812/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=53084 CPUtime=473.11
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 639536 0 0 0 46613 698 0 0 16 0 2 0 146109509 54358016 7426 1992294400 134512640 146736320 4291025472 18446744073709551615 135963881 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 13271 7426 1126 2985 0 9813 0
[pid=30599/tid=30613] ppid=30598 vsize=53084 CPUtime=82.99
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 161204 0 0 0 8150 149 0 0 16 0 2 0 146127756 54358016 7426 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 473.11
Current children cumulated vsize (KiB) 61784

[startup+342.301 s]
/proc/loadavg: 1.50 1.65 1.30 2/108 30617
/proc/meminfo: memFree=1365564/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[pid=30599] ppid=30598 vsize=53944 CPUtime=878.36
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 871832 0 0 0 86563 1273 0 0 16 0 2 0 146109509 55238656 7583 1992294400 134512640 146736320 4291025472 18446744073709551615 135468727 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 13486 7583 1126 2985 0 10028 0
[pid=30599/tid=30613] ppid=30598 vsize=53944 CPUtime=286.34
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 281981 0 0 0 28202 432 0 0 16 0 2 0 146127756 55238656 7583 1992294400 134512640 146736320 4291025472 18446744073709551615 138423716 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 878.36
Current children cumulated vsize (KiB) 62644

[startup+582.302 s]
/proc/loadavg: 1.75 1.67 1.38 3/108 30625
/proc/meminfo: memFree=1364200/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=53544 CPUtime=980.83
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 905652 0 0 0 96666 1417 0 0 17 0 2 0 146109509 54829056 7572 1992294400 134512640 146736320 4291025472 18446744073709551615 136015687 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 13386 7572 1126 2985 0 9928 0
[pid=30599/tid=30613] ppid=30598 vsize=53544 CPUtime=335.86
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 298401 0 0 0 33080 506 0 0 16 0 2 0 146127756 54829056 7572 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 980.83
Current children cumulated vsize (KiB) 62244

[startup+642.301 s]
/proc/loadavg: 1.70 1.67 1.39 2/108 30628
/proc/meminfo: memFree=1361960/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=57536 CPUtime=1077.4
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 1288550 0 0 0 106049 1691 0 0 17 0 2 0 146109509 58916864 8299 1992294400 134512640 146736320 4291025472 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 14384 8299 1126 2985 0 10926 0
[pid=30599/tid=30613] ppid=30598 vsize=57536 CPUtime=383.9
/proc/30599/task/30613/stat : 30613 (pb_cplex) S 30598 30598 30490 0 -1 4202560 533854 0 0 0 37733 657 0 0 17 0 2 0 146127756 58916864 8299 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 2 4096 16387 18446604437869113472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1077.4
Current children cumulated vsize (KiB) 66236

[startup+702.301 s]
/proc/loadavg: 1.71 1.68 1.41 3/108 30630
/proc/meminfo: memFree=1360596/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=57596 CPUtime=1169
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 1403399 0 0 0 115068 1832 0 0 16 0 2 0 146109509 58978304 8474 1992294400 134512640 146736320 4291025472 18446744073709551615 135454096 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 14399 8474 1126 2985 0 10941 0
[pid=30599/tid=30613] ppid=30598 vsize=57596 CPUtime=429.45
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 594305 0 0 0 42222 723 0 0 16 0 2 0 146127756 58978304 8474 1992294400 134512640 146736320 4291025472 18446744073709551615 135850315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1169
Current children cumulated vsize (KiB) 66296

[startup+762.309 s]
/proc/loadavg: 1.71 1.69 1.43 2/108 30632
/proc/meminfo: memFree=1359356/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=59132 CPUtime=1260.38
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 1518706 0 0 0 124063 1975 0 0 16 0 2 0 146109509 60551168 8792 1992294400 134512640 146736320 4291025472 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 14783 8792 1126 2985 0 11325 0
[pid=30599/tid=30613] ppid=30598 vsize=59132 CPUtime=472.86
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 637041 0 0 0 46497 789 0 0 17 0 2 0 146127756 60551168 8792 1992294400 134512640 146736320 4291025472 18446744073709551615 135468537 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1260.38
Current children cumulated vsize (KiB) 67832

[startup+822.301 s]
/proc/loadavg: 1.50 1.63 1.43 3/108 30632
/proc/meminfo: memFree=1358364/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=59520 CPUtime=1355.73
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 1605151 0 0 0 133451 2122 0 0 16 0 2 0 146109509 60948480 9028 1992294400 134512640 146736320 4291025472 18446744073709551615 135850304 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 14880 9028 1126 2985 0 11422 0
[pid=30599/tid=30613] ppid=30598 vsize=59520 CPUtime=519.75
/proc/30599/task/30613/stat : 30613 (pb_cplex) S 30598 30598 30490 0 -1 4202560 686163 0 0 0 51109 866 0 0 17 0 2 0 146127756 60948480 9028 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 2 4096 16387 18446604437869113472 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1355.73
Current children cumulated vsize (KiB) 68220

[startup+882.301 s]
/proc/loadavg: 1.41 1.59 1.43 2/108 30634
/proc/meminfo: memFree=1357744/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=61112 CPUtime=1445.82
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 1730225 0 0 0 142314 2268 0 0 17 0 2 0 146109509 62578688 9338 1992294400 134512640 146736320 4291025472 18446744073709551615 138711710 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 15278 9338 1126 2985 0 11820 0
[pid=30599/tid=30613] ppid=30598 vsize=61112 CPUtime=565.06
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 755552 0 0 0 55563 943 0 0 16 0 2 0 146127756 62578688 9338 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1445.82
Current children cumulated vsize (KiB) 69812

[startup+942.301 s]
/proc/loadavg: 1.41 1.54 1.42 3/108 30636
/proc/meminfo: memFree=1356636/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=63464 CPUtime=1525.34
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 1873596 0 0 0 150144 2390 0 0 17 0 2 0 146109509 64987136 9778 1992294400 134512640 146736320 4291025472 18446744073709551615 137173058 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 15866 9778 1126 2985 0 12408 0
[pid=30599/tid=30613] ppid=30598 vsize=63464 CPUtime=606.51
/proc/30599/task/30613/stat : 30613 (pb_cplex) S 30598 30598 30490 0 -1 4202560 838824 0 0 0 59643 1008 0 0 16 0 2 0 146127756 64987136 9778 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 2 4096 16387 18446604437869113472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1525.34
Current children cumulated vsize (KiB) 72164

[startup+1002.3 s]
/proc/loadavg: 1.43 1.51 1.41 3/108 30638
/proc/meminfo: memFree=1355644/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=63052 CPUtime=1604.58
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 2030792 0 0 0 157950 2508 0 0 18 0 2 0 146109509 64565248 9718 1992294400 134512640 146736320 4291025472 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 15763 9718 1126 2985 0 12305 0
[pid=30599/tid=30613] ppid=30598 vsize=63052 CPUtime=644.47
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 924158 0 0 0 63379 1068 0 0 18 0 2 0 146127756 64565248 9718 1992294400 134512640 146736320 4291025472 18446744073709551615 135450567 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1604.58
Current children cumulated vsize (KiB) 71752

[startup+1062.3 s]
/proc/loadavg: 1.39 1.47 1.40 3/108 30640
/proc/meminfo: memFree=1355768/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=65184 CPUtime=1688.96
/proc/30599/stat : 30599 (pb_cplex) S 30598 30598 30490 0 -1 4202496 2136695 0 0 0 166261 2635 0 0 20 0 2 0 146109509 66748416 10264 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 16296 10264 1126 2985 0 12838 0
[pid=30599/tid=30613] ppid=30598 vsize=65184 CPUtime=683.07
/proc/30599/task/30613/stat : 30613 (pb_cplex) R 30598 30598 30490 0 -1 4202560 977685 0 0 0 67176 1131 0 0 16 0 2 0 146127756 66748416 10264 1992294400 134512640 146736320 4291025472 18446744073709551615 136382496 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1688.96
Current children cumulated vsize (KiB) 73884

[startup+1122.3 s]
/proc/loadavg: 1.24 1.41 1.38 2/108 30640
/proc/meminfo: memFree=1353660/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=65836 CPUtime=1769.46
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 2300023 0 0 0 174182 2764 0 0 16 0 2 0 146109509 67416064 10620 1992294400 134512640 146736320 4291025472 18446744073709551615 136015703 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30599/statm: 16459 10620 1127 2985 0 13001 0
[pid=30599/tid=30613] ppid=30598 vsize=65836 CPUtime=720.11
/proc/30599/task/30613/stat : 30613 (pb_cplex) S 30598 30598 30490 0 -1 4202560 1063419 0 0 0 70816 1195 0 0 16 0 2 0 146127756 67416064 10620 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 2 4096 16387 18446604437869113472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1769.46
Current children cumulated vsize (KiB) 74536



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1146.6 s]
/proc/loadavg: 1.23 1.39 1.38 2/108 30642
/proc/meminfo: memFree=1352172/2059040 swapFree=4139044/4192956
[pid=30598] ppid=30596 vsize=8700 CPUtime=0
/proc/30598/stat : 30598 (run) S 30596 30598 30490 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 146109509 8908800 248 1992294400 4194304 4922060 140733576396464 18446744073709551615 235217198213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30598/statm: 2175 248 208 178 0 68 0
[pid=30599] ppid=30598 vsize=66988 CPUtime=1800.06
/proc/30599/stat : 30599 (pb_cplex) R 30598 30598 30490 0 -1 4202496 2348764 0 0 0 177203 2803 0 0 18 0 2 0 146109509 68595712 10690 1992294400 134512640 146736320 4291025472 18446744073709551615 136015570 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30599/statm: 16747 10690 1127 2985 0 13289 0
[pid=30599/tid=30613] ppid=30598 vsize=66988 CPUtime=735.82
/proc/30599/task/30613/stat : 30613 (pb_cplex) S 30598 30598 30490 0 -1 4202560 1104152 0 0 0 72364 1218 0 0 17 0 2 0 146127756 68595712 10690 1992294400 134512640 146736320 4291025472 18446744073709551615 144580073 0 2 4096 16387 18446604437869113472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 75688

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): 1146.62
CPU time (s): 1800.09
CPU user time (s): 1772.04
CPU system time (s): 28.0447
CPU usage (%): 156.991
Max. virtual memory (cumulated for all children) (KiB): 77324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1772.04
system time used= 28.0447
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2349153
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= 414818
involuntary context switches= 29554

runsolver used 2.18667 second user time and 5.60015 second system time

The end

Launcher Data

Begin job on node088 at 2010-07-02 07:22:39
IDJOB=2696939
IDBENCH=47973
IDSOLVER=1209
FILE ID=node088/2696939-1278048159
PBS_JOBID= 11198827
Free space on /tmp= 62388 MiB

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

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

MD5SUM BENCH= e04f59e7146720276551350f74bab120
RANDOM SEED=1179453004

node088.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.217
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.43
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.217
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1392644 kB
Buffers:        151784 kB
Cached:         402620 kB
SwapCached:       6984 kB
Active:         264768 kB
Inactive:       303436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1392644 kB
SwapTotal:     4192956 kB
SwapFree:      4139044 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       11800 kB
Mapped:           8404 kB
Slab:            76284 kB
PageTables:       4160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182408 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-2696939-1278048159.opb

Free space on /tmp at the end= 62372 MiB
End job on node088 at 2010-07-02 07:41:46