Trace number 2695920

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.03 1072.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUM2fd45123d8e20b24379108257151f007
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark515
Best CPU time to get the best result obtained on this benchmark1802.15
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 414
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 488873
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 488873
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-2695920-1278017622.opb.
0.00/0.00	c Instance file HOME/instance-2695920-1278017622.opb
0.00/0.00	c File size is 17233614 bytes.
29.88/29.93	c Highest Coefficient sum: 101
29.88/29.93	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
30.69/30.76	c ============================[ Problem Statistics ]=============================
30.69/30.76	c |                                                                             |
30.69/30.76	c |  Parsing time:          30.52        s                                      |
30.69/30.76	c |  Number Variables:      10000                                               |
31.08/31.12	c |  Number Constraints:    656900                                              |
31.08/31.12	c ===============================================================================
1800.03/1072.21	c Remaining time 1769.20 sec.
1800.03/1072.21	c 
1800.03/1072.21	c *** INTERRUPTED ***
1800.03/1072.21	s UNKNOWN
1800.03/1072.21	c Total CPU time              : 1784.35 s
1800.03/1072.21	c Memory used           : 622.02 MB
1800.03/1072.21	c CPU time              : 1784.35 s
1800.03/1072.21	c 
1800.03/1072.21	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-2695920-1278017622/watcher-2695920-1278017622 -o /tmp/evaluation-result-2695920-1278017622/solver-2695920-1278017622 -C 1800 -W 2000 -M 1800 run HOME/instance-2695920-1278017622.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.94 1.68 1.35 3/106 22663
/proc/meminfo: memFree=1505160/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) R 22661 22663 22418 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898480533 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0

[startup+0.0349011 s]
/proc/loadavg: 1.94 1.68 1.35 3/106 22663
/proc/meminfo: memFree=1505160/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101908 s]
/proc/loadavg: 1.94 1.68 1.35 3/106 22663
/proc/meminfo: memFree=1505160/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300929 s]
/proc/loadavg: 1.94 1.68 1.35 3/106 22663
/proc/meminfo: memFree=1505160/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700973 s]
/proc/loadavg: 1.94 1.68 1.35 3/106 22663
/proc/meminfo: memFree=1505160/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50206 s]
/proc/loadavg: 1.94 1.68 1.35 2/108 22665
/proc/meminfo: memFree=1502416/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=31864 CPUtime=1.49
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 954 0 0 0 149 0 0 0 25 0 1 0 177366011 32628736 908 1992294400 134512640 146736320 4289877728 18446744073709551615 141028083 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/22664/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10124 s]
/proc/loadavg: 1.94 1.68 1.35 2/108 22665
/proc/meminfo: memFree=1500804/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=31996 CPUtime=3.09
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 967 0 0 0 309 0 0 0 25 0 1 0 177366011 32763904 921 1992294400 134512640 146736320 4289877728 18446744073709551615 140679071 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/22664/statm: 7999 921 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.3016 s]
/proc/loadavg: 1.86 1.67 1.35 2/108 22667
/proc/meminfo: memFree=1502044/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=31996 CPUtime=6.29
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 995 0 0 0 629 0 0 0 25 0 1 0 177366011 32763904 949 1992294400 134512640 146736320 4289877728 18446744073709551615 140681168 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/22664/statm: 7999 949 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7013 s]
/proc/loadavg: 1.79 1.66 1.34 2/108 22667
/proc/meminfo: memFree=1501920/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=32260 CPUtime=12.68
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 1032 0 0 0 1268 0 0 0 25 0 1 0 177366011 33034240 986 1992294400 134512640 146736320 4289877728 18446744073709551615 134814121 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/22664/statm: 8065 986 308 2985 0 791 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 40960

[startup+25.5017 s]
/proc/loadavg: 1.62 1.62 1.34 2/108 22667
/proc/meminfo: memFree=1493984/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=47844 CPUtime=25.48
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 5740 0 0 0 2546 2 0 0 25 0 1 0 177366011 48992256 5467 1992294400 134512640 146736320 4289877728 18446744073709551615 144713874 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/22664/statm: 11961 5468 890 2985 0 4687 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56544

[startup+51.1016 s]
/proc/loadavg: 1.41 1.57 1.33 2/109 22670
/proc/meminfo: memFree=1269784/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=275880 CPUtime=54.94
/proc/22664/stat : 22664 (pb_cplex) S 22663 22663 22418 0 -1 4202496 140056 0 0 0 5433 61 0 0 18 0 2 0 177366011 282501120 59767 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22664/statm: 68970 59767 1060 2985 0 65512 0
[pid=22664/tid=22670] ppid=22663 vsize=275880 CPUtime=3.66
/proc/22664/task/22670/stat : 22670 (pb_cplex) R 22663 22663 22418 0 -1 4202560 829 0 0 0 366 0 0 0 20 0 2 0 177370719 282501120 59767 1992294400 134512640 146736320 4289877728 18446744073709551615 135454073 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.94
Current children cumulated vsize (KiB) 284580

[startup+102.309 s]
/proc/loadavg: 1.67 1.63 1.36 2/109 22676
/proc/meminfo: memFree=1186084/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=375928 CPUtime=125.59
/proc/22664/stat : 22664 (pb_cplex) S 22663 22663 22418 0 -1 4202496 169734 0 0 0 12468 91 0 0 25 0 2 0 177366011 384950272 80474 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22664/statm: 93982 80474 1064 2985 0 90524 0
[pid=22664/tid=22676] ppid=22663 vsize=375928 CPUtime=8.12
/proc/22664/task/22676/stat : 22676 (pb_cplex) R 22663 22663 22418 0 -1 4202560 1366 0 0 0 812 0 0 0 25 0 2 0 177375137 384950272 80474 1992294400 134512640 146736320 4289877728 18446744073709551615 139044580 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 125.59
Current children cumulated vsize (KiB) 384628

[startup+162.302 s]
/proc/loadavg: 1.99 1.72 1.40 3/109 22678
/proc/meminfo: memFree=1171824/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=390052 CPUtime=225.93
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 318283 0 0 0 22415 178 0 0 16 0 2 0 177366011 399413248 84038 1992294400 134512640 146736320 4289877728 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 97513 84038 1065 2985 0 94055 0
[pid=22664/tid=22676] ppid=22663 vsize=390052 CPUtime=60.95
/proc/22664/task/22676/stat : 22676 (pb_cplex) S 22663 22663 22418 0 -1 4202560 68445 0 0 0 6054 41 0 0 19 0 2 0 177375137 399413248 84038 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 2 4096 16387 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 225.93
Current children cumulated vsize (KiB) 398752

[startup+222.301 s]
/proc/loadavg: 2.02 1.79 1.45 2/109 22678
/proc/meminfo: memFree=1149628/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=413448 CPUtime=324.78
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 496494 0 0 0 32189 289 0 0 20 0 2 0 177366011 423370752 89536 1992294400 134512640 146736320 4289877728 18446744073709551615 144785853 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 103362 89536 1066 2985 0 99904 0
[pid=22664/tid=22676] ppid=22663 vsize=413448 CPUtime=110.65
/proc/22664/task/22676/stat : 22676 (pb_cplex) S 22663 22663 22418 0 -1 4202560 150863 0 0 0 10972 93 0 0 18 0 2 0 177375137 423370752 89536 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 2 4096 16387 18446604437869086656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 324.78
Current children cumulated vsize (KiB) 422148

[startup+282.301 s]
/proc/loadavg: 1.98 1.81 1.47 3/109 22680
/proc/meminfo: memFree=1131648/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=433300 CPUtime=433.53
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 651089 0 0 0 42963 390 0 0 18 0 2 0 177366011 443699200 94515 1992294400 134512640 146736320 4289877728 18446744073709551615 136007984 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 108325 94515 1066 2985 0 104867 0
[pid=22664/tid=22676] ppid=22663 vsize=433300 CPUtime=166.85
/proc/22664/task/22676/stat : 22676 (pb_cplex) R 22663 22663 22418 0 -1 4202560 214738 0 0 0 16548 137 0 0 21 0 2 0 177375137 443699200 94515 1992294400 134512640 146736320 4289877728 18446744073709551615 136388291 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 433.53
Current children cumulated vsize (KiB) 442000

[startup+342.3 s]
/proc/loadavg: 1.80 1.79 1.48 2/109 22682
/proc/meminfo: memFree=1102880/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=460960 CPUtime=536.74
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 783832 0 0 0 53193 481 0 0 17 0 2 0 177366011 472023040 101145 1992294400 134512640 146736320 4289877728 18446744073709551615 138433384 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 115240 101145 1087 2985 0 111782 0
[pid=22664/tid=22676] ppid=22663 vsize=460960 CPUtime=220.81
/proc/22664/task/22676/stat : 22676 (pb_cplex) S 22663 22663 22418 0 -1 4202560 272842 0 0 0 21902 179 0 0 18 0 2 0 177375137 472023040 101145 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 2 4096 16387 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 536.74
Current children cumulated vsize (KiB) 469660

[startup+402.302 s]

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

[pid=22664] ppid=22663 vsize=458020 CPUtime=841.72
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 909542 0 0 0 83544 628 0 0 16 0 2 0 177366011 469012480 91984 1992294400 134512640 146736320 4289877728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 114505 91984 1095 2985 0 111047 0
[pid=22664/tid=22688] ppid=22663 vsize=458020 CPUtime=124.52
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 61160 0 0 0 12394 58 0 0 19 0 2 0 177404186 469012480 91984 1992294400 134512640 146736320 4289877728 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 841.72
Current children cumulated vsize (KiB) 466720

[startup+582.302 s]
/proc/loadavg: 2.03 1.86 1.57 3/109 22701
/proc/meminfo: memFree=1127556/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=469956 CPUtime=949.55
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 977893 0 0 0 94262 693 0 0 19 0 2 0 177366011 481234944 95013 1992294400 134512640 146736320 4289877728 18446744073709551615 136385185 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22664/statm: 117489 95013 1095 2985 0 114031 0
[pid=22664/tid=22688] ppid=22663 vsize=469956 CPUtime=179.01
/proc/22664/task/22688/stat : 22688 (pb_cplex) S 22663 22663 22418 0 -1 4202560 128611 0 0 0 17797 104 0 0 18 0 2 0 177404186 481234944 95013 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 2 4096 16387 18446604437869086656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 949.55
Current children cumulated vsize (KiB) 478656

[startup+642.301 s]
/proc/loadavg: 1.90 1.84 1.58 2/109 22703
/proc/meminfo: memFree=1104740/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=493064 CPUtime=1049.12
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 1150105 0 0 0 104120 792 0 0 25 0 2 0 177366011 504897536 100735 1992294400 134512640 146736320 4289877728 18446744073709551615 137345008 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 123266 100735 1095 2985 0 119808 0
[pid=22664/tid=22688] ppid=22663 vsize=493064 CPUtime=228.5
/proc/22664/task/22688/stat : 22688 (pb_cplex) S 22663 22663 22418 0 -1 4202560 183006 0 0 0 22707 143 0 0 17 0 2 0 177404186 504897536 100735 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 2 4096 16387 18446604437869086656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1049.12
Current children cumulated vsize (KiB) 501764

[startup+702.301 s]
/proc/loadavg: 2.01 1.87 1.60 3/109 22705
/proc/meminfo: memFree=1079072/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=519200 CPUtime=1153.55
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 1350574 0 0 0 114445 910 0 0 25 0 2 0 177366011 531660800 107135 1992294400 134512640 146736320 4289877728 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22664/statm: 129800 107135 1095 2985 0 126342 0
[pid=22664/tid=22688] ppid=22663 vsize=519200 CPUtime=279.79
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 245977 0 0 0 27791 188 0 0 17 0 2 0 177404186 531660800 107135 1992294400 134512640 146736320 4289877728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1153.55
Current children cumulated vsize (KiB) 527900

[startup+762.31 s]
/proc/loadavg: 2.15 1.93 1.64 3/109 22707
/proc/meminfo: memFree=1055016/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=542072 CPUtime=1261.15
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 1515473 0 0 0 125099 1016 0 0 17 0 2 0 177366011 555081728 113025 1992294400 134512640 146736320 4289877728 18446744073709551615 136385175 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 135518 113025 1097 2985 0 132060 0
[pid=22664/tid=22688] ppid=22663 vsize=542072 CPUtime=334.9
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 289185 0 0 0 33266 224 0 0 22 0 2 0 177404186 555081728 113025 1992294400 134512640 146736320 4289877728 18446744073709551615 136008170 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1261.15
Current children cumulated vsize (KiB) 550772

[startup+822.301 s]
/proc/loadavg: 1.94 1.91 1.65 2/109 22707
/proc/meminfo: memFree=1035672/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=562020 CPUtime=1364.79
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 1706867 0 0 0 135350 1129 0 0 21 0 2 0 177366011 575508480 117936 1992294400 134512640 146736320 4289877728 18446744073709551615 136000485 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 140505 117936 1097 2985 0 137047 0
[pid=22664/tid=22688] ppid=22663 vsize=562020 CPUtime=385.63
/proc/22664/task/22688/stat : 22688 (pb_cplex) S 22663 22663 22418 0 -1 4202560 339942 0 0 0 38303 260 0 0 18 0 2 0 177404186 575508480 117936 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 2 4096 16387 18446604437869086656 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1364.79
Current children cumulated vsize (KiB) 570720

[startup+882.301 s]
/proc/loadavg: 2.04 1.94 1.67 4/109 22709
/proc/meminfo: memFree=1017816/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=579588 CPUtime=1469.98
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 1885111 0 0 0 145762 1236 0 0 17 0 2 0 177366011 593498112 122253 1992294400 134512640 146736320 4289877728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 144897 122253 1097 2985 0 141439 0
[pid=22664/tid=22688] ppid=22663 vsize=579588 CPUtime=439.64
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 379294 0 0 0 43669 295 0 0 18 0 2 0 177404186 593498112 122253 1992294400 134512640 146736320 4289877728 18446744073709551615 137341779 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1469.98
Current children cumulated vsize (KiB) 588288

[startup+942.302 s]
/proc/loadavg: 1.82 1.89 1.66 3/109 22711
/proc/meminfo: memFree=1000580/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=597180 CPUtime=1572.57
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 2059743 0 0 0 155915 1342 0 0 18 0 2 0 177366011 611512320 126716 1992294400 134512640 146736320 4289877728 18446744073709551615 136009336 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/22664/statm: 149295 126716 1097 2985 0 145837 0
[pid=22664/tid=22688] ppid=22663 vsize=597180 CPUtime=489.14
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 443452 0 0 0 48573 341 0 0 25 0 2 0 177404186 611512320 126716 1992294400 134512640 146736320 4289877728 18446744073709551615 137360987 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1572.57
Current children cumulated vsize (KiB) 605880

[startup+1002.3 s]
/proc/loadavg: 1.83 1.89 1.68 4/109 22713
/proc/meminfo: memFree=982476/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=615252 CPUtime=1676.55
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 2225974 0 0 0 166207 1448 0 0 20 0 2 0 177366011 630018048 131205 1992294400 134512640 146736320 4289877728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22664/statm: 153813 131205 1097 2985 0 150355 0
[pid=22664/tid=22688] ppid=22663 vsize=615252 CPUtime=541.48
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 565243 0 0 0 53740 408 0 0 17 0 2 0 177404186 630018048 131205 1992294400 134512640 146736320 4289877728 18446744073709551615 139028328 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1676.55
Current children cumulated vsize (KiB) 623952

[startup+1062.3 s]
/proc/loadavg: 1.97 1.92 1.70 3/109 22715
/proc/meminfo: memFree=962884/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=633948 CPUtime=1783.87
/proc/22664/stat : 22664 (pb_cplex) R 22663 22663 22418 0 -1 4202496 2404238 0 0 0 176833 1554 0 0 18 0 2 0 177366011 649162752 135882 1992294400 134512640 146736320 4289877728 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22664/statm: 158487 135882 1097 2985 0 155029 0
[pid=22664/tid=22688] ppid=22663 vsize=633948 CPUtime=594.41
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 696954 0 0 0 58963 478 0 0 16 0 2 0 177404186 649162752 135882 1992294400 134512640 146736320 4289877728 18446744073709551615 137366877 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1783.87
Current children cumulated vsize (KiB) 642648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1072.2 s]
/proc/loadavg: 1.90 1.91 1.70 2/109 22715
/proc/meminfo: memFree=959908/2059040 swapFree=4139344/4192956
[pid=22663] ppid=22661 vsize=8700 CPUtime=0
/proc/22663/stat : 22663 (run) S 22661 22663 22418 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 177366011 8908800 248 1992294400 4194304 4922060 140733882829792 18446744073709551615 228898479237 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22663/statm: 2175 248 208 178 0 68 0
[pid=22664] ppid=22663 vsize=636948 CPUtime=1800.03
/proc/22664/stat : 22664 (pb_cplex) S 22663 22663 22418 0 -1 4202496 2425848 0 0 0 178434 1569 0 0 18 0 2 0 177366011 652234752 136601 1992294400 134512640 146736320 4289877728 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/22664/statm: 159237 136601 1097 2985 0 155779 0
[pid=22664/tid=22688] ppid=22663 vsize=636948 CPUtime=603.64
/proc/22664/task/22688/stat : 22688 (pb_cplex) R 22663 22663 22418 0 -1 4202560 713741 0 0 0 59877 487 0 0 17 0 2 0 177404186 652234752 136601 1992294400 134512640 146736320 4289877728 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 645648

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 22663 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.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1072.22
CPU time (s): 1800.03
CPU user time (s): 1784.34
CPU system time (s): 15.69
CPU usage (%): 167.879
Max. virtual memory (cumulated for all children) (KiB): 647352

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

runsolver used 2.16167 second user time and 5.56215 second system time

The end

Launcher Data

Begin job on node005 at 2010-07-01 22:53:43
IDJOB=2695920
IDBENCH=1977
IDSOLVER=1209
FILE ID=node005/2695920-1278017622
PBS_JOBID= 11198749
Free space on /tmp= 62464 MiB

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

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

MD5SUM BENCH= 2fd45123d8e20b24379108257151f007
RANDOM SEED=241697710

node005.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.246
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.49
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.246
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:       1505696 kB
Buffers:        147772 kB
Cached:         302624 kB
SwapCached:       6864 kB
Active:         217088 kB
Inactive:       247188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1505696 kB
SwapTotal:     4192956 kB
SwapFree:      4139344 kB
Dirty:           33468 kB
Writeback:           0 kB
AnonPages:       12348 kB
Mapped:          12064 kB
Slab:            67260 kB
PageTables:       4152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182936 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= 62448 MiB
End job on node005 at 2010-07-01 23:11:37