Trace number 2696855

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 1036.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=47-P1=17-P2=37-P3=53-P4=13-P5=13-B.opb
MD5SUM4a54e07caaccf9019e5a54d4dcd3a55b
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.530918
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 variables90
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a 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)180
Sum of products size (including duplicates)360
Number of different products180
Sum of products size360

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696855-1278047141.opb.
0.00/0.00	c Instance file HOME/instance-2696855-1278047141.opb
0.00/0.00	c File size is 13425 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:      270                                                 |
0.00/0.01	c |  Number Constraints:    371                                                 |
0.00/0.01	c ===============================================================================
1800.06/1036.41	c Remaining time 1799.99 sec.
1800.06/1036.41	c 
1800.06/1036.41	c *** INTERRUPTED ***
1800.06/1036.41	s UNKNOWN
1800.06/1036.41	c Total CPU time              : 1767.59 s
1800.06/1036.41	c Memory used           : 40.48 MB
1800.06/1036.41	c CPU time              : 1767.59 s
1800.06/1036.41	c 
1800.06/1036.41	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-2696855-1278047141/watcher-2696855-1278047141 -o /tmp/evaluation-result-2696855-1278047141/solver-2696855-1278047141 -C 1800 -W 2000 -M 1800 run HOME/instance-2696855-1278047141.opb 

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31621
/proc/meminfo: memFree=1443544/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) R 31619 31621 31588 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906286997 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0

[startup+0.0498159 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31621
/proc/meminfo: memFree=1443544/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100814 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31621
/proc/meminfo: memFree=1443544/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302114 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31621
/proc/meminfo: memFree=1443544/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700782 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 31621
/proc/meminfo: memFree=1443544/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50174 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 31626
/proc/meminfo: memFree=1436948/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=32852 CPUtime=2.38
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 10034 0 0 0 230 8 0 0 17 0 2 0 146009473 33640448 2827 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 8213 2827 1074 2985 0 4755 0
[pid=31622/tid=31626] ppid=31621 vsize=32852 CPUtime=0.88
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 3893 0 0 0 86 2 0 0 19 0 2 0 146009526 33640448 2827 1992294400 134512640 146736320 4288383536 18446744073709551615 139041290 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 41552

[startup+3.10166 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 31626
/proc/meminfo: memFree=1434716/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=34712 CPUtime=5.19
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 17887 0 0 0 504 15 0 0 17 0 2 0 146009473 35545088 3320 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 8678 3320 1074 2985 0 5220 0
[pid=31622/tid=31626] ppid=31621 vsize=34712 CPUtime=2.3
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 6292 0 0 0 225 5 0 0 17 0 2 0 146009526 35545088 3320 1992294400 134512640 146736320 4288383536 18446744073709551615 136704120 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 43412

[startup+6.30049 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 31626
/proc/meminfo: memFree=1430252/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=42768 CPUtime=10.81
/proc/31622/stat : 31622 (pb_cplex) S 31621 31621 31588 0 -1 4202496 35029 0 0 0 1053 28 0 0 17 0 2 0 146009473 43794432 5020 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 10692 5020 1074 2985 0 7234 0
[pid=31622/tid=31626] ppid=31621 vsize=42768 CPUtime=5.16
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 15355 0 0 0 505 11 0 0 17 0 2 0 146009526 43794432 5020 1992294400 134512640 146736320 4288383536 18446744073709551615 139023093 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.81
Current children cumulated vsize (KiB) 51468

[startup+12.7002 s]
/proc/loadavg: 0.23 0.05 0.02 3/109 31626
/proc/meminfo: memFree=1426408/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=41380 CPUtime=21.99
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 44335 0 0 0 2156 43 0 0 16 0 2 0 146009473 42373120 4839 1992294400 134512640 146736320 4288383536 18446744073709551615 135526874 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 10345 4839 1074 2985 0 6887 0
[pid=31622/tid=31626] ppid=31621 vsize=41380 CPUtime=11.02
/proc/31622/task/31626/stat : 31626 (pb_cplex) S 31621 31621 31588 0 -1 4202560 20173 0 0 0 1083 19 0 0 18 0 2 0 146009526 42373120 4839 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 2 4096 16387 18446604437852129216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.99
Current children cumulated vsize (KiB) 50080

[startup+25.5005 s]
/proc/loadavg: 0.55 0.13 0.04 3/109 31628
/proc/meminfo: memFree=1426904/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=42216 CPUtime=42.28
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 65414 0 0 0 4156 72 0 0 17 0 2 0 146009473 43229184 4975 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 10554 4975 1082 2985 0 7096 0
[pid=31622/tid=31626] ppid=31621 vsize=42216 CPUtime=19.81
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 32230 0 0 0 1947 34 0 0 17 0 2 0 146009526 43229184 4975 1992294400 134512640 146736320 4288383536 18446744073709551615 137022518 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 42.28
Current children cumulated vsize (KiB) 50916

[startup+51.1016 s]
/proc/loadavg: 1.04 0.28 0.09 2/109 31628
/proc/meminfo: memFree=1426284/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=41400 CPUtime=86.94
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 106051 0 0 0 8546 148 0 0 16 0 2 0 146009473 42393600 4859 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10350 4859 1082 2985 0 6892 0
[pid=31622/tid=31626] ppid=31621 vsize=41400 CPUtime=42.45
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 59070 0 0 0 4168 77 0 0 16 0 2 0 146009526 42393600 4859 1992294400 134512640 146736320 4288383536 18446744073709551615 135962107 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 86.94
Current children cumulated vsize (KiB) 50100

[startup+102.309 s]
/proc/loadavg: 1.31 0.46 0.16 3/109 31630
/proc/meminfo: memFree=1427028/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=41400 CPUtime=177.33
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 186632 0 0 0 17416 317 0 0 16 0 2 0 146009473 42393600 4875 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10350 4875 1082 2985 0 6892 0
[pid=31622/tid=31626] ppid=31621 vsize=41400 CPUtime=87.52
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 107382 0 0 0 8583 169 0 0 16 0 2 0 146009526 42393600 4875 1992294400 134512640 146736320 4288383536 18446744073709551615 135237972 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 177.33
Current children cumulated vsize (KiB) 50100

[startup+162.302 s]
/proc/loadavg: 1.44 0.65 0.24 4/109 31630
/proc/meminfo: memFree=1426532/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=42424 CPUtime=282.73
/proc/31622/stat : 31622 (pb_cplex) S 31621 31621 31588 0 -1 4202496 245053 0 0 0 27758 515 0 0 16 0 2 0 146009473 43442176 4952 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10606 4952 1082 2985 0 7148 0
[pid=31622/tid=31626] ppid=31621 vsize=42424 CPUtime=138.95
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 136693 0 0 0 13628 267 0 0 16 0 2 0 146009526 43442176 4952 1992294400 134512640 146736320 4288383536 18446744073709551615 136388073 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) 51124

[startup+222.302 s]
/proc/loadavg: 1.68 0.86 0.34 3/109 31632
/proc/meminfo: memFree=1426780/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=42424 CPUtime=388.04
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 295519 0 0 0 38089 715 0 0 16 0 2 0 146009473 43442176 4952 1992294400 134512640 146736320 4288383536 18446744073709551615 135850304 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10606 4952 1082 2985 0 7148 0
[pid=31622/tid=31626] ppid=31621 vsize=42424 CPUtime=190.6
/proc/31622/task/31626/stat : 31626 (pb_cplex) S 31621 31621 31588 0 -1 4202560 162847 0 0 0 18694 366 0 0 16 0 2 0 146009526 43442176 4952 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 2 4096 16387 18446604437852129216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 388.04
Current children cumulated vsize (KiB) 51124

[startup+282.302 s]
/proc/loadavg: 1.73 1.02 0.43 3/109 31634
/proc/meminfo: memFree=1426656/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=42424 CPUtime=491.98
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 379072 0 0 0 48275 923 0 0 16 0 2 0 146009473 43442176 4952 1992294400 134512640 146736320 4288383536 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10606 4952 1082 2985 0 7148 0
[pid=31622/tid=31626] ppid=31621 vsize=42424 CPUtime=241.55
/proc/31622/task/31626/stat : 31626 (pb_cplex) S 31621 31621 31588 0 -1 4202560 197959 0 0 0 23693 462 0 0 16 0 2 0 146009526 43442176 4952 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 2 4096 16387 18446604437852129216 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 491.98
Current children cumulated vsize (KiB) 51124

[startup+342.301 s]
/proc/loadavg: 1.78 1.16 0.51 3/109 31636
/proc/meminfo: memFree=1426532/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=42732 CPUtime=700.04
/proc/31622/stat : 31622 (pb_cplex) S 31621 31621 31588 0 -1 4202496 479729 0 0 0 68683 1321 0 0 16 0 2 0 146009473 43757568 5133 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10683 5133 1082 2985 0 7225 0
[pid=31622/tid=31626] ppid=31621 vsize=42732 CPUtime=343.29
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 249689 0 0 0 33676 653 0 0 16 0 2 0 146009526 43757568 5133 1992294400 134512640 146736320 4288383536 18446744073709551615 136634501 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 700.04
Current children cumulated vsize (KiB) 51432

[startup+462.301 s]
/proc/loadavg: 1.78 1.37 0.66 3/109 31638
/proc/meminfo: memFree=1423184/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=45308 CPUtime=803.7
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 502921 0 0 0 78879 1491 0 0 16 0 2 0 146009473 46395392 5823 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 11327 5823 1100 2985 0 7869 0
[pid=31622/tid=31626] ppid=31621 vsize=45308 CPUtime=394.05
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 259802 0 0 0 38669 736 0 0 16 0 2 0 146009526 46395392 5823 1992294400 134512640 146736320 4288383536 18446744073709551615 135468542 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 803.7
Current children cumulated vsize (KiB) 54008

[startup+522.301 s]
/proc/loadavg: 1.75 1.42 0.72 2/109 31640
/proc/meminfo: memFree=1421820/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=47464 CPUtime=908.33
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 516964 0 0 0 89171 1662 0 0 16 0 2 0 146009473 48603136 6152 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 11866 6152 1100 2985 0 8408 0
[pid=31622/tid=31626] ppid=31621 vsize=47464 CPUtime=445.77
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 268089 0 0 0 43754 823 0 0 16 0 2 0 146009526 48603136 6152 1992294400 134512640 146736320 4288383536 18446744073709551615 135231478 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 908.33
Current children cumulated vsize (KiB) 56164

[startup+582.3 s]
/proc/loadavg: 1.92 1.52 0.80 3/109 31642
/proc/meminfo: memFree=1422068/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=47468 CPUtime=1013.49
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 527264 0 0 0 99504 1845 0 0 16 0 2 0 146009473 48607232 6095 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 11867 6095 1100 2985 0 8409 0
[pid=31622/tid=31626] ppid=31621 vsize=47468 CPUtime=496.83
/proc/31622/task/31626/stat : 31626 (pb_cplex) S 31621 31621 31588 0 -1 4202560 273161 0 0 0 48770 913 0 0 16 0 2 0 146009526 48607232 6095 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 2 4096 16387 18446604437852129216 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1013.49
Current children cumulated vsize (KiB) 56168

[startup+642.302 s]
/proc/loadavg: 1.85 1.58 0.86 3/109 31644
/proc/meminfo: memFree=1422564/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=46600 CPUtime=1118.21
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 540040 0 0 0 109795 2026 0 0 16 0 2 0 146009473 47718400 5966 1992294400 134512640 146736320 4288383536 18446744073709551615 136674347 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 11650 5966 1100 2985 0 8192 0
[pid=31622/tid=31626] ppid=31621 vsize=46600 CPUtime=547.8
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 280687 0 0 0 53778 1002 0 0 16 0 2 0 146009526 47718400 5966 1992294400 134512640 146736320 4288383536 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1118.21
Current children cumulated vsize (KiB) 55300

[startup+702.302 s]
/proc/loadavg: 1.66 1.57 0.90 3/109 31646
/proc/meminfo: memFree=1422440/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=46596 CPUtime=1222.69
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 554509 0 0 0 120061 2208 0 0 15 0 2 0 146009473 47714304 5965 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 11649 5965 1100 2985 0 8191 0
[pid=31622/tid=31626] ppid=31621 vsize=46596 CPUtime=598.77
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 287181 0 0 0 58785 1092 0 0 16 0 2 0 146009526 47714304 5965 1992294400 134512640 146736320 4288383536 18446744073709551615 138443532 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1222.69
Current children cumulated vsize (KiB) 55296

[startup+762.309 s]
/proc/loadavg: 1.75 1.63 0.96 3/109 31646
/proc/meminfo: memFree=1422440/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=46600 CPUtime=1326.81
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 578735 0 0 0 130288 2393 0 0 16 0 2 0 146009473 47718400 5966 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 11650 5966 1100 2985 0 8192 0
[pid=31622/tid=31626] ppid=31621 vsize=46600 CPUtime=649.53
/proc/31622/task/31626/stat : 31626 (pb_cplex) R 31621 31621 31588 0 -1 4202560 297424 0 0 0 63770 1183 0 0 16 0 2 0 146009526 47718400 5966 1992294400 134512640 146736320 4288383536 18446744073709551615 135982683 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1326.81
Current children cumulated vsize (KiB) 55300

[startup+822.301 s]
/proc/loadavg: 1.62 1.62 1.00 3/109 31650
/proc/meminfo: memFree=1428516/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=40308 CPUtime=1429.64
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 597739 0 0 0 140386 2578 0 0 16 0 2 0 146009473 41275392 4650 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10077 4650 1116 2985 0 6619 0
[pid=31622/tid=31650] ppid=31621 vsize=40308 CPUtime=4.7
/proc/31622/task/31650/stat : 31650 (pb_cplex) R 31621 31621 31588 0 -1 4202560 777 0 0 0 464 6 0 0 16 0 2 0 146091119 41275392 4650 1992294400 134512640 146736320 4288383536 18446744073709551615 135854505 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1429.64
Current children cumulated vsize (KiB) 49008

[startup+882.301 s]
/proc/loadavg: 1.61 1.62 1.04 3/109 31652
/proc/meminfo: memFree=1426656/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=41020 CPUtime=1531.43
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 671024 0 0 0 150383 2760 0 0 16 0 2 0 146009473 42004480 4918 1992294400 134512640 146736320 4288383536 18446744073709551615 135850298 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 10255 4918 1119 2985 0 6797 0
[pid=31622/tid=31650] ppid=31621 vsize=41020 CPUtime=54.91
/proc/31622/task/31650/stat : 31650 (pb_cplex) R 31621 31621 31588 0 -1 4202560 22855 0 0 0 5401 90 0 0 16 0 2 0 146091119 42004480 4918 1992294400 134512640 146736320 4288383536 18446744073709551615 135468677 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1531.43
Current children cumulated vsize (KiB) 49720

[startup+942.302 s]
/proc/loadavg: 1.67 1.63 1.08 2/109 31654
/proc/meminfo: memFree=1426904/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=41052 CPUtime=1635.82
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 692227 0 0 0 160632 2950 0 0 16 0 2 0 146009473 42037248 4966 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31622/statm: 10263 4966 1119 2985 0 6805 0
[pid=31622/tid=31650] ppid=31621 vsize=41052 CPUtime=106.43
/proc/31622/task/31650/stat : 31650 (pb_cplex) R 31621 31621 31588 0 -1 4202560 36855 0 0 0 10459 184 0 0 16 0 2 0 146091119 42037248 4966 1992294400 134512640 146736320 4288383536 18446744073709551615 135999170 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1635.82
Current children cumulated vsize (KiB) 49752

[startup+1002.3 s]
/proc/loadavg: 1.64 1.62 1.10 3/109 31656
/proc/meminfo: memFree=1426284/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=41444 CPUtime=1740.86
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 701924 0 0 0 170944 3142 0 0 16 0 2 0 146009473 42438656 5015 1992294400 134512640 146736320 4288383536 18446744073709551615 136015517 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 10361 5015 1119 2985 0 6903 0
[pid=31622/tid=31650] ppid=31621 vsize=41444 CPUtime=158.91
/proc/31622/task/31650/stat : 31650 (pb_cplex) R 31621 31621 31588 0 -1 4202560 42172 0 0 0 15610 281 0 0 16 0 2 0 146091119 42438656 5015 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.86
Current children cumulated vsize (KiB) 50144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1036.4 s]
/proc/loadavg: 1.80 1.66 1.14 3/109 31656
/proc/meminfo: memFree=1426036/2059040 swapFree=4139568/4192956
[pid=31621] ppid=31619 vsize=8700 CPUtime=0
/proc/31621/stat : 31621 (run) S 31619 31621 31588 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146009473 8908800 248 1992294400 4194304 4922060 140736503934416 18446744073709551615 257906285701 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31621/statm: 2175 248 208 178 0 68 0
[pid=31622] ppid=31621 vsize=41444 CPUtime=1800.06
/proc/31622/stat : 31622 (pb_cplex) R 31621 31621 31588 0 -1 4202496 708213 0 0 0 176757 3249 0 0 16 0 2 0 146009473 42438656 5066 1992294400 134512640 146736320 4288383536 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31622/statm: 10361 5066 1119 2985 0 6903 0
[pid=31622/tid=31650] ppid=31621 vsize=41444 CPUtime=188.07
/proc/31622/task/31650/stat : 31650 (pb_cplex) R 31621 31621 31588 0 -1 4202560 45589 0 0 0 18476 331 0 0 16 0 2 0 146091119 42438656 5066 1992294400 134512640 146736320 4288383536 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 50144

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

Child status: 0
Real time (s): 1036.42
CPU time (s): 1800.09
CPU user time (s): 1767.59
CPU system time (s): 32.4951
CPU usage (%): 173.684
Max. virtual memory (cumulated for all children) (KiB): 60420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.59
system time used= 32.4951
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 708587
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= 1137468
involuntary context switches= 27884

runsolver used 2.05069 second user time and 5.18921 second system time

The end

Launcher Data

Begin job on node030 at 2010-07-02 07:05:41
IDJOB=2696855
IDBENCH=47889
IDSOLVER=1209
FILE ID=node030/2696855-1278047141
PBS_JOBID= 11198860
Free space on /tmp= 62452 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=47-P1=17-P2=37-P3=53-P4=13-P5=13-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696855-1278047141/watcher-2696855-1278047141 -o /tmp/evaluation-result-2696855-1278047141/solver-2696855-1278047141 -C 1800 -W 2000 -M 1800  run HOME/instance-2696855-1278047141.opb

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

MD5SUM BENCH= 4a54e07caaccf9019e5a54d4dcd3a55b
RANDOM SEED=1685767235

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1445944 kB
Buffers:        146588 kB
Cached:         354376 kB
SwapCached:       7532 kB
Active:         233528 kB
Inactive:       282008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1445944 kB
SwapTotal:     4192956 kB
SwapFree:      4139568 kB
Dirty:           16628 kB
Writeback:           0 kB
AnonPages:       12624 kB
Mapped:          12012 kB
Slab:            75608 kB
PageTables:       4172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181052 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-2696855-1278047141.opb

Free space on /tmp at the end= 62436 MiB
End job on node030 at 2010-07-02 07:22:58