Trace number 2696910

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.13 1013.42

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=6-P0=41-P1=37-P2=47-P3=2-P4=7-P5=29-P6=53-B.opb
MD5SUMdaba014eb092fb7e1b2012524271e492
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 benchmark3.82242
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 variables108
Total number of constraints13
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 constraints13
Minimum length of a constraint6
Maximum length of a constraint48
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 2048
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 8064
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)216
Sum of products size (including duplicates)432
Number of different products216
Sum of products size432

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696910-1278047147.opb.
0.00/0.00	c Instance file HOME/instance-2696910-1278047147.opb
0.00/0.00	c File size is 16140 bytes.
0.00/0.01	c Highest Coefficient sum: 8064
0.00/0.01	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Parsing time:          0.01         s                                      |
0.00/0.01	c |  Number Variables:      324                                                 |
0.00/0.01	c |  Number Constraints:    445                                                 |
0.00/0.01	c ===============================================================================
1800.10/1013.41	c Remaining time 1799.99 sec.
1800.10/1013.41	c 
1800.10/1013.41	c *** INTERRUPTED ***
1800.10/1013.41	s UNKNOWN
1800.10/1013.41	c Total CPU time              : 1771.51 s
1800.10/1013.41	c Memory used           : 54.11 MB
1800.10/1013.41	c CPU time              : 1771.51 s
1800.10/1013.41	c 
1800.10/1013.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-2696910-1278047147/watcher-2696910-1278047147 -o /tmp/evaluation-result-2696910-1278047147/solver-2696910-1278047147 -C 1800 -W 2000 -M 1800 run HOME/instance-2696910-1278047147.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 28775
/proc/meminfo: memFree=1416340/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) R 28773 28775 28661 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759289237 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0

[startup+0.0287819 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28775
/proc/meminfo: memFree=1416340/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10078 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28775
/proc/meminfo: memFree=1416340/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.308775 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28775
/proc/meminfo: memFree=1416340/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700766 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28775
/proc/meminfo: memFree=1416340/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 28780
/proc/meminfo: memFree=1410240/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=32412 CPUtime=2.25
/proc/28776/stat : 28776 (pb_cplex) S 28775 28775 28661 0 -1 4202496 13583 0 0 0 215 10 0 0 16 0 2 0 180316074 33189888 2703 1992294400 134512640 146736320 4293807872 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28776/statm: 8103 2703 1070 2985 0 4645 0
[pid=28776/tid=28780] ppid=28775 vsize=32412 CPUtime=0.83
/proc/28776/task/28780/stat : 28780 (pb_cplex) R 28775 28775 28661 0 -1 4202560 5195 0 0 0 79 4 0 0 17 0 2 0 180316129 33189888 2703 1992294400 134512640 146736320 4293807872 18446744073709551615 135857490 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 41112

[startup+3.10171 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 28780
/proc/meminfo: memFree=1408380/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=35236 CPUtime=4.99
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 20635 0 0 0 480 19 0 0 16 0 2 0 180316074 36081664 3287 1992294400 134512640 146736320 4293807872 18446744073709551615 135999793 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28776/statm: 8809 3287 1074 2985 0 5351 0
[pid=28776/tid=28780] ppid=28775 vsize=35236 CPUtime=2.21
/proc/28776/task/28780/stat : 28780 (pb_cplex) S 28775 28775 28661 0 -1 4202560 10204 0 0 0 212 9 0 0 17 0 2 0 180316129 36081664 3287 1992294400 134512640 146736320 4293807872 18446744073709551615 144580073 0 2 4096 16387 18446604437814098048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 43936

[startup+6.30063 s]
/proc/loadavg: 0.16 0.03 0.01 2/109 28780
/proc/meminfo: memFree=1406024/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=37096 CPUtime=10.31
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 28240 0 0 0 1003 28 0 0 16 0 2 0 180316074 37986304 3746 1992294400 134512640 146736320 4293807872 18446744073709551615 136388013 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 9274 3746 1099 2985 0 5816 0
[pid=28776/tid=28780] ppid=28775 vsize=37096 CPUtime=4.88
/proc/28776/task/28780/stat : 28780 (pb_cplex) S 28775 28775 28661 0 -1 4202560 14129 0 0 0 475 13 0 0 16 0 2 0 180316129 37986304 3746 1992294400 134512640 146736320 4293807872 18446744073709551615 144580073 0 2 4096 16387 18446604437814098048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.31
Current children cumulated vsize (KiB) 45796

[startup+12.7014 s]
/proc/loadavg: 0.37 0.08 0.03 3/109 28780
/proc/meminfo: memFree=1402064/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=40092 CPUtime=20.87
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 56424 0 0 0 2038 49 0 0 16 0 2 0 180316074 41054208 4531 1992294400 134512640 146736320 4293807872 18446744073709551615 135467806 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 10023 4531 1071 2985 0 6565 0
[pid=28776/tid=28780] ppid=28775 vsize=40092 CPUtime=10.24
/proc/28776/task/28780/stat : 28780 (pb_cplex) R 28775 28775 28661 0 -1 4202560 26975 0 0 0 1001 23 0 0 16 0 2 0 180316129 41054208 4531 1992294400 134512640 146736320 4293807872 18446744073709551615 135526859 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.87
Current children cumulated vsize (KiB) 48792

[startup+25.5016 s]
/proc/loadavg: 0.62 0.14 0.05 3/109 28780
/proc/meminfo: memFree=1396856/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=45864 CPUtime=42.47
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 88411 0 0 0 4169 78 0 0 16 0 2 0 180316074 46964736 5838 1992294400 134512640 146736320 4293807872 18446744073709551615 136402267 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 11466 5838 1072 2985 0 8008 0
[pid=28776/tid=28780] ppid=28775 vsize=45864 CPUtime=21.1
/proc/28776/task/28780/stat : 28780 (pb_cplex) R 28775 28775 28661 0 -1 4202560 44395 0 0 0 2071 39 0 0 16 0 2 0 180316129 46964736 5838 1992294400 134512640 146736320 4293807872 18446744073709551615 136016777 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.47
Current children cumulated vsize (KiB) 54564

[startup+51.101 s]
/proc/loadavg: 0.95 0.26 0.09 2/109 28784
/proc/meminfo: memFree=1395988/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=45952 CPUtime=81.52
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 124447 0 0 0 8020 132 0 0 16 0 2 0 180316074 47054848 5910 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 11488 5910 1101 2985 0 8030 0
[pid=28776/tid=28782] ppid=28775 vsize=45952 CPUtime=16.59
/proc/28776/task/28782/stat : 28782 (pb_cplex) R 28775 28775 28661 0 -1 4202560 17936 0 0 0 1638 21 0 0 16 0 2 0 180319132 47054848 5910 1992294400 134512640 146736320 4293807872 18446744073709551615 135851010 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 81.52
Current children cumulated vsize (KiB) 54652

[startup+102.309 s]
/proc/loadavg: 1.35 0.49 0.17 3/109 28784
/proc/meminfo: memFree=1395988/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=46552 CPUtime=167.44
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 166853 0 0 0 16490 254 0 0 17 0 2 0 180316074 47669248 5959 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 11638 5959 1122 2985 0 8180 0
[pid=28776/tid=28782] ppid=28775 vsize=46552 CPUtime=57.91
/proc/28776/task/28782/stat : 28782 (pb_cplex) R 28775 28775 28661 0 -1 4202560 40657 0 0 0 5709 82 0 0 16 0 2 0 180319132 47669248 5959 1992294400 134512640 146736320 4293807872 18446744073709551615 136015700 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 167.44
Current children cumulated vsize (KiB) 55252

[startup+162.301 s]
/proc/loadavg: 1.53 0.70 0.26 3/109 28786
/proc/meminfo: memFree=1397228/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=44552 CPUtime=268.8
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 240230 0 0 0 26461 419 0 0 16 0 2 0 180316074 45621248 5614 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 11138 5614 1122 2985 0 7680 0
[pid=28776/tid=28782] ppid=28775 vsize=44552 CPUtime=106.6
/proc/28776/task/28782/stat : 28782 (pb_cplex) R 28775 28775 28661 0 -1 4202560 48915 0 0 0 10510 150 0 0 16 0 2 0 180319132 45621248 5614 1992294400 134512640 146736320 4293807872 18446744073709551615 136015579 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 268.8
Current children cumulated vsize (KiB) 53252

[startup+222.301 s]
/proc/loadavg: 1.84 0.93 0.37 3/109 28788
/proc/meminfo: memFree=1397476/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=44252 CPUtime=371.31
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 300259 0 0 0 36540 591 0 0 17 0 2 0 180316074 45314048 5674 1992294400 134512640 146736320 4293807872 18446744073709551615 139041192 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28776/statm: 11063 5674 1122 2985 0 7605 0
[pid=28776/tid=28782] ppid=28775 vsize=44252 CPUtime=157.92
/proc/28776/task/28782/stat : 28782 (pb_cplex) R 28775 28775 28661 0 -1 4202560 84297 0 0 0 15557 235 0 0 16 0 2 0 180319132 45314048 5674 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 371.31
Current children cumulated vsize (KiB) 52952

[startup+282.301 s]
/proc/loadavg: 1.71 1.06 0.45 2/109 28790
/proc/meminfo: memFree=1396732/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=45036 CPUtime=474.92
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 396331 0 0 0 46715 777 0 0 16 0 2 0 180316074 46116864 5731 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 11259 5731 1122 2985 0 7801 0
[pid=28776/tid=28782] ppid=28775 vsize=45036 CPUtime=208.84
/proc/28776/task/28782/stat : 28782 (pb_cplex) R 28775 28775 28661 0 -1 4202560 145908 0 0 0 20553 331 0 0 17 0 2 0 180319132 46116864 5731 1992294400 134512640 146736320 4293807872 18446744073709551615 137343290 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 474.92
Current children cumulated vsize (KiB) 53736

[startup+342.301 s]
/proc/loadavg: 1.68 1.18 0.53 3/109 28790
/proc/meminfo: memFree=1396236/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=28776] ppid=28775 vsize=46184 CPUtime=683.16
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 478733 0 0 0 67196 1120 0 0 17 0 2 0 180316074 47292416 6008 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 11546 6008 1122 2985 0 8088 0
[pid=28776/tid=28782] ppid=28775 vsize=46184 CPUtime=311.69
/proc/28776/task/28782/stat : 28782 (pb_cplex) R 28775 28775 28661 0 -1 4202560 185358 0 0 0 30669 500 0 0 16 0 2 0 180319132 47292416 6008 1992294400 134512640 146736320 4293807872 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 683.16
Current children cumulated vsize (KiB) 54884

[startup+462.301 s]
/proc/loadavg: 1.97 1.45 0.70 3/109 28795
/proc/meminfo: memFree=1391524/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=51304 CPUtime=792.43
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 484748 0 0 0 77960 1283 0 0 18 0 2 0 180316074 52535296 7056 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 12826 7056 1122 2985 0 9368 0
[pid=28776/tid=28793] ppid=28775 vsize=51304 CPUtime=41.13
/proc/28776/task/28793/stat : 28793 (pb_cplex) R 28775 28775 28661 0 -1 4202560 3005 0 0 0 4053 60 0 0 18 0 2 0 180357740 52535296 7056 1992294400 134512640 146736320 4293807872 18446744073709551615 135845819 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 792.43
Current children cumulated vsize (KiB) 60004

[startup+522.302 s]
/proc/loadavg: 2.16 1.59 0.79 3/109 28800
/proc/meminfo: memFree=1390772/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=53352 CPUtime=902.22
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 493890 0 0 0 88774 1448 0 0 18 0 2 0 180316074 54632448 7191 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 13338 7191 1122 2985 0 9880 0
[pid=28776/tid=28793] ppid=28775 vsize=53352 CPUtime=95.5
/proc/28776/task/28793/stat : 28793 (pb_cplex) R 28775 28775 28661 0 -1 4202560 7146 0 0 0 9407 143 0 0 17 0 2 0 180357740 54632448 7191 1992294400 134512640 146736320 4293807872 18446744073709551615 136015728 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 902.22
Current children cumulated vsize (KiB) 62052

[startup+582.301 s]
/proc/loadavg: 2.00 1.65 0.86 3/109 28802
/proc/meminfo: memFree=1390648/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=53352 CPUtime=1012.12
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 506904 0 0 0 99595 1617 0 0 18 0 2 0 180316074 54632448 7218 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 13338 7218 1122 2985 0 9880 0
[pid=28776/tid=28793] ppid=28775 vsize=53352 CPUtime=149.63
/proc/28776/task/28793/stat : 28793 (pb_cplex) R 28775 28775 28661 0 -1 4202560 17560 0 0 0 14736 227 0 0 18 0 2 0 180357740 54632448 7218 1992294400 134512640 146736320 4293807872 18446744073709551615 136737277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1012.12
Current children cumulated vsize (KiB) 62052

[startup+642.302 s]
/proc/loadavg: 1.81 1.66 0.91 3/109 28802
/proc/meminfo: memFree=1390648/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=53352 CPUtime=1122.03
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 512482 0 0 0 110414 1789 0 0 18 0 2 0 180316074 54632448 7220 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 13338 7220 1122 2985 0 9880 0
[pid=28776/tid=28793] ppid=28775 vsize=53352 CPUtime=203.95
/proc/28776/task/28793/stat : 28793 (pb_cplex) R 28775 28775 28661 0 -1 4202560 20571 0 0 0 20084 311 0 0 18 0 2 0 180357740 54632448 7220 1992294400 134512640 146736320 4293807872 18446744073709551615 135237975 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.03
Current children cumulated vsize (KiB) 62052

[startup+702.301 s]
/proc/loadavg: 1.72 1.66 0.96 3/109 28805
/proc/meminfo: memFree=1387548/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=56424 CPUtime=1231.67
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 517862 0 0 0 121213 1954 0 0 18 0 2 0 180316074 57778176 8110 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 14106 8110 1122 2985 0 10648 0
[pid=28776/tid=28805] ppid=28775 vsize=56424 CPUtime=25.23
/proc/28776/task/28805/stat : 28805 (pb_cplex) R 28775 28775 28661 0 -1 4202560 1237 0 0 0 2484 39 0 0 17 0 2 0 180383529 57778176 8110 1992294400 134512640 146736320 4293807872 18446744073709551615 136402275 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1231.67
Current children cumulated vsize (KiB) 65124

[startup+762.309 s]
/proc/loadavg: 1.90 1.71 1.02 4/109 28807
/proc/meminfo: memFree=1387424/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=56424 CPUtime=1341.38
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 519394 0 0 0 132016 2122 0 0 18 0 2 0 180316074 57778176 8113 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 14106 8113 1122 2985 0 10648 0
[pid=28776/tid=28805] ppid=28775 vsize=56424 CPUtime=79.46
/proc/28776/task/28805/stat : 28805 (pb_cplex) R 28775 28775 28661 0 -1 4202560 2137 0 0 0 7826 120 0 0 18 0 2 0 180383529 57778176 8113 1992294400 134512640 146736320 4293807872 18446744073709551615 139039582 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1341.38
Current children cumulated vsize (KiB) 65124

[startup+822.302 s]
/proc/loadavg: 1.75 1.70 1.05 3/109 28809
/proc/meminfo: memFree=1386936/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=56424 CPUtime=1450.97
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 522215 0 0 0 142799 2298 0 0 18 0 2 0 180316074 57778176 8117 1992294400 134512640 146736320 4293807872 18446744073709551615 135526859 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 14106 8117 1122 2985 0 10648 0
[pid=28776/tid=28805] ppid=28775 vsize=56424 CPUtime=133.72
/proc/28776/task/28805/stat : 28805 (pb_cplex) R 28775 28775 28661 0 -1 4202560 3756 0 0 0 13161 211 0 0 17 0 2 0 180383529 57778176 8117 1992294400 134512640 146736320 4293807872 18446744073709551615 137368705 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1450.97
Current children cumulated vsize (KiB) 65124

[startup+882.301 s]
/proc/loadavg: 1.87 1.74 1.10 3/109 28811
/proc/meminfo: memFree=1386936/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=56424 CPUtime=1560.8
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 529526 0 0 0 153601 2479 0 0 17 0 2 0 180316074 57778176 8117 1992294400 134512640 146736320 4293807872 18446744073709551615 137373993 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28776/statm: 14106 8117 1122 2985 0 10648 0
[pid=28776/tid=28805] ppid=28775 vsize=56424 CPUtime=188.27
/proc/28776/task/28805/stat : 28805 (pb_cplex) R 28775 28775 28661 0 -1 4202560 7442 0 0 0 18522 305 0 0 17 0 2 0 180383529 57778176 8117 1992294400 134512640 146736320 4293807872 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1560.8
Current children cumulated vsize (KiB) 65124

[startup+942.302 s]
/proc/loadavg: 1.92 1.77 1.15 3/109 28811
/proc/meminfo: memFree=1386812/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=55400 CPUtime=1670.2
/proc/28776/stat : 28776 (pb_cplex) S 28775 28775 28661 0 -1 4202496 536459 0 0 0 164371 2649 0 0 17 0 2 0 180316074 56729600 7976 1992294400 134512640 146736320 4293807872 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 13850 7976 1122 2985 0 10392 0
[pid=28776/tid=28805] ppid=28775 vsize=55400 CPUtime=242.58
/proc/28776/task/28805/stat : 28805 (pb_cplex) R 28775 28775 28661 0 -1 4202560 12290 0 0 0 23868 390 0 0 17 0 2 0 180383529 56729600 7976 1992294400 134512640 146736320 4293807872 18446744073709551615 144580073 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1670.2
Current children cumulated vsize (KiB) 64100

[startup+1002.3 s]
/proc/loadavg: 1.97 1.81 1.20 3/109 28813
/proc/meminfo: memFree=1387308/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=55400 CPUtime=1779.82
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 561179 0 0 0 175153 2829 0 0 18 0 2 0 180316074 56729600 8066 1992294400 134512640 146736320 4293807872 18446744073709551615 135962090 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 13850 8066 1122 2985 0 10392 0
[pid=28776/tid=28805] ppid=28775 vsize=55400 CPUtime=296.7
/proc/28776/task/28805/stat : 28805 (pb_cplex) R 28775 28775 28661 0 -1 4202560 15990 0 0 0 29194 476 0 0 17 0 2 0 180383529 56729600 8066 1992294400 134512640 146736320 4293807872 18446744073709551615 135999052 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1779.82
Current children cumulated vsize (KiB) 64100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1013.4 s]
/proc/loadavg: 1.98 1.81 1.21 3/109 28813
/proc/meminfo: memFree=1387308/2059040 swapFree=4135492/4192956
[pid=28775] ppid=28773 vsize=8700 CPUtime=0
/proc/28775/stat : 28775 (run) S 28773 28775 28661 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 180316073 8908800 248 1992294400 4194304 4922060 140737313340176 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28775/statm: 2175 248 208 178 0 68 0
[pid=28776] ppid=28775 vsize=55400 CPUtime=1800.1
/proc/28776/stat : 28776 (pb_cplex) R 28775 28775 28661 0 -1 4202496 561617 0 0 0 177150 2860 0 0 17 0 2 0 180316074 56729600 8066 1992294400 134512640 146736320 4293807872 18446744073709551615 137343450 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28776/statm: 13850 8066 1122 2985 0 10392 0
[pid=28776/tid=28805] ppid=28775 vsize=55400 CPUtime=306.69
/proc/28776/task/28805/stat : 28805 (pb_cplex) R 28775 28775 28661 0 -1 4202560 15990 0 0 0 30177 492 0 0 17 0 2 0 180383529 56729600 8066 1992294400 134512640 146736320 4293807872 18446744073709551615 136017505 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 64100

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

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

Child status: 0
Real time (s): 1013.42
CPU time (s): 1800.13
CPU user time (s): 1771.51
CPU system time (s): 28.6146
CPU usage (%): 177.629
Max. virtual memory (cumulated for all children) (KiB): 67172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1771.51
system time used= 28.6146
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 561992
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= 716182
involuntary context switches= 28467

runsolver used 1.82972 second user time and 5.06323 second system time

The end

Launcher Data

Begin job on node015 at 2010-07-02 07:05:47
IDJOB=2696910
IDBENCH=47944
IDSOLVER=1209
FILE ID=node015/2696910-1278047147
PBS_JOBID= 11198868
Free space on /tmp= 62408 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=6-P0=41-P1=37-P2=47-P3=2-P4=7-P5=29-P6=53-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696910-1278047147/watcher-2696910-1278047147 -o /tmp/evaluation-result-2696910-1278047147/solver-2696910-1278047147 -C 1800 -W 2000 -M 1800  run HOME/instance-2696910-1278047147.opb

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

MD5SUM BENCH= daba014eb092fb7e1b2012524271e492
RANDOM SEED=723323900

node015.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.36
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1417372 kB
Buffers:        157392 kB
Cached:         377400 kB
SwapCached:      11268 kB
Active:         214592 kB
Inactive:       334516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1417372 kB
SwapTotal:     4192956 kB
SwapFree:      4135492 kB
Dirty:           16652 kB
Writeback:           8 kB
AnonPages:       12604 kB
Mapped:           8512 kB
Slab:            70696 kB
PageTables:       4236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181176 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-2696910-1278047147.opb

Free space on /tmp at the end= 62392 MiB
End job on node015 at 2010-07-02 07:22:41