Trace number 2695917

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.06 1085.42

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMfad34197fa8b5ebd519d12750a352ad5
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark668
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 480
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 495457
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 495457
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-2695917-1278017551.opb.
0.00/0.00	c Instance file HOME/instance-2695917-1278017551.opb
0.00/0.00	c File size is 17233664 bytes.
29.87/29.90	c Highest Coefficient sum: 101
29.87/29.90	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.74	c ============================[ Problem Statistics ]=============================
30.68/30.74	c |                                                                             |
30.68/30.74	c |  Parsing time:          30.48        s                                      |
30.68/30.74	c |  Number Variables:      10000                                               |
31.06/31.10	c |  Number Constraints:    656900                                              |
31.06/31.10	c ===============================================================================
1800.06/1085.41	c Remaining time 1769.23 sec.
1800.06/1085.41	c 
1800.06/1085.41	c *** INTERRUPTED ***
1800.06/1085.41	s UNKNOWN
1800.06/1085.41	c Total CPU time              : 1785.96 s
1800.06/1085.41	c Memory used           : 679.64 MB
1800.06/1085.41	c CPU time              : 1785.96 s
1800.06/1085.41	c 
1800.06/1085.41	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-2695917-1278017551/watcher-2695917-1278017551 -o /tmp/evaluation-result-2695917-1278017551/solver-2695917-1278017551 -C 1800 -W 2000 -M 1800 run HOME/instance-2695917-1278017551.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.82 1.58 1.35 3/106 24327
/proc/meminfo: memFree=1754120/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) R 24325 24327 24051 0 -1 4202496 348 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797821845 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0

[startup+0.086726 s]
/proc/loadavg: 1.82 1.58 1.35 3/106 24327
/proc/meminfo: memFree=1754120/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100728 s]
/proc/loadavg: 1.82 1.58 1.35 3/106 24327
/proc/meminfo: memFree=1754120/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300766 s]
/proc/loadavg: 1.82 1.58 1.35 3/106 24327
/proc/meminfo: memFree=1754120/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70084 s]
/proc/loadavg: 1.82 1.58 1.35 3/106 24327
/proc/meminfo: memFree=1754120/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 1.82 1.58 1.35 2/108 24329
/proc/meminfo: memFree=1751376/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=31864 CPUtime=1.49
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 955 0 0 0 149 0 0 0 25 0 1 0 175411525 32628736 909 1992294400 134512640 146736320 4294712944 18446744073709551615 140526598 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24328/statm: 7966 909 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10129 s]
/proc/loadavg: 1.75 1.57 1.35 2/108 24329
/proc/meminfo: memFree=1751128/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=31996 CPUtime=3.09
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 968 0 0 0 309 0 0 0 25 0 1 0 175411525 32763904 922 1992294400 134512640 146736320 4294712944 18446744073709551615 140653477 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24328/statm: 7999 922 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.30089 s]
/proc/loadavg: 1.75 1.57 1.35 2/108 24329
/proc/meminfo: memFree=1751004/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=31996 CPUtime=6.29
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 996 0 0 0 629 0 0 0 25 0 1 0 175411525 32763904 950 1992294400 134512640 146736320 4294712944 18446744073709551615 140684664 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24328/statm: 7999 950 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7011 s]
/proc/loadavg: 1.64 1.55 1.35 2/108 24329
/proc/meminfo: memFree=1751004/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=32260 CPUtime=12.69
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1033 0 0 0 1269 0 0 0 25 0 1 0 175411525 33034240 987 1992294400 134512640 146736320 4294712944 18446744073709551615 140684760 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24328/statm: 8065 987 308 2985 0 791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40960

[startup+25.5015 s]
/proc/loadavg: 1.54 1.53 1.34 2/108 24329
/proc/meminfo: memFree=1743316/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=47448 CPUtime=25.48
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 5641 0 0 0 2546 2 0 0 25 0 1 0 175411525 48586752 5368 1992294400 134512640 146736320 4294712944 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24328/statm: 11862 5369 877 2985 0 4588 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56148

[startup+51.1012 s]
/proc/loadavg: 1.43 1.50 1.34 3/109 24332
/proc/meminfo: memFree=1519496/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=274556 CPUtime=54.94
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 140455 0 0 0 5432 62 0 0 18 0 2 0 175411525 281145344 59493 1992294400 134512640 146736320 4294712944 18446744073709551615 136474219 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 68639 59493 1059 2985 0 65181 0
[pid=24328/tid=24332] ppid=24327 vsize=274556 CPUtime=2.97
/proc/24328/task/24332/stat : 24332 (pb_cplex) S 24327 24327 24051 0 -1 4202560 1926 0 0 0 296 1 0 0 18 0 2 0 175416262 281145344 59493 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 2 4096 16387 18446604437816881536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 54.94
Current children cumulated vsize (KiB) 283256

[startup+102.309 s]
/proc/loadavg: 1.44 1.49 1.35 3/109 24338
/proc/meminfo: memFree=1444724/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=378776 CPUtime=127.53
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 192665 0 0 0 12655 98 0 0 21 0 2 0 175411525 387866624 77948 1992294400 134512640 146736320 4294712944 18446744073709551615 135855178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 94694 77948 1064 2985 0 91236 0
[pid=24328/tid=24338] ppid=24327 vsize=378776 CPUtime=14.75
/proc/24328/task/24338/stat : 24338 (pb_cplex) R 24327 24327 24051 0 -1 4202560 6977 0 0 0 1471 4 0 0 25 0 2 0 175419927 387866624 77948 1992294400 134512640 146736320 4294712944 18446744073709551615 136475824 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 127.53
Current children cumulated vsize (KiB) 387476

[startup+162.301 s]
/proc/loadavg: 1.85 1.60 1.39 4/109 24340
/proc/meminfo: memFree=1426744/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=399024 CPUtime=231.64
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 408616 0 0 0 22954 210 0 0 16 0 2 0 175411525 408600576 82913 1992294400 134512640 146736320 4294712944 18446744073709551615 136385185 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24328/statm: 99756 82913 1065 2985 0 96298 0
[pid=24328/tid=24338] ppid=24327 vsize=399024 CPUtime=64.14
/proc/24328/task/24338/stat : 24338 (pb_cplex) R 24327 24327 24051 0 -1 4202560 114030 0 0 0 6356 58 0 0 18 0 2 0 175419927 408600576 82913 1992294400 134512640 146736320 4294712944 18446744073709551615 136475824 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 231.64
Current children cumulated vsize (KiB) 407724

[startup+222.301 s]
/proc/loadavg: 2.19 1.75 1.45 3/109 24342
/proc/meminfo: memFree=1403308/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=419924 CPUtime=335.52
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 594444 0 0 0 33240 312 0 0 18 0 2 0 175411525 430002176 88124 1992294400 134512640 146736320 4294712944 18446744073709551615 137117177 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 104981 88124 1065 2985 0 101523 0
[pid=24328/tid=24338] ppid=24327 vsize=419924 CPUtime=115.21
/proc/24328/task/24338/stat : 24338 (pb_cplex) S 24327 24327 24051 0 -1 4202560 201860 0 0 0 11414 107 0 0 17 0 2 0 175419927 430002176 88124 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 2 4096 16387 18446604437816881536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 335.52
Current children cumulated vsize (KiB) 428624

[startup+282.301 s]
/proc/loadavg: 2.20 1.81 1.49 2/109 24342
/proc/meminfo: memFree=1386196/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=438060 CPUtime=433.37
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 781004 0 0 0 42922 415 0 0 16 0 2 0 175411525 448573440 92437 1992294400 134512640 146736320 4294712944 18446744073709551615 135851007 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 109515 92437 1065 2985 0 106057 0
[pid=24328/tid=24338] ppid=24327 vsize=438060 CPUtime=162.53
/proc/24328/task/24338/stat : 24338 (pb_cplex) R 24327 24327 24051 0 -1 4202560 298943 0 0 0 16091 162 0 0 18 0 2 0 175419927 448573440 92437 1992294400 134512640 146736320 4294712944 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 433.37
Current children cumulated vsize (KiB) 446760

[startup+342.302 s]
/proc/loadavg: 1.82 1.77 1.49 2/109 24344
/proc/meminfo: memFree=1364744/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=461124 CPUtime=529.43
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 951016 0 0 0 52434 509 0 0 19 0 2 0 175411525 472190976 98106 1992294400 134512640 146736320 4294712944 18446744073709551615 136388107 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 115281 98106 1065 2985 0 111823 0
[pid=24328/tid=24338] ppid=24327 vsize=461124 CPUtime=211.15
/proc/24328/task/24338/stat : 24338 (pb_cplex) S 24327 24327 24051 0 -1 4202560 390621 0 0 0 20904 211 0 0 19 0 2 0 175419927 472190976 98106 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 2 4096 16387 18446604437816881536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 529.43
Current children cumulated vsize (KiB) 469824

[startup+402.302 s]

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

[pid=24328] ppid=24327 vsize=595212 CPUtime=810.57
/proc/24328/stat : 24328 (pb_cplex) S 24327 24327 24051 0 -1 4202496 1290250 0 0 0 80341 716 0 0 25 0 2 0 175411525 609497088 116117 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 148803 116117 1098 2985 0 145345 0
[pid=24328/tid=24352] ppid=24327 vsize=595212 CPUtime=21.18
/proc/24328/task/24352/stat : 24352 (pb_cplex) R 24327 24327 24051 0 -1 4202560 2 0 0 0 2115 3 0 0 20 0 2 0 175461330 609497088 116117 1992294400 134512640 146736320 4294712944 18446744073709551615 136384854 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 810.57
Current children cumulated vsize (KiB) 603912

[startup+582.302 s]
/proc/loadavg: 2.08 1.83 1.57 2/109 24363
/proc/meminfo: memFree=1291708/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=595212 CPUtime=916.39
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1290349 0 0 0 90893 746 0 0 18 0 2 0 175411525 609497088 116214 1992294400 134512640 146736320 4294712944 18446744073709551615 136000774 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 148803 116214 1098 2985 0 145345 0
[pid=24328/tid=24352] ppid=24327 vsize=595212 CPUtime=72.83
/proc/24328/task/24352/stat : 24352 (pb_cplex) R 24327 24327 24051 0 -1 4202560 68 0 0 0 7264 19 0 0 17 0 2 0 175461330 609497088 116214 1992294400 134512640 146736320 4294712944 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 916.39
Current children cumulated vsize (KiB) 603912

[startup+642.302 s]
/proc/loadavg: 1.93 1.85 1.59 2/109 24365
/proc/meminfo: memFree=1291212/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=595212 CPUtime=1021.26
/proc/24328/stat : 24328 (pb_cplex) S 24327 24327 24051 0 -1 4202496 1290514 0 0 0 101347 779 0 0 17 0 2 0 175411525 609497088 116377 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24328/statm: 148803 116377 1098 2985 0 145345 0
[pid=24328/tid=24352] ppid=24327 vsize=595212 CPUtime=125.76
/proc/24328/task/24352/stat : 24352 (pb_cplex) R 24327 24327 24051 0 -1 4202560 206 0 0 0 12541 35 0 0 17 0 2 0 175461330 609497088 116377 1992294400 134512640 146736320 4294712944 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1021.26
Current children cumulated vsize (KiB) 603912

[startup+702.302 s]
/proc/loadavg: 1.96 1.89 1.62 2/109 24367
/proc/meminfo: memFree=1290096/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=595212 CPUtime=1130.72
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1290843 0 0 0 112253 819 0 0 16 0 2 0 175411525 609497088 116704 1992294400 134512640 146736320 4294712944 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 148803 116704 1098 2985 0 145345 0
[pid=24328/tid=24352] ppid=24327 vsize=595212 CPUtime=181.34
/proc/24328/task/24352/stat : 24352 (pb_cplex) S 24327 24327 24051 0 -1 4202560 489 0 0 0 18077 57 0 0 17 0 2 0 175461330 609497088 116704 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 2 4096 16387 18446604437816881536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1130.72
Current children cumulated vsize (KiB) 603912

[startup+762.309 s]
/proc/loadavg: 1.87 1.89 1.64 3/109 24369
/proc/meminfo: memFree=1289724/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=595212 CPUtime=1233.36
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1290923 0 0 0 122486 850 0 0 18 0 2 0 175411525 609497088 116781 1992294400 134512640 146736320 4294712944 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 148803 116781 1098 2985 0 145345 0
[pid=24328/tid=24352] ppid=24327 vsize=595212 CPUtime=230.95
/proc/24328/task/24352/stat : 24352 (pb_cplex) R 24327 24327 24051 0 -1 4202560 567 0 0 0 23023 72 0 0 18 0 2 0 175461330 609497088 116781 1992294400 134512640 146736320 4294712944 18446744073709551615 135196483 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1233.36
Current children cumulated vsize (KiB) 603912

[startup+822.301 s]
/proc/loadavg: 1.90 1.89 1.65 3/109 24371
/proc/meminfo: memFree=1269512/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=614660 CPUtime=1341.44
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1447100 0 0 0 133191 953 0 0 16 0 2 0 175411525 629411840 121607 1992294400 134512640 146736320 4294712944 18446744073709551615 135855178 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24328/statm: 153665 121607 1098 2985 0 150207 0
[pid=24328/tid=24352] ppid=24327 vsize=614660 CPUtime=286.07
/proc/24328/task/24352/stat : 24352 (pb_cplex) S 24327 24327 24051 0 -1 4202560 106240 0 0 0 28473 134 0 0 18 0 2 0 175461330 629411840 121607 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 2 4096 16387 18446604437816881536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1341.44
Current children cumulated vsize (KiB) 623360

[startup+882.301 s]
/proc/loadavg: 2.02 1.95 1.68 2/109 24371
/proc/meminfo: memFree=1244836/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=639800 CPUtime=1448
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1640066 0 0 0 143730 1070 0 0 16 0 2 0 175411525 655155200 127746 1992294400 134512640 146736320 4294712944 18446744073709551615 136475851 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24328/statm: 159950 127746 1098 2985 0 156492 0
[pid=24328/tid=24352] ppid=24327 vsize=639800 CPUtime=340.1
/proc/24328/task/24352/stat : 24352 (pb_cplex) R 24327 24327 24051 0 -1 4202560 245261 0 0 0 33796 214 0 0 17 0 2 0 175461330 655155200 127746 1992294400 134512640 146736320 4294712944 18446744073709551615 137344827 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1448
Current children cumulated vsize (KiB) 648500

[startup+942.302 s]
/proc/loadavg: 1.94 1.95 1.70 2/109 24373
/proc/meminfo: memFree=1228096/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=656308 CPUtime=1551.83
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1769618 0 0 0 154026 1157 0 0 16 0 2 0 175411525 672059392 131869 1992294400 134512640 146736320 4294712944 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24328/statm: 164077 131869 1100 2985 0 160619 0
[pid=24328/tid=24352] ppid=24327 vsize=656308 CPUtime=391.03
/proc/24328/task/24352/stat : 24352 (pb_cplex) R 24327 24327 24051 0 -1 4202560 287812 0 0 0 38856 247 0 0 18 0 2 0 175461330 672059392 131869 1992294400 134512640 146736320 4294712944 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1551.83
Current children cumulated vsize (KiB) 665008

[startup+1002.3 s]
/proc/loadavg: 1.82 1.91 1.70 4/109 24375
/proc/meminfo: memFree=1212100/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=673088 CPUtime=1655
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 1946674 0 0 0 164235 1265 0 0 17 0 2 0 175411525 689242112 136084 1992294400 134512640 146736320 4294712944 18446744073709551615 136934144 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24328/statm: 168272 136084 1100 2985 0 164814 0
[pid=24328/tid=24352] ppid=24327 vsize=673088 CPUtime=443.06
/proc/24328/task/24352/stat : 24352 (pb_cplex) S 24327 24327 24051 0 -1 4202560 410981 0 0 0 43990 316 0 0 17 0 2 0 175461330 689242112 136084 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 2 4096 16387 18446604437816881536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1655
Current children cumulated vsize (KiB) 681788

[startup+1062.3 s]
/proc/loadavg: 1.81 1.89 1.71 4/109 24377
/proc/meminfo: memFree=1196724/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=688000 CPUtime=1758.87
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 2120827 0 0 0 174526 1361 0 0 16 0 2 0 175411525 704512000 139972 1992294400 134512640 146736320 4294712944 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24328/statm: 172000 139972 1100 2985 0 168542 0
[pid=24328/tid=24352] ppid=24327 vsize=688000 CPUtime=494.65
/proc/24328/task/24352/stat : 24352 (pb_cplex) R 24327 24327 24051 0 -1 4202560 538926 0 0 0 49087 378 0 0 18 0 2 0 175461330 704512000 139972 1992294400 134512640 146736320 4294712944 18446744073709551615 137341698 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1758.87
Current children cumulated vsize (KiB) 696700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1085.4 s]
/proc/loadavg: 1.91 1.91 1.72 2/109 24377
/proc/meminfo: memFree=1188664/2059040 swapFree=4139352/4192956
[pid=24327] ppid=24325 vsize=8700 CPUtime=0
/proc/24327/stat : 24327 (run) S 24325 24327 24051 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175411525 8908800 249 1992294400 4194304 4922060 140734261677504 18446744073709551615 271797820549 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24327/statm: 2175 249 208 178 0 68 0
[pid=24328] ppid=24327 vsize=695948 CPUtime=1800.06
/proc/24328/stat : 24328 (pb_cplex) R 24327 24327 24051 0 -1 4202496 2208080 0 0 0 178595 1411 0 0 25 0 2 0 175411525 712650752 141814 1992294400 134512640 146736320 4294712944 18446744073709551615 136019049 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24328/statm: 173987 141814 1100 2985 0 170529 0
[pid=24328/tid=24352] ppid=24327 vsize=695948 CPUtime=514.65
/proc/24328/task/24352/stat : 24352 (pb_cplex) S 24327 24327 24051 0 -1 4202560 599657 0 0 0 51055 410 0 0 17 0 2 0 175461330 712650752 141814 1992294400 134512640 146736320 4294712944 18446744073709551615 144580073 0 2 4096 16387 18446604437816881536 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 704648

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 24327 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=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1085.42
CPU time (s): 1800.06
CPU user time (s): 1785.95
CPU system time (s): 14.11
CPU usage (%): 165.84
Max. virtual memory (cumulated for all children) (KiB): 704648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002999
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 2.20966 second user time and 5.51016 second system time

The end

Launcher Data

Begin job on node019 at 2010-07-01 22:52:32
IDJOB=2695917
IDBENCH=1974
IDSOLVER=1209
FILE ID=node019/2695917-1278017551
PBS_JOBID= 11198737
Free space on /tmp= 62032 MiB

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

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

MD5SUM BENCH= fad34197fa8b5ebd519d12750a352ad5
RANDOM SEED=600803296

node019.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.264
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.52
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.264
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:       1754648 kB
Buffers:         58976 kB
Cached:         143644 kB
SwapCached:       6824 kB
Active:         122052 kB
Inactive:        94960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1754648 kB
SwapTotal:     4192956 kB
SwapFree:      4139352 kB
Dirty:           33380 kB
Writeback:           0 kB
AnonPages:       12904 kB
Mapped:          12072 kB
Slab:            65472 kB
PageTables:       4168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182608 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= 62016 MiB
End job on node019 at 2010-07-01 23:10:39