Trace number 2696982

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.07 1006.92

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=29-P1=59-P2=11-P3=29-P4=29-P5=11-P6=41-P7=53-B.opb
MD5SUMaffad7ab158260414bbe6adaa71155fb
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.51492
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 variables126
Total number of constraints15
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 constraints15
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)252
Sum of products size (including duplicates)504
Number of different products252
Sum of products size504

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696982-1278048242.opb.
0.00/0.00	c Instance file HOME/instance-2696982-1278048242.opb
0.00/0.00	c File size is 18837 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:      378                                                 |
0.00/0.01	c |  Number Constraints:    519                                                 |
0.00/0.01	c ===============================================================================
1800.05/1006.91	c Remaining time 1799.99 sec.
1800.05/1006.91	c 
1800.05/1006.91	c *** INTERRUPTED ***
1800.05/1006.91	s UNKNOWN
1800.05/1006.91	c Total CPU time              : 1777.22 s
1800.05/1006.91	c Memory used           : 52.80 MB
1800.05/1006.91	c CPU time              : 1777.22 s
1800.05/1006.91	c 
1800.05/1006.91	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-2696982-1278048242/watcher-2696982-1278048242 -o /tmp/evaluation-result-2696982-1278048242/solver-2696982-1278048242 -C 1800 -W 2000 -M 1800 run HOME/instance-2696982-1278048242.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: 2.11 2.20 1.49 3/106 31145
/proc/meminfo: memFree=1428652/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) R 31143 31145 31039 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171355541 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0

[startup+0.0812771 s]
/proc/loadavg: 2.11 2.20 1.49 3/106 31145
/proc/meminfo: memFree=1428652/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100277 s]
/proc/loadavg: 2.11 2.20 1.49 3/106 31145
/proc/meminfo: memFree=1428652/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300275 s]
/proc/loadavg: 2.11 2.20 1.49 3/106 31145
/proc/meminfo: memFree=1428652/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700271 s]
/proc/loadavg: 2.11 2.20 1.49 3/106 31145
/proc/meminfo: memFree=1428652/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50026 s]
/proc/loadavg: 2.11 2.20 1.49 3/109 31150
/proc/meminfo: memFree=1421064/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=33252 CPUtime=2.25
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 8949 0 0 0 216 9 0 0 17 0 2 0 146116237 34050048 2930 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 8313 2930 1074 2985 0 4855 0
[pid=31146/tid=31150] ppid=31145 vsize=33252 CPUtime=0.72
/proc/31146/task/31150/stat : 31150 (pb_cplex) R 31145 31145 31039 0 -1 4202560 2890 0 0 0 70 2 0 0 19 0 2 0 146116309 34050048 2930 1992294400 134512640 146736320 4291749072 18446744073709551615 144716444 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 41952

[startup+3.10025 s]
/proc/loadavg: 2.11 2.20 1.49 2/109 31150
/proc/meminfo: memFree=1419452/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=36008 CPUtime=5.13
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 15069 0 0 0 499 14 0 0 16 0 2 0 146116237 36872192 3582 1992294400 134512640 146736320 4291749072 18446744073709551615 136388020 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 9002 3582 1074 2985 0 5544 0
[pid=31146/tid=31150] ppid=31145 vsize=36008 CPUtime=2.26
/proc/31146/task/31150/stat : 31150 (pb_cplex) R 31145 31145 31039 0 -1 4202560 7440 0 0 0 221 5 0 0 21 0 2 0 146116309 36872192 3582 1992294400 134512640 146736320 4291749072 18446744073709551615 136382209 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 44708

[startup+6.30121 s]
/proc/loadavg: 2.10 2.20 1.49 3/109 31150
/proc/meminfo: memFree=1412632/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=40836 CPUtime=10.64
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 20676 0 0 0 1043 21 0 0 16 0 2 0 146116237 41816064 4617 1992294400 134512640 146736320 4291749072 18446744073709551615 136674347 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 10209 4617 1092 2985 0 6751 0
[pid=31146/tid=31150] ppid=31145 vsize=40836 CPUtime=5.14
/proc/31146/task/31150/stat : 31150 (pb_cplex) R 31145 31145 31039 0 -1 4202560 10696 0 0 0 505 9 0 0 25 0 2 0 146116309 41816064 4617 1992294400 134512640 146736320 4291749072 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.64
Current children cumulated vsize (KiB) 49536

[startup+12.7001 s]
/proc/loadavg: 2.02 2.18 1.49 3/109 31150
/proc/meminfo: memFree=1411144/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=46564 CPUtime=22
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 31911 0 0 0 2166 34 0 0 16 0 2 0 146116237 47681536 6023 1992294400 134512640 146736320 4291749072 18446744073709551615 139023034 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 11641 6023 1092 2985 0 8183 0
[pid=31146/tid=31150] ppid=31145 vsize=46564 CPUtime=11
/proc/31146/task/31150/stat : 31150 (pb_cplex) R 31145 31145 31039 0 -1 4202560 17626 0 0 0 1084 16 0 0 25 0 2 0 146116309 47681536 6023 1992294400 134512640 146736320 4291749072 18446744073709551615 139023058 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22
Current children cumulated vsize (KiB) 55264

[startup+25.5 s]
/proc/loadavg: 1.94 2.15 1.49 2/109 31150
/proc/meminfo: memFree=1406184/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=47860 CPUtime=44.26
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 49307 0 0 0 4367 59 0 0 16 0 2 0 146116237 49008640 6337 1992294400 134512640 146736320 4291749072 18446744073709551615 139028308 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 11965 6337 1092 2985 0 8507 0
[pid=31146/tid=31150] ppid=31145 vsize=47860 CPUtime=22.74
/proc/31146/task/31150/stat : 31150 (pb_cplex) R 31145 31145 31039 0 -1 4202560 32813 0 0 0 2242 32 0 0 25 0 2 0 146116309 49008640 6337 1992294400 134512640 146736320 4291749072 18446744073709551615 136015727 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.26
Current children cumulated vsize (KiB) 56560

[startup+51.1008 s]
/proc/loadavg: 1.75 2.09 1.48 3/109 31152
/proc/meminfo: memFree=1406432/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=47860 CPUtime=83.68
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 100077 0 0 0 8255 113 0 0 21 0 2 0 146116237 49008640 6382 1992294400 134512640 146736320 4291749072 18446744073709551615 139044509 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 11965 6382 1119 2985 0 8507 0
[pid=31146/tid=31152] ppid=31145 vsize=47860 CPUtime=10.93
/proc/31146/task/31152/stat : 31152 (pb_cplex) R 31145 31145 31039 0 -1 4202560 23252 0 0 0 1073 20 0 0 16 0 2 0 146120109 49008640 6382 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 83.68
Current children cumulated vsize (KiB) 56560

[startup+102.31 s]
/proc/loadavg: 1.77 2.03 1.49 2/109 31154
/proc/meminfo: memFree=1402712/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=55672 CPUtime=173.22
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 219484 0 0 0 17073 249 0 0 16 0 2 0 146116237 57008128 7730 1992294400 134512640 146736320 4291749072 18446744073709551615 135236814 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13918 7730 1122 2985 0 10460 0
[pid=31146/tid=31152] ppid=31145 vsize=55672 CPUtime=55.39
/proc/31146/task/31152/stat : 31152 (pb_cplex) R 31145 31145 31039 0 -1 4202560 95575 0 0 0 5447 92 0 0 16 0 2 0 146120109 57008128 7730 1992294400 134512640 146736320 4291749072 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 173.22
Current children cumulated vsize (KiB) 64372

[startup+162.301 s]
/proc/loadavg: 1.75 1.98 1.51 3/109 31156
/proc/meminfo: memFree=1401720/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=54024 CPUtime=279.53
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 230649 0 0 0 27584 369 0 0 16 0 2 0 146116237 55320576 7463 1992294400 134512640 146736320 4291749072 18446744073709551615 139043577 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 13506 7463 1123 2985 0 10048 0
[pid=31146/tid=31152] ppid=31145 vsize=54024 CPUtime=108.14
/proc/31146/task/31152/stat : 31152 (pb_cplex) R 31145 31145 31039 0 -1 4202560 100263 0 0 0 10661 153 0 0 16 0 2 0 146120109 55320576 7463 1992294400 134512640 146736320 4291749072 18446744073709551615 135468528 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 279.53
Current children cumulated vsize (KiB) 62724

[startup+222.301 s]
/proc/loadavg: 1.91 1.98 1.54 3/109 31158
/proc/meminfo: memFree=1402340/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=52876 CPUtime=385.85
/proc/31146/stat : 31146 (pb_cplex) S 31145 31145 31039 0 -1 4202496 235885 0 0 0 38085 500 0 0 18 0 2 0 146116237 54145024 7253 1992294400 134512640 146736320 4291749072 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13219 7253 1123 2985 0 9761 0
[pid=31146/tid=31152] ppid=31145 vsize=52876 CPUtime=160.98
/proc/31146/task/31152/stat : 31152 (pb_cplex) R 31145 31145 31039 0 -1 4202560 100409 0 0 0 15883 215 0 0 16 0 2 0 146120109 54145024 7253 1992294400 134512640 146736320 4291749072 18446744073709551615 139046875 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 385.85
Current children cumulated vsize (KiB) 61576

[startup+282.3 s]
/proc/loadavg: 1.92 1.97 1.56 3/109 31158
/proc/meminfo: memFree=1401224/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=53520 CPUtime=491.4
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 250761 0 0 0 48517 623 0 0 16 0 2 0 146116237 54804480 7467 1992294400 134512640 146736320 4291749072 18446744073709551615 135850288 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 13380 7467 1123 2985 0 9922 0
[pid=31146/tid=31152] ppid=31145 vsize=53520 CPUtime=213.21
/proc/31146/task/31152/stat : 31152 (pb_cplex) R 31145 31145 31039 0 -1 4202560 105539 0 0 0 21045 276 0 0 16 0 2 0 146120109 54804480 7467 1992294400 134512640 146736320 4291749072 18446744073709551615 136016577 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 491.4
Current children cumulated vsize (KiB) 62220

[startup+342.301 s]
/proc/loadavg: 1.80 1.93 1.57 3/109 31160
/proc/meminfo: memFree=1401968/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=52536 CPUtime=806.37
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 338105 0 0 0 79622 1015 0 0 17 0 2 0 146116237 53796864 7231 1992294400 134512640 146736320 4291749072 18446744073709551615 135526333 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13134 7231 1123 2985 0 9676 0
[pid=31146/tid=31152] ppid=31145 vsize=52536 CPUtime=368.04
/proc/31146/task/31152/stat : 31152 (pb_cplex) R 31145 31145 31039 0 -1 4202560 141473 0 0 0 36335 469 0 0 16 0 2 0 146120109 53796864 7231 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 806.37
Current children cumulated vsize (KiB) 61236

[startup+522.301 s]
/proc/loadavg: 1.68 1.86 1.61 3/109 31169
/proc/meminfo: memFree=1401720/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=53404 CPUtime=912.25
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 376880 0 0 0 90069 1156 0 0 17 0 2 0 146116237 54685696 7359 1992294400 134512640 146736320 4291749072 18446744073709551615 136414091 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13351 7359 1123 2985 0 9893 0
[pid=31146/tid=31152] ppid=31145 vsize=53404 CPUtime=420.08
/proc/31146/task/31152/stat : 31152 (pb_cplex) R 31145 31145 31039 0 -1 4202560 144275 0 0 0 41476 532 0 0 16 0 2 0 146120109 54685696 7359 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 912.25
Current children cumulated vsize (KiB) 62104

[startup+582.302 s]
/proc/loadavg: 1.82 1.88 1.63 2/109 31170
/proc/meminfo: memFree=1401348/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=52756 CPUtime=1019.56
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 388593 0 0 0 100667 1289 0 0 21 0 2 0 146116237 54022144 7443 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 13189 7443 1123 2985 0 9731 0
[pid=31146/tid=31170] ppid=31145 vsize=52756 CPUtime=21.22
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 1784 0 0 0 2097 25 0 0 17 0 2 0 146172101 54022144 7443 1992294400 134512640 146736320 4291749072 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1019.56
Current children cumulated vsize (KiB) 61456

[startup+642.301 s]
/proc/loadavg: 1.94 1.91 1.65 3/109 31172
/proc/meminfo: memFree=1399860/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=56028 CPUtime=1130.59
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 393125 0 0 0 111636 1423 0 0 17 0 2 0 146116237 57372672 8124 1992294400 134512640 146736320 4291749072 18446744073709551615 138424279 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 14007 8124 1123 2985 0 10549 0
[pid=31146/tid=31170] ppid=31145 vsize=56028 CPUtime=76.11
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 3955 0 0 0 7517 94 0 0 18 0 2 0 146172101 57372672 8124 1992294400 134512640 146736320 4291749072 18446744073709551615 135468654 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1130.59
Current children cumulated vsize (KiB) 64728

[startup+702.301 s]
/proc/loadavg: 1.97 1.92 1.67 3/109 31174
/proc/meminfo: memFree=1400108/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=54448 CPUtime=1241.8
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 400664 0 0 0 122622 1558 0 0 20 0 2 0 146116237 55754752 7853 1992294400 134512640 146736320 4291749072 18446744073709551615 136402277 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 13612 7853 1124 2985 0 10154 0
[pid=31146/tid=31170] ppid=31145 vsize=54448 CPUtime=131.23
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 8384 0 0 0 12960 163 0 0 17 0 2 0 146172101 55754752 7853 1992294400 134512640 146736320 4291749072 18446744073709551615 137026959 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1241.8
Current children cumulated vsize (KiB) 63148

[startup+762.309 s]
/proc/loadavg: 1.95 1.92 1.68 3/109 31176
/proc/meminfo: memFree=1400604/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=54164 CPUtime=1351.12
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 425653 0 0 0 133412 1700 0 0 17 0 2 0 146116237 55463936 7762 1992294400 134512640 146736320 4291749072 18446744073709551615 136489590 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13541 7762 1123 2985 0 10083 0
[pid=31146/tid=31170] ppid=31145 vsize=54164 CPUtime=185.58
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 24171 0 0 0 18323 235 0 0 21 0 2 0 146172101 55463936 7762 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1351.12
Current children cumulated vsize (KiB) 62864

[startup+822.301 s]
/proc/loadavg: 1.84 1.90 1.69 3/109 31178
/proc/meminfo: memFree=1401720/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=52688 CPUtime=1460.99
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 430278 0 0 0 144268 1831 0 0 17 0 2 0 146116237 53952512 7427 1992294400 134512640 146736320 4291749072 18446744073709551615 136015700 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13172 7427 1123 2985 0 9714 0
[pid=31146/tid=31170] ppid=31145 vsize=52688 CPUtime=239.71
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 27742 0 0 0 23677 294 0 0 18 0 2 0 146172101 53952512 7427 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1460.99
Current children cumulated vsize (KiB) 61388

[startup+882.302 s]
/proc/loadavg: 1.75 1.85 1.69 3/109 31178
/proc/meminfo: memFree=1401472/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=52732 CPUtime=1570.69
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 458729 0 0 0 155091 1978 0 0 18 0 2 0 146116237 53997568 7384 1992294400 134512640 146736320 4291749072 18446744073709551615 135468704 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13183 7384 1123 2985 0 9725 0
[pid=31146/tid=31170] ppid=31145 vsize=52732 CPUtime=294.02
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 48942 0 0 0 29028 374 0 0 18 0 2 0 146172101 53997568 7384 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1570.69
Current children cumulated vsize (KiB) 61432

[startup+942.301 s]
/proc/loadavg: 1.69 1.80 1.68 2/109 31180
/proc/meminfo: memFree=1401472/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=52800 CPUtime=1681.16
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 483539 0 0 0 165991 2125 0 0 17 0 2 0 146116237 54067200 7405 1992294400 134512640 146736320 4291749072 18446744073709551615 135850319 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31146/statm: 13200 7405 1123 2985 0 9742 0
[pid=31146/tid=31170] ppid=31145 vsize=52800 CPUtime=348.88
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 59847 0 0 0 34441 447 0 0 18 0 2 0 146172101 54067200 7405 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1681.16
Current children cumulated vsize (KiB) 61500

[startup+1002.3 s]
/proc/loadavg: 1.83 1.82 1.69 3/109 31182
/proc/meminfo: memFree=1401472/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=53204 CPUtime=1791.66
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 499489 0 0 0 176892 2274 0 0 17 0 2 0 146116237 54480896 7506 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 13301 7506 1123 2985 0 9843 0
[pid=31146/tid=31170] ppid=31145 vsize=53204 CPUtime=404.23
/proc/31146/task/31170/stat : 31170 (pb_cplex) R 31145 31145 31039 0 -1 4202560 66722 0 0 0 39900 523 0 0 18 0 2 0 146172101 54480896 7506 1992294400 134512640 146736320 4291749072 18446744073709551615 136389849 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.66
Current children cumulated vsize (KiB) 61904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1006.9 s]
/proc/loadavg: 1.92 1.84 1.70 3/109 31182
/proc/meminfo: memFree=1400728/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=54068 CPUtime=1800.05
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 499978 0 0 0 177721 2284 0 0 17 0 2 0 146116237 55365632 7707 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 13517 7707 1123 2985 0 10059 0
[pid=31146/tid=31170] ppid=31145 vsize=54068 CPUtime=408.43
/proc/31146/task/31170/stat : 31170 (pb_cplex) S 31145 31145 31039 0 -1 4202560 67061 0 0 0 40315 528 0 0 18 0 2 0 146172101 55365632 7707 1992294400 134512640 146736320 4291749072 18446744073709551615 144580073 0 2 4096 16387 18446604437844190144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 62768

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

[startup+1006.9 s]
/proc/loadavg: 1.92 1.84 1.70 3/109 31182
/proc/meminfo: memFree=1400728/2059040 swapFree=4136140/4192956
[pid=31145] ppid=31143 vsize=8700 CPUtime=0
/proc/31145/stat : 31145 (run) S 31143 31145 31039 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 146116237 8908800 249 1992294400 4194304 4922060 140735055448416 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31145/statm: 2175 249 208 178 0 68 0
[pid=31146] ppid=31145 vsize=54068 CPUtime=1800.05
/proc/31146/stat : 31146 (pb_cplex) R 31145 31145 31039 0 -1 4202496 499978 0 0 0 177721 2284 0 0 17 0 2 0 146116237 55365632 7707 1992294400 134512640 146736320 4291749072 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31146/statm: 13517 7707 1123 2985 0 10059 0
[pid=31146/tid=31170] ppid=31145 vsize=54068 CPUtime=408.43
/proc/31146/task/31170/stat : 31170 (pb_cplex) S 31145 31145 31039 0 -1 4202560 67061 0 0 0 40315 528 0 0 18 0 2 0 146172101 55365632 7707 1992294400 134512640 146736320 4291749072 18446744073709551615 144580073 0 2 4096 16387 18446604437844190144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 62768

Child status: 0
Real time (s): 1006.92
CPU time (s): 1800.07
CPU user time (s): 1777.22
CPU system time (s): 22.8485
CPU usage (%): 178.77
Max. virtual memory (cumulated for all children) (KiB): 64728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1777.22
system time used= 22.8485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 500353
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= 489701
involuntary context switches= 29026

runsolver used 2.04269 second user time and 5.2942 second system time

The end

Launcher Data

Begin job on node047 at 2010-07-02 07:24:02
IDJOB=2696982
IDBENCH=48016
IDSOLVER=1209
FILE ID=node047/2696982-1278048242
PBS_JOBID= 11198846
Free space on /tmp= 62412 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=29-P1=59-P2=11-P3=29-P4=29-P5=11-P6=41-P7=53-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696982-1278048242/watcher-2696982-1278048242 -o /tmp/evaluation-result-2696982-1278048242/solver-2696982-1278048242 -C 1800 -W 2000 -M 1800  run HOME/instance-2696982-1278048242.opb

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

MD5SUM BENCH= affad7ab158260414bbe6adaa71155fb
RANDOM SEED=996416256

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1429304 kB
Buffers:        152108 kB
Cached:         370180 kB
SwapCached:      10136 kB
Active:         247616 kB
Inactive:       288156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1429304 kB
SwapTotal:     4192956 kB
SwapFree:      4136140 kB
Dirty:           16532 kB
Writeback:           0 kB
AnonPages:       12024 kB
Mapped:           8508 kB
Slab:            72016 kB
PageTables:       4212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180664 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-2696982-1278048242.opb

Free space on /tmp at the end= 62396 MiB
End job on node047 at 2010-07-02 07:40:49