Trace number 2695908

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.05 1067.92

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM3119db8d3d273f04fc4f3b1324a85224
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark396
Best CPU time to get the best result obtained on this benchmark1796.11
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 452
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 493167
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 493167
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-2695908-1278017262.opb.
0.00/0.00	c Instance file HOME/instance-2695908-1278017262.opb
0.00/0.00	c File size is 17233680 bytes.
27.88/27.95	c Highest Coefficient sum: 101
27.88/27.95	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
28.68/28.78	c ============================[ Problem Statistics ]=============================
28.68/28.78	c |                                                                             |
28.68/28.78	c |  Parsing time:          28.54        s                                      |
28.68/28.78	c |  Number Variables:      10000                                               |
29.08/29.13	c |  Number Constraints:    656900                                              |
29.08/29.13	c ===============================================================================
1800.05/1067.91	c Remaining time 1771.17 sec.
1800.05/1067.91	c 
1800.05/1067.91	c *** INTERRUPTED ***
1800.05/1067.91	s UNKNOWN
1800.05/1067.91	c Total CPU time              : 1784.82 s
1800.05/1067.91	c Memory used           : 616.08 MB
1800.05/1067.91	c CPU time              : 1784.82 s
1800.05/1067.91	c 
1800.05/1067.91	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-2695908-1278017262/watcher-2695908-1278017262 -o /tmp/evaluation-result-2695908-1278017262/solver-2695908-1278017262 -C 1800 -W 2000 -M 1800 run HOME/instance-2695908-1278017262.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.83 1.85 1.55 3/105 28830
/proc/meminfo: memFree=1405672/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0

[startup+0.0977331 s]
/proc/loadavg: 1.83 1.85 1.55 3/105 28830
/proc/meminfo: memFree=1405672/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100733 s]
/proc/loadavg: 1.83 1.85 1.55 3/105 28830
/proc/meminfo: memFree=1405672/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300754 s]
/proc/loadavg: 1.83 1.85 1.55 3/105 28830
/proc/meminfo: memFree=1405672/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700798 s]
/proc/loadavg: 1.83 1.85 1.55 3/105 28830
/proc/meminfo: memFree=1405672/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50089 s]
/proc/loadavg: 1.83 1.85 1.55 2/107 28832
/proc/meminfo: memFree=1402920/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=31864 CPUtime=1.49
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 954 0 0 0 149 0 0 0 25 0 1 0 143019812 32628736 908 1992294400 134512640 146736320 4288735024 18446744073709551615 140684664 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28831/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10106 s]
/proc/loadavg: 1.83 1.85 1.55 2/107 28832
/proc/meminfo: memFree=1401432/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=31996 CPUtime=3.09
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 977 0 0 0 309 0 0 0 25 0 1 0 143019812 32763904 931 1992294400 134512640 146736320 4288735024 18446744073709551615 140647808 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28831/statm: 7999 931 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.30142 s]
/proc/loadavg: 1.85 1.85 1.55 2/107 28834
/proc/meminfo: memFree=1401308/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=32128 CPUtime=6.29
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 997 0 0 0 629 0 0 0 25 0 1 0 143019812 32899072 951 1992294400 134512640 146736320 4288735024 18446744073709551615 140653489 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28831/statm: 8032 951 308 2985 0 758 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40828

[startup+12.7021 s]
/proc/loadavg: 1.94 1.87 1.56 2/107 28834
/proc/meminfo: memFree=1402548/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=32260 CPUtime=12.68
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 1036 0 0 0 1268 0 0 0 25 0 1 0 143019812 33034240 990 1992294400 134512640 146736320 4288735024 18446744073709551615 140526533 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28831/statm: 8065 990 308 2985 0 791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40960

[startup+25.5015 s]
/proc/loadavg: 1.73 1.83 1.55 2/107 28834
/proc/meminfo: memFree=1349600/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=92760 CPUtime=25.47
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 19423 0 0 0 2540 7 0 0 25 0 1 0 143019812 94986240 18380 1992294400 134512640 146736320 4288735024 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/28831/statm: 23190 18381 2564 2985 0 15916 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 101460

[startup+51.1014 s]
/proc/loadavg: 1.56 1.77 1.54 2/108 28837
/proc/meminfo: memFree=1169916/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=275760 CPUtime=55.73
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 141587 0 0 0 5518 55 0 0 19 0 2 0 143019812 282378240 59915 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 68940 59915 1056 2985 0 65482 0
[pid=28831/tid=28837] ppid=28830 vsize=275760 CPUtime=7.08
/proc/28831/task/28837/stat : 28837 (pb_cplex) R 28830 28830 28597 0 -1 4202560 2419 0 0 0 706 2 0 0 16 0 2 0 143024047 282378240 59915 1992294400 134512640 146736320 4288735024 18446744073709551615 136385174 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 55.73
Current children cumulated vsize (KiB) 284460

[startup+102.309 s]
/proc/loadavg: 1.77 1.79 1.56 3/108 28843
/proc/meminfo: memFree=1068608/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=388488 CPUtime=136.47
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 261024 0 0 0 13528 119 0 0 17 0 2 0 143019812 397811712 85045 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 97122 85045 1064 2985 0 93664 0
[pid=28831/tid=28841] ppid=28830 vsize=388488 CPUtime=22.76
/proc/28831/task/28841/stat : 28841 (pb_cplex) R 28830 28830 28597 0 -1 4202560 43491 0 0 0 2255 21 0 0 24 0 2 0 143027338 397811712 85045 1992294400 134512640 146736320 4288735024 18446744073709551615 136018931 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 136.47
Current children cumulated vsize (KiB) 397188

[startup+162.302 s]
/proc/loadavg: 1.80 1.79 1.56 3/108 28845
/proc/meminfo: memFree=1043932/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=413692 CPUtime=237.09
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 393734 0 0 0 23514 195 0 0 16 0 2 0 143019812 423620608 90951 1992294400 134512640 146736320 4288735024 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 103423 90951 1079 2985 0 99965 0
[pid=28831/tid=28841] ppid=28830 vsize=413692 CPUtime=72.23
/proc/28831/task/28841/stat : 28841 (pb_cplex) S 28830 28830 28597 0 -1 4202560 121927 0 0 0 7158 65 0 0 18 0 2 0 143027338 423620608 90951 1992294400 134512640 146736320 4288735024 18446744073709551615 144580073 0 2 4096 16387 18446604437858997248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 237.09
Current children cumulated vsize (KiB) 422392

[startup+222.301 s]
/proc/loadavg: 1.83 1.79 1.58 3/108 28845
/proc/meminfo: memFree=1022232/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=436020 CPUtime=332.53
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 492434 0 0 0 33000 253 0 0 17 0 2 0 143019812 446484480 96433 1992294400 134512640 146736320 4288735024 18446744073709551615 136364364 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28831/statm: 109005 96433 1079 2985 0 105547 0
[pid=28831/tid=28841] ppid=28830 vsize=436020 CPUtime=122.82
/proc/28831/task/28841/stat : 28841 (pb_cplex) R 28830 28830 28597 0 -1 4202560 182562 0 0 0 12182 100 0 0 17 0 2 0 143027338 446484480 96433 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 332.53
Current children cumulated vsize (KiB) 444720

[startup+282.301 s]
/proc/loadavg: 1.82 1.80 1.59 3/108 28847
/proc/meminfo: memFree=1002888/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=455400 CPUtime=435.94
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 594162 0 0 0 43268 326 0 0 20 0 2 0 143019812 466329600 101210 1992294400 134512640 146736320 4288735024 18446744073709551615 137083444 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28831/statm: 113850 101210 1080 2985 0 110392 0
[pid=28831/tid=28841] ppid=28830 vsize=455400 CPUtime=173.93
/proc/28831/task/28841/stat : 28841 (pb_cplex) R 28830 28830 28597 0 -1 4202560 244822 0 0 0 17253 140 0 0 17 0 2 0 143027338 466329600 101210 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 435.94
Current children cumulated vsize (KiB) 464100

[startup+342.302 s]
/proc/loadavg: 1.78 1.78 1.60 3/108 28849
/proc/meminfo: memFree=971888/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=491096 CPUtime=544.66
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 732907 0 0 0 54052 414 0 0 22 0 2 0 143019812 502882304 109541 1992294400 134512640 146736320 4288735024 18446744073709551615 136000767 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28831/statm: 122774 109547 1092 2985 0 119316 0
[pid=28831/tid=28841] ppid=28830 vsize=491096 CPUtime=227.96
/proc/28831/task/28841/stat : 28841 (pb_cplex) R 28830 28830 28597 0 -1 4202560 327995 0 0 0 22605 191 0 0 19 0 2 0 143027338 502882304 109551 1992294400 134512640 146736320 4288735024 18446744073709551615 135809420 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 544.66
Current children cumulated vsize (KiB) 499796

[startup+402.301 s]

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

[pid=28831] ppid=28830 vsize=482696 CPUtime=959.77
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 1208156 0 0 0 95253 724 0 0 18 0 2 0 143019812 494280704 98944 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 120674 98944 1092 2985 0 117216 0
[pid=28831/tid=28853] ppid=28830 vsize=482696 CPUtime=188.48
/proc/28831/task/28853/stat : 28853 (pb_cplex) S 28830 28830 28597 0 -1 4202560 287134 0 0 0 18678 170 0 0 19 0 2 0 143056876 494280704 98944 1992294400 134512640 146736320 4288735024 18446744073709551615 144580073 0 2 4096 16387 18446604437858997248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 959.77
Current children cumulated vsize (KiB) 491396

[startup+642.302 s]
/proc/loadavg: 1.65 1.77 1.63 2/108 28861
/proc/meminfo: memFree=1000036/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=494984 CPUtime=1061.09
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 1342079 0 0 0 105306 803 0 0 17 0 2 0 143019812 506863616 101898 1992294400 134512640 146736320 4288735024 18446744073709551615 136674347 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 123746 101898 1092 2985 0 120288 0
[pid=28831/tid=28853] ppid=28830 vsize=494984 CPUtime=241.12
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 421055 0 0 0 23880 232 0 0 18 0 2 0 143056876 506863616 101898 1992294400 134512640 146736320 4288735024 18446744073709551615 144580332 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1061.09
Current children cumulated vsize (KiB) 503684

[startup+702.301 s]
/proc/loadavg: 1.95 1.84 1.66 2/108 28863
/proc/meminfo: memFree=977716/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=519180 CPUtime=1165.48
/proc/28831/stat : 28831 (pb_cplex) S 28830 28830 28597 0 -1 4202496 1524621 0 0 0 115635 913 0 0 17 0 2 0 143019812 531640320 107911 1992294400 134512640 146736320 4288735024 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 129795 107911 1092 2985 0 126337 0
[pid=28831/tid=28853] ppid=28830 vsize=519180 CPUtime=294.11
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 561986 0 0 0 29103 308 0 0 25 0 2 0 143056876 531640320 107911 1992294400 134512640 146736320 4288735024 18446744073709551615 138378148 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1165.48
Current children cumulated vsize (KiB) 527880

[startup+762.309 s]
/proc/loadavg: 1.96 1.85 1.67 3/108 28865
/proc/meminfo: memFree=956140/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=539224 CPUtime=1269.03
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 1715658 0 0 0 125882 1021 0 0 17 0 2 0 143019812 552165376 112903 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 134806 112903 1094 2985 0 131348 0
[pid=28831/tid=28853] ppid=28830 vsize=539224 CPUtime=345.62
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 694803 0 0 0 34186 376 0 0 25 0 2 0 143056876 552165376 112903 1992294400 134512640 146736320 4288735024 18446744073709551615 136009820 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1269.03
Current children cumulated vsize (KiB) 547924

[startup+822.302 s]
/proc/loadavg: 1.83 1.83 1.68 2/108 28874
/proc/meminfo: memFree=938160/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=557036 CPUtime=1370.23
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 1888684 0 0 0 135901 1122 0 0 22 0 2 0 143019812 570404864 117422 1992294400 134512640 146736320 4288735024 18446744073709551615 136018924 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 139259 117422 1094 2985 0 135801 0
[pid=28831/tid=28853] ppid=28830 vsize=557036 CPUtime=396.47
/proc/28831/task/28853/stat : 28853 (pb_cplex) S 28830 28830 28597 0 -1 4202560 817230 0 0 0 39205 442 0 0 25 0 2 0 143056876 570404864 117422 1992294400 134512640 146736320 4288735024 18446744073709551615 144580073 0 2 4096 16387 18446604437858997248 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1370.23
Current children cumulated vsize (KiB) 565736

[startup+882.301 s]
/proc/loadavg: 1.85 1.83 1.68 3/108 28876
/proc/meminfo: memFree=920428/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=574832 CPUtime=1476.61
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 2058860 0 0 0 146438 1223 0 0 20 0 2 0 143019812 588627968 121739 1992294400 134512640 146736320 4288735024 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28831/statm: 143708 121739 1094 2985 0 140250 0
[pid=28831/tid=28853] ppid=28830 vsize=574832 CPUtime=448.75
/proc/28831/task/28853/stat : 28853 (pb_cplex) S 28830 28830 28597 0 -1 4202560 892495 0 0 0 44384 491 0 0 18 0 2 0 143056876 588627968 121739 1992294400 134512640 146736320 4288735024 18446744073709551615 144580073 0 2 4096 16387 18446604437858997248 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1476.61
Current children cumulated vsize (KiB) 583532

[startup+942.302 s]
/proc/loadavg: 1.79 1.81 1.68 2/108 28878
/proc/meminfo: memFree=902696/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=593048 CPUtime=1580.88
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 2240170 0 0 0 156758 1330 0 0 18 0 2 0 143019812 607281152 126314 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 148262 126314 1094 2985 0 144804 0
[pid=28831/tid=28853] ppid=28830 vsize=593048 CPUtime=501.12
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 924625 0 0 0 49588 524 0 0 25 0 2 0 143056876 607281152 126314 1992294400 134512640 146736320 4288735024 18446744073709551615 136403114 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1580.88
Current children cumulated vsize (KiB) 601748

[startup+1002.3 s]
/proc/loadavg: 1.70 1.78 1.68 2/108 28880
/proc/meminfo: memFree=884592/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=610920 CPUtime=1682.78
/proc/28831/stat : 28831 (pb_cplex) S 28830 28830 28597 0 -1 4202496 2369907 0 0 0 166860 1418 0 0 18 0 2 0 143019812 625582080 130819 1992294400 134512640 146736320 4288735024 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 152730 130819 1094 2985 0 149272 0
[pid=28831/tid=28853] ppid=28830 vsize=610920 CPUtime=553.61
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 941932 0 0 0 54811 550 0 0 25 0 2 0 143056876 625582080 130819 1992294400 134512640 146736320 4288735024 18446744073709551615 136384854 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1682.78
Current children cumulated vsize (KiB) 619620

[startup+1062.3 s]
/proc/loadavg: 1.78 1.78 1.68 4/108 28882
/proc/meminfo: memFree=866612/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=628728 CPUtime=1789.68
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 2516999 0 0 0 177454 1514 0 0 18 0 2 0 143019812 643817472 135339 1992294400 134512640 146736320 4288735024 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/28831/statm: 157182 135339 1094 2985 0 153724 0
[pid=28831/tid=28853] ppid=28830 vsize=628728 CPUtime=607.42
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 942909 0 0 0 60170 572 0 0 17 0 2 0 143056876 643817472 135339 1992294400 134512640 146736320 4288735024 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1789.68
Current children cumulated vsize (KiB) 637428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1067.9 s]
/proc/loadavg: 1.89 1.80 1.69 3/108 28882
/proc/meminfo: memFree=863760/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=630860 CPUtime=1800.05
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 2532352 0 0 0 178481 1524 0 0 18 0 2 0 143019812 646000640 135870 1992294400 134512640 146736320 4288735024 18446744073709551615 136389141 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 157715 135870 1094 2985 0 154257 0
[pid=28831/tid=28853] ppid=28830 vsize=630860 CPUtime=612.52
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 942909 0 0 0 60677 575 0 0 19 0 2 0 143056876 646000640 135870 1992294400 134512640 146736320 4288735024 18446744073709551615 136008176 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 639560

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

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

[startup+1067.9 s]
/proc/loadavg: 1.89 1.80 1.69 3/108 28882
/proc/meminfo: memFree=863760/2059040 swapFree=4139272/4192956
[pid=28830] ppid=28828 vsize=8700 CPUtime=0
/proc/28830/stat : 28830 (run) S 28828 28830 28597 0 -1 4202496 363 0 0 0 0 0 0 0 23 0 1 0 143019812 8908800 248 1992294400 4194304 4922060 140735580929344 18446744073709551615 272447937669 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/28830/statm: 2175 248 208 178 0 68 0
[pid=28831] ppid=28830 vsize=630860 CPUtime=1800.05
/proc/28831/stat : 28831 (pb_cplex) R 28830 28830 28597 0 -1 4202496 2532352 0 0 0 178481 1524 0 0 18 0 2 0 143019812 646000640 135870 1992294400 134512640 146736320 4288735024 18446744073709551615 136389141 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/28831/statm: 157715 135870 1094 2985 0 154257 0
[pid=28831/tid=28853] ppid=28830 vsize=630860 CPUtime=612.52
/proc/28831/task/28853/stat : 28853 (pb_cplex) R 28830 28830 28597 0 -1 4202560 942909 0 0 0 60677 575 0 0 19 0 2 0 143056876 646000640 135870 1992294400 134512640 146736320 4288735024 18446744073709551615 136008176 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 639560

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1067.92
CPU time (s): 1800.05
CPU user time (s): 1784.81
CPU system time (s): 15.24
CPU usage (%): 168.557
Max. virtual memory (cumulated for all children) (KiB): 639876

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= 363
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 1.79973 second user time and 5.03223 second system time

The end

Launcher Data

Begin job on node087 at 2010-07-01 22:47:43
IDJOB=2695908
IDBENCH=1965
IDSOLVER=1209
FILE ID=node087/2695908-1278017262
PBS_JOBID= 11198700
Free space on /tmp= 62364 MiB

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

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

MD5SUM BENCH= 3119db8d3d273f04fc4f3b1324a85224
RANDOM SEED=958383371

node087.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.213
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.42
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.213
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1406200 kB
Buffers:        140384 kB
Cached:         405548 kB
SwapCached:       6464 kB
Active:         224556 kB
Inactive:       334876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1406200 kB
SwapTotal:     4192956 kB
SwapFree:      4139272 kB
Dirty:           33384 kB
Writeback:           0 kB
AnonPages:       11780 kB
Mapped:          12072 kB
Slab:            71524 kB
PageTables:       4148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183460 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= 62348 MiB
End job on node087 at 2010-07-01 23:05:33