Trace number 2697041

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.17 1112.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=6-P0=13-P1=23-P2=59-P3=41-P4=53-B.opb
MD5SUM84a6dc06fba278aa97da18c43cb21b39
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.403937
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables72
Total number of constraints9
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 constraints9
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)144
Sum of products size (including duplicates)288
Number of different products144
Sum of products size288

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697041-1278049244.opb.
0.00/0.00	c Instance file HOME/instance-2697041-1278049244.opb
0.00/0.00	c File size is 10691 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:      216                                                 |
0.00/0.01	c |  Number Constraints:    297                                                 |
0.00/0.01	c ===============================================================================
1800.14/1112.71	c Remaining time 1799.99 sec.
1800.14/1112.71	c 
1800.14/1112.71	c *** INTERRUPTED ***
1800.14/1112.71	s UNKNOWN
1800.14/1112.71	c Total CPU time              : 1765.29 s
1800.14/1112.71	c Memory used           : 40.66 MB
1800.14/1112.71	c CPU time              : 1765.29 s
1800.14/1112.71	c 
1800.14/1112.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-2697041-1278049244/watcher-2697041-1278049244 -o /tmp/evaluation-result-2697041-1278049244/solver-2697041-1278049244 -C 1800 -W 2000 -M 1800 run HOME/instance-2697041-1278049244.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.78 1.78 1.57 3/106 2358
/proc/meminfo: memFree=1832164/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) R 2355 2358 2156 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210369429 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0

[startup+0.105454 s]
/proc/loadavg: 1.78 1.78 1.57 3/106 2358
/proc/meminfo: memFree=1832164/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.205794 s]
/proc/loadavg: 1.78 1.78 1.57 3/106 2358
/proc/meminfo: memFree=1832164/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.304706 s]
/proc/loadavg: 1.78 1.78 1.57 3/106 2358
/proc/meminfo: memFree=1832164/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700693 s]
/proc/loadavg: 1.78 1.78 1.57 3/106 2358
/proc/meminfo: memFree=1832164/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50167 s]
/proc/loadavg: 1.78 1.78 1.57 3/109 2365
/proc/meminfo: memFree=1826064/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=32796 CPUtime=2.43
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 8391 0 0 0 232 11 0 0 17 0 2 0 146218857 33583104 2747 1992294400 134512640 146736320 4293889808 18446744073709551615 136001723 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 8199 2747 1071 2985 0 4741 0
[pid=2359/tid=2365] ppid=2358 vsize=32796 CPUtime=0.9
/proc/2359/task/2365/stat : 2365 (pb_cplex) R 2358 2358 2156 0 -1 4202560 2193 0 0 0 87 3 0 0 17 0 2 0 146218904 33583104 2747 1992294400 134512640 146736320 4293889808 18446744073709551615 139023104 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 41496

[startup+3.10162 s]
/proc/loadavg: 1.80 1.78 1.57 3/109 2365
/proc/meminfo: memFree=1823460/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=34060 CPUtime=5.34
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 16889 0 0 0 513 21 0 0 17 0 2 0 146218857 34877440 3042 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 8515 3042 1071 2985 0 5057 0
[pid=2359/tid=2365] ppid=2358 vsize=34060 CPUtime=2.33
/proc/2359/task/2365/stat : 2365 (pb_cplex) R 2358 2358 2156 0 -1 4202560 6388 0 0 0 224 9 0 0 17 0 2 0 146218904 34877440 3042 1992294400 134512640 146736320 4293889808 18446744073709551615 135408905 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.34
Current children cumulated vsize (KiB) 42760

[startup+6.30052 s]
/proc/loadavg: 1.80 1.78 1.57 2/109 2365
/proc/meminfo: memFree=1820112/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=38388 CPUtime=10.47
/proc/2359/stat : 2359 (pb_cplex) S 2358 2358 2156 0 -1 4202496 29163 0 0 0 1016 31 0 0 16 0 2 0 146218857 39309312 4069 1992294400 134512640 146736320 4293889808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 9597 4069 1074 2985 0 6139 0
[pid=2359/tid=2365] ppid=2358 vsize=38388 CPUtime=4.74
/proc/2359/task/2365/stat : 2365 (pb_cplex) R 2358 2358 2156 0 -1 4202560 14406 0 0 0 459 15 0 0 16 0 2 0 146218904 39309312 4069 1992294400 134512640 146736320 4293889808 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.47
Current children cumulated vsize (KiB) 47088

[startup+12.7003 s]
/proc/loadavg: 1.67 1.75 1.56 3/109 2365
/proc/meminfo: memFree=1818252/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=40088 CPUtime=21.49
/proc/2359/stat : 2359 (pb_cplex) S 2358 2358 2156 0 -1 4202496 39056 0 0 0 2099 50 0 0 16 0 2 0 146218857 41050112 4498 1992294400 134512640 146736320 4293889808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 10022 4498 1074 2985 0 6564 0
[pid=2359/tid=2365] ppid=2358 vsize=40088 CPUtime=10.32
/proc/2359/task/2365/stat : 2365 (pb_cplex) R 2358 2358 2156 0 -1 4202560 21582 0 0 0 1007 25 0 0 16 0 2 0 146218904 41050112 4498 1992294400 134512640 146736320 4293889808 18446744073709551615 139023098 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.49
Current children cumulated vsize (KiB) 48788

[startup+25.5019 s]
/proc/loadavg: 1.65 1.75 1.56 3/109 2365
/proc/meminfo: memFree=1818376/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=38768 CPUtime=41.17
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 52752 0 0 0 4037 80 0 0 16 0 2 0 146218857 39698432 4299 1992294400 134512640 146736320 4293889808 18446744073709551615 135850322 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 9692 4299 1099 2985 0 6234 0
[pid=2359/tid=2365] ppid=2358 vsize=38768 CPUtime=18.38
/proc/2359/task/2365/stat : 2365 (pb_cplex) R 2358 2358 2156 0 -1 4202560 29557 0 0 0 1798 40 0 0 16 0 2 0 146218904 39698432 4299 1992294400 134512640 146736320 4293889808 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 41.17
Current children cumulated vsize (KiB) 47468

[startup+51.1017 s]
/proc/loadavg: 1.84 1.78 1.58 3/109 2365
/proc/meminfo: memFree=1816392/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=41876 CPUtime=85.8
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 73145 0 0 0 8421 159 0 0 16 0 2 0 146218857 42881024 4793 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 10469 4793 1099 2985 0 7011 0
[pid=2359/tid=2365] ppid=2358 vsize=41876 CPUtime=41.15
/proc/2359/task/2365/stat : 2365 (pb_cplex) R 2358 2358 2156 0 -1 4202560 43922 0 0 0 4032 83 0 0 16 0 2 0 146218904 42881024 4793 1992294400 134512640 146736320 4293889808 18446744073709551615 135854537 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 85.8
Current children cumulated vsize (KiB) 50576

[startup+102.301 s]
/proc/loadavg: 1.71 1.75 1.58 2/109 2371
/proc/meminfo: memFree=1819492/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=37484 CPUtime=166
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 141024 0 0 0 16281 319 0 0 16 0 2 0 146218857 38383616 3955 1992294400 134512640 146736320 4293889808 18446744073709551615 144580332 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 9371 3955 1123 2985 0 5913 0
[pid=2359/tid=2371] ppid=2358 vsize=37484 CPUtime=27.12
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 45965 0 0 0 2645 67 0 0 15 0 2 0 146225243 38383616 3955 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 166
Current children cumulated vsize (KiB) 46184

[startup+162.301 s]
/proc/loadavg: 1.80 1.77 1.59 3/109 2373
/proc/meminfo: memFree=1819616/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=37620 CPUtime=263.11
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 216194 0 0 0 25786 525 0 0 16 0 2 0 146218857 38522880 4006 1992294400 134512640 146736320 4293889808 18446744073709551615 135526786 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 9405 4006 1123 2985 0 5947 0
[pid=2359/tid=2371] ppid=2358 vsize=37620 CPUtime=75.74
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 68057 0 0 0 7411 163 0 0 16 0 2 0 146225243 38522880 4006 1992294400 134512640 146736320 4293889808 18446744073709551615 135450742 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 263.11
Current children cumulated vsize (KiB) 46320

[startup+222.309 s]
/proc/loadavg: 1.68 1.74 1.59 3/109 2375
/proc/meminfo: memFree=1818004/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=39484 CPUtime=360.8
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 252891 0 0 0 35357 723 0 0 18 0 2 0 146218857 40431616 4315 1992294400 134512640 146736320 4293889808 18446744073709551615 135411480 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 9871 4315 1123 2985 0 6413 0
[pid=2359/tid=2371] ppid=2358 vsize=39484 CPUtime=122.45
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 82914 0 0 0 11988 257 0 0 16 0 2 0 146225243 40431616 4315 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 360.8
Current children cumulated vsize (KiB) 48184

[startup+282.302 s]
/proc/loadavg: 1.70 1.73 1.59 3/109 2375
/proc/meminfo: memFree=1817756/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=38768 CPUtime=457
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 282602 0 0 0 44790 910 0 0 17 0 2 0 146218857 39698432 4333 1992294400 134512640 146736320 4293889808 18446744073709551615 136017946 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 9692 4333 1123 2985 0 6234 0
[pid=2359/tid=2371] ppid=2358 vsize=38768 CPUtime=168.08
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 91449 0 0 0 16461 347 0 0 16 0 2 0 146225243 39698432 4333 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 457
Current children cumulated vsize (KiB) 47468

[startup+342.302 s]
/proc/loadavg: 1.73 1.72 1.59 2/109 2377
/proc/meminfo: memFree=1818376/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=2359] ppid=2358 vsize=38468 CPUtime=749.88
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 299369 0 0 0 73513 1475 0 0 16 0 2 0 146218857 39391232 4300 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 9617 4300 1127 2985 0 6159 0
[pid=2359/tid=2371] ppid=2358 vsize=38468 CPUtime=311.11
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 98608 0 0 0 30482 629 0 0 16 0 2 0 146225243 39391232 4300 1992294400 134512640 146736320 4293889808 18446744073709551615 136752955 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 749.88
Current children cumulated vsize (KiB) 47168

[startup+522.301 s]
/proc/loadavg: 1.74 1.73 1.62 3/109 2385
/proc/meminfo: memFree=1818004/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=39032 CPUtime=845.89
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 306841 0 0 0 82944 1645 0 0 16 0 2 0 146218857 39968768 4392 1992294400 134512640 146736320 4293889808 18446744073709551615 135237283 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 9758 4392 1127 2985 0 6300 0
[pid=2359/tid=2371] ppid=2358 vsize=39032 CPUtime=359.1
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 105116 0 0 0 35194 716 0 0 17 0 2 0 146225243 39968768 4392 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 845.89
Current children cumulated vsize (KiB) 47732

[startup+582.301 s]
/proc/loadavg: 1.80 1.75 1.63 2/109 2385
/proc/meminfo: memFree=1817880/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=39800 CPUtime=943.5
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 320319 0 0 0 92523 1827 0 0 16 0 2 0 146218857 40755200 4523 1992294400 134512640 146736320 4293889808 18446744073709551615 138412631 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 9950 4523 1127 2985 0 6492 0
[pid=2359/tid=2371] ppid=2358 vsize=39800 CPUtime=406.91
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 112867 0 0 0 39889 802 0 0 16 0 2 0 146225243 40755200 4523 1992294400 134512640 146736320 4293889808 18446744073709551615 135523315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 943.5
Current children cumulated vsize (KiB) 48500

[startup+642.302 s]
/proc/loadavg: 1.79 1.76 1.64 2/109 2387
/proc/meminfo: memFree=1816392/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=42216 CPUtime=1036.34
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 322595 0 0 0 101641 1993 0 0 17 0 2 0 146218857 43229184 4863 1992294400 134512640 146736320 4293889808 18446744073709551615 137014880 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 10554 4863 1127 2985 0 7096 0
[pid=2359/tid=2371] ppid=2358 vsize=42216 CPUtime=452.59
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 114566 0 0 0 44375 884 0 0 16 0 2 0 146225243 43229184 4863 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1036.34
Current children cumulated vsize (KiB) 50916

[startup+702.302 s]
/proc/loadavg: 1.67 1.72 1.63 3/109 2389
/proc/meminfo: memFree=1816268/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=41812 CPUtime=1136.59
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 322968 0 0 0 111480 2179 0 0 16 0 2 0 146218857 42815488 4795 1992294400 134512640 146736320 4293889808 18446744073709551615 135451477 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 10453 4795 1127 2985 0 6995 0
[pid=2359/tid=2371] ppid=2358 vsize=41812 CPUtime=501.55
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 114726 0 0 0 49177 978 0 0 16 0 2 0 146225243 42815488 4795 1992294400 134512640 146736320 4293889808 18446744073709551615 136000537 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1136.59
Current children cumulated vsize (KiB) 50512

[startup+762.302 s]
/proc/loadavg: 1.55 1.67 1.62 2/109 2391
/proc/meminfo: memFree=1815896/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=41812 CPUtime=1233.22
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 326473 0 0 0 120965 2357 0 0 17 0 2 0 146218857 42815488 4797 1992294400 134512640 146736320 4293889808 18446744073709551615 136000313 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 10453 4797 1127 2985 0 6995 0
[pid=2359/tid=2371] ppid=2358 vsize=41812 CPUtime=547.39
/proc/2359/task/2371/stat : 2371 (pb_cplex) S 2358 2358 2156 0 -1 4202560 115438 0 0 0 53679 1060 0 0 16 0 2 0 146225243 42815488 4797 1992294400 134512640 146736320 4293889808 18446744073709551615 144580073 0 2 4096 16387 18446604437826501312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1233.22
Current children cumulated vsize (KiB) 50512

[startup+822.301 s]
/proc/loadavg: 1.57 1.65 1.62 4/109 2394
/proc/meminfo: memFree=1816144/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=40788 CPUtime=1325.07
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 349021 0 0 0 129982 2525 0 0 16 0 2 0 146218857 41766912 4544 1992294400 134512640 146736320 4293889808 18446744073709551615 136365632 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 10197 4544 1127 2985 0 6739 0
[pid=2359/tid=2371] ppid=2358 vsize=40788 CPUtime=591.33
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 122449 0 0 0 57995 1138 0 0 16 0 2 0 146225243 41766912 4544 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1325.07
Current children cumulated vsize (KiB) 49488

[startup+882.309 s]
/proc/loadavg: 1.63 1.65 1.62 2/109 2394
/proc/meminfo: memFree=1816020/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=41812 CPUtime=1417.91
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 396903 0 0 0 139092 2699 0 0 16 0 2 0 146218857 42815488 4768 1992294400 134512640 146736320 4293889808 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 10453 4768 1127 2985 0 6995 0
[pid=2359/tid=2371] ppid=2358 vsize=41812 CPUtime=636.67
/proc/2359/task/2371/stat : 2371 (pb_cplex) S 2358 2358 2156 0 -1 4202560 133051 0 0 0 62447 1220 0 0 16 0 2 0 146225243 42815488 4768 1992294400 134512640 146736320 4293889808 18446744073709551615 144580073 0 2 4096 16387 18446604437826501312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1417.91
Current children cumulated vsize (KiB) 50512

[startup+942.301 s]
/proc/loadavg: 1.78 1.68 1.63 3/109 2396
/proc/meminfo: memFree=1816268/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=40788 CPUtime=1514.87
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 432715 0 0 0 148594 2893 0 0 16 0 2 0 146218857 41766912 4732 1992294400 134512640 146736320 4293889808 18446744073709551615 137176693 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/2359/statm: 10197 4732 1127 2985 0 6739 0
[pid=2359/tid=2371] ppid=2358 vsize=40788 CPUtime=684.25
/proc/2359/task/2371/stat : 2371 (pb_cplex) S 2358 2358 2156 0 -1 4202560 154894 0 0 0 67106 1319 0 0 16 0 2 0 146225243 41766912 4732 1992294400 134512640 146736320 4293889808 18446744073709551615 144580073 0 2 4096 16387 18446604437826501312 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1514.87
Current children cumulated vsize (KiB) 49488

[startup+1002.3 s]
/proc/loadavg: 1.88 1.72 1.65 3/109 2398
/proc/meminfo: memFree=1816392/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=40788 CPUtime=1611.05
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 475248 0 0 0 158010 3095 0 0 16 0 2 0 146218857 41766912 4557 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 10197 4557 1127 2985 0 6739 0
[pid=2359/tid=2371] ppid=2358 vsize=40788 CPUtime=732.4
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 171604 0 0 0 71826 1414 0 0 16 0 2 0 146225243 41766912 4557 1992294400 134512640 146736320 4293889808 18446744073709551615 137461737 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1611.05
Current children cumulated vsize (KiB) 49488

[startup+1062.3 s]
/proc/loadavg: 1.80 1.74 1.65 3/109 2400
/proc/meminfo: memFree=1816144/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=41488 CPUtime=1712.41
/proc/2359/stat : 2359 (pb_cplex) R 2358 2358 2156 0 -1 4202496 475764 0 0 0 167936 3305 0 0 16 0 2 0 146218857 42483712 4749 1992294400 134512640 146736320 4293889808 18446744073709551615 136015710 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 10372 4749 1127 2985 0 6914 0
[pid=2359/tid=2371] ppid=2358 vsize=41488 CPUtime=782.21
/proc/2359/task/2371/stat : 2371 (pb_cplex) S 2358 2358 2156 0 -1 4202560 171958 0 0 0 76703 1518 0 0 16 0 2 0 146225243 42483712 4749 1992294400 134512640 146736320 4293889808 18446744073709551615 144580073 0 2 4096 16387 18446604437826501312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1712.41
Current children cumulated vsize (KiB) 50188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1112.7 s]
/proc/loadavg: 1.81 1.75 1.66 3/109 2400
/proc/meminfo: memFree=1816516/2059040 swapFree=4139368/4192956
[pid=2358] ppid=2355 vsize=8700 CPUtime=0
/proc/2358/stat : 2358 (run) S 2355 2358 2156 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 146218856 8908800 249 1992294400 4194304 4922060 140736307694048 18446744073709551615 215210368133 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/2358/statm: 2175 249 208 178 0 68 0
[pid=2359] ppid=2358 vsize=41636 CPUtime=1800.14
/proc/2359/stat : 2359 (pb_cplex) S 2358 2358 2156 0 -1 4202496 476556 0 0 0 176528 3486 0 0 16 0 2 0 146218857 42635264 4767 1992294400 134512640 146736320 4293889808 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/2359/statm: 10409 4767 1127 2985 0 6951 0
[pid=2359/tid=2371] ppid=2358 vsize=41636 CPUtime=825.62
/proc/2359/task/2371/stat : 2371 (pb_cplex) R 2358 2358 2156 0 -1 4202560 172148 0 0 0 80955 1607 0 0 18 0 2 0 146225243 42635264 4767 1992294400 134512640 146736320 4293889808 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 50336

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): 1112.72
CPU time (s): 1800.17
CPU user time (s): 1765.29
CPU system time (s): 34.8737
CPU usage (%): 161.781
Max. virtual memory (cumulated for all children) (KiB): 52112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.29
system time used= 34.8737
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476929
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= 971786
involuntary context switches= 27815

runsolver used 2.31965 second user time and 5.61015 second system time

The end

Launcher Data

Begin job on node031 at 2010-07-02 07:40:44
IDJOB=2697041
IDBENCH=48075
IDSOLVER=1209
FILE ID=node031/2697041-1278049244
PBS_JOBID= 11198859
Free space on /tmp= 62436 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=13-P1=23-P2=59-P3=41-P4=53-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697041-1278049244/watcher-2697041-1278049244 -o /tmp/evaluation-result-2697041-1278049244/solver-2697041-1278049244 -C 1800 -W 2000 -M 1800  run HOME/instance-2697041-1278049244.opb

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

MD5SUM BENCH= 84a6dc06fba278aa97da18c43cb21b39
RANDOM SEED=506061219

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1833064 kB
Buffers:         21924 kB
Cached:         110780 kB
SwapCached:       6932 kB
Active:         106944 kB
Inactive:        39760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1833064 kB
SwapTotal:     4192956 kB
SwapFree:      4139368 kB
Dirty:           16656 kB
Writeback:           0 kB
AnonPages:       12212 kB
Mapped:          11980 kB
Slab:            57044 kB
PageTables:       4204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182056 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697041-1278049244.opb

Free space on /tmp at the end= 62420 MiB
End job on node031 at 2010-07-02 07:59:17