Trace number 2695856

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.07 990.719

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_11.opb.PB06.opb
MD5SUMa9ac890c0275c87cfec4e71469cd990a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1040
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 1028
Optimality of the best value was proved NO
Number of variables1964
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 1964
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 1964
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 1964
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-2695856-1278017637.opb.
0.00/0.00	c Instance file HOME/instance-2695856-1278017637.opb
0.00/0.00	c File size is 112182 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:      1964                                                |
0.99/1.00	c |  Number Constraints:    4000                                                |
0.99/1.00	c ===============================================================================
1800.07/990.71	c Remaining time 1799.00 sec.
1800.07/990.71	c 
1800.07/990.71	c *** INTERRUPTED ***
1800.07/990.71	s UNKNOWN
1800.07/990.71	c Total CPU time              : 1797.68 s
1800.07/990.71	c Memory used           : 88.03 MB
1800.07/990.71	c CPU time              : 1797.68 s
1800.07/990.71	c 
1800.07/990.71	c *** INTERRUPTED ***

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2695856-1278017637/watcher-2695856-1278017637 -o /tmp/evaluation-result-2695856-1278017637/solver-2695856-1278017637 -C 1800 -W 2000 -M 1800 run HOME/instance-2695856-1278017637.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 26831
/proc/meminfo: memFree=1456328/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0

[startup+0.0354071 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26831
/proc/meminfo: memFree=1456328/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101413 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26831
/proc/meminfo: memFree=1456328/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301431 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26831
/proc/meminfo: memFree=1456328/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701467 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 26831
/proc/meminfo: memFree=1456328/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50154 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26833
/proc/meminfo: memFree=1453336/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=25172 CPUtime=1.48
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 4433 0 0 0 147 1 0 0 18 0 1 0 177365025 25776128 2975 1992294400 134512640 146736320 4288820880 18446744073709551615 136000487 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26832/statm: 6293 2975 1018 2985 0 2835 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 33872

[startup+3.10169 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26833
/proc/meminfo: memFree=1447880/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=25652 CPUtime=3.09
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 5025 0 0 0 307 2 0 0 20 0 1 0 177365025 26267648 3160 1992294400 134512640 146736320 4288820880 18446744073709551615 136017777 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26832/statm: 6413 3160 1018 2985 0 2955 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34352

[startup+6.30098 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26833
/proc/meminfo: memFree=1446268/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=25504 CPUtime=6.28
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 5840 0 0 0 626 2 0 0 25 0 1 0 177365025 26116096 3143 1992294400 134512640 146736320 4288820880 18446744073709551615 139044555 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26832/statm: 6376 3143 1018 2985 0 2918 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 34204

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26833
/proc/meminfo: memFree=1445896/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=27604 CPUtime=12.68
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 7163 0 0 0 1265 3 0 0 25 0 1 0 177365025 28266496 3537 1992294400 134512640 146736320 4288820880 18446744073709551615 136406500 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26832/statm: 6901 3537 1019 2985 0 3443 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 36304

[startup+25.5007 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 26833
/proc/meminfo: memFree=1446020/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=26020 CPUtime=25.48
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 9876 0 0 0 2544 4 0 0 25 0 1 0 177365025 26644480 3289 1992294400 134512640 146736320 4288820880 18446744073709551615 136384887 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26832/statm: 6505 3289 1019 2985 0 3047 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34720

[startup+51.1011 s]
/proc/loadavg: 1.22 1.05 1.02 3/109 26834
/proc/meminfo: memFree=1439564/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=45796 CPUtime=67.93
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 11854 0 0 0 6784 9 0 0 21 0 2 0 177365025 46895104 5089 1992294400 134512640 146736320 4288820880 18446744073709551615 138424279 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 11449 5089 1048 2985 0 7991 0
[pid=26832/tid=26834] ppid=26831 vsize=45796 CPUtime=19.72
/proc/26832/task/26834/stat : 26834 (pb_cplex) R 26831 26831 26617 0 -1 4202560 539 0 0 0 1971 1 0 0 25 0 2 0 177367850 46895104 5089 1992294400 134512640 146736320 4288820880 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 67.93
Current children cumulated vsize (KiB) 54496

[startup+102.309 s]
/proc/loadavg: 1.33 1.11 1.04 2/108 26836
/proc/meminfo: memFree=1433992/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=51488 CPUtime=143.8
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 13677 0 0 0 14363 17 0 0 25 0 1 0 177365025 52723712 6451 1992294400 134512640 146736320 4288820880 18446744073709551615 135466995 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26832/statm: 12872 6451 1067 2985 0 9414 0
Current children cumulated CPU time (s) 143.8
Current children cumulated vsize (KiB) 60188

[startup+162.301 s]
/proc/loadavg: 1.58 1.21 1.07 3/109 26839
/proc/meminfo: memFree=1424560/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=67180 CPUtime=242.77
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 17440 0 0 0 24252 25 0 0 25 0 2 0 177365025 68792320 8845 1992294400 134512640 146736320 4288820880 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26832/statm: 16795 8845 1070 2985 0 13337 0
[pid=26832/tid=26837] ppid=26831 vsize=67180 CPUtime=46.79
/proc/26832/task/26837/stat : 26837 (pb_cplex) S 26831 26831 26617 0 -1 4202560 1455 0 0 0 4676 3 0 0 25 0 2 0 177375748 68792320 8845 1992294400 134512640 146736320 4288820880 18446744073709551615 144580073 0 2 4096 16387 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 242.77
Current children cumulated vsize (KiB) 75880

[startup+222.301 s]
/proc/loadavg: 2.00 1.39 1.14 3/109 26839
/proc/meminfo: memFree=1424188/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=67460 CPUtime=352.54
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 19365 0 0 0 35218 36 0 0 25 0 2 0 177365025 69079040 8934 1992294400 134512640 146736320 4288820880 18446744073709551615 139046505 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26832/statm: 16865 8934 1071 2985 0 13407 0
[pid=26832/tid=26837] ppid=26831 vsize=67460 CPUtime=99.04
/proc/26832/task/26837/stat : 26837 (pb_cplex) S 26831 26831 26617 0 -1 4202560 3337 0 0 0 9894 10 0 0 23 0 2 0 177375748 69079040 8934 1992294400 134512640 146736320 4288820880 18446744073709551615 144580073 0 2 4096 16387 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 352.54
Current children cumulated vsize (KiB) 76160

[startup+282.301 s]
/proc/loadavg: 1.95 1.48 1.19 3/109 26841
/proc/meminfo: memFree=1423568/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=67920 CPUtime=462.02
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 20462 0 0 0 46152 50 0 0 25 0 2 0 177365025 69550080 9080 1992294400 134512640 146736320 4288820880 18446744073709551615 136001989 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26832/statm: 16980 9080 1071 2985 0 13522 0
[pid=26832/tid=26837] ppid=26831 vsize=67920 CPUtime=150.23
/proc/26832/task/26837/stat : 26837 (pb_cplex) S 26831 26831 26617 0 -1 4202560 3428 0 0 0 15005 18 0 0 21 0 2 0 177375748 69550080 9080 1992294400 134512640 146736320 4288820880 18446744073709551615 144580073 0 2 4096 16387 18446604437820239936 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 76620

[startup+342.301 s]
/proc/loadavg: 2.07 1.58 1.23 2/109 26843
/proc/meminfo: memFree=1423072/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=68664 CPUtime=572.15
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 20627 0 0 0 57152 63 0 0 23 0 2 0 177365025 70311936 9245 1992294400 134512640 146736320 4288820880 18446744073709551615 135855165 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 17166 9245 1071 2985 0 13708 0
[pid=26832/tid=26837] ppid=26831 vsize=68664 CPUtime=203.53
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 3490 0 0 0 20328 25 0 0 22 0 2 0 177375748 70311936 9245 1992294400 134512640 146736320 4288820880 18446744073709551615 139028323 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 572.15
Current children cumulated vsize (KiB) 77364

[startup+402.301 s]
/proc/loadavg: 2.20 1.70 1.29 3/109 26845
/proc/meminfo: memFree=1422204/2059040 swapFree=4135492/4192956

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

[pid=26832] ppid=26831 vsize=69524 CPUtime=795.26
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 27930 0 0 0 79431 95 0 0 17 0 2 0 177365025 71192576 9535 1992294400 134512640 146736320 4288820880 18446744073709551615 136008656 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 17381 9535 1071 2985 0 13923 0
[pid=26832/tid=26837] ppid=26831 vsize=69524 CPUtime=314.11
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 3596 0 0 0 31374 37 0 0 21 0 2 0 177375748 71192576 9535 1992294400 134512640 146736320 4288820880 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 795.26
Current children cumulated vsize (KiB) 78224

[startup+522.301 s]
/proc/loadavg: 2.13 1.86 1.40 3/109 26856
/proc/meminfo: memFree=1420964/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=70276 CPUtime=906.87
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 28108 0 0 0 90579 108 0 0 18 0 2 0 177365025 71962624 9713 1992294400 134512640 146736320 4288820880 18446744073709551615 139042883 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 17569 9713 1071 2985 0 14111 0
[pid=26832/tid=26837] ppid=26831 vsize=70276 CPUtime=372.6
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 3708 0 0 0 37215 45 0 0 25 0 2 0 177375748 71962624 9713 1992294400 134512640 146736320 4288820880 18446744073709551615 136475782 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 906.87
Current children cumulated vsize (KiB) 78976

[startup+582.301 s]
/proc/loadavg: 2.23 1.93 1.45 3/109 26858
/proc/meminfo: memFree=1420344/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=70716 CPUtime=1020.08
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 31663 0 0 0 101885 123 0 0 20 0 2 0 177365025 72413184 9864 1992294400 134512640 146736320 4288820880 18446744073709551615 136403109 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 17679 9864 1071 2985 0 14221 0
[pid=26832/tid=26837] ppid=26831 vsize=70716 CPUtime=429.3
/proc/26832/task/26837/stat : 26837 (pb_cplex) S 26831 26831 26617 0 -1 4202560 3754 0 0 0 42878 52 0 0 25 0 2 0 177375748 72413184 9864 1992294400 134512640 146736320 4288820880 18446744073709551615 144580073 0 2 4096 16387 18446604437820239936 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1020.08
Current children cumulated vsize (KiB) 79416

[startup+642.301 s]
/proc/loadavg: 2.15 1.95 1.49 3/109 26860
/proc/meminfo: memFree=1419476/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=71384 CPUtime=1133.96
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 37843 0 0 0 113254 142 0 0 25 0 2 0 177365025 73097216 10081 1992294400 134512640 146736320 4288820880 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/26832/statm: 17846 10081 1071 2985 0 14388 0
[pid=26832/tid=26837] ppid=26831 vsize=71384 CPUtime=484.7
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 3844 0 0 0 48411 59 0 0 18 0 2 0 177375748 73097216 10081 1992294400 134512640 146736320 4288820880 18446744073709551615 136000412 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1133.96
Current children cumulated vsize (KiB) 80084

[startup+702.301 s]
/proc/loadavg: 2.19 2.00 1.53 2/109 26862
/proc/meminfo: memFree=1418732/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=71836 CPUtime=1247.54
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 42443 0 0 0 124593 161 0 0 18 0 2 0 177365025 73560064 10241 1992294400 134512640 146736320 4288820880 18446744073709551615 136475800 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 17959 10241 1071 2985 0 14501 0
[pid=26832/tid=26837] ppid=26831 vsize=71836 CPUtime=541.55
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 8405 0 0 0 54084 71 0 0 25 0 2 0 177375748 73560064 10241 1992294400 134512640 146736320 4288820880 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1247.54
Current children cumulated vsize (KiB) 80536

[startup+762.309 s]
/proc/loadavg: 2.16 2.03 1.57 3/109 26864
/proc/meminfo: memFree=1418236/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=73156 CPUtime=1361.52
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 51295 0 0 0 135974 178 0 0 25 0 2 0 177365025 74911744 10382 1992294400 134512640 146736320 4288820880 18446744073709551615 135855212 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 18289 10382 1071 2985 0 14831 0
[pid=26832/tid=26837] ppid=26831 vsize=73156 CPUtime=600.13
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 17206 0 0 0 59931 82 0 0 23 0 2 0 177375748 74911744 10382 1992294400 134512640 146736320 4288820880 18446744073709551615 135468101 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1361.52
Current children cumulated vsize (KiB) 81856

[startup+822.301 s]
/proc/loadavg: 2.29 2.09 1.62 4/109 26864
/proc/meminfo: memFree=1417492/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=73432 CPUtime=1474.58
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 61720 0 0 0 147260 198 0 0 19 0 2 0 177365025 75194368 10563 1992294400 134512640 146736320 4288820880 18446744073709551615 136008017 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 18358 10563 1071 2985 0 14900 0
[pid=26832/tid=26837] ppid=26831 vsize=73432 CPUtime=658.98
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 27547 0 0 0 65803 95 0 0 25 0 2 0 177375748 75194368 10563 1992294400 134512640 146736320 4288820880 18446744073709551615 136001128 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1474.58
Current children cumulated vsize (KiB) 82132

[startup+882.301 s]
/proc/loadavg: 2.18 2.10 1.65 3/109 26866
/proc/meminfo: memFree=1416748/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=74940 CPUtime=1588.81
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 71915 0 0 0 158664 217 0 0 19 0 2 0 177365025 76738560 10777 1992294400 134512640 146736320 4288820880 18446744073709551615 136000483 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 18735 10777 1071 2985 0 15277 0
[pid=26832/tid=26837] ppid=26831 vsize=74940 CPUtime=715.65
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 37633 0 0 0 71458 107 0 0 25 0 2 0 177375748 76738560 10777 1992294400 134512640 146736320 4288820880 18446744073709551615 135855127 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1588.81
Current children cumulated vsize (KiB) 83640

[startup+942.302 s]
/proc/loadavg: 2.52 2.22 1.71 3/109 26868
/proc/meminfo: memFree=1404224/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=90136 CPUtime=1703.6
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 89162 0 0 0 170124 236 0 0 25 0 2 0 177365025 92299264 13578 1992294400 134512640 146736320 4288820880 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 22534 13578 1073 2985 0 19076 0
[pid=26832/tid=26837] ppid=26831 vsize=90136 CPUtime=774.12
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 51014 0 0 0 77294 118 0 0 25 0 2 0 177375748 92299264 13578 1992294400 134512640 146736320 4288820880 18446744073709551615 136015544 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1703.6
Current children cumulated vsize (KiB) 98836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+990.701 s]
/proc/loadavg: 2.22 2.18 1.73 3/109 26870
/proc/meminfo: memFree=1404348/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=90136 CPUtime=1800.07
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 89482 0 0 0 179767 240 0 0 25 0 2 0 177365025 92299264 13617 1992294400 134512640 146736320 4288820880 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 22534 13617 1073 2985 0 19076 0
[pid=26832/tid=26837] ppid=26831 vsize=90136 CPUtime=822.52
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 51322 0 0 0 82132 120 0 0 25 0 2 0 177375748 92299264 13617 1992294400 134512640 146736320 4288820880 18446744073709551615 136000404 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 98836

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

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

[startup+990.701 s]
/proc/loadavg: 2.22 2.18 1.73 3/109 26870
/proc/meminfo: memFree=1404348/2059040 swapFree=4135492/4192956
[pid=26831] ppid=26829 vsize=8700 CPUtime=0
/proc/26831/stat : 26831 (run) S 26829 26831 26617 0 -1 4202496 364 0 0 0 0 0 0 0 18 0 1 0 177365024 8908800 248 1992294400 4194304 4922060 140733376253488 18446744073709551615 238759287941 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/26831/statm: 2175 248 208 178 0 68 0
[pid=26832] ppid=26831 vsize=90136 CPUtime=1800.07
/proc/26832/stat : 26832 (pb_cplex) R 26831 26831 26617 0 -1 4202496 89482 0 0 0 179767 240 0 0 25 0 2 0 177365025 92299264 13617 1992294400 134512640 146736320 4288820880 18446744073709551615 135454093 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/26832/statm: 22534 13617 1073 2985 0 19076 0
[pid=26832/tid=26837] ppid=26831 vsize=90136 CPUtime=822.52
/proc/26832/task/26837/stat : 26837 (pb_cplex) R 26831 26831 26617 0 -1 4202560 51322 0 0 0 82132 120 0 0 25 0 2 0 177375748 92299264 13617 1992294400 134512640 146736320 4288820880 18446744073709551615 136000404 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 98836

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26831 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.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 990.719
CPU time (s): 1800.07
CPU user time (s): 1797.67
CPU system time (s): 2.4
CPU usage (%): 181.693
Max. virtual memory (cumulated for all children) (KiB): 104488

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.71874 second user time and 4.64829 second system time

The end

Launcher Data

Begin job on node015 at 2010-07-01 22:53:57
IDJOB=2695856
IDBENCH=1978
IDSOLVER=1209
FILE ID=node015/2695856-1278017637
PBS_JOBID= 11198740
Free space on /tmp= 62404 MiB

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

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

MD5SUM BENCH= a9ac890c0275c87cfec4e71469cd990a
RANDOM SEED=828175314

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1456856 kB
Buffers:        148324 kB
Cached:         350204 kB
SwapCached:      11252 kB
Active:         207332 kB
Inactive:       305664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1456856 kB
SwapTotal:     4192956 kB
SwapFree:      4135492 kB
Dirty:           16752 kB
Writeback:           0 kB
AnonPages:       12736 kB
Mapped:           8528 kB
Slab:            67128 kB
PageTables:       4208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182048 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= 62388 MiB
End job on node015 at 2010-07-01 23:10:30