Trace number 2696036

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.09 1494.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_4.opb
MD5SUM8206de06d2228a9d751f3cf3a6d7aa05
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark1791.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint75
Maximum length of a constraint76
Number of terms in the objective function 112
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 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1531
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5104
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696036-1278020890.opb.
0.00/0.00	c Instance file HOME/instance-2696036-1278020890.opb
0.00/0.00	c File size is 10372 bytes.
0.00/0.03	c Highest Coefficient sum: 5104
0.00/0.03	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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      172                                                 |
0.00/0.03	c |  Number Constraints:    14                                                  |
0.00/0.03	c ===============================================================================
1800.07/1494.01	c Remaining time 1799.97 sec.
1800.07/1494.01	c 
1800.07/1494.01	c *** INTERRUPTED ***
1800.07/1494.01	s UNKNOWN
1800.07/1494.01	c Total CPU time              : 1697.75 s
1800.07/1494.01	c Memory used           : 77.66 MB
1800.07/1494.01	c CPU time              : 1697.75 s
1800.07/1494.01	c 
1800.07/1494.01	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-2696036-1278020890/watcher-2696036-1278020890 -o /tmp/evaluation-result-2696036-1278020890/solver-2696036-1278020890 -C 1800 -W 2000 -M 1800 run HOME/instance-2696036-1278020890.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.17 2.07 1.99 3/106 28801
/proc/meminfo: memFree=1545380/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0

[startup+0.087134 s]
/proc/loadavg: 2.17 2.07 1.99 3/106 28801
/proc/meminfo: memFree=1545380/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103112 s]
/proc/loadavg: 2.17 2.07 1.99 3/106 28801
/proc/meminfo: memFree=1545380/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302872 s]
/proc/loadavg: 2.17 2.07 1.99 3/106 28801
/proc/meminfo: memFree=1545380/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.758849 s]
/proc/loadavg: 2.17 2.07 1.99 3/106 28801
/proc/meminfo: memFree=1545380/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50081 s]
/proc/loadavg: 2.17 2.07 1.99 2/109 28810
/proc/meminfo: memFree=1541264/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=28888 CPUtime=2
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 6400 0 0 0 184 16 0 0 16 0 2 0 143379986 29581312 1837 1992294400 134512640 146736320 4292958432 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28802/statm: 7222 1837 1076 2985 0 3764 0
[pid=28802/tid=28810] ppid=28801 vsize=28888 CPUtime=0.45
/proc/28802/task/28810/stat : 28810 (pb_cplex) S 28801 28801 28187 0 -1 4202560 1285 0 0 0 42 3 0 0 16 0 2 0 143380074 29581312 1838 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 37588

[startup+3.10156 s]
/proc/loadavg: 2.08 2.06 1.99 2/109 28810
/proc/meminfo: memFree=1540024/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=29760 CPUtime=3.96
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 11071 0 0 0 369 27 0 0 16 0 2 0 143379986 30474240 2184 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 7440 2184 1077 2985 0 3982 0
[pid=28802/tid=28810] ppid=28801 vsize=29760 CPUtime=1.41
/proc/28802/task/28810/stat : 28810 (pb_cplex) R 28801 28801 28187 0 -1 4202560 3456 0 0 0 133 8 0 0 16 0 2 0 143380074 30474240 2184 1992294400 134512640 146736320 4292958432 18446744073709551615 136852315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 38460

[startup+6.30102 s]
/proc/loadavg: 2.08 2.06 1.99 3/109 28810
/proc/meminfo: memFree=1538280/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=31284 CPUtime=7.61
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 18431 0 0 0 715 46 0 0 16 0 2 0 143379986 32034816 2523 1992294400 134512640 146736320 4292958432 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 7821 2523 1076 2985 0 4363 0
[pid=28802/tid=28810] ppid=28801 vsize=31284 CPUtime=3.12
/proc/28802/task/28810/stat : 28810 (pb_cplex) S 28801 28801 28187 0 -1 4202560 6820 0 0 0 295 17 0 0 16 0 2 0 143380074 32034816 2523 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 39984

[startup+12.702 s]
/proc/loadavg: 1.91 2.02 1.98 2/109 28810
/proc/meminfo: memFree=1537188/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=33588 CPUtime=17.23
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 38451 0 0 0 1628 95 0 0 16 0 2 0 143379986 34394112 2994 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 8397 2994 1089 2985 0 4939 0
[pid=28802/tid=28810] ppid=28801 vsize=33588 CPUtime=7.94
/proc/28802/task/28810/stat : 28810 (pb_cplex) S 28801 28801 28187 0 -1 4202560 16905 0 0 0 753 41 0 0 16 0 2 0 143380074 34394112 2994 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 42288

[startup+25.5008 s]
/proc/loadavg: 1.93 2.02 1.98 2/109 28810
/proc/meminfo: memFree=1533840/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=35996 CPUtime=32.73
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 64695 0 0 0 3085 188 0 0 15 0 2 0 143379986 36859904 3610 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 8999 3610 1085 2985 0 5541 0
[pid=28802/tid=28810] ppid=28801 vsize=35996 CPUtime=15.48
/proc/28802/task/28810/stat : 28810 (pb_cplex) S 28801 28801 28187 0 -1 4202560 30379 0 0 0 1459 89 0 0 16 0 2 0 143380074 36859904 3610 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 32.73
Current children cumulated vsize (KiB) 44696

[startup+51.1016 s]
/proc/loadavg: 1.76 1.97 1.96 2/109 28815
/proc/meminfo: memFree=1536444/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=33516 CPUtime=63.67
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 90735 0 0 0 5991 376 0 0 15 0 2 0 143379986 34320384 3027 1992294400 134512640 146736320 4292958432 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 8379 3027 1086 2985 0 4921 0
[pid=28802/tid=28815] ppid=28801 vsize=33516 CPUtime=11.08
/proc/28802/task/28815/stat : 28815 (pb_cplex) S 28801 28801 28187 0 -1 4202560 6568 0 0 0 1042 66 0 0 16 0 2 0 143383255 34320384 3027 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 63.67
Current children cumulated vsize (KiB) 42216

[startup+102.301 s]
/proc/loadavg: 1.46 1.85 1.92 2/109 28817
/proc/meminfo: memFree=1530616/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=39972 CPUtime=126.27
/proc/28802/stat : 28802 (pb_cplex) S 28801 28801 28187 0 -1 4202496 139528 0 0 0 11851 776 0 0 16 0 2 0 143379986 40931328 4444 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 9993 4444 1086 2985 0 6535 0
[pid=28802/tid=28815] ppid=28801 vsize=39972 CPUtime=42.73
/proc/28802/task/28815/stat : 28815 (pb_cplex) R 28801 28801 28187 0 -1 4202560 32657 0 0 0 4003 270 0 0 16 0 2 0 143383255 40931328 4444 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 126.27
Current children cumulated vsize (KiB) 48672

[startup+162.301 s]
/proc/loadavg: 1.18 1.70 1.86 2/109 28819
/proc/meminfo: memFree=1528012/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=41716 CPUtime=198.89
/proc/28802/stat : 28802 (pb_cplex) S 28801 28801 28187 0 -1 4202496 195983 0 0 0 18668 1221 0 0 15 0 2 0 143379986 42717184 5044 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 10429 5044 1087 2985 0 6971 0
[pid=28802/tid=28815] ppid=28801 vsize=41716 CPUtime=77.76
/proc/28802/task/28815/stat : 28815 (pb_cplex) R 28801 28801 28187 0 -1 4202560 60780 0 0 0 7288 488 0 0 16 0 2 0 143383255 42717184 5044 1992294400 134512640 146736320 4292958432 18446744073709551615 136384887 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 198.89
Current children cumulated vsize (KiB) 50416

[startup+222.31 s]
/proc/loadavg: 1.11 1.58 1.81 3/109 28821
/proc/meminfo: memFree=1527516/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=42892 CPUtime=272.06
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 257417 0 0 0 25514 1692 0 0 16 0 2 0 143379986 43921408 5150 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 10723 5150 1086 2985 0 7265 0
[pid=28802/tid=28815] ppid=28801 vsize=42892 CPUtime=113.23
/proc/28802/task/28815/stat : 28815 (pb_cplex) S 28801 28801 28187 0 -1 4202560 91218 0 0 0 10601 722 0 0 16 0 2 0 143383255 43921408 5150 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 272.06
Current children cumulated vsize (KiB) 51592

[startup+282.301 s]
/proc/loadavg: 1.16 1.52 1.77 2/109 28821
/proc/meminfo: memFree=1526648/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=43564 CPUtime=345.62
/proc/28802/stat : 28802 (pb_cplex) S 28801 28801 28187 0 -1 4202496 317245 0 0 0 32402 2160 0 0 16 0 2 0 143379986 44609536 5422 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 10891 5422 1086 2985 0 7433 0
[pid=28802/tid=28815] ppid=28801 vsize=43564 CPUtime=150.09
/proc/28802/task/28815/stat : 28815 (pb_cplex) R 28801 28801 28187 0 -1 4202560 121601 0 0 0 14050 959 0 0 16 0 2 0 143383255 44609536 5422 1992294400 134512640 146736320 4292958432 18446744073709551615 135846439 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 345.62
Current children cumulated vsize (KiB) 52264

[startup+342.301 s]
/proc/loadavg: 1.10 1.43 1.72 3/109 28823
/proc/meminfo: memFree=1521440/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[pid=28802] ppid=28801 vsize=55084 CPUtime=1143.05
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1016076 0 0 0 107690 6615 0 0 15 0 2 0 143379986 56406016 8239 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 13771 8239 1086 2985 0 10313 0
[pid=28802/tid=28832] ppid=28801 vsize=55084 CPUtime=268.99
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 236668 0 0 0 25442 1457 0 0 16 0 2 0 143428603 56406016 8239 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1143.05
Current children cumulated vsize (KiB) 63784

[startup+1002.3 s]
/proc/loadavg: 1.23 1.24 1.45 2/109 28855
/proc/meminfo: memFree=1513752/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=55524 CPUtime=1215.39
/proc/28802/stat : 28802 (pb_cplex) S 28801 28801 28187 0 -1 4202496 1084456 0 0 0 114533 7006 0 0 16 0 2 0 143379986 56856576 8407 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 13881 8407 1086 2985 0 10423 0
[pid=28802/tid=28832] ppid=28801 vsize=55524 CPUtime=305.78
/proc/28802/task/28832/stat : 28832 (pb_cplex) R 28801 28801 28187 0 -1 4202560 274449 0 0 0 28919 1659 0 0 16 0 2 0 143428603 56856576 8407 1992294400 134512640 146736320 4292958432 18446744073709551615 136720489 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1215.39
Current children cumulated vsize (KiB) 64224

[startup+1062.3 s]
/proc/loadavg: 1.18 1.22 1.43 2/109 28857
/proc/meminfo: memFree=1512512/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=57088 CPUtime=1286.43
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1148661 0 0 0 121248 7395 0 0 15 0 2 0 143379986 58458112 8801 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 14272 8801 1087 2985 0 10814 0
[pid=28802/tid=28832] ppid=28801 vsize=57088 CPUtime=339.4
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 305796 0 0 0 32093 1847 0 0 16 0 2 0 143428603 58458112 8802 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1286.43
Current children cumulated vsize (KiB) 65788

[startup+1122.3 s]
/proc/loadavg: 1.06 1.18 1.40 2/109 28859
/proc/meminfo: memFree=1505940/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=63804 CPUtime=1356.72
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1213176 0 0 0 127891 7781 0 0 16 0 2 0 143379986 65335296 10464 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 15951 10464 1086 2985 0 12493 0
[pid=28802/tid=28832] ppid=28801 vsize=63804 CPUtime=373.43
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 337557 0 0 0 35302 2041 0 0 16 0 2 0 143428603 65335296 10464 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1356.72
Current children cumulated vsize (KiB) 72504

[startup+1182.3 s]
/proc/loadavg: 1.06 1.16 1.38 2/109 28859
/proc/meminfo: memFree=1498376/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=71544 CPUtime=1427.73
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1283422 0 0 0 134595 8178 0 0 15 0 2 0 143379986 73261056 12361 1992294400 134512640 146736320 4292958432 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 17886 12361 1093 2985 0 14428 0
[pid=28802/tid=28832] ppid=28801 vsize=71544 CPUtime=408.97
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 374173 0 0 0 38657 2240 0 0 16 0 2 0 143428603 73261056 12361 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1427.73
Current children cumulated vsize (KiB) 80244

[startup+1242.3 s]
/proc/loadavg: 1.08 1.14 1.35 3/109 28861
/proc/meminfo: memFree=1496764/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=71992 CPUtime=1499.06
/proc/28802/stat : 28802 (pb_cplex) S 28801 28801 28187 0 -1 4202496 1345811 0 0 0 141328 8578 0 0 16 0 2 0 143379986 73719808 12677 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 17998 12677 1086 2985 0 14540 0
[pid=28802/tid=28832] ppid=28801 vsize=71992 CPUtime=444.99
/proc/28802/task/28832/stat : 28832 (pb_cplex) R 28801 28801 28187 0 -1 4202560 405369 0 0 0 42059 2440 0 0 15 0 2 0 143428603 73719808 12677 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1499.06
Current children cumulated vsize (KiB) 80692

[startup+1302.3 s]
/proc/loadavg: 1.23 1.18 1.35 2/109 28863
/proc/meminfo: memFree=1495276/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=73444 CPUtime=1571.71
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1413880 0 0 0 148182 8989 0 0 16 0 2 0 143379986 75206656 13091 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 18361 13091 1086 2985 0 14903 0
[pid=28802/tid=28832] ppid=28801 vsize=73444 CPUtime=480.2
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 437318 0 0 0 45377 2643 0 0 16 0 2 0 143428603 75206656 13091 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1571.71
Current children cumulated vsize (KiB) 82144

[startup+1362.3 s]
/proc/loadavg: 1.29 1.20 1.35 2/109 28865
/proc/meminfo: memFree=1493664/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=76064 CPUtime=1643.11
/proc/28802/stat : 28802 (pb_cplex) S 28801 28801 28187 0 -1 4202496 1477864 0 0 0 154928 9383 0 0 16 0 2 0 143379986 77889536 13509 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28802/statm: 19016 13509 1086 2985 0 15558 0
[pid=28802/tid=28832] ppid=28801 vsize=76064 CPUtime=514.99
/proc/28802/task/28832/stat : 28832 (pb_cplex) R 28801 28801 28187 0 -1 4202560 469783 0 0 0 48655 2844 0 0 16 0 2 0 143428603 77889536 13509 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1643.11
Current children cumulated vsize (KiB) 84764

[startup+1422.3 s]
/proc/loadavg: 1.24 1.20 1.34 2/109 28867
/proc/meminfo: memFree=1491928/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=76760 CPUtime=1714.93
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1545181 0 0 0 161726 9767 0 0 16 0 2 0 143379986 78602240 13792 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 19190 13792 1086 2985 0 15732 0
[pid=28802/tid=28832] ppid=28801 vsize=76760 CPUtime=550.8
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 502811 0 0 0 52045 3035 0 0 15 0 2 0 143428603 78602240 13792 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1714.93
Current children cumulated vsize (KiB) 85460

[startup+1482.3 s]
/proc/loadavg: 1.44 1.27 1.36 2/109 28867
/proc/meminfo: memFree=1490316/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=79376 CPUtime=1786.52
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1609628 0 0 0 168494 10158 0 0 16 0 2 0 143379986 81281024 14231 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28802/statm: 19844 14231 1086 2985 0 16386 0
[pid=28802/tid=28832] ppid=28801 vsize=79376 CPUtime=586.98
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 536438 0 0 0 55463 3235 0 0 16 0 2 0 143428603 81281024 14231 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1786.52
Current children cumulated vsize (KiB) 88076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1494 s]
/proc/loadavg: 1.45 1.28 1.36 2/109 28869
/proc/meminfo: memFree=1490316/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=79524 CPUtime=1800.07
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1622522 0 0 0 169774 10233 0 0 16 0 2 0 143379986 81432576 14388 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 19881 14388 1086 2985 0 16423 0
[pid=28802/tid=28832] ppid=28801 vsize=79524 CPUtime=593.41
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 542618 0 0 0 56073 3268 0 0 16 0 2 0 143428603 81432576 14388 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 88224

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

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

[startup+1494 s]
/proc/loadavg: 1.45 1.28 1.36 2/109 28869
/proc/meminfo: memFree=1490316/2059040 swapFree=4139872/4192956
[pid=28801] ppid=28799 vsize=8700 CPUtime=0
/proc/28801/stat : 28801 (run) S 28799 28801 28187 0 -1 4202496 363 0 0 0 0 0 0 0 21 0 1 0 143379986 8908800 248 1992294400 4194304 4922060 140734015265600 18446744073709551615 261052013701 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28801/statm: 2175 248 208 178 0 68 0
[pid=28802] ppid=28801 vsize=79524 CPUtime=1800.07
/proc/28802/stat : 28802 (pb_cplex) R 28801 28801 28187 0 -1 4202496 1622522 0 0 0 169774 10233 0 0 16 0 2 0 143379986 81432576 14388 1992294400 134512640 146736320 4292958432 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28802/statm: 19881 14388 1086 2985 0 16423 0
[pid=28802/tid=28832] ppid=28801 vsize=79524 CPUtime=593.41
/proc/28802/task/28832/stat : 28832 (pb_cplex) S 28801 28801 28187 0 -1 4202560 542618 0 0 0 56073 3268 0 0 16 0 2 0 143428603 81432576 14388 1992294400 134512640 146736320 4292958432 18446744073709551615 144580073 0 2 4096 16387 18446604437693068352 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 88224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1494.02
CPU time (s): 1800.09
CPU user time (s): 1697.75
CPU system time (s): 102.339
CPU usage (%): 120.486
Max. virtual memory (cumulated for all children) (KiB): 88224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1697.75
system time used= 102.339
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1622906
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= 2760597
involuntary context switches= 33291

runsolver used 2.51162 second user time and 7.06393 second system time

The end

Launcher Data

Begin job on node052 at 2010-07-01 23:48:10
IDJOB=2696036
IDBENCH=2921
IDSOLVER=1209
FILE ID=node052/2696036-1278020890
PBS_JOBID= 11198713
Free space on /tmp= 62168 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_4.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696036-1278020890/watcher-2696036-1278020890 -o /tmp/evaluation-result-2696036-1278020890/solver-2696036-1278020890 -C 1800 -W 2000 -M 1800  run HOME/instance-2696036-1278020890.opb

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

MD5SUM BENCH= 8206de06d2228a9d751f3cf3a6d7aa05
RANDOM SEED=765601733

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1545784 kB
Buffers:        132436 kB
Cached:         276024 kB
SwapCached:       6256 kB
Active:         160884 kB
Inactive:       260720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1545784 kB
SwapTotal:     4192956 kB
SwapFree:      4139872 kB
Dirty:           16636 kB
Writeback:           0 kB
AnonPages:       11668 kB
Mapped:          11952 kB
Slab:            69716 kB
PageTables:       4164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180540 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62152 MiB
End job on node052 at 2010-07-02 00:13:06