Trace number 2695990

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.08 1014.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_33.opb.PB06.opb
MD5SUM4609670c187ed2b426f26d3b2e2df0b2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1051
Best CPU time to get the best result obtained on this benchmark1789.27
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1034
Optimality of the best value was proved NO
Number of variables1965
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 1965
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 1965
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 1965
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-2695990-1278017766.opb.
0.00/0.00	c Instance file HOME/instance-2695990-1278017766.opb
0.00/0.00	c File size is 112264 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:      1965                                                |
0.99/1.01	c |  Number Constraints:    4000                                                |
0.99/1.01	c ===============================================================================
1800.08/1014.12	c Remaining time 1799.00 sec.
1800.08/1014.12	c 
1800.08/1014.12	c *** INTERRUPTED ***
1800.08/1014.12	s UNKNOWN
1800.08/1014.12	c Total CPU time              : 1797.5 s
1800.08/1014.12	c Memory used           : 65.03 MB
1800.08/1014.12	c CPU time              : 1797.5 s
1800.08/1014.12	c 
1800.08/1014.12	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-2695990-1278017766/watcher-2695990-1278017766 -o /tmp/evaluation-result-2695990-1278017766/solver-2695990-1278017766 -C 1800 -W 2000 -M 1800 run HOME/instance-2695990-1278017766.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.93 1.83 1.66 3/106 28597
/proc/meminfo: memFree=1484228/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0

[startup+0.0730219 s]
/proc/loadavg: 1.93 1.83 1.66 3/106 28597
/proc/meminfo: memFree=1484228/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101024 s]
/proc/loadavg: 1.93 1.83 1.66 3/106 28597
/proc/meminfo: memFree=1484228/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301042 s]
/proc/loadavg: 1.93 1.83 1.66 3/106 28597
/proc/meminfo: memFree=1484228/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701078 s]
/proc/loadavg: 1.93 1.83 1.66 3/106 28597
/proc/meminfo: memFree=1484228/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50115 s]
/proc/loadavg: 1.85 1.82 1.66 2/108 28599
/proc/meminfo: memFree=1481360/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=25472 CPUtime=1.49
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 4503 0 0 0 147 2 0 0 18 0 1 0 143068077 26083328 2910 1992294400 134512640 146736320 4287154608 18446744073709551615 139043560 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28598/statm: 6368 2910 995 2985 0 2910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34172

[startup+3.10129 s]
/proc/loadavg: 1.85 1.82 1.66 2/108 28599
/proc/meminfo: memFree=1475904/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=25680 CPUtime=3.08
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 5065 0 0 0 306 2 0 0 20 0 1 0 143068077 26296320 3020 1992294400 134512640 146736320 4287154608 18446744073709551615 136017777 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28598/statm: 6420 3020 996 2985 0 2962 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34380

[startup+6.30058 s]
/proc/loadavg: 1.78 1.80 1.65 2/108 28599
/proc/meminfo: memFree=1473300/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=25984 CPUtime=6.28
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 5960 0 0 0 626 2 0 0 25 0 1 0 143068077 26607616 3114 1992294400 134512640 146736320 4287154608 18446744073709551615 136403116 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28598/statm: 6496 3114 996 2985 0 3038 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34684

[startup+12.7012 s]
/proc/loadavg: 1.72 1.79 1.65 2/108 28599
/proc/meminfo: memFree=1473424/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=26000 CPUtime=12.68
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 7157 0 0 0 1266 2 0 0 25 0 1 0 143068077 26624000 3165 1992294400 134512640 146736320 4287154608 18446744073709551615 136385185 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28598/statm: 6500 3165 996 2985 0 3042 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34700

[startup+25.5013 s]
/proc/loadavg: 1.56 1.75 1.64 2/108 28599
/proc/meminfo: memFree=1472804/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=26656 CPUtime=25.48
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 10366 0 0 0 2544 4 0 0 25 0 1 0 143068077 27295744 3336 1992294400 134512640 146736320 4287154608 18446744073709551615 136385185 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28598/statm: 6664 3336 997 2985 0 3206 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35356

[startup+51.1006 s]
/proc/loadavg: 1.37 1.69 1.62 2/109 28602
/proc/meminfo: memFree=1467712/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=45384 CPUtime=52.26
/proc/28598/stat : 28598 (pb_cplex) S 28597 28597 28406 0 -1 4202496 15716 0 0 0 5220 6 0 0 25 0 2 0 143068077 46473216 5019 1992294400 134512640 146736320 4287154608 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 11346 5019 1028 2985 0 7888 0
[pid=28598/tid=28602] ppid=28597 vsize=45384 CPUtime=4.76
/proc/28598/task/28602/stat : 28602 (pb_cplex) R 28597 28597 28406 0 -1 4202560 503 0 0 0 476 0 0 0 25 0 2 0 143072423 46473216 5019 1992294400 134512640 146736320 4287154608 18446744073709551615 135855165 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.26
Current children cumulated vsize (KiB) 54084

[startup+102.309 s]
/proc/loadavg: 1.56 1.69 1.62 3/109 28602
/proc/meminfo: memFree=1466968/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=45996 CPUtime=143.03
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 15907 0 0 0 14289 14 0 0 18 0 2 0 143068077 47099904 5205 1992294400 134512640 146736320 4287154608 18446744073709551615 136008167 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 11499 5205 1046 2985 0 8041 0
[pid=28598/tid=28602] ppid=28597 vsize=45996 CPUtime=48.41
/proc/28598/task/28602/stat : 28602 (pb_cplex) R 28597 28597 28406 0 -1 4202560 632 0 0 0 4837 4 0 0 25 0 2 0 143072423 47099904 5205 1992294400 134512640 146736320 4287154608 18446744073709551615 136008438 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 143.03
Current children cumulated vsize (KiB) 54696

[startup+162.302 s]
/proc/loadavg: 1.32 1.60 1.60 2/109 28605
/proc/meminfo: memFree=1454444/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=58352 CPUtime=221.11
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 20415 0 0 0 22089 22 0 0 25 0 2 0 143068077 59752448 8782 1992294400 134512640 146736320 4287154608 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 14588 8782 1065 2985 0 11130 0
[pid=28598/tid=28605] ppid=28597 vsize=58352 CPUtime=0.6
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 441 0 0 0 60 0 0 0 18 0 2 0 143083974 59752448 8782 1992294400 134512640 146736320 4287154608 18446744073709551615 136403132 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.11
Current children cumulated vsize (KiB) 67052

[startup+222.301 s]
/proc/loadavg: 1.87 1.70 1.63 3/109 28607
/proc/meminfo: memFree=1451716/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=58852 CPUtime=327.98
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 21632 0 0 0 32768 30 0 0 25 0 2 0 143068077 60264448 8982 1992294400 134512640 146736320 4287154608 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 14713 8982 1064 2985 0 11255 0
[pid=28598/tid=28605] ppid=28597 vsize=58852 CPUtime=52.47
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 1619 0 0 0 5243 4 0 0 25 0 2 0 143083974 60264448 8982 1992294400 134512640 146736320 4287154608 18446744073709551615 136000534 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 327.98
Current children cumulated vsize (KiB) 67552

[startup+282.301 s]
/proc/loadavg: 1.86 1.73 1.64 3/109 28609
/proc/meminfo: memFree=1451096/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=59548 CPUtime=432.78
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 26672 0 0 0 43235 43 0 0 20 0 2 0 143068077 60977152 9172 1992294400 134512640 146736320 4287154608 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 14887 9172 1064 2985 0 11429 0
[pid=28598/tid=28605] ppid=28597 vsize=59548 CPUtime=106.04
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 6583 0 0 0 10592 12 0 0 21 0 2 0 143083974 60977152 9172 1992294400 134512640 146736320 4287154608 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 432.78
Current children cumulated vsize (KiB) 68248

[startup+342.302 s]
/proc/loadavg: 1.94 1.77 1.66 3/109 28620
/proc/meminfo: memFree=1449732/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=59840 CPUtime=541.9
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 30425 0 0 0 54134 56 0 0 21 0 2 0 143068077 61276160 9257 1992294400 134512640 146736320 4287154608 18446744073709551615 139044509 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28598/statm: 14960 9257 1064 2985 0 11502 0
[pid=28598/tid=28605] ppid=28597 vsize=59840 CPUtime=158.38
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 8646 0 0 0 15820 18 0 0 25 0 2 0 143083974 61276160 9257 1992294400 134512640 146736320 4287154608 18446744073709551615 136000440 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 541.9
Current children cumulated vsize (KiB) 68540

[startup+402.301 s]

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

[pid=28598] ppid=28597 vsize=61072 CPUtime=879.34
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 43262 0 0 0 87835 99 0 0 19 0 2 0 143068077 62537728 9650 1992294400 134512640 146736320 4287154608 18446744073709551615 136001128 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28598/statm: 15268 9650 1064 2985 0 11810 0
[pid=28598/tid=28605] ppid=28597 vsize=61072 CPUtime=324.43
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 20535 0 0 0 32402 41 0 0 25 0 2 0 143083974 62537728 9650 1992294400 134512640 146736320 4287154608 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 879.34
Current children cumulated vsize (KiB) 69772

[startup+582.301 s]
/proc/loadavg: 2.17 1.99 1.77 3/109 28626
/proc/meminfo: memFree=1448244/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=62256 CPUtime=990.19
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 57643 0 0 0 98901 118 0 0 25 0 2 0 143068077 63750144 9815 1992294400 134512640 146736320 4287154608 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 15564 9815 1064 2985 0 12106 0
[pid=28598/tid=28605] ppid=28597 vsize=62256 CPUtime=382.07
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 34854 0 0 0 38153 54 0 0 17 0 2 0 143083974 63750144 9815 1992294400 134512640 146736320 4287154608 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 990.19
Current children cumulated vsize (KiB) 70956

[startup+642.302 s]
/proc/loadavg: 1.96 1.95 1.77 3/109 28628
/proc/meminfo: memFree=1447748/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=62548 CPUtime=1099.98
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 66681 0 0 0 109863 135 0 0 20 0 2 0 143068077 64049152 9929 1992294400 134512640 146736320 4287154608 18446744073709551615 136000311 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28598/statm: 15637 9929 1064 2985 0 12179 0
[pid=28598/tid=28605] ppid=28597 vsize=62548 CPUtime=436.77
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 43824 0 0 0 43612 65 0 0 25 0 2 0 143083974 64049152 9929 1992294400 134512640 146736320 4287154608 18446744073709551615 136475822 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1099.98
Current children cumulated vsize (KiB) 71248

[startup+702.301 s]
/proc/loadavg: 2.32 2.05 1.81 3/109 28628
/proc/meminfo: memFree=1447128/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=62876 CPUtime=1210.57
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 79162 0 0 0 120903 154 0 0 25 0 2 0 143068077 64385024 10087 1992294400 134512640 146736320 4287154608 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 15719 10087 1064 2985 0 12261 0
[pid=28598/tid=28605] ppid=28597 vsize=62876 CPUtime=491.54
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 56222 0 0 0 49076 78 0 0 20 0 2 0 143083974 64385024 10087 1992294400 134512640 146736320 4287154608 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1210.57
Current children cumulated vsize (KiB) 71576

[startup+762.309 s]
/proc/loadavg: 2.32 2.10 1.84 3/109 28630
/proc/meminfo: memFree=1446508/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=63344 CPUtime=1322.42
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 89427 0 0 0 132069 173 0 0 20 0 2 0 143068077 64864256 10274 1992294400 134512640 146736320 4287154608 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 15836 10274 1064 2985 0 12378 0
[pid=28598/tid=28605] ppid=28597 vsize=63344 CPUtime=546.78
/proc/28598/task/28605/stat : 28605 (pb_cplex) S 28597 28597 28406 0 -1 4202560 61825 0 0 0 54590 88 0 0 25 0 2 0 143083974 64864256 10274 1992294400 134512640 146736320 4287154608 18446744073709551615 144580073 0 2 4096 16387 18446604437837257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1322.42
Current children cumulated vsize (KiB) 72044

[startup+822.302 s]
/proc/loadavg: 2.25 2.11 1.85 3/109 28632
/proc/meminfo: memFree=1445888/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=64516 CPUtime=1436.2
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 102338 0 0 0 143426 194 0 0 25 0 2 0 143068077 66064384 10391 1992294400 134512640 146736320 4287154608 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 16129 10391 1064 2985 0 12671 0
[pid=28598/tid=28605] ppid=28597 vsize=64516 CPUtime=602.89
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 74700 0 0 0 60188 101 0 0 16 0 2 0 143083974 66064384 10391 1992294400 134512640 146736320 4287154608 18446744073709551615 136008396 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1436.2
Current children cumulated vsize (KiB) 73216

[startup+882.301 s]
/proc/loadavg: 2.18 2.12 1.87 3/109 28634
/proc/meminfo: memFree=1445268/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=64940 CPUtime=1550.19
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 114743 0 0 0 154805 214 0 0 19 0 2 0 143068077 66498560 10558 1992294400 134512640 146736320 4287154608 18446744073709551615 135468659 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28598/statm: 16235 10558 1064 2985 0 12777 0
[pid=28598/tid=28605] ppid=28597 vsize=64940 CPUtime=659.86
/proc/28598/task/28605/stat : 28605 (pb_cplex) S 28597 28597 28406 0 -1 4202560 87018 0 0 0 65871 115 0 0 25 0 2 0 143083974 66498560 10558 1992294400 134512640 146736320 4287154608 18446744073709551615 144580073 0 2 4096 16387 18446604437837257536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1550.19
Current children cumulated vsize (KiB) 73640

[startup+942.302 s]
/proc/loadavg: 2.23 2.14 1.89 3/109 28636
/proc/meminfo: memFree=1444772/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=65164 CPUtime=1663.57
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 127269 0 0 0 166124 233 0 0 19 0 2 0 143068077 66727936 10693 1992294400 134512640 146736320 4287154608 18446744073709551615 135450735 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28598/statm: 16291 10693 1064 2985 0 12833 0
[pid=28598/tid=28605] ppid=28597 vsize=65164 CPUtime=715.91
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 99481 0 0 0 71462 129 0 0 25 0 2 0 143083974 66727936 10693 1992294400 134512640 146736320 4287154608 18446744073709551615 136475798 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.57
Current children cumulated vsize (KiB) 73864

[startup+1002.3 s]
/proc/loadavg: 2.36 2.19 1.92 2/109 28636
/proc/meminfo: memFree=1444028/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=66588 CPUtime=1777.38
/proc/28598/stat : 28598 (pb_cplex) R 28597 28597 28406 0 -1 4202496 140476 0 0 0 177483 255 0 0 21 0 2 0 143068077 68186112 10875 1992294400 134512640 146736320 4287154608 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 16647 10875 1064 2985 0 13189 0
[pid=28598/tid=28605] ppid=28597 vsize=66588 CPUtime=774.74
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 112637 0 0 0 77332 142 0 0 18 0 2 0 143083974 68186112 10875 1992294400 134512640 146736320 4287154608 18446744073709551615 136008078 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1777.38
Current children cumulated vsize (KiB) 75288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1014.1 s]
/proc/loadavg: 2.31 2.18 1.92 3/109 28638
/proc/meminfo: memFree=1443656/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=66588 CPUtime=1800.08
/proc/28598/stat : 28598 (pb_cplex) S 28597 28597 28406 0 -1 4202496 141762 0 0 0 179749 259 0 0 25 0 2 0 143068077 68186112 10894 1992294400 134512640 146736320 4287154608 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 16647 10894 1064 2985 0 13189 0
[pid=28598/tid=28605] ppid=28597 vsize=66588 CPUtime=786.08
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 113908 0 0 0 78464 144 0 0 22 0 2 0 143083974 68186112 10894 1992294400 134512640 146736320 4287154608 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 75288

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

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

[startup+1014.1 s]
/proc/loadavg: 2.31 2.18 1.92 3/109 28638
/proc/meminfo: memFree=1443656/2059040 swapFree=4139744/4192956
[pid=28597] ppid=28595 vsize=8700 CPUtime=0
/proc/28597/stat : 28597 (run) S 28595 28597 28406 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 143068077 8908800 248 1992294400 4194304 4922060 140734882669088 18446744073709551615 273490222213 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28597/statm: 2175 248 208 178 0 68 0
[pid=28598] ppid=28597 vsize=66588 CPUtime=1800.08
/proc/28598/stat : 28598 (pb_cplex) S 28597 28597 28406 0 -1 4202496 141762 0 0 0 179749 259 0 0 25 0 2 0 143068077 68186112 10894 1992294400 134512640 146736320 4287154608 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28598/statm: 16647 10894 1064 2985 0 13189 0
[pid=28598/tid=28605] ppid=28597 vsize=66588 CPUtime=786.08
/proc/28598/task/28605/stat : 28605 (pb_cplex) R 28597 28597 28406 0 -1 4202560 113908 0 0 0 78464 144 0 0 22 0 2 0 143083974 68186112 10894 1992294400 134512640 146736320 4287154608 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 75288

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28597 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.001998
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1014.13
CPU time (s): 1800.08
CPU user time (s): 1797.49
CPU system time (s): 2.59
CPU usage (%): 177.5
Max. virtual memory (cumulated for all children) (KiB): 75288

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

runsolver used 1.78973 second user time and 5.44517 second system time

The end

Launcher Data

Begin job on node051 at 2010-07-01 22:56:06
IDJOB=2695990
IDBENCH=1990
IDSOLVER=1209
FILE ID=node051/2695990-1278017766
PBS_JOBID= 11198714
Free space on /tmp= 62484 MiB

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

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

MD5SUM BENCH= 4609670c187ed2b426f26d3b2e2df0b2
RANDOM SEED=1309699256

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1484756 kB
Buffers:        142288 kB
Cached:         332276 kB
SwapCached:       6772 kB
Active:         210368 kB
Inactive:       277944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1484756 kB
SwapTotal:     4192956 kB
SwapFree:      4139744 kB
Dirty:           16776 kB
Writeback:           0 kB
AnonPages:       11956 kB
Mapped:          12048 kB
Slab:            64104 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184024 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= 62468 MiB
End job on node051 at 2010-07-01 23:13:02