Trace number 2695910

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.12 1074.12

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_3.opb.PB06.opb
MD5SUM8eed52e8cea562b1b1ee5bae07565266
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark390
Best CPU time to get the best result obtained on this benchmark1796.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 478
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 500105
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 500105
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-2695910-1278017310.opb.
0.00/0.00	c Instance file HOME/instance-2695910-1278017310.opb
0.00/0.00	c File size is 17233726 bytes.
29.88/29.92	c Highest Coefficient sum: 101
29.88/29.92	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
30.67/30.74	c ============================[ Problem Statistics ]=============================
30.67/30.74	c |                                                                             |
30.67/30.74	c |  Parsing time:          30.47        s                                      |
30.67/30.74	c |  Number Variables:      10000                                               |
31.07/31.10	c |  Number Constraints:    656900                                              |
31.07/31.10	c ===============================================================================
1800.12/1074.11	c Remaining time 1769.23 sec.
1800.12/1074.11	c 
1800.12/1074.11	c *** INTERRUPTED ***
1800.12/1074.11	s UNKNOWN
1800.12/1074.11	c Total CPU time              : 1783.73 s
1800.12/1074.11	c Memory used           : 568.23 MB
1800.12/1074.11	c CPU time              : 1783.73 s
1800.12/1074.11	c 
1800.12/1074.11	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-2695910-1278017310/watcher-2695910-1278017310 -o /tmp/evaluation-result-2695910-1278017310/solver-2695910-1278017310 -C 1800 -W 2000 -M 1800 run HOME/instance-2695910-1278017310.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.95 1.87 1.58 3/106 23967
/proc/meminfo: memFree=1322396/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0

[startup+0.078779 s]
/proc/loadavg: 1.95 1.87 1.58 3/106 23967
/proc/meminfo: memFree=1322396/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100782 s]
/proc/loadavg: 1.95 1.87 1.58 3/106 23967
/proc/meminfo: memFree=1322396/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300817 s]
/proc/loadavg: 1.95 1.87 1.58 3/106 23967
/proc/meminfo: memFree=1322396/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700889 s]
/proc/loadavg: 1.95 1.87 1.58 3/106 23967
/proc/meminfo: memFree=1322396/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50103 s]
/proc/loadavg: 2.03 1.89 1.58 2/108 23969
/proc/meminfo: memFree=1318288/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=31864 CPUtime=1.49
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 954 0 0 0 149 0 0 0 25 0 1 0 177332681 32628736 908 1992294400 134512640 146736320 4289291776 18446744073709551615 140528758 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23968/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10132 s]
/proc/loadavg: 2.03 1.89 1.58 2/108 23969
/proc/meminfo: memFree=1319280/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=31996 CPUtime=3.09
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 967 0 0 0 309 0 0 0 25 0 1 0 177332681 32763904 921 1992294400 134512640 146736320 4289291776 18446744073709551615 140647825 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23968/statm: 7999 921 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: 2.03 1.89 1.58 2/108 23969
/proc/meminfo: memFree=1319156/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=31996 CPUtime=6.29
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 995 0 0 0 629 0 0 0 25 0 1 0 177332681 32763904 949 1992294400 134512640 146736320 4289291776 18446744073709551615 140528739 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23968/statm: 7999 949 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.701 s]
/proc/loadavg: 1.87 1.86 1.58 2/108 23971
/proc/meminfo: memFree=1319156/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=32260 CPUtime=12.68
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 1032 0 0 0 1268 0 0 0 25 0 1 0 177332681 33034240 986 1992294400 134512640 146736320 4289291776 18446744073709551615 141014065 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23968/statm: 8065 986 308 2985 0 791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40960

[startup+25.5003 s]
/proc/loadavg: 1.74 1.83 1.57 2/108 23971
/proc/meminfo: memFree=1311220/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=47712 CPUtime=25.48
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 5718 0 0 0 2546 2 0 0 25 0 1 0 177332681 48857088 5445 1992294400 134512640 146736320 4289291776 18446744073709551615 144738747 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/23968/statm: 11928 5445 887 2985 0 4654 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56412

[startup+51.1009 s]
/proc/loadavg: 1.56 1.78 1.56 2/109 23974
/proc/meminfo: memFree=1087888/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=274028 CPUtime=54.82
/proc/23968/stat : 23968 (pb_cplex) S 23967 23967 23705 0 -1 4202496 140011 0 0 0 5423 59 0 0 19 0 2 0 177332681 280604672 59533 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 68507 59533 1059 2985 0 65049 0
[pid=23968/tid=23974] ppid=23967 vsize=274028 CPUtime=3.61
/proc/23968/task/23974/stat : 23974 (pb_cplex) R 23967 23967 23705 0 -1 4202560 2014 0 0 0 360 1 0 0 20 0 2 0 177337404 280604672 59533 1992294400 134512640 146736320 4289291776 18446744073709551615 136018924 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.82
Current children cumulated vsize (KiB) 282728

[startup+102.309 s]
/proc/loadavg: 1.39 1.69 1.54 3/109 23980
/proc/meminfo: memFree=996996/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=389360 CPUtime=125.27
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 190736 0 0 0 12429 98 0 0 18 0 2 0 177332681 398704640 81936 1992294400 134512640 146736320 4289291776 18446744073709551615 139023039 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 97340 81936 1065 2985 0 93882 0
[pid=23968/tid=23980] ppid=23967 vsize=389360 CPUtime=7.56
/proc/23968/task/23980/stat : 23980 (pb_cplex) S 23967 23967 23705 0 -1 4202560 3228 0 0 0 754 2 0 0 25 0 2 0 177341793 398704640 81936 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 2 4096 16387 18446604437820446656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 125.27
Current children cumulated vsize (KiB) 398060

[startup+162.301 s]
/proc/loadavg: 1.75 1.75 1.56 2/109 23982
/proc/meminfo: memFree=978024/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=408184 CPUtime=229.64
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 395525 0 0 0 22758 206 0 0 20 0 2 0 177332681 417980416 86578 1992294400 134512640 146736320 4289291776 18446744073709551615 135855178 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 102046 86578 1066 2985 0 98588 0
[pid=23968/tid=23980] ppid=23967 vsize=408184 CPUtime=57.26
/proc/23968/task/23980/stat : 23980 (pb_cplex) R 23967 23967 23705 0 -1 4202560 100914 0 0 0 5675 51 0 0 16 0 2 0 177341793 417980416 86578 1992294400 134512640 146736320 4289291776 18446744073709551615 137084315 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.64
Current children cumulated vsize (KiB) 416884

[startup+222.302 s]
/proc/loadavg: 2.36 1.89 1.62 4/109 23982
/proc/meminfo: memFree=962896/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=424276 CPUtime=322.45
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 528355 0 0 0 31964 281 0 0 18 0 2 0 177332681 434458624 90439 1992294400 134512640 146736320 4289291776 18446744073709551615 135855127 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 106069 90439 1067 2985 0 102611 0
[pid=23968/tid=23980] ppid=23967 vsize=424276 CPUtime=102.89
/proc/23968/task/23980/stat : 23980 (pb_cplex) S 23967 23967 23705 0 -1 4202560 177158 0 0 0 10194 95 0 0 18 0 2 0 177341793 434458624 90439 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 2 4096 16387 18446604437820446656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 322.45
Current children cumulated vsize (KiB) 432976

[startup+282.301 s]
/proc/loadavg: 1.97 1.87 1.63 2/109 23984
/proc/meminfo: memFree=938716/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=447184 CPUtime=419.97
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 720042 0 0 0 41612 385 0 0 18 0 2 0 177332681 457916416 96174 1992294400 134512640 146736320 4289291776 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23968/statm: 111796 96174 1083 2985 0 108338 0
[pid=23968/tid=23980] ppid=23967 vsize=447184 CPUtime=153.2
/proc/23968/task/23980/stat : 23980 (pb_cplex) R 23967 23967 23705 0 -1 4202560 277122 0 0 0 15172 148 0 0 16 0 2 0 177341793 457916416 96174 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 419.97
Current children cumulated vsize (KiB) 455884

[startup+342.301 s]
/proc/loadavg: 2.17 1.95 1.67 2/109 23986
/proc/meminfo: memFree=933880/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=453048 CPUtime=524.12
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 843386 0 0 0 51941 471 0 0 17 0 2 0 177332681 463921152 97664 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 113262 97664 1083 2985 0 109804 0
[pid=23968/tid=23980] ppid=23967 vsize=453048 CPUtime=203.23
/proc/23968/task/23980/stat : 23980 (pb_cplex) R 23967 23967 23705 0 -1 4202560 338938 0 0 0 20134 189 0 0 19 0 2 0 177341793 463921152 97664 1992294400 134512640 146736320 4289291776 18446744073709551615 139023093 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 524.12
Current children cumulated vsize (KiB) 461748

[startup+402.301 s]

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

[pid=23968] ppid=23967 vsize=430148 CPUtime=946.7
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 1344075 0 0 0 93866 804 0 0 16 0 2 0 177332681 440471552 92723 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 107537 92723 1094 2985 0 104079 0
[pid=23968/tid=23992] ppid=23967 vsize=430148 CPUtime=148.9
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 138153 0 0 0 14790 100 0 0 17 0 2 0 177374053 440471552 92723 1992294400 134512640 146736320 4289291776 18446744073709551615 136001703 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 946.7
Current children cumulated vsize (KiB) 438848

[startup+642.302 s]
/proc/loadavg: 2.17 2.07 1.79 3/109 23998
/proc/meminfo: memFree=942188/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=441932 CPUtime=1053.68
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 1497256 0 0 0 104469 899 0 0 18 0 2 0 177332681 452538368 95553 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 110483 95553 1094 2985 0 107025 0
[pid=23968/tid=23992] ppid=23967 vsize=441932 CPUtime=202.15
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 291332 0 0 0 20038 177 0 0 18 0 2 0 177374053 452538368 95553 1992294400 134512640 146736320 4289291776 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1053.68
Current children cumulated vsize (KiB) 450632

[startup+702.301 s]
/proc/loadavg: 2.29 2.11 1.82 3/109 24000
/proc/meminfo: memFree=917636/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=466500 CPUtime=1160.93
/proc/23968/stat : 23968 (pb_cplex) S 23967 23967 23705 0 -1 4202496 1688464 0 0 0 115078 1015 0 0 18 0 2 0 177332681 477696000 101702 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 116625 101702 1094 2985 0 113167 0
[pid=23968/tid=23992] ppid=23967 vsize=466500 CPUtime=254.24
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 337060 0 0 0 25208 216 0 0 18 0 2 0 177374053 477696000 101702 1992294400 134512640 146736320 4289291776 18446744073709551615 136009645 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1160.93
Current children cumulated vsize (KiB) 475200

[startup+762.309 s]
/proc/loadavg: 2.12 2.09 1.83 4/109 24011
/proc/meminfo: memFree=895564/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=488384 CPUtime=1260.77
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 1841772 0 0 0 124971 1106 0 0 18 0 2 0 177332681 500105216 107059 1992294400 134512640 146736320 4289291776 18446744073709551615 135450613 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 122096 107059 1094 2985 0 118638 0
[pid=23968/tid=23992] ppid=23967 vsize=488384 CPUtime=307.07
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 367767 0 0 0 30462 245 0 0 18 0 2 0 177374053 500105216 107059 1992294400 134512640 146736320 4289291776 18446744073709551615 135850319 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1260.77
Current children cumulated vsize (KiB) 497084

[startup+822.301 s]
/proc/loadavg: 2.15 2.12 1.85 3/109 24011
/proc/meminfo: memFree=872624/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=511880 CPUtime=1368.07
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 2042117 0 0 0 135582 1225 0 0 18 0 2 0 177332681 524165120 112825 1992294400 134512640 146736320 4289291776 18446744073709551615 135460437 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23968/statm: 127970 112825 1096 2985 0 124512 0
[pid=23968/tid=23992] ppid=23967 vsize=511880 CPUtime=360.5
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 469287 0 0 0 35741 309 0 0 18 0 2 0 177374053 524165120 112825 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1368.07
Current children cumulated vsize (KiB) 520580

[startup+882.302 s]
/proc/loadavg: 2.22 2.14 1.87 3/109 24013
/proc/meminfo: memFree=855884/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=528440 CPUtime=1470.84
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 2187853 0 0 0 145767 1317 0 0 18 0 2 0 177332681 541122560 117032 1992294400 134512640 146736320 4289291776 18446744073709551615 137345097 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23968/statm: 132110 117032 1096 2985 0 128652 0
[pid=23968/tid=23992] ppid=23967 vsize=528440 CPUtime=411.8
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 530233 0 0 0 40827 353 0 0 18 0 2 0 177374053 541122560 117032 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1470.84
Current children cumulated vsize (KiB) 537140

[startup+942.301 s]
/proc/loadavg: 2.06 2.10 1.87 2/109 24015
/proc/meminfo: memFree=839516/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=545476 CPUtime=1572.53
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 2344083 0 0 0 155839 1414 0 0 16 0 2 0 177332681 558567424 121296 1992294400 134512640 146736320 4289291776 18446744073709551615 135854192 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23968/statm: 136369 121296 1096 2985 0 132911 0
[pid=23968/tid=23992] ppid=23967 vsize=545476 CPUtime=461.18
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 589765 0 0 0 45722 396 0 0 18 0 2 0 177374053 558567424 121296 1992294400 134512640 146736320 4289291776 18446744073709551615 136854933 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1572.53
Current children cumulated vsize (KiB) 554176

[startup+1002.3 s]
/proc/loadavg: 2.03 2.08 1.88 3/109 24017
/proc/meminfo: memFree=821784/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=562336 CPUtime=1677.35
/proc/23968/stat : 23968 (pb_cplex) S 23967 23967 23705 0 -1 4202496 2510390 0 0 0 166215 1520 0 0 18 0 2 0 177332681 575832064 125530 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/23968/statm: 140584 125530 1096 2985 0 137126 0
[pid=23968/tid=23992] ppid=23967 vsize=562336 CPUtime=512.49
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 617008 0 0 0 50819 430 0 0 16 0 2 0 177374053 575832064 125530 1992294400 134512640 146736320 4289291776 18446744073709551615 136712811 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1677.35
Current children cumulated vsize (KiB) 571036

[startup+1062.3 s]
/proc/loadavg: 2.06 2.09 1.89 4/109 24019
/proc/meminfo: memFree=805788/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=581316 CPUtime=1778.54
/proc/23968/stat : 23968 (pb_cplex) R 23967 23967 23705 0 -1 4202496 2674783 0 0 0 176235 1619 0 0 16 0 2 0 177332681 595267584 130040 1992294400 134512640 146736320 4289291776 18446744073709551615 136346241 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23968/statm: 145329 130041 1096 2985 0 141871 0
[pid=23968/tid=23992] ppid=23967 vsize=581316 CPUtime=562.61
/proc/23968/task/23992/stat : 23992 (pb_cplex) S 23967 23967 23705 0 -1 4202560 645363 0 0 0 55801 460 0 0 18 0 2 0 177374053 595267584 130041 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 2 4096 16387 18446604437820446656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1778.54
Current children cumulated vsize (KiB) 590016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1074.1 s]
/proc/loadavg: 2.05 2.08 1.90 2/109 24019
/proc/meminfo: memFree=802192/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=581868 CPUtime=1800.12
/proc/23968/stat : 23968 (pb_cplex) S 23967 23967 23705 0 -1 4202496 2704973 0 0 0 178372 1640 0 0 18 0 2 0 177332681 595832832 130434 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23968/statm: 145467 130434 1096 2985 0 142009 0
[pid=23968/tid=23992] ppid=23967 vsize=581868 CPUtime=573.44
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 648934 0 0 0 56879 465 0 0 16 0 2 0 177374053 595832832 130434 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 590568

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

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

[startup+1074.1 s]
/proc/loadavg: 2.05 2.08 1.90 2/109 24019
/proc/meminfo: memFree=802192/2059040 swapFree=4135876/4192956
[pid=23967] ppid=23965 vsize=8700 CPUtime=0
/proc/23967/stat : 23967 (run) S 23965 23967 23705 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 177332681 8908800 248 1992294400 4194304 4922060 140735781028256 18446744073709551615 257316985989 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/23967/statm: 2175 248 208 178 0 68 0
[pid=23968] ppid=23967 vsize=581868 CPUtime=1800.12
/proc/23968/stat : 23968 (pb_cplex) S 23967 23967 23705 0 -1 4202496 2704973 0 0 0 178372 1640 0 0 18 0 2 0 177332681 595832832 130434 1992294400 134512640 146736320 4289291776 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/23968/statm: 145467 130434 1096 2985 0 142009 0
[pid=23968/tid=23992] ppid=23967 vsize=581868 CPUtime=573.44
/proc/23968/task/23992/stat : 23992 (pb_cplex) R 23967 23967 23705 0 -1 4202560 648934 0 0 0 56879 465 0 0 16 0 2 0 177374053 595832832 130434 1992294400 134512640 146736320 4289291776 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 590568

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1074.12
CPU time (s): 1800.12
CPU user time (s): 1783.72
CPU system time (s): 16.4
CPU usage (%): 167.59
Max. virtual memory (cumulated for all children) (KiB): 592916

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= 2
involuntary context switches= 2

runsolver used 2.06569 second user time and 5.59515 second system time

The end

Launcher Data

Begin job on node012 at 2010-07-01 22:48:31
IDJOB=2695910
IDBENCH=1967
IDSOLVER=1209
FILE ID=node012/2695910-1278017310
PBS_JOBID= 11198743
Free space on /tmp= 62304 MiB

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

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

MD5SUM BENCH= 8eed52e8cea562b1b1ee5bae07565266
RANDOM SEED=600803296

node012.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.258
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.51
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.258
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.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1322924 kB
Buffers:        143872 kB
Cached:         480600 kB
SwapCached:      10524 kB
Active:         277060 kB
Inactive:       361492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1322924 kB
SwapTotal:     4192956 kB
SwapFree:      4135876 kB
Dirty:           33432 kB
Writeback:           0 kB
AnonPages:       12360 kB
Mapped:           8408 kB
Slab:            75688 kB
PageTables:       4248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182080 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= 62288 MiB
End job on node012 at 2010-07-01 23:06:27