Trace number 2696889

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.05 1142.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=5-P0=13-P1=5-P2=17-P3=2-P4=29-P5=5-P6=19-P7=17-P8=5-B.opb
MD5SUM872806d45eb1cc1623065d320b93ba6e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.3248
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables120
Total number of constraints17
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 constraints17
Minimum length of a constraint5
Maximum length of a constraint35
Number of terms in the objective function 5
Biggest coefficient in the objective function 16
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 31
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1984
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)200
Sum of products size (including duplicates)400
Number of different products200
Sum of products size400

Solver Data

0.00/0.01	c pb_cplex 1.0 - 20100701
0.00/0.01	c Parsing opb file format. File HOME/instance-2696889-1278047146.opb.
0.00/0.01	c Instance file HOME/instance-2696889-1278047146.opb
0.00/0.01	c File size is 15073 bytes.
0.00/0.01	c Highest Coefficient sum: 1984
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:      320                                                 |
0.00/0.01	c |  Number Constraints:    417                                                 |
0.00/0.01	c ===============================================================================
1800.03/1142.71	c Remaining time 1799.99 sec.
1800.03/1142.71	c 
1800.03/1142.71	c *** INTERRUPTED ***
1800.03/1142.71	s UNKNOWN
1800.03/1142.71	c Total CPU time              : 1775.63 s
1800.03/1142.71	c Memory used           : 47.84 MB
1800.03/1142.71	c CPU time              : 1775.63 s
1800.03/1142.71	c 
1800.03/1142.71	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-2696889-1278047146/watcher-2696889-1278047146 -o /tmp/evaluation-result-2696889-1278047146/solver-2696889-1278047146 -C 1800 -W 2000 -M 1800 run HOME/instance-2696889-1278047146.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 25180
/proc/meminfo: memFree=1568804/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) R 25178 25180 25147 0 -1 4202496 349 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567818133 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0

[startup+0.082841 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25180
/proc/meminfo: memFree=1568804/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100841 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25180
/proc/meminfo: memFree=1568804/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302837 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25180
/proc/meminfo: memFree=1568804/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700828 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 25180
/proc/meminfo: memFree=1568804/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 25185
/proc/meminfo: memFree=1562332/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=32228 CPUtime=2.33
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 9664 0 0 0 225 8 0 0 17 0 2 0 178370923 33001472 2646 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25181/statm: 8057 2646 1071 2985 0 4599 0
[pid=25181/tid=25185] ppid=25180 vsize=32228 CPUtime=0.73
/proc/25181/task/25185/stat : 25185 (pb_cplex) R 25180 25180 25147 0 -1 4202560 2241 0 0 0 71 2 0 0 17 0 2 0 178370989 33001472 2646 1992294400 134512640 146736320 4290021088 18446744073709551615 135983256 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 40928

[startup+3.10178 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 25185
/proc/meminfo: memFree=1560720/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=33540 CPUtime=5.12
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 16948 0 0 0 498 14 0 0 17 0 2 0 178370923 34344960 3068 1992294400 134512640 146736320 4290021088 18446744073709551615 136400484 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25181/statm: 8385 3068 1086 2985 0 4927 0
[pid=25181/tid=25185] ppid=25180 vsize=33540 CPUtime=2.14
/proc/25181/task/25185/stat : 25185 (pb_cplex) S 25180 25180 25147 0 -1 4202560 5593 0 0 0 208 6 0 0 17 0 2 0 178370989 34344960 3068 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.12
Current children cumulated vsize (KiB) 42240

[startup+6.30071 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 25185
/proc/meminfo: memFree=1558860/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=35468 CPUtime=10.41
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 26045 0 0 0 1015 26 0 0 16 0 2 0 178370923 36319232 3489 1992294400 134512640 146736320 4290021088 18446744073709551615 135468694 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25181/statm: 8867 3489 1074 2985 0 5409 0
[pid=25181/tid=25185] ppid=25180 vsize=35468 CPUtime=4.85
/proc/25181/task/25185/stat : 25185 (pb_cplex) R 25180 25180 25147 0 -1 4202560 10335 0 0 0 474 11 0 0 16 0 2 0 178370989 36319232 3489 1992294400 134512640 146736320 4290021088 18446744073709551615 139039530 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 44168

[startup+12.7015 s]
/proc/loadavg: 0.23 0.05 0.02 3/109 25185
/proc/meminfo: memFree=1554024/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=40276 CPUtime=20.98
/proc/25181/stat : 25181 (pb_cplex) S 25180 25180 25147 0 -1 4202496 43731 0 0 0 2057 41 0 0 16 0 2 0 178370923 41242624 4736 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 10069 4736 1074 2985 0 6611 0
[pid=25181/tid=25185] ppid=25180 vsize=40276 CPUtime=10.22
/proc/25181/task/25185/stat : 25185 (pb_cplex) R 25180 25180 25147 0 -1 4202560 19784 0 0 0 1003 19 0 0 16 0 2 0 178370989 41242624 4736 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.98
Current children cumulated vsize (KiB) 48976

[startup+25.5017 s]
/proc/loadavg: 0.70 0.16 0.05 3/109 25187
/proc/meminfo: memFree=1550924/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=43108 CPUtime=42.73
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 56338 0 0 0 4210 63 0 0 16 0 2 0 178370923 44142592 5334 1992294400 134512640 146736320 4290021088 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 10777 5334 1074 2985 0 7319 0
[pid=25181/tid=25185] ppid=25180 vsize=43108 CPUtime=20.62
/proc/25181/task/25185/stat : 25185 (pb_cplex) R 25180 25180 25147 0 -1 4202560 29874 0 0 0 2029 33 0 0 16 0 2 0 178370989 44142592 5334 1992294400 134512640 146736320 4290021088 18446744073709551615 136015696 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.73
Current children cumulated vsize (KiB) 51808

[startup+51.1012 s]
/proc/loadavg: 1.08 0.29 0.10 3/109 25188
/proc/meminfo: memFree=1548196/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=45332 CPUtime=86.02
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 97530 0 0 0 8468 134 0 0 18 0 2 0 178370923 46419968 5984 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 11333 5984 1099 2985 0 7875 0
[pid=25181/tid=25188] ppid=25180 vsize=45332 CPUtime=15.68
/proc/25181/task/25188/stat : 25188 (pb_cplex) R 25180 25180 25147 0 -1 4202560 17749 0 0 0 1538 30 0 0 17 0 2 0 178374273 46419968 5984 1992294400 134512640 146736320 4290021088 18446744073709551615 136400538 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 86.02
Current children cumulated vsize (KiB) 54032

[startup+102.309 s]
/proc/loadavg: 1.48 0.52 0.18 2/109 25194
/proc/meminfo: memFree=1546088/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=47828 CPUtime=165.06
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 154921 0 0 0 16265 241 0 0 16 0 2 0 178370923 48975872 6529 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 11957 6529 1118 2985 0 8499 0
[pid=25181/tid=25192] ppid=25180 vsize=47828 CPUtime=24.59
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 23148 0 0 0 2431 28 0 0 16 0 2 0 178377902 48975872 6529 1992294400 134512640 146736320 4290021088 18446744073709551615 135454070 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.06
Current children cumulated vsize (KiB) 56528

[startup+162.301 s]
/proc/loadavg: 1.47 0.70 0.26 3/109 25194
/proc/meminfo: memFree=1545964/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48852 CPUtime=246.72
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 189899 0 0 0 24349 323 0 0 16 0 2 0 178370923 50024448 6585 1992294400 134512640 146736320 4290021088 18446744073709551615 137417419 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12213 6585 1120 2985 0 8755 0
[pid=25181/tid=25192] ppid=25180 vsize=48852 CPUtime=60.74
/proc/25181/task/25192/stat : 25192 (pb_cplex) S 25180 25180 25147 0 -1 4202560 34987 0 0 0 6008 66 0 0 17 0 2 0 178377902 50024448 6585 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 18446604437831918528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 246.72
Current children cumulated vsize (KiB) 57552

[startup+222.302 s]
/proc/loadavg: 1.63 0.87 0.35 3/109 25196
/proc/meminfo: memFree=1546336/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=47828 CPUtime=340.82
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 218172 0 0 0 33627 455 0 0 17 0 2 0 178370923 48975872 6412 1992294400 134512640 146736320 4290021088 18446744073709551615 135526555 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25181/statm: 11957 6412 1121 2985 0 8499 0
[pid=25181/tid=25192] ppid=25180 vsize=47828 CPUtime=107.23
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 46682 0 0 0 10594 129 0 0 16 0 2 0 178377902 48975872 6412 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 340.82
Current children cumulated vsize (KiB) 56528

[startup+282.301 s]
/proc/loadavg: 1.67 1.02 0.43 2/109 25198
/proc/meminfo: memFree=1546212/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=47828 CPUtime=441.41
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 256493 0 0 0 43528 613 0 0 17 0 2 0 178370923 48975872 6412 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 11957 6412 1121 2985 0 8499 0
[pid=25181/tid=25192] ppid=25180 vsize=47828 CPUtime=155.49
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 77264 0 0 0 15336 213 0 0 16 0 2 0 178377902 48975872 6412 1992294400 134512640 146736320 4290021088 18446744073709551615 136729808 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 441.41
Current children cumulated vsize (KiB) 56528

[startup+342.301 s]
/proc/loadavg: 1.55 1.10 0.49 3/109 25200
/proc/meminfo: memFree=1546460/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=25181] ppid=25180 vsize=48988 CPUtime=939.43
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 267650 0 0 0 92649 1294 0 0 17 0 2 0 178370923 50163712 6497 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6497 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=400.98
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 81256 0 0 0 39549 549 0 0 17 0 2 0 178377902 50163712 6497 1992294400 134512640 146736320 4290021088 18446744073709551615 136752931 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 939.43
Current children cumulated vsize (KiB) 57688

[startup+642.302 s]
/proc/loadavg: 1.73 1.48 0.82 2/109 25208
/proc/meminfo: memFree=1546088/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1036.15
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 269488 0 0 0 102190 1425 0 0 16 0 2 0 178370923 50163712 6497 1992294400 134512640 146736320 4290021088 18446744073709551615 137415706 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6497 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=449
/proc/25181/task/25192/stat : 25192 (pb_cplex) S 25180 25180 25147 0 -1 4202560 82956 0 0 0 44287 613 0 0 16 0 2 0 178377902 50163712 6497 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 18446604437831918528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1036.15
Current children cumulated vsize (KiB) 57688

[startup+702.302 s]
/proc/loadavg: 1.57 1.48 0.86 2/109 25210
/proc/meminfo: memFree=1546088/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1133.59
/proc/25181/stat : 25181 (pb_cplex) S 25180 25180 25147 0 -1 4202496 270727 0 0 0 111800 1559 0 0 19 0 2 0 178370923 50163712 6499 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6499 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=496.4
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 83779 0 0 0 48959 681 0 0 16 0 2 0 178377902 50163712 6499 1992294400 134512640 146736320 4290021088 18446744073709551615 137176768 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1133.59
Current children cumulated vsize (KiB) 57688

[startup+762.309 s]
/proc/loadavg: 1.65 1.53 0.91 2/109 25210
/proc/meminfo: memFree=1545964/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1227.93
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 273556 0 0 0 121110 1683 0 0 16 0 2 0 178370923 50163712 6509 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6509 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=543.12
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 86346 0 0 0 53572 740 0 0 17 0 2 0 178377902 50163712 6509 1992294400 134512640 146736320 4290021088 18446744073709551615 136002748 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1227.93
Current children cumulated vsize (KiB) 57688

[startup+822.301 s]
/proc/loadavg: 1.63 1.55 0.96 2/109 25212
/proc/meminfo: memFree=1545964/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1325.16
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 274277 0 0 0 130691 1825 0 0 16 0 2 0 178370923 50163712 6511 1992294400 134512640 146736320 4290021088 18446744073709551615 136364590 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/25181/statm: 12247 6511 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=590.71
/proc/25181/task/25192/stat : 25192 (pb_cplex) S 25180 25180 25147 0 -1 4202560 86433 0 0 0 58262 809 0 0 16 0 2 0 178377902 50163712 6511 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1325.16
Current children cumulated vsize (KiB) 57688

[startup+882.302 s]
/proc/loadavg: 1.40 1.50 0.98 2/109 25214
/proc/meminfo: memFree=1545716/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1409.52
/proc/25181/stat : 25181 (pb_cplex) S 25180 25180 25147 0 -1 4202496 287345 0 0 0 139032 1920 0 0 17 0 2 0 178370923 50163712 6511 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6511 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=636.9
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 96236 0 0 0 62831 859 0 0 16 0 2 0 178377902 50163712 6511 1992294400 134512640 146736320 4290021088 18446744073709551615 136729867 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1409.52
Current children cumulated vsize (KiB) 57688

[startup+942.301 s]
/proc/loadavg: 1.26 1.44 0.99 3/109 25216
/proc/meminfo: memFree=1545964/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1490.46
/proc/25181/stat : 25181 (pb_cplex) S 25180 25180 25147 0 -1 4202496 314914 0 0 0 147032 2014 0 0 25 0 2 0 178370923 50163712 6517 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6517 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=679.16
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 123768 0 0 0 66999 917 0 0 16 0 2 0 178377902 50163712 6517 1992294400 134512640 146736320 4290021088 18446744073709551615 136475824 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1490.46
Current children cumulated vsize (KiB) 57688

[startup+1002.3 s]
/proc/loadavg: 1.45 1.45 1.02 3/109 25218
/proc/meminfo: memFree=1545716/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1579.37
/proc/25181/stat : 25181 (pb_cplex) S 25180 25180 25147 0 -1 4202496 335712 0 0 0 155804 2133 0 0 16 0 2 0 178370923 50163712 6513 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6513 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=726.27
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 144341 0 0 0 71646 981 0 0 18 0 2 0 178377902 50163712 6513 1992294400 134512640 146736320 4290021088 18446744073709551615 135982692 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1579.37
Current children cumulated vsize (KiB) 57688

[startup+1062.3 s]
/proc/loadavg: 1.67 1.51 1.06 2/109 25218
/proc/meminfo: memFree=1546088/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1666.56
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 353504 0 0 0 164415 2241 0 0 16 0 2 0 178370923 50163712 6513 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6513 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=770.08
/proc/25181/task/25192/stat : 25192 (pb_cplex) S 25180 25180 25147 0 -1 4202560 154740 0 0 0 75973 1035 0 0 17 0 2 0 178377902 50163712 6513 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 18446604437831918528 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.56
Current children cumulated vsize (KiB) 57688

[startup+1122.3 s]
/proc/loadavg: 1.82 1.58 1.11 2/109 25220
/proc/meminfo: memFree=1545716/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1764.67
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 405523 0 0 0 174081 2386 0 0 16 0 2 0 178370923 50163712 6515 1992294400 134512640 146736320 4290021088 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6515 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=817.78
/proc/25181/task/25192/stat : 25192 (pb_cplex) R 25180 25180 25147 0 -1 4202560 181811 0 0 0 80671 1107 0 0 16 0 2 0 178377902 50163712 6515 1992294400 134512640 146736320 4290021088 18446744073709551615 136919134 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1764.67
Current children cumulated vsize (KiB) 57688



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1142.7 s]
/proc/loadavg: 1.87 1.60 1.13 2/109 25222
/proc/meminfo: memFree=1545468/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1800.03
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 427708 0 0 0 177562 2441 0 0 17 0 2 0 178370923 50163712 6591 1992294400 134512640 146736320 4290021088 18446744073709551615 135411293 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6591 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=835.2
/proc/25181/task/25192/stat : 25192 (pb_cplex) S 25180 25180 25147 0 -1 4202560 200773 0 0 0 82383 1137 0 0 17 0 2 0 178377902 50163712 6591 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 57688

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1142.7 s]
/proc/loadavg: 1.87 1.60 1.13 2/109 25222
/proc/meminfo: memFree=1545468/2059040 swapFree=4139332/4192956
[pid=25180] ppid=25178 vsize=8700 CPUtime=0
/proc/25180/stat : 25180 (run) S 25178 25180 25147 0 -1 4202496 365 0 0 0 0 0 0 0 19 0 1 0 178370923 8908800 249 1992294400 4194304 4922060 140735316561184 18446744073709551615 273567816837 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/25180/statm: 2175 249 208 178 0 68 0
[pid=25181] ppid=25180 vsize=48988 CPUtime=1800.03
/proc/25181/stat : 25181 (pb_cplex) R 25180 25180 25147 0 -1 4202496 427708 0 0 0 177562 2441 0 0 17 0 2 0 178370923 50163712 6591 1992294400 134512640 146736320 4290021088 18446744073709551615 135411293 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/25181/statm: 12247 6591 1124 2985 0 8789 0
[pid=25181/tid=25192] ppid=25180 vsize=48988 CPUtime=835.2
/proc/25181/task/25192/stat : 25192 (pb_cplex) S 25180 25180 25147 0 -1 4202560 200773 0 0 0 82383 1137 0 0 17 0 2 0 178377902 50163712 6591 1992294400 134512640 146736320 4290021088 18446744073709551615 144580073 0 2 4096 16387 18446604437831918528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 57688

Child status: 0
Real time (s): 1142.72
CPU time (s): 1800.05
CPU user time (s): 1775.63
CPU system time (s): 24.4253
CPU usage (%): 157.524
Max. virtual memory (cumulated for all children) (KiB): 59736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1775.63
system time used= 24.4253
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 428083
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= 534475
involuntary context switches= 27460

runsolver used 2.32665 second user time and 5.87811 second system time

The end

Launcher Data

Begin job on node018 at 2010-07-02 07:05:46
IDJOB=2696889
IDBENCH=47923
IDSOLVER=1209
FILE ID=node018/2696889-1278047146
PBS_JOBID= 11198866
Free space on /tmp= 62460 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=5-P0=13-P1=5-P2=17-P3=2-P4=29-P5=5-P6=19-P7=17-P8=5-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696889-1278047146/watcher-2696889-1278047146 -o /tmp/evaluation-result-2696889-1278047146/solver-2696889-1278047146 -C 1800 -W 2000 -M 1800  run HOME/instance-2696889-1278047146.opb

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

MD5SUM BENCH= 872806d45eb1cc1623065d320b93ba6e
RANDOM SEED=1070296591

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1571392 kB
Buffers:        126488 kB
Cached:         258680 kB
SwapCached:       6920 kB
Active:         172340 kB
Inactive:       226764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1571392 kB
SwapTotal:     4192956 kB
SwapFree:      4139332 kB
Dirty:           16560 kB
Writeback:           0 kB
AnonPages:       12244 kB
Mapped:          11912 kB
Slab:            66636 kB
PageTables:       4196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181960 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-2696889-1278047146.opb

Free space on /tmp at the end= 62444 MiB
End job on node018 at 2010-07-02 07:24:49