Trace number 2696962

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.19 1241.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=8-P0=239-P1=257-P2=113-P3=223-B.opb
MD5SUMff8e4ce8aca8e0dab1b59dd2a47026b4
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 benchmark1.64775
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 variables72
Total number of constraints7
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 constraints7
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)192
Sum of products size (including duplicates)384
Number of different products192
Sum of products size384

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696962-1278048192.opb.
0.00/0.00	c Instance file HOME/instance-2696962-1278048192.opb
0.00/0.00	c File size is 14173 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.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:      264                                                 |
0.00/0.01	c |  Number Constraints:    391                                                 |
0.00/0.01	c ===============================================================================
1800.17/1241.41	c Remaining time 1799.99 sec.
1800.17/1241.41	c 
1800.17/1241.41	c *** INTERRUPTED ***
1800.17/1241.41	s UNKNOWN
1800.17/1241.41	c Total CPU time              : 1767.68 s
1800.17/1241.41	c Memory used           : 47.92 MB
1800.17/1241.41	c CPU time              : 1767.68 s
1800.17/1241.41	c 
1800.17/1241.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-2696962-1278048192/watcher-2696962-1278048192 -o /tmp/evaluation-result-2696962-1278048192/solver-2696962-1278048192 -C 1800 -W 2000 -M 1800 run HOME/instance-2696962-1278048192.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.64 1.81 1.30 3/106 30180
/proc/meminfo: memFree=1382860/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) R 30178 30180 30030 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007142805 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0

[startup+0.090711 s]
/proc/loadavg: 1.64 1.81 1.30 3/106 30180
/proc/meminfo: memFree=1382860/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101711 s]
/proc/loadavg: 1.64 1.81 1.30 3/106 30180
/proc/meminfo: memFree=1382860/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301668 s]
/proc/loadavg: 1.64 1.81 1.30 3/106 30180
/proc/meminfo: memFree=1382860/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700706 s]
/proc/loadavg: 1.64 1.81 1.30 3/106 30180
/proc/meminfo: memFree=1382860/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5017 s]
/proc/loadavg: 1.64 1.81 1.30 3/109 30187
/proc/meminfo: memFree=1377256/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=32488 CPUtime=2.37
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 11911 0 0 0 227 10 0 0 17 0 2 0 146111983 33267712 2632 1992294400 134512640 146736320 4294397216 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30181/statm: 8122 2632 1071 2985 0 4664 0
[pid=30181/tid=30187] ppid=30180 vsize=32488 CPUtime=0.85
/proc/30181/task/30187/stat : 30187 (pb_cplex) R 30180 30180 30030 0 -1 4202560 4754 0 0 0 82 3 0 0 17 0 2 0 146112035 33267712 2632 1992294400 134512640 146736320 4294397216 18446744073709551615 135451470 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 41188

[startup+3.10069 s]
/proc/loadavg: 1.64 1.81 1.30 3/109 30187
/proc/meminfo: memFree=1374156/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=37316 CPUtime=5.1
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 22883 0 0 0 492 18 0 0 17 0 2 0 146111983 38211584 3530 1992294400 134512640 146736320 4294397216 18446744073709551615 135526325 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 9329 3530 1084 2985 0 5871 0
[pid=30181/tid=30187] ppid=30180 vsize=37316 CPUtime=2.16
/proc/30181/task/30187/stat : 30187 (pb_cplex) S 30180 30180 30030 0 -1 4202560 10596 0 0 0 209 7 0 0 16 0 2 0 146112035 38211584 3530 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 2 4096 16387 18446604437876234304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.1
Current children cumulated vsize (KiB) 46016

[startup+6.30066 s]
/proc/loadavg: 1.59 1.80 1.30 2/109 30187
/proc/meminfo: memFree=1369940/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=40816 CPUtime=10.67
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 32390 0 0 0 1038 29 0 0 16 0 2 0 146111983 41795584 4444 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30181/statm: 10204 4444 1071 2985 0 6746 0
[pid=30181/tid=30187] ppid=30180 vsize=40816 CPUtime=5.08
/proc/30181/task/30187/stat : 30187 (pb_cplex) R 30180 30180 30030 0 -1 4202560 16850 0 0 0 495 13 0 0 16 0 2 0 146112035 41795584 4444 1992294400 134512640 146736320 4294397216 18446744073709551615 139044502 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.67
Current children cumulated vsize (KiB) 49516

[startup+12.7008 s]
/proc/loadavg: 1.62 1.80 1.30 3/109 30187
/proc/meminfo: memFree=1362996/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=46284 CPUtime=20.9
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 62774 0 0 0 2039 51 0 0 17 0 2 0 146111983 47394816 5767 1992294400 134512640 146736320 4294397216 18446744073709551615 135468687 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11571 5767 1092 2985 0 8113 0
[pid=30181/tid=30187] ppid=30180 vsize=46284 CPUtime=10.15
/proc/30181/task/30187/stat : 30187 (pb_cplex) R 30180 30180 30030 0 -1 4202560 33986 0 0 0 989 26 0 0 16 0 2 0 146112035 47394816 5767 1992294400 134512640 146736320 4294397216 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.9
Current children cumulated vsize (KiB) 54984

[startup+25.5012 s]
/proc/loadavg: 1.62 1.79 1.31 3/109 30187
/proc/meminfo: memFree=1359028/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=49364 CPUtime=42.9
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 93186 0 0 0 4206 84 0 0 16 0 2 0 146111983 50548736 6728 1992294400 134512640 146736320 4294397216 18446744073709551615 135526785 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 12341 6728 1093 2985 0 8883 0
[pid=30181/tid=30187] ppid=30180 vsize=49364 CPUtime=21.67
/proc/30181/task/30187/stat : 30187 (pb_cplex) R 30180 30180 30030 0 -1 4202560 47031 0 0 0 2125 42 0 0 18 0 2 0 146112035 50548736 6728 1992294400 134512640 146736320 4294397216 18446744073709551615 135454093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.9
Current children cumulated vsize (KiB) 58064

[startup+51.102 s]
/proc/loadavg: 1.69 1.79 1.32 3/109 30187
/proc/meminfo: memFree=1358284/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=50096 CPUtime=85.67
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 137949 0 0 0 8421 146 0 0 17 0 2 0 146111983 51298304 6932 1992294400 134512640 146736320 4294397216 18446744073709551615 136008178 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30181/statm: 12524 6932 1113 2985 0 9066 0
[pid=30181/tid=30187] ppid=30180 vsize=50096 CPUtime=41.27
/proc/30181/task/30187/stat : 30187 (pb_cplex) S 30180 30180 30030 0 -1 4202560 66719 0 0 0 4056 71 0 0 16 0 2 0 146112035 51298304 6932 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 2 4096 16387 18446604437876234304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 85.67
Current children cumulated vsize (KiB) 58796

[startup+102.309 s]
/proc/loadavg: 1.72 1.79 1.34 2/109 30193
/proc/meminfo: memFree=1365228/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=43380 CPUtime=165.52
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 288937 0 0 0 16258 294 0 0 17 0 2 0 146111983 44421120 5457 1992294400 134512640 146736320 4294397216 18446744073709551615 139023043 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 10845 5457 1122 2985 0 7387 0
[pid=30181/tid=30193] ppid=30180 vsize=43380 CPUtime=25.51
/proc/30181/task/30193/stat : 30193 (pb_cplex) S 30180 30180 30030 0 -1 4202560 65632 0 0 0 2495 56 0 0 17 0 2 0 146118801 44421120 5457 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 2 4096 16387 18446604437876234304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.52
Current children cumulated vsize (KiB) 52080

[startup+162.301 s]
/proc/loadavg: 1.66 1.75 1.36 3/109 30195
/proc/meminfo: memFree=1364484/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=44908 CPUtime=248
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 527513 0 0 0 24326 474 0 0 16 0 2 0 146111983 45985792 5727 1992294400 134512640 146736320 4294397216 18446744073709551615 137176730 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11227 5727 1123 2985 0 7769 0
[pid=30181/tid=30193] ppid=30180 vsize=44908 CPUtime=64.21
/proc/30181/task/30193/stat : 30193 (pb_cplex) S 30180 30180 30030 0 -1 4202560 177463 0 0 0 6280 141 0 0 16 0 2 0 146118801 45985792 5727 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 2 4096 16387 18446604437876234304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 248
Current children cumulated vsize (KiB) 53608

[startup+222.302 s]
/proc/loadavg: 1.61 1.72 1.37 2/109 30197
/proc/meminfo: memFree=1362624/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=45412 CPUtime=331.34
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 748094 0 0 0 32479 655 0 0 18 0 2 0 146111983 46501888 5842 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11353 5842 1123 2985 0 7895 0
[pid=30181/tid=30193] ppid=30180 vsize=45412 CPUtime=104.91
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 284325 0 0 0 10262 229 0 0 16 0 2 0 146118801 46501888 5842 1992294400 134512640 146736320 4294397216 18446744073709551615 136402277 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 331.34
Current children cumulated vsize (KiB) 54112

[startup+282.301 s]
/proc/loadavg: 1.69 1.72 1.39 2/109 30197
/proc/meminfo: memFree=1362872/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=45632 CPUtime=422.26
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 869030 0 0 0 41390 836 0 0 16 0 2 0 146111983 46727168 5815 1992294400 134512640 146736320 4294397216 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11408 5815 1123 2985 0 7950 0
[pid=30181/tid=30193] ppid=30180 vsize=45632 CPUtime=150.74
/proc/30181/task/30193/stat : 30193 (pb_cplex) S 30180 30180 30030 0 -1 4202560 362294 0 0 0 14749 325 0 0 16 0 2 0 146118801 46727168 5815 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 2 4096 16387 18446604437876234304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 422.26
Current children cumulated vsize (KiB) 54332

[startup+342.302 s]
/proc/loadavg: 1.66 1.71 1.40 3/109 30199
/proc/meminfo: memFree=1362128/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=44100 CPUtime=863.62
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 1395089 0 0 0 84729 1633 0 0 16 0 2 0 146111983 45158400 5663 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11025 5663 1123 2985 0 7567 0
[pid=30181/tid=30193] ppid=30180 vsize=44100 CPUtime=374.9
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 684768 0 0 0 36751 739 0 0 16 0 2 0 146118801 45158400 5663 1992294400 134512640 146736320 4294397216 18446744073709551615 136237007 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 863.62
Current children cumulated vsize (KiB) 52800

[startup+642.301 s]
/proc/loadavg: 1.44 1.52 1.39 2/109 30210
/proc/meminfo: memFree=1362624/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=44532 CPUtime=948.41
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 1531089 0 0 0 93047 1794 0 0 17 0 2 0 146111983 45600768 5777 1992294400 134512640 146736320 4294397216 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11133 5777 1126 2985 0 7675 0
[pid=30181/tid=30193] ppid=30180 vsize=44532 CPUtime=420.36
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 771861 0 0 0 41213 823 0 0 15 0 2 0 146118801 45600768 5777 1992294400 134512640 146736320 4294397216 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 948.41
Current children cumulated vsize (KiB) 53232

[startup+702.302 s]
/proc/loadavg: 1.40 1.50 1.39 2/109 30212
/proc/meminfo: memFree=1362128/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=46640 CPUtime=1039.28
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 1591366 0 0 0 101979 1949 0 0 16 0 2 0 146111983 47759360 6093 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11660 6093 1130 2985 0 8202 0
[pid=30181/tid=30193] ppid=30180 vsize=46640 CPUtime=465.47
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 798715 0 0 0 45649 898 0 0 16 0 2 0 146118801 47759360 6093 1992294400 134512640 146736320 4294397216 18446744073709551615 135442101 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1039.28
Current children cumulated vsize (KiB) 55340

[startup+762.31 s]
/proc/loadavg: 1.26 1.45 1.37 2/109 30214
/proc/meminfo: memFree=1361136/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=46180 CPUtime=1124.86
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 1715514 0 0 0 110386 2100 0 0 18 0 2 0 146111983 47288320 6173 1992294400 134512640 146736320 4294397216 18446744073709551615 135526323 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11545 6173 1126 2985 0 8087 0
[pid=30181/tid=30193] ppid=30180 vsize=46180 CPUtime=504.4
/proc/30181/task/30193/stat : 30193 (pb_cplex) S 30180 30180 30030 0 -1 4202560 850493 0 0 0 49471 969 0 0 16 0 2 0 146118801 47288320 6173 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 2 4096 16387 18446604437876234304 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1124.86
Current children cumulated vsize (KiB) 54880

[startup+822.302 s]
/proc/loadavg: 1.33 1.43 1.37 2/109 30216
/proc/meminfo: memFree=1361756/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=45124 CPUtime=1201.86
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 1868398 0 0 0 117949 2237 0 0 17 0 2 0 146111983 46206976 5888 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11281 5888 1126 2985 0 7823 0
[pid=30181/tid=30193] ppid=30180 vsize=45124 CPUtime=543.58
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 944940 0 0 0 53314 1044 0 0 16 0 2 0 146118801 46206976 5888 1992294400 134512640 146736320 4294397216 18446744073709551615 135450751 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1201.86
Current children cumulated vsize (KiB) 53824

[startup+882.302 s]
/proc/loadavg: 1.41 1.43 1.37 2/109 30216
/proc/meminfo: memFree=1361260/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=47596 CPUtime=1280.89
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 2018636 0 0 0 125719 2370 0 0 18 0 2 0 146111983 48738304 6270 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11899 6270 1126 2985 0 8441 0
[pid=30181/tid=30193] ppid=30180 vsize=47596 CPUtime=583.18
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 1023434 0 0 0 57208 1110 0 0 19 0 2 0 146118801 48738304 6270 1992294400 134512640 146736320 4294397216 18446744073709551615 135450755 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1280.89
Current children cumulated vsize (KiB) 56296

[startup+942.302 s]
/proc/loadavg: 1.43 1.44 1.37 2/109 30218
/proc/meminfo: memFree=1362252/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=47660 CPUtime=1364.61
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 2105025 0 0 0 133949 2512 0 0 16 0 2 0 146111983 48803840 6195 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11915 6195 1126 2985 0 8457 0
[pid=30181/tid=30193] ppid=30180 vsize=47660 CPUtime=625.89
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 1082689 0 0 0 61405 1184 0 0 16 0 2 0 146118801 48803840 6195 1992294400 134512640 146736320 4294397216 18446744073709551615 136730107 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1364.61
Current children cumulated vsize (KiB) 56360

[startup+1002.3 s]
/proc/loadavg: 1.50 1.45 1.38 2/109 30220
/proc/meminfo: memFree=1361260/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=47312 CPUtime=1446.12
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 2233801 0 0 0 141964 2648 0 0 16 0 2 0 146111983 48447488 6176 1992294400 134512640 146736320 4294397216 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11828 6176 1126 2985 0 8370 0
[pid=30181/tid=30193] ppid=30180 vsize=47312 CPUtime=669.68
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 1157344 0 0 0 65712 1256 0 0 16 0 2 0 146118801 48447488 6176 1992294400 134512640 146736320 4294397216 18446744073709551615 135964346 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1446.12
Current children cumulated vsize (KiB) 56012

[startup+1062.3 s]
/proc/loadavg: 1.35 1.42 1.37 3/109 30222
/proc/meminfo: memFree=1359648/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=48024 CPUtime=1532.3
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 2354572 0 0 0 150423 2807 0 0 15 0 2 0 146111983 49176576 6546 1992294400 134512640 146736320 4294397216 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 12006 6546 1126 2985 0 8548 0
[pid=30181/tid=30193] ppid=30180 vsize=48024 CPUtime=716.4
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 1226495 0 0 0 70303 1337 0 0 16 0 2 0 146118801 49176576 6546 1992294400 134512640 146736320 4294397216 18446744073709551615 135467743 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1532.3
Current children cumulated vsize (KiB) 56724

[startup+1122.3 s]
/proc/loadavg: 1.64 1.48 1.39 2/109 30224
/proc/meminfo: memFree=1359772/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=47864 CPUtime=1622.24
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 2448750 0 0 0 159258 2966 0 0 16 0 2 0 146111983 49012736 6540 1992294400 134512640 146736320 4294397216 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 11966 6540 1126 2985 0 8508 0
[pid=30181/tid=30193] ppid=30180 vsize=47864 CPUtime=760.39
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 1249795 0 0 0 74631 1408 0 0 18 0 2 0 146118801 49012736 6540 1992294400 134512640 146736320 4294397216 18446744073709551615 135453309 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1622.24
Current children cumulated vsize (KiB) 56564

[startup+1182.3 s]
/proc/loadavg: 1.47 1.47 1.38 3/109 30224
/proc/meminfo: memFree=1359648/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=48044 CPUtime=1713.14
/proc/30181/stat : 30181 (pb_cplex) R 30180 30180 30030 0 -1 4202496 2521971 0 0 0 168197 3117 0 0 16 0 2 0 146111983 49197056 6560 1992294400 134512640 146736320 4294397216 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 12011 6560 1126 2985 0 8553 0
[pid=30181/tid=30193] ppid=30180 vsize=48044 CPUtime=802.91
/proc/30181/task/30193/stat : 30193 (pb_cplex) S 30180 30180 30030 0 -1 4202560 1277243 0 0 0 78811 1480 0 0 16 0 2 0 146118801 49197056 6560 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 2 4096 16387 18446604437876234304 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1713.14
Current children cumulated vsize (KiB) 56744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1241.4 s]
/proc/loadavg: 1.39 1.44 1.38 3/109 30226
/proc/meminfo: memFree=1359400/2059040 swapFree=4139628/4192956
[pid=30180] ppid=30178 vsize=8700 CPUtime=0
/proc/30180/stat : 30180 (run) S 30178 30180 30030 0 -1 4202496 366 0 0 0 0 0 0 0 20 0 1 0 146111983 8908800 249 1992294400 4194304 4922060 140734718161968 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30180/statm: 2175 249 208 178 0 68 0
[pid=30181] ppid=30180 vsize=49068 CPUtime=1800.17
/proc/30181/stat : 30181 (pb_cplex) S 30180 30180 30030 0 -1 4202496 2569634 0 0 0 176767 3250 0 0 16 0 2 0 146111983 50245632 6615 1992294400 134512640 146736320 4294397216 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30181/statm: 12267 6615 1126 2985 0 8809 0
[pid=30181/tid=30193] ppid=30180 vsize=49068 CPUtime=846.82
/proc/30181/task/30193/stat : 30193 (pb_cplex) R 30180 30180 30030 0 -1 4202560 1287464 0 0 0 83140 1542 0 0 16 0 2 0 146118801 50245632 6615 1992294400 134512640 146736320 4294397216 18446744073709551615 135453309 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 57768

Sending SIGTERM to process tree (bottom up)

Sleeping 2 secondsSolver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1241.42
CPU time (s): 1800.19
CPU user time (s): 1767.68
CPU system time (s): 32.5131
CPU usage (%): 145.011
Max. virtual memory (cumulated for all children) (KiB): 63992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1767.68
system time used= 32.5131
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2570009
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= 589454
involuntary context switches= 25730

runsolver used 2.45663 second user time and 6.34703 second system time

The end

Launcher Data

Begin job on node038 at 2010-07-02 07:23:12
IDJOB=2696962
IDBENCH=47996
IDSOLVER=1209
FILE ID=node038/2696962-1278048192
PBS_JOBID= 11198853
Free space on /tmp= 62440 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=239-P1=257-P2=113-P3=223-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696962-1278048192/watcher-2696962-1278048192 -o /tmp/evaluation-result-2696962-1278048192/solver-2696962-1278048192 -C 1800 -W 2000 -M 1800  run HOME/instance-2696962-1278048192.opb

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

MD5SUM BENCH= ff8e4ce8aca8e0dab1b59dd2a47026b4
RANDOM SEED=506061219

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1383892 kB
Buffers:        189236 kB
Cached:         371992 kB
SwapCached:       6884 kB
Active:         290920 kB
Inactive:       284124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1383892 kB
SwapTotal:     4192956 kB
SwapFree:      4139628 kB
Dirty:           16660 kB
Writeback:           0 kB
AnonPages:       12020 kB
Mapped:          11940 kB
Slab:            78148 kB
PageTables:       4184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181652 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-2696962-1278048192.opb

Free space on /tmp at the end= 62424 MiB
End job on node038 at 2010-07-02 07:43:54