Trace number 2695867

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.19 996.319

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
MD5SUMe9984c89af246abdf2b2a4294753ea30
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1055
Best CPU time to get the best result obtained on this benchmark1789.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1036
Optimality of the best value was proved NO
Number of variables1963
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1963
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1963
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1963
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2695867-1278017665.opb.
0.00/0.00	c Instance file HOME/instance-2695867-1278017665.opb
0.00/0.00	c File size is 112303 bytes.
0.00/0.99	c Highest Coefficient sum: 3
0.00/0.99	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.99/1.00	c ============================[ Problem Statistics ]=============================
0.99/1.00	c |                                                                             |
0.99/1.00	c |  Parsing time:          1.00         s                                      |
0.99/1.00	c |  Number Variables:      1963                                                |
0.99/1.00	c |  Number Constraints:    4000                                                |
0.99/1.00	c ===============================================================================
1800.16/996.31	c Remaining time 1799.00 sec.
1800.16/996.31	c 
1800.16/996.31	c *** INTERRUPTED ***
1800.16/996.31	s UNKNOWN
1800.16/996.31	c Total CPU time              : 1797.59 s
1800.16/996.31	c Memory used           : 64.46 MB
1800.16/996.31	c CPU time              : 1797.59 s
1800.16/996.31	c 
1800.16/996.31	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-2695867-1278017665/watcher-2695867-1278017665 -o /tmp/evaluation-result-2695867-1278017665/solver-2695867-1278017665 -C 1800 -W 2000 -M 1800 run HOME/instance-2695867-1278017665.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.00 1.00 1.00 3/106 28174
/proc/meminfo: memFree=1423156/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0

[startup+0.0134991 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28174
/proc/meminfo: memFree=1423156/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101507 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28174
/proc/meminfo: memFree=1423156/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301529 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28174
/proc/meminfo: memFree=1423156/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701572 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 28174
/proc/meminfo: memFree=1423156/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50166 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28176
/proc/meminfo: memFree=1420040/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=25420 CPUtime=1.49
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 4677 0 0 0 147 2 0 0 18 0 1 0 143059245 26030080 3004 1992294400 134512640 146736320 4287981632 18446744073709551615 139044529 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28175/statm: 6355 3004 1017 2985 0 2897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34120

[startup+3.10083 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28176
/proc/meminfo: memFree=1414088/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=25704 CPUtime=3.08
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 5328 0 0 0 306 2 0 0 21 0 1 0 143059245 26320896 3142 1992294400 134512640 146736320 4287981632 18446744073709551615 136490002 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28175/statm: 6426 3142 1018 2985 0 2968 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34404

[startup+6.30118 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28176
/proc/meminfo: memFree=1413096/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=25708 CPUtime=6.28
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 6303 0 0 0 626 2 0 0 25 0 1 0 143059245 26324992 3199 1992294400 134512640 146736320 4287981632 18446744073709551615 136403116 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28175/statm: 6427 3199 1018 2985 0 2969 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34408

[startup+12.7009 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28176
/proc/meminfo: memFree=1412600/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=25808 CPUtime=12.68
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 7537 0 0 0 1265 3 0 0 25 0 1 0 143059245 26427392 3230 1992294400 134512640 146736320 4287981632 18446744073709551615 135447034 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28175/statm: 6452 3230 1019 2985 0 2994 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34508

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 28176
/proc/meminfo: memFree=1411608/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=26268 CPUtime=25.47
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 12484 0 0 0 2543 4 0 0 25 0 1 0 143059245 26898432 3323 1992294400 134512640 146736320 4287981632 18446744073709551615 135526013 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28175/statm: 6567 3323 1020 2985 0 3109 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34968

[startup+51.1021 s]
/proc/loadavg: 1.08 1.02 1.01 3/109 28177
/proc/meminfo: memFree=1406640/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=45064 CPUtime=62.27
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 14385 0 0 0 6219 8 0 0 25 0 2 0 143059245 46145536 5031 1992294400 134512640 146736320 4287981632 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 11266 5031 1050 2985 0 7808 0
[pid=28175/tid=28177] ppid=28174 vsize=45064 CPUtime=15.56
/proc/28175/task/28177/stat : 28177 (pb_cplex) R 28174 28174 27960 0 -1 4202560 542 0 0 0 1554 2 0 0 25 0 2 0 143062418 46145536 5031 1992294400 134512640 146736320 4287981632 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 53764

[startup+102.309 s]
/proc/loadavg: 1.45 1.13 1.04 2/108 28179
/proc/meminfo: memFree=1406648/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=42720 CPUtime=142.63
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 17132 0 0 0 14245 18 0 0 25 0 1 0 143059245 43745280 4944 1992294400 134512640 146736320 4287981632 18446744073709551615 136000380 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28175/statm: 10680 4944 1064 2985 0 7222 0
Current children cumulated CPU time (s) 142.63
Current children cumulated vsize (KiB) 51420

[startup+162.301 s]
/proc/loadavg: 1.69 1.25 1.09 3/109 28182
/proc/meminfo: memFree=1404780/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=44252 CPUtime=241.72
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 17693 0 0 0 24146 26 0 0 25 0 2 0 143059245 45314048 5497 1992294400 134512640 146736320 4287981632 18446744073709551615 136008657 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 11063 5497 1067 2985 0 7605 0
[pid=28175/tid=28180] ppid=28174 vsize=44252 CPUtime=43.15
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 315 0 0 0 4311 4 0 0 20 0 2 0 143070611 45314048 5497 1992294400 134512640 146736320 4287981632 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 241.72
Current children cumulated vsize (KiB) 52952

[startup+222.302 s]
/proc/loadavg: 1.70 1.33 1.12 3/109 28184
/proc/meminfo: memFree=1404160/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=44524 CPUtime=348.36
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 17888 0 0 0 34797 39 0 0 21 0 2 0 143059245 45592576 5593 1992294400 134512640 146736320 4287981632 18446744073709551615 135855178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 11131 5593 1067 2985 0 7673 0
[pid=28175/tid=28180] ppid=28174 vsize=44524 CPUtime=93.69
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 378 0 0 0 9358 11 0 0 22 0 2 0 143070611 45592576 5593 1992294400 134512640 146736320 4287981632 18446744073709551615 136385183 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 348.36
Current children cumulated vsize (KiB) 53224

[startup+282.301 s]
/proc/loadavg: 1.99 1.49 1.19 3/109 28186
/proc/meminfo: memFree=1403664/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=45160 CPUtime=458.47
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 18740 0 0 0 45796 51 0 0 20 0 2 0 143059245 46243840 5759 1992294400 134512640 146736320 4287981632 18446744073709551615 139042901 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28175/statm: 11290 5759 1067 2985 0 7832 0
[pid=28175/tid=28180] ppid=28174 vsize=45160 CPUtime=149.12
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 1183 0 0 0 14894 18 0 0 25 0 2 0 143070611 46243840 5759 1992294400 134512640 146736320 4287981632 18446744073709551615 136008454 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 458.47
Current children cumulated vsize (KiB) 53860

[startup+342.302 s]
/proc/loadavg: 2.06 1.61 1.25 3/109 28186
/proc/meminfo: memFree=1403044/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=45332 CPUtime=568.3
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 22406 0 0 0 56764 66 0 0 19 0 2 0 143059245 46419968 5860 1992294400 134512640 146736320 4287981632 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 11333 5860 1067 2985 0 7875 0
[pid=28175/tid=28180] ppid=28174 vsize=45332 CPUtime=203.85
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 4821 0 0 0 20359 26 0 0 18 0 2 0 143070611 46419968 5860 1992294400 134512640 146736320 4287981632 18446744073709551615 136008446 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 568.3
Current children cumulated vsize (KiB) 54032

[startup+402.301 s]
/proc/loadavg: 2.50 1.82 1.34 3/109 28197
/proc/meminfo: memFree=1401432/2059040 swapFree=4139628/4192956

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

[pid=28175] ppid=28174 vsize=45680 CPUtime=676.82
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 31579 0 0 0 67599 83 0 0 25 0 2 0 143059245 46776320 6014 1992294400 134512640 146736320 4287981632 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 11420 6014 1067 2985 0 7962 0
[pid=28175/tid=28180] ppid=28174 vsize=45680 CPUtime=256.77
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 13932 0 0 0 25638 39 0 0 19 0 2 0 143070611 46776320 6014 1992294400 134512640 146736320 4287981632 18446744073709551615 135468697 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 676.82
Current children cumulated vsize (KiB) 54380

[startup+462.302 s]
/proc/loadavg: 2.48 1.91 1.40 3/109 28199
/proc/meminfo: memFree=1401432/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=47076 CPUtime=787.13
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 36958 0 0 0 78611 102 0 0 21 0 2 0 143059245 48205824 6212 1992294400 134512640 146736320 4287981632 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28175/statm: 11769 6212 1067 2985 0 8311 0
[pid=28175/tid=28180] ppid=28174 vsize=47076 CPUtime=312.9
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 19201 0 0 0 31241 49 0 0 20 0 2 0 143070611 48205824 6212 1992294400 134512640 146736320 4287981632 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 787.13
Current children cumulated vsize (KiB) 55776

[startup+522.302 s]
/proc/loadavg: 2.46 1.99 1.46 4/109 28201
/proc/meminfo: memFree=1401060/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=47376 CPUtime=899.91
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 47105 0 0 0 89871 120 0 0 25 0 2 0 143059245 48513024 6367 1992294400 134512640 146736320 4287981632 18446744073709551615 136000311 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 11844 6367 1067 2985 0 8386 0
[pid=28175/tid=28180] ppid=28174 vsize=47376 CPUtime=369.23
/proc/28175/task/28180/stat : 28180 (pb_cplex) S 28174 28174 27960 0 -1 4202560 29281 0 0 0 36863 60 0 0 19 0 2 0 143070611 48513024 6367 1992294400 134512640 146736320 4287981632 18446744073709551615 144580073 0 2 4096 16387 18446604437852980160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 899.91
Current children cumulated vsize (KiB) 56076

[startup+582.302 s]
/proc/loadavg: 2.43 2.06 1.51 3/109 28203
/proc/meminfo: memFree=1400192/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=48144 CPUtime=1013.66
/proc/28175/stat : 28175 (pb_cplex) S 28174 28174 27960 0 -1 4202496 56628 0 0 0 101223 143 0 0 19 0 2 0 143059245 49299456 6615 1992294400 134512640 146736320 4287981632 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 12036 6615 1067 2985 0 8578 0
[pid=28175/tid=28180] ppid=28174 vsize=48144 CPUtime=425.28
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 38651 0 0 0 42454 74 0 0 18 0 2 0 143070611 49299456 6615 1992294400 134512640 146736320 4287981632 18446744073709551615 136008078 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1013.66
Current children cumulated vsize (KiB) 56844

[startup+642.302 s]
/proc/loadavg: 2.15 2.04 1.54 3/109 28203
/proc/meminfo: memFree=1399820/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=48304 CPUtime=1126.17
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 62627 0 0 0 112456 161 0 0 19 0 2 0 143059245 49463296 6712 1992294400 134512640 146736320 4287981632 18446744073709551615 144798020 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 12076 6712 1067 2985 0 8618 0
[pid=28175/tid=28180] ppid=28174 vsize=48304 CPUtime=480.38
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 39262 0 0 0 47958 80 0 0 18 0 2 0 143070611 49463296 6712 1992294400 134512640 146736320 4287981632 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1126.17
Current children cumulated vsize (KiB) 57004

[startup+702.301 s]
/proc/loadavg: 2.37 2.12 1.59 3/109 28205
/proc/meminfo: memFree=1399200/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=49768 CPUtime=1237.35
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 68247 0 0 0 123557 178 0 0 25 0 2 0 143059245 50962432 6846 1992294400 134512640 146736320 4287981632 18446744073709551615 136007973 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 12442 6846 1067 2985 0 8984 0
[pid=28175/tid=28180] ppid=28174 vsize=49768 CPUtime=536.81
/proc/28175/task/28180/stat : 28180 (pb_cplex) S 28174 28174 27960 0 -1 4202560 44480 0 0 0 53591 90 0 0 25 0 2 0 143070611 50962432 6846 1992294400 134512640 146736320 4287981632 18446744073709551615 144580073 0 2 4096 16387 18446604437852980160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1237.35
Current children cumulated vsize (KiB) 58468

[startup+762.31 s]
/proc/loadavg: 2.69 2.24 1.66 3/109 28207
/proc/meminfo: memFree=1398704/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=49900 CPUtime=1351.22
/proc/28175/stat : 28175 (pb_cplex) S 28174 28174 27960 0 -1 4202496 76728 0 0 0 134926 196 0 0 20 0 2 0 143059245 51097600 6980 1992294400 134512640 146736320 4287981632 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 12475 6980 1067 2985 0 9017 0
[pid=28175/tid=28180] ppid=28174 vsize=49900 CPUtime=592.27
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 52900 0 0 0 59125 102 0 0 20 0 2 0 143070611 51097600 6980 1992294400 134512640 146736320 4287981632 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1351.22
Current children cumulated vsize (KiB) 58600

[startup+822.301 s]
/proc/loadavg: 2.53 2.28 1.71 3/109 28209
/proc/meminfo: memFree=1397836/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=50348 CPUtime=1463.52
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 86660 0 0 0 146139 213 0 0 20 0 2 0 143059245 51556352 7151 1992294400 134512640 146736320 4287981632 18446744073709551615 135982866 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28175/statm: 12587 7151 1067 2985 0 9129 0
[pid=28175/tid=28180] ppid=28174 vsize=50348 CPUtime=647.99
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 62744 0 0 0 64685 114 0 0 25 0 2 0 143070611 51556352 7151 1992294400 134512640 146736320 4287981632 18446744073709551615 136385183 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1463.52
Current children cumulated vsize (KiB) 59048

[startup+882.302 s]
/proc/loadavg: 2.43 2.30 1.75 3/109 28211
/proc/meminfo: memFree=1397216/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=51684 CPUtime=1577.49
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 96798 0 0 0 157515 234 0 0 25 0 2 0 143059245 52924416 7350 1992294400 134512640 146736320 4287981632 18446744073709551615 136008400 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 12921 7350 1067 2985 0 9463 0
[pid=28175/tid=28180] ppid=28174 vsize=51684 CPUtime=706.59
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 72787 0 0 0 70532 127 0 0 19 0 2 0 143070611 52924416 7350 1992294400 134512640 146736320 4287981632 18446744073709551615 139042883 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1577.49
Current children cumulated vsize (KiB) 60384

[startup+942.302 s]
/proc/loadavg: 2.00 2.20 1.75 3/109 28211
/proc/meminfo: memFree=1385188/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=66444 CPUtime=1692.59
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 113564 0 0 0 169005 254 0 0 25 0 2 0 143059245 68038656 10119 1992294400 134512640 146736320 4287981632 18446744073709551615 136476016 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 16611 10119 1069 2985 0 13153 0
[pid=28175/tid=28180] ppid=28174 vsize=66444 CPUtime=763.47
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 85544 0 0 0 76206 141 0 0 25 0 2 0 143070611 68038656 10119 1992294400 134512640 146736320 4287981632 18446744073709551615 135467006 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1692.59
Current children cumulated vsize (KiB) 75144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+996.301 s]
/proc/loadavg: 2.05 2.18 1.77 3/109 28213
/proc/meminfo: memFree=1385560/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=66004 CPUtime=1800.16
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 114807 0 0 0 179757 259 0 0 25 0 2 0 143059245 67588096 10050 1992294400 134512640 146736320 4287981632 18446744073709551615 136000487 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 16501 10050 1071 2985 0 13043 0
[pid=28175/tid=28180] ppid=28174 vsize=66004 CPUtime=817.06
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 86722 0 0 0 81561 145 0 0 25 0 2 0 143070611 67588096 10050 1992294400 134512640 146736320 4287981632 18446744073709551615 136403136 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 74704

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

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

[startup+996.301 s]
/proc/loadavg: 2.05 2.18 1.77 3/109 28213
/proc/meminfo: memFree=1385560/2059040 swapFree=4139628/4192956
[pid=28174] ppid=28172 vsize=8700 CPUtime=0
/proc/28174/stat : 28174 (run) S 28172 28174 27960 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 143059245 8908800 249 1992294400 4194304 4922060 140736122322816 18446744073709551615 234007141509 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28174/statm: 2175 249 208 178 0 68 0
[pid=28175] ppid=28174 vsize=66004 CPUtime=1800.16
/proc/28175/stat : 28175 (pb_cplex) R 28174 28174 27960 0 -1 4202496 114807 0 0 0 179757 259 0 0 25 0 2 0 143059245 67588096 10050 1992294400 134512640 146736320 4287981632 18446744073709551615 136000487 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28175/statm: 16501 10050 1071 2985 0 13043 0
[pid=28175/tid=28180] ppid=28174 vsize=66004 CPUtime=817.06
/proc/28175/task/28180/stat : 28180 (pb_cplex) R 28174 28174 27960 0 -1 4202560 86722 0 0 0 81561 145 0 0 25 0 2 0 143070611 67588096 10050 1992294400 134512640 146736320 4287981632 18446744073709551615 136403136 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 74704

Child status: 0
Real time (s): 996.319
CPU time (s): 1800.19
CPU user time (s): 1797.59
CPU system time (s): 2.6036
CPU usage (%): 180.684
Max. virtual memory (cumulated for all children) (KiB): 78656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.59
system time used= 2.6036
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115182
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= 10559
involuntary context switches= 28271

runsolver used 1.85772 second user time and 5.15122 second system time

The end

Launcher Data

Begin job on node038 at 2010-07-01 22:54:25
IDJOB=2695867
IDBENCH=1982
IDSOLVER=1209
FILE ID=node038/2695867-1278017665
PBS_JOBID= 11198725
Free space on /tmp= 62428 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_6.opb.PB06.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695867-1278017665/watcher-2695867-1278017665 -o /tmp/evaluation-result-2695867-1278017665/solver-2695867-1278017665 -C 1800 -W 2000 -M 1800  run HOME/instance-2695867-1278017665.opb

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

MD5SUM BENCH= e9984c89af246abdf2b2a4294753ea30
RANDOM SEED=2034928386

node038.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.222
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.44
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.222
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1423684 kB
Buffers:        181716 kB
Cached:         345480 kB
SwapCached:       6884 kB
Active:         282272 kB
Inactive:       258812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1423684 kB
SwapTotal:     4192956 kB
SwapFree:      4139628 kB
Dirty:           16752 kB
Writeback:           0 kB
AnonPages:       11920 kB
Mapped:          11940 kB
Slab:            72264 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181652 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62412 MiB
End job on node038 at 2010-07-01 23:11:01