Trace number 2695909

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
pb_cplex 2010-06-29? (TO) 1800.17 1096.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM751aa23355f7a016eeb9009a33a863ac
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark699
Best CPU time to get the best result obtained on this benchmark1800.5
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 436
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494314
Number of bits of the biggest sum of numbers19
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-2695909-1278017271.opb.
0.00/0.00	c Instance file HOME/instance-2695909-1278017271.opb
0.00/0.00	c File size is 17233610 bytes.
29.88/29.94	c Highest Coefficient sum: 101
29.88/29.94	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
30.68/30.77	c ============================[ Problem Statistics ]=============================
30.68/30.77	c |                                                                             |
30.68/30.77	c |  Parsing time:          30.52        s                                      |
30.68/30.77	c |  Number Variables:      10000                                               |
31.08/31.12	c |  Number Constraints:    656900                                              |
31.08/31.12	c ===============================================================================
1800.17/1096.01	c Remaining time 1769.20 sec.
1800.17/1096.01	c 
1800.17/1096.01	c *** INTERRUPTED ***
1800.17/1096.01	s UNKNOWN
1800.17/1096.01	c Total CPU time              : 1785.22 s
1800.17/1096.01	c Memory used           : 608.42 MB
1800.17/1096.01	c CPU time              : 1785.22 s
1800.17/1096.01	c 
1800.17/1096.01	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-2695909-1278017271/watcher-2695909-1278017271 -o /tmp/evaluation-result-2695909-1278017271/solver-2695909-1278017271 -C 1800 -W 2000 -M 1800 run HOME/instance-2695909-1278017271.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.91 1.86 1.58 3/106 31013
/proc/meminfo: memFree=1299656/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) R 31011 31013 30778 0 -1 4202496 347 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479636885 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0

[startup+0.0311059 s]
/proc/loadavg: 1.91 1.86 1.58 3/106 31013
/proc/meminfo: memFree=1299656/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101112 s]
/proc/loadavg: 1.91 1.86 1.58 3/106 31013
/proc/meminfo: memFree=1299656/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301132 s]
/proc/loadavg: 1.91 1.86 1.58 3/106 31013
/proc/meminfo: memFree=1299656/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701175 s]
/proc/loadavg: 1.91 1.86 1.58 3/106 31013
/proc/meminfo: memFree=1299656/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50126 s]
/proc/loadavg: 1.84 1.84 1.58 2/108 31015
/proc/meminfo: memFree=1296912/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=31864 CPUtime=1.49
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 954 0 0 0 149 0 0 0 25 0 1 0 143022161 32628736 908 1992294400 134512640 146736320 4287737424 18446744073709551615 134814118 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31014/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10044 s]
/proc/loadavg: 1.84 1.84 1.58 2/108 31015
/proc/meminfo: memFree=1296664/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=31996 CPUtime=3.09
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 967 0 0 0 309 0 0 0 25 0 1 0 143022161 32763904 921 1992294400 134512640 146736320 4287737424 18446744073709551615 140681180 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31014/statm: 7999 921 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.30079 s]
/proc/loadavg: 1.77 1.83 1.58 2/108 31015
/proc/meminfo: memFree=1296540/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=31996 CPUtime=6.29
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 994 0 0 0 629 0 0 0 25 0 1 0 143022161 32763904 948 1992294400 134512640 146736320 4287737424 18446744073709551615 140526598 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31014/statm: 7999 948 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7005 s]
/proc/loadavg: 1.71 1.81 1.57 2/108 31015
/proc/meminfo: memFree=1296540/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=32260 CPUtime=12.68
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 1032 0 0 0 1268 0 0 0 25 0 1 0 143022161 33034240 986 1992294400 134512640 146736320 4287737424 18446744073709551615 140679048 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31014/statm: 8065 986 308 2985 0 791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40960

[startup+25.5009 s]
/proc/loadavg: 1.55 1.77 1.56 2/108 31015
/proc/meminfo: memFree=1288852/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=47448 CPUtime=25.48
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 5652 0 0 0 2546 2 0 0 25 0 1 0 143022161 48586752 5379 1992294400 134512640 146736320 4287737424 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/31014/statm: 11862 5379 878 2985 0 4588 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56148

[startup+51.1017 s]
/proc/loadavg: 1.36 1.71 1.54 4/109 31020
/proc/meminfo: memFree=1064652/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=274400 CPUtime=54.82
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 139233 0 0 0 5425 57 0 0 16 0 2 0 143022161 280985600 59539 1992294400 134512640 146736320 4287737424 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 68600 59539 1060 2985 0 65142 0
[pid=31014/tid=31020] ppid=31013 vsize=274400 CPUtime=5.84
/proc/31014/task/31020/stat : 31020 (pb_cplex) S 31013 31013 30778 0 -1 4202560 1151 0 0 0 583 1 0 0 18 0 2 0 143026632 280985600 59539 1992294400 134512640 146736320 4287737424 18446744073709551615 144580073 0 2 4096 16387 18446604437843964160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.82
Current children cumulated vsize (KiB) 283100

[startup+102.309 s]
/proc/loadavg: 1.51 1.69 1.55 4/109 31024
/proc/meminfo: memFree=963716/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=390780 CPUtime=130.69
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 227708 0 0 0 12960 109 0 0 25 0 2 0 143022161 400158720 84686 1992294400 134512640 146736320 4287737424 18446744073709551615 135456433 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 97695 84686 1065 2985 0 94237 0
[pid=31014/tid=31024] ppid=31013 vsize=390780 CPUtime=18.55
/proc/31014/task/31024/stat : 31024 (pb_cplex) R 31013 31013 30778 0 -1 4202560 62 0 0 0 1852 3 0 0 18 0 2 0 143030191 400158720 84686 1992294400 134512640 146736320 4287737424 18446744073709551615 135443533 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 130.69
Current children cumulated vsize (KiB) 399480

[startup+162.302 s]
/proc/loadavg: 1.55 1.67 1.55 2/109 31026
/proc/meminfo: memFree=947348/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=407200 CPUtime=226.58
/proc/31014/stat : 31014 (pb_cplex) S 31013 31013 30778 0 -1 4202496 330361 0 0 0 22476 182 0 0 18 0 2 0 143022161 416972800 88637 1992294400 134512640 146736320 4287737424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31014/statm: 101800 88637 1065 2985 0 98342 0
[pid=31014/tid=31024] ppid=31013 vsize=407200 CPUtime=64.49
/proc/31014/task/31024/stat : 31024 (pb_cplex) R 31013 31013 30778 0 -1 4202560 28423 0 0 0 6420 29 0 0 17 0 2 0 143030191 416972800 88637 1992294400 134512640 146736320 4287737424 18446744073709551615 136385177 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 226.58
Current children cumulated vsize (KiB) 415900

[startup+222.301 s]
/proc/loadavg: 1.54 1.65 1.54 4/109 31028
/proc/meminfo: memFree=926640/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=428636 CPUtime=320.86
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 458001 0 0 0 31822 264 0 0 18 0 2 0 143022161 438923264 93771 1992294400 134512640 146736320 4287737424 18446744073709551615 136385184 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 107159 93771 1065 2985 0 103701 0
[pid=31014/tid=31024] ppid=31013 vsize=428636 CPUtime=112.05
/proc/31014/task/31024/stat : 31024 (pb_cplex) R 31013 31013 30778 0 -1 4202560 79054 0 0 0 11141 64 0 0 18 0 2 0 143030191 438923264 93771 1992294400 134512640 146736320 4287737424 18446744073709551615 136008178 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 320.86
Current children cumulated vsize (KiB) 437336

[startup+282.302 s]
/proc/loadavg: 1.61 1.65 1.55 4/109 31030
/proc/meminfo: memFree=913124/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=443040 CPUtime=423.32
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 549632 0 0 0 41999 333 0 0 16 0 2 0 143022161 453672960 97371 1992294400 134512640 146736320 4287737424 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 110760 97371 1066 2985 0 107302 0
[pid=31014/tid=31024] ppid=31013 vsize=443040 CPUtime=163.93
/proc/31014/task/31024/stat : 31024 (pb_cplex) R 31013 31013 30778 0 -1 4202560 117785 0 0 0 16296 97 0 0 18 0 2 0 143030191 453672960 97371 1992294400 134512640 146736320 4287737424 18446744073709551615 135233121 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 423.32
Current children cumulated vsize (KiB) 451740

[startup+342.301 s]
/proc/loadavg: 2.00 1.73 1.58 4/109 31030
/proc/meminfo: memFree=891920/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=464924 CPUtime=516.23
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 629482 0 0 0 51232 391 0 0 18 0 2 0 143022161 476082176 102583 1992294400 134512640 146736320 4287737424 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 116231 102583 1066 2985 0 112773 0
[pid=31014/tid=31024] ppid=31013 vsize=464924 CPUtime=209.92
/proc/31014/task/31024/stat : 31024 (pb_cplex) R 31013 31013 30778 0 -1 4202560 145539 0 0 0 20872 120 0 0 18 0 2 0 143030191 476082176 102583 1992294400 134512640 146736320 4287737424 18446744073709551615 136008170 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 516.23
Current children cumulated vsize (KiB) 473624

[startup+402.302 s]

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

[pid=31014] ppid=31013 vsize=452028 CPUtime=825.91
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 810842 0 0 0 82043 548 0 0 16 0 2 0 143022161 462876672 92917 1992294400 134512640 146736320 4287737424 18446744073709551615 137343106 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31014/statm: 113007 92917 1099 2985 0 109549 0
[pid=31014/tid=31036] ppid=31013 vsize=452028 CPUtime=100.53
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 49427 0 0 0 10007 46 0 0 18 0 2 0 143063397 462876672 92917 1992294400 134512640 146736320 4287737424 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 825.91
Current children cumulated vsize (KiB) 460728

[startup+582.301 s]
/proc/loadavg: 1.95 1.85 1.65 3/109 31042
/proc/meminfo: memFree=919200/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=463788 CPUtime=926.96
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 859730 0 0 0 92097 599 0 0 21 0 2 0 143022161 474918912 95850 1992294400 134512640 146736320 4287737424 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 115947 95850 1099 2985 0 112489 0
[pid=31014/tid=31036] ppid=31013 vsize=463788 CPUtime=151.36
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 98313 0 0 0 15057 79 0 0 18 0 2 0 143063397 474918912 95850 1992294400 134512640 146736320 4287737424 18446744073709551615 139043290 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 926.96
Current children cumulated vsize (KiB) 472488

[startup+642.302 s]
/proc/loadavg: 1.97 1.88 1.67 3/109 31044
/proc/meminfo: memFree=905188/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=477936 CPUtime=1031.08
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 954274 0 0 0 102436 672 0 0 18 0 2 0 143022161 489406464 99233 1992294400 134512640 146736320 4287737424 18446744073709551615 137083064 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31014/statm: 119484 99233 1099 2985 0 116026 0
[pid=31014/tid=31036] ppid=31013 vsize=477936 CPUtime=204.65
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 174910 0 0 0 20338 127 0 0 18 0 2 0 143063397 489406464 99233 1992294400 134512640 146736320 4287737424 18446744073709551615 137343068 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1031.08
Current children cumulated vsize (KiB) 486636

[startup+702.301 s]
/proc/loadavg: 1.80 1.86 1.67 3/109 31044
/proc/meminfo: memFree=882620/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=500520 CPUtime=1132.37
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 1151914 0 0 0 112453 784 0 0 19 0 2 0 143022161 512532480 104878 1992294400 134512640 146736320 4287737424 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 125130 104878 1099 2985 0 121672 0
[pid=31014/tid=31036] ppid=31013 vsize=500520 CPUtime=255.72
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 229699 0 0 0 25407 165 0 0 18 0 2 0 143063397 512532480 104878 1992294400 134512640 146736320 4287737424 18446744073709551615 137371947 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1132.37
Current children cumulated vsize (KiB) 509220

[startup+762.309 s]
/proc/loadavg: 2.35 1.99 1.73 3/109 31046
/proc/meminfo: memFree=856456/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=527508 CPUtime=1237.77
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 1358495 0 0 0 122876 901 0 0 19 0 2 0 143022161 540168192 111554 1992294400 134512640 146736320 4287737424 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 131877 111554 1099 2985 0 128419 0
[pid=31014/tid=31036] ppid=31013 vsize=527508 CPUtime=305.84
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 287938 0 0 0 30379 205 0 0 18 0 2 0 143063397 540168192 111554 1992294400 134512640 146736320 4287737424 18446744073709551615 136385177 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1237.77
Current children cumulated vsize (KiB) 536208

[startup+822.301 s]
/proc/loadavg: 2.12 1.99 1.74 3/109 31057
/proc/meminfo: memFree=835748/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=547132 CPUtime=1338.32
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 1550804 0 0 0 132827 1005 0 0 17 0 2 0 143022161 560263168 116546 1992294400 134512640 146736320 4287737424 18446744073709551615 137345146 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 136783 116546 1101 2985 0 133325 0
[pid=31014/tid=31036] ppid=31013 vsize=547132 CPUtime=356.39
/proc/31014/task/31036/stat : 31036 (pb_cplex) S 31013 31013 30778 0 -1 4202560 338665 0 0 0 35399 240 0 0 18 0 2 0 143063397 560263168 116546 1992294400 134512640 146736320 4287737424 18446744073709551615 144580073 0 2 4096 16387 18446604437843964160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1338.32
Current children cumulated vsize (KiB) 555832

[startup+882.301 s]
/proc/loadavg: 1.85 1.93 1.73 2/109 31059
/proc/meminfo: memFree=820248/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=563396 CPUtime=1435.74
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 1693060 0 0 0 142479 1095 0 0 18 0 2 0 143022161 576917504 120531 1992294400 134512640 146736320 4287737424 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 140849 120531 1101 2985 0 137391 0
[pid=31014/tid=31036] ppid=31013 vsize=563396 CPUtime=401.21
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 382925 0 0 0 39847 274 0 0 16 0 2 0 143063397 576917504 120531 1992294400 134512640 146736320 4287737424 18446744073709551615 135456812 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1435.74
Current children cumulated vsize (KiB) 572096

[startup+942.302 s]
/proc/loadavg: 1.95 1.95 1.75 2/109 31059
/proc/meminfo: memFree=801152/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=582316 CPUtime=1539.43
/proc/31014/stat : 31014 (pb_cplex) S 31013 31013 30778 0 -1 4202496 1850086 0 0 0 152742 1201 0 0 16 0 2 0 143022161 596291584 125257 1992294400 134512640 146736320 4287737424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/31014/statm: 145579 125257 1101 2985 0 142121 0
[pid=31014/tid=31036] ppid=31013 vsize=582316 CPUtime=453.66
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 433028 0 0 0 45051 315 0 0 25 0 2 0 143063397 596291584 125257 1992294400 134512640 146736320 4287737424 18446744073709551615 135459277 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1539.43
Current children cumulated vsize (KiB) 591016

[startup+1002.3 s]
/proc/loadavg: 2.06 1.97 1.77 3/109 31061
/proc/meminfo: memFree=785776/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=596692 CPUtime=1640.32
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 2041150 0 0 0 162711 1321 0 0 21 0 2 0 143022161 611012608 128906 1992294400 134512640 146736320 4287737424 18446744073709551615 135855185 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 149173 128906 1101 2985 0 145715 0
[pid=31014/tid=31036] ppid=31013 vsize=596692 CPUtime=502.63
/proc/31014/task/31036/stat : 31036 (pb_cplex) S 31013 31013 30778 0 -1 4202560 478774 0 0 0 49911 352 0 0 16 0 2 0 143063397 611012608 128906 1992294400 134512640 146736320 4287737424 18446744073709551615 144580073 0 2 4096 16387 18446604437843964160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1640.32
Current children cumulated vsize (KiB) 605392

[startup+1062.3 s]
/proc/loadavg: 1.91 1.95 1.77 2/109 31063
/proc/meminfo: memFree=768292/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=614656 CPUtime=1742.51
/proc/31014/stat : 31014 (pb_cplex) S 31013 31013 30778 0 -1 4202496 2218927 0 0 0 172819 1432 0 0 18 0 2 0 143022161 629407744 133387 1992294400 134512640 146736320 4287737424 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 153664 133387 1101 2985 0 150206 0
[pid=31014/tid=31036] ppid=31013 vsize=614656 CPUtime=554.08
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 514602 0 0 0 55024 384 0 0 18 0 2 0 143063397 629407744 133387 1992294400 134512640 146736320 4287737424 18446744073709551615 136008170 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1742.51
Current children cumulated vsize (KiB) 623356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1096 s]
/proc/loadavg: 1.80 1.92 1.76 3/109 31065
/proc/meminfo: memFree=759364/2059040 swapFree=4139540/4192956
[pid=31013] ppid=31011 vsize=8700 CPUtime=0
/proc/31013/stat : 31013 (run) S 31011 31013 30778 0 -1 4202496 364 0 0 0 0 0 0 0 21 0 1 0 143022161 8908800 248 1992294400 4194304 4922060 140735349945152 18446744073709551615 242479635589 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31013/statm: 2175 248 208 178 0 68 0
[pid=31014] ppid=31013 vsize=623016 CPUtime=1800.17
/proc/31014/stat : 31014 (pb_cplex) R 31013 31013 30778 0 -1 4202496 2318032 0 0 0 178520 1497 0 0 25 0 2 0 143022161 637968384 135511 1992294400 134512640 146736320 4287737424 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/31014/statm: 155754 135511 1101 2985 0 152296 0
[pid=31014/tid=31036] ppid=31013 vsize=623016 CPUtime=581.02
/proc/31014/task/31036/stat : 31036 (pb_cplex) R 31013 31013 30778 0 -1 4202560 532734 0 0 0 57699 403 0 0 16 0 2 0 143063397 637968384 135511 1992294400 134512640 146736320 4287737424 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 631716

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1096.02
CPU time (s): 1800.17
CPU user time (s): 1785.2
CPU system time (s): 14.97
CPU usage (%): 164.246
Max. virtual memory (cumulated for all children) (KiB): 632680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
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= 3
involuntary context switches= 2

runsolver used 2.12368 second user time and 5.65314 second system time

The end

Launcher Data

Begin job on node035 at 2010-07-01 22:47:52
IDJOB=2695909
IDBENCH=1966
IDSOLVER=1209
FILE ID=node035/2695909-1278017271
PBS_JOBID= 11198728
Free space on /tmp= 62360 MiB

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

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

MD5SUM BENCH= 751aa23355f7a016eeb9009a33a863ac
RANDOM SEED=1417139303

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1300184 kB
Buffers:        142704 kB
Cached:         498404 kB
SwapCached:       7448 kB
Active:         237280 kB
Inactive:       418408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1300184 kB
SwapTotal:     4192956 kB
SwapFree:      4139540 kB
Dirty:           33496 kB
Writeback:           4 kB
AnonPages:       12652 kB
Mapped:          12032 kB
Slab:            81244 kB
PageTables:       4156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183000 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= 62344 MiB
End job on node035 at 2010-07-01 23:06:10