Trace number 2696885

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.14 1035.82

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
MD5SUMc4232b649086935e0cf725c77927c83f
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.51892
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 variables144
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 constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)384
Sum of products size (including duplicates)768
Number of different products384
Sum of products size768

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2696885-1278047145.opb.
0.00/0.00	c Instance file HOME/instance-2696885-1278047145.opb
0.00/0.00	c File size is 28515 bytes.
0.00/0.02	c Highest Coefficient sum: 130560
0.00/0.02	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.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Parsing time:          0.02         s                                      |
0.00/0.02	c |  Number Variables:      528                                                 |
0.00/0.02	c |  Number Constraints:    781                                                 |
0.00/0.02	c ===============================================================================
1800.12/1035.81	c Remaining time 1799.98 sec.
1800.12/1035.81	c 
1800.12/1035.81	c *** INTERRUPTED ***
1800.12/1035.81	s UNKNOWN
1800.12/1035.81	c Total CPU time              : 1780.39 s
1800.12/1035.81	c Memory used           : 63.29 MB
1800.12/1035.81	c CPU time              : 1780.39 s
1800.12/1035.81	c 
1800.12/1035.81	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-2696885-1278047145/watcher-2696885-1278047145 -o /tmp/evaluation-result-2696885-1278047145/solver-2696885-1278047145 -C 1800 -W 2000 -M 1800 run HOME/instance-2696885-1278047145.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 28921
/proc/meminfo: memFree=1567280/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) R 28919 28921 28888 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658726805 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0

[startup+0.105172 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28921
/proc/meminfo: memFree=1567280/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.203171 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28921
/proc/meminfo: memFree=1567280/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301171 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28921
/proc/meminfo: memFree=1567280/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700168 s]
/proc/loadavg: 0.00 0.00 0.00 3/106 28921
/proc/meminfo: memFree=1567280/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50016 s]
/proc/loadavg: 0.00 0.00 0.00 3/109 28926
/proc/meminfo: memFree=1558700/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=34064 CPUtime=2.09
/proc/28922/stat : 28922 (pb_cplex) S 28921 28921 28888 0 -1 4202496 11861 0 0 0 202 7 0 0 16 0 2 0 146007042 34881536 3141 1992294400 134512640 146736320 4289614640 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 8516 3141 1071 2985 0 5058 0
[pid=28922/tid=28926] ppid=28921 vsize=34064 CPUtime=0.6
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 7645 0 0 0 58 2 0 0 20 0 2 0 146007121 34881536 3141 1992294400 134512640 146736320 4289614640 18446744073709551615 139023068 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 42764

[startup+3.10015 s]
/proc/loadavg: 0.00 0.00 0.00 2/109 28926
/proc/meminfo: memFree=1557584/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=37364 CPUtime=4.91
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 26344 0 0 0 474 17 0 0 16 0 2 0 146007042 38260736 3861 1992294400 134512640 146736320 4289614640 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 9341 3861 1074 2985 0 5883 0
[pid=28922/tid=28926] ppid=28921 vsize=37364 CPUtime=2.03
/proc/28922/task/28926/stat : 28926 (pb_cplex) S 28921 28921 28888 0 -1 4202560 15768 0 0 0 196 7 0 0 21 0 2 0 146007121 38260736 3861 1992294400 134512640 146736320 4289614640 18446744073709551615 144580073 0 2 4096 16387 18446604437837023104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.91
Current children cumulated vsize (KiB) 46064

[startup+6.30113 s]
/proc/loadavg: 0.16 0.03 0.01 3/109 28926
/proc/meminfo: memFree=1552624/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=42176 CPUtime=10.58
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 40043 0 0 0 1029 29 0 0 16 0 2 0 146007042 43188224 5114 1992294400 134512640 146736320 4289614640 18446744073709551615 135921211 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 10544 5114 1074 2985 0 7086 0
[pid=28922/tid=28926] ppid=28921 vsize=42176 CPUtime=5.04
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 23261 0 0 0 490 14 0 0 25 0 2 0 146007121 43188224 5114 1992294400 134512640 146736320 4289614640 18446744073709551615 136008165 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 10.58
Current children cumulated vsize (KiB) 50876

[startup+12.7001 s]
/proc/loadavg: 0.23 0.05 0.02 2/109 28926
/proc/meminfo: memFree=1548160/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=45148 CPUtime=20.76
/proc/28922/stat : 28922 (pb_cplex) S 28921 28921 28888 0 -1 4202496 59352 0 0 0 2032 44 0 0 16 0 2 0 146007042 46231552 5822 1992294400 134512640 146736320 4289614640 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 11287 5822 1083 2985 0 7829 0
[pid=28922/tid=28926] ppid=28921 vsize=45148 CPUtime=10.43
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 33335 0 0 0 1022 21 0 0 25 0 2 0 146007121 46231552 5822 1992294400 134512640 146736320 4289614640 18446744073709551615 136018922 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 20.76
Current children cumulated vsize (KiB) 53848

[startup+25.502 s]
/proc/loadavg: 0.47 0.11 0.04 2/109 28926
/proc/meminfo: memFree=1542456/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=56152 CPUtime=41.94
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 100580 0 0 0 4122 72 0 0 16 0 2 0 146007042 57499648 7915 1992294400 134512640 146736320 4289614640 18446744073709551615 136400574 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 14038 7915 1074 2985 0 10580 0
[pid=28922/tid=28926] ppid=28921 vsize=56152 CPUtime=21.08
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 62318 0 0 0 2069 39 0 0 15 0 2 0 146007121 57499648 7915 1992294400 134512640 146736320 4289614640 18446744073709551615 136015707 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.94
Current children cumulated vsize (KiB) 64852

[startup+51.1018 s]
/proc/loadavg: 0.77 0.21 0.07 2/109 28928
/proc/meminfo: memFree=1531296/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=62944 CPUtime=80.79
/proc/28922/stat : 28922 (pb_cplex) S 28921 28921 28888 0 -1 4202496 162594 0 0 0 7963 116 0 0 16 0 2 0 146007042 64454656 9988 1992294400 134512640 146736320 4289614640 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15736 9988 1074 2985 0 12278 0
[pid=28922/tid=28926] ppid=28921 vsize=62944 CPUtime=43.44
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 106341 0 0 0 4275 69 0 0 25 0 2 0 146007121 64454656 9988 1992294400 134512640 146736320 4289614640 18446744073709551615 136006363 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 80.79
Current children cumulated vsize (KiB) 71644

[startup+102.301 s]
/proc/loadavg: 1.26 0.44 0.15 2/109 28928
/proc/meminfo: memFree=1531048/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=62072 CPUtime=157.22
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 233093 0 0 0 15548 174 0 0 16 0 2 0 146007042 63561728 9827 1992294400 134512640 146736320 4289614640 18446744073709551615 139042879 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15518 9827 1096 2985 0 12060 0
[pid=28922/tid=28926] ppid=28921 vsize=62072 CPUtime=84.73
/proc/28922/task/28926/stat : 28926 (pb_cplex) S 28921 28921 28888 0 -1 4202560 137861 0 0 0 8376 97 0 0 25 0 2 0 146007121 63561728 9827 1992294400 134512640 146736320 4289614640 18446744073709551615 144580073 0 2 4096 16387 18446604437837023104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 157.22
Current children cumulated vsize (KiB) 70772

[startup+162.302 s]
/proc/loadavg: 1.43 0.62 0.23 3/109 28930
/proc/meminfo: memFree=1529064/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63736 CPUtime=247.22
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 290248 0 0 0 24489 233 0 0 16 0 2 0 146007042 65265664 10291 1992294400 134512640 146736320 4289614640 18446744073709551615 135526881 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15934 10291 1096 2985 0 12476 0
[pid=28922/tid=28926] ppid=28921 vsize=63736 CPUtime=139.2
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 172078 0 0 0 13789 131 0 0 21 0 2 0 146007121 65265664 10291 1992294400 134512640 146736320 4289614640 18446744073709551615 136002917 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 247.22
Current children cumulated vsize (KiB) 72436

[startup+222.31 s]
/proc/loadavg: 1.81 0.88 0.34 2/109 28932
/proc/meminfo: memFree=1529188/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63404 CPUtime=355.45
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 401978 0 0 0 35196 349 0 0 16 0 2 0 146007042 64925696 10290 1992294400 134512640 146736320 4289614640 18446744073709551615 135468697 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15851 10290 1096 2985 0 12393 0
[pid=28922/tid=28926] ppid=28921 vsize=63404 CPUtime=194.93
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 230541 0 0 0 19301 192 0 0 25 0 2 0 146007121 64925696 10290 1992294400 134512640 146736320 4289614640 18446744073709551615 136015725 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 355.45
Current children cumulated vsize (KiB) 72104

[startup+282.301 s]
/proc/loadavg: 1.91 1.08 0.44 3/109 28934
/proc/meminfo: memFree=1529188/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63588 CPUtime=463.55
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 476757 0 0 0 45894 461 0 0 16 0 2 0 146007042 65114112 10319 1992294400 134512640 146736320 4289614640 18446744073709551615 135851010 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15897 10319 1096 2985 0 12439 0
[pid=28922/tid=28926] ppid=28921 vsize=63588 CPUtime=249.36
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 263284 0 0 0 24688 248 0 0 18 0 2 0 146007121 65114112 10319 1992294400 134512640 146736320 4289614640 18446744073709551615 136402270 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 463.55
Current children cumulated vsize (KiB) 72288

[startup+342.302 s]
/proc/loadavg: 1.96 1.24 0.54 2/109 28936
/proc/meminfo: memFree=1528816/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0

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

[pid=28922] ppid=28921 vsize=63748 CPUtime=784.24
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 724200 0 0 0 77601 823 0 0 16 0 2 0 146007042 65277952 10368 1992294400 134512640 146736320 4289614640 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15937 10368 1096 2985 0 12479 0
[pid=28922/tid=28926] ppid=28921 vsize=63748 CPUtime=412.27
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 383158 0 0 0 40798 429 0 0 16 0 2 0 146007121 65277952 10368 1992294400 134512640 146736320 4289614640 18446744073709551615 135526323 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 784.24
Current children cumulated vsize (KiB) 72448

[startup+522.3 s]
/proc/loadavg: 1.73 1.48 0.75 4/109 28940
/proc/meminfo: memFree=1528816/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63596 CPUtime=891
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 775677 0 0 0 88168 932 0 0 16 0 2 0 146007042 65122304 10296 1992294400 134512640 146736320 4289614640 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15899 10296 1096 2985 0 12441 0
[pid=28922/tid=28926] ppid=28921 vsize=63596 CPUtime=466.81
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 408497 0 0 0 46197 484 0 0 18 0 2 0 146007121 65122304 10296 1992294400 134512640 146736320 4289614640 18446744073709551615 136015719 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 891
Current children cumulated vsize (KiB) 72296

[startup+582.301 s]
/proc/loadavg: 1.83 1.56 0.82 3/109 28942
/proc/meminfo: memFree=1529684/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63036 CPUtime=997.31
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 877033 0 0 0 98674 1057 0 0 18 0 2 0 146007042 64548864 10161 1992294400 134512640 146736320 4289614640 18446744073709551615 135850308 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15759 10161 1115 2985 0 12301 0
[pid=28922/tid=28926] ppid=28921 vsize=63036 CPUtime=520.26
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 458303 0 0 0 51476 550 0 0 16 0 2 0 146007121 64548864 10161 1992294400 134512640 146736320 4289614640 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 997.31
Current children cumulated vsize (KiB) 71736

[startup+642.301 s]
/proc/loadavg: 1.83 1.60 0.88 2/109 28944
/proc/meminfo: memFree=1530552/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=62160 CPUtime=1103.7
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 946472 0 0 0 109188 1182 0 0 16 0 2 0 146007042 63651840 9940 1992294400 134512640 146736320 4289614640 18446744073709551615 135237152 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 15540 9940 1113 2985 0 12082 0
[pid=28922/tid=28926] ppid=28921 vsize=62160 CPUtime=573.04
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 493561 0 0 0 56690 614 0 0 16 0 2 0 146007121 63651840 9940 1992294400 134512640 146736320 4289614640 18446744073709551615 135468677 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1103.7
Current children cumulated vsize (KiB) 70860

[startup+702.301 s]
/proc/loadavg: 1.87 1.64 0.94 3/109 28944
/proc/meminfo: memFree=1529436/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63328 CPUtime=1210.11
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 981442 0 0 0 119711 1300 0 0 18 0 2 0 146007042 64847872 10208 1992294400 134512640 146736320 4289614640 18446744073709551615 135850067 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15832 10208 1113 2985 0 12374 0
[pid=28922/tid=28926] ppid=28921 vsize=63328 CPUtime=625.6
/proc/28922/task/28926/stat : 28926 (pb_cplex) S 28921 28921 28888 0 -1 4202560 510518 0 0 0 61885 675 0 0 16 0 2 0 146007121 64847872 10208 1992294400 134512640 146736320 4289614640 18446744073709551615 144580073 0 2 4096 16387 18446604437837023104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1210.11
Current children cumulated vsize (KiB) 72028

[startup+762.301 s]
/proc/loadavg: 1.83 1.68 0.99 4/109 28946
/proc/meminfo: memFree=1529436/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63240 CPUtime=1316.4
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 1031706 0 0 0 130229 1411 0 0 17 0 2 0 146007042 64757760 10217 1992294400 134512640 146736320 4289614640 18446744073709551615 135450745 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 15810 10217 1113 2985 0 12352 0
[pid=28922/tid=28926] ppid=28921 vsize=63240 CPUtime=678.22
/proc/28922/task/28926/stat : 28926 (pb_cplex) S 28921 28921 28888 0 -1 4202560 531012 0 0 0 67090 732 0 0 16 0 2 0 146007121 64757760 10217 1992294400 134512640 146736320 4289614640 18446744073709551615 144580073 0 2 4096 16387 18446604437837023104 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1316.4
Current children cumulated vsize (KiB) 71940

[startup+822.301 s]
/proc/loadavg: 1.84 1.70 1.04 2/109 28948
/proc/meminfo: memFree=1530056/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=62704 CPUtime=1422.43
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 1080191 0 0 0 140720 1523 0 0 16 0 2 0 146007042 64208896 10050 1992294400 134512640 146736320 4289614640 18446744073709551615 135446502 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 15676 10050 1113 2985 0 12218 0
[pid=28922/tid=28926] ppid=28921 vsize=62704 CPUtime=730.73
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 550855 0 0 0 72289 784 0 0 16 0 2 0 146007121 64208896 10050 1992294400 134512640 146736320 4289614640 18446744073709551615 136364170 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1422.43
Current children cumulated vsize (KiB) 71404

[startup+882.309 s]
/proc/loadavg: 1.98 1.77 1.10 3/109 28950
/proc/meminfo: memFree=1529436/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=63140 CPUtime=1528.67
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 1144046 0 0 0 151225 1642 0 0 16 0 2 0 146007042 64655360 10165 1992294400 134512640 146736320 4289614640 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 15785 10165 1113 2985 0 12327 0
[pid=28922/tid=28926] ppid=28921 vsize=63140 CPUtime=783.38
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 583287 0 0 0 77492 846 0 0 16 0 2 0 146007121 64655360 10165 1992294400 134512640 146736320 4289614640 18446744073709551615 135850446 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1528.67
Current children cumulated vsize (KiB) 71840

[startup+942.301 s]
/proc/loadavg: 2.01 1.81 1.16 3/109 28952
/proc/meminfo: memFree=1529436/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=62756 CPUtime=1634.64
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 1203475 0 0 0 161694 1770 0 0 16 0 2 0 146007042 64262144 10169 1992294400 134512640 146736320 4289614640 18446744073709551615 135454073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28922/statm: 15689 10169 1113 2985 0 12231 0
[pid=28922/tid=28926] ppid=28921 vsize=62756 CPUtime=835.73
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 608899 0 0 0 82666 907 0 0 16 0 2 0 146007121 64262144 10169 1992294400 134512640 146736320 4289614640 18446744073709551615 135467759 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1634.64
Current children cumulated vsize (KiB) 71456

[startup+1002.3 s]
/proc/loadavg: 1.93 1.83 1.20 2/109 28952
/proc/meminfo: memFree=1528320/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=67916 CPUtime=1740.7
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 1285437 0 0 0 172156 1914 0 0 17 0 2 0 146007042 69545984 11046 1992294400 134512640 146736320 4289614640 18446744073709551615 135526398 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 16979 11046 1113 2985 0 13521 0
[pid=28922/tid=28926] ppid=28921 vsize=67916 CPUtime=888.16
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 641563 0 0 0 87841 975 0 0 16 0 2 0 146007121 69545984 11046 1992294400 134512640 146736320 4289614640 18446744073709551615 135450684 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1740.7
Current children cumulated vsize (KiB) 76616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1035.8 s]
/proc/loadavg: 1.83 1.81 1.22 2/109 28954
/proc/meminfo: memFree=1528196/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=64804 CPUtime=1800.12
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 1299425 0 0 0 178038 1974 0 0 15 0 2 0 146007042 66359296 10487 1992294400 134512640 146736320 4289614640 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 16201 10487 1113 2985 0 12743 0
[pid=28922/tid=28926] ppid=28921 vsize=64804 CPUtime=917.69
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 646762 0 0 0 90765 1004 0 0 16 0 2 0 146007121 66359296 10487 1992294400 134512640 146736320 4289614640 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 73504

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

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

[startup+1035.8 s]
/proc/loadavg: 1.83 1.81 1.22 2/109 28954
/proc/meminfo: memFree=1528196/2059040 swapFree=4139620/4192956
[pid=28921] ppid=28919 vsize=8700 CPUtime=0
/proc/28921/stat : 28921 (run) S 28919 28921 28888 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146007042 8908800 248 1992294400 4194304 4922060 140736742838592 18446744073709551615 269658725509 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/28921/statm: 2175 248 208 178 0 68 0
[pid=28922] ppid=28921 vsize=64804 CPUtime=1800.12
/proc/28922/stat : 28922 (pb_cplex) R 28921 28921 28888 0 -1 4202496 1299425 0 0 0 178038 1974 0 0 15 0 2 0 146007042 66359296 10487 1992294400 134512640 146736320 4289614640 18446744073709551615 136674344 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28922/statm: 16201 10487 1113 2985 0 12743 0
[pid=28922/tid=28926] ppid=28921 vsize=64804 CPUtime=917.69
/proc/28922/task/28926/stat : 28926 (pb_cplex) R 28921 28921 28888 0 -1 4202560 646762 0 0 0 90765 1004 0 0 16 0 2 0 146007121 66359296 10487 1992294400 134512640 146736320 4289614640 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 73504

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1035.82
CPU time (s): 1800.14
CPU user time (s): 1780.39
CPU system time (s): 19.749
CPU usage (%): 173.789
Max. virtual memory (cumulated for all children) (KiB): 86520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.39
system time used= 19.749
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1299790
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= 433062
involuntary context switches= 29173

runsolver used 1.9667 second user time and 5.59215 second system time

The end

Launcher Data

Begin job on node042 at 2010-07-02 07:05:45
IDJOB=2696885
IDBENCH=47919
IDSOLVER=1209
FILE ID=node042/2696885-1278047145
PBS_JOBID= 11198850
Free space on /tmp= 62208 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=197-P1=97-P2=163-P3=151-P4=53-P5=139-P6=107-B.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2696885-1278047145/watcher-2696885-1278047145 -o /tmp/evaluation-result-2696885-1278047145/solver-2696885-1278047145 -C 1800 -W 2000 -M 1800  run HOME/instance-2696885-1278047145.opb

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

MD5SUM BENCH= c4232b649086935e0cf725c77927c83f
RANDOM SEED=1685767235

node042.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.213
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.42
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.213
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:       1569992 kB
Buffers:        123696 kB
Cached:         266516 kB
SwapCached:       6736 kB
Active:         159424 kB
Inactive:       244400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1569992 kB
SwapTotal:     4192956 kB
SwapFree:      4139620 kB
Dirty:           16848 kB
Writeback:           0 kB
AnonPages:       11880 kB
Mapped:          12020 kB
Slab:            63384 kB
PageTables:       4184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183736 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-2696885-1278047145.opb

Free space on /tmp at the end= 62192 MiB
End job on node042 at 2010-07-02 07:23:03