Trace number 2695776

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.1 1701.22

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_1.opb
MD5SUMa7af672db5daf9bd21f1768f531add6b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark1800.54
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved NO
Number of variables21320
Total number of constraints79746
Number of constraints which are clauses79734
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint1
Maximum length of a constraint1407
Number of terms in the objective function 1407
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1407
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1442
Number of bits of the biggest sum of numbers11
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.01	c pb_cplex 1.0 - 20100701
0.00/0.01	c Parsing opb file format. File HOME/instance-2695776-1278021717.opb.
0.00/0.01	c Instance file HOME/instance-2695776-1278021717.opb
0.00/0.01	c File size is 2416408 bytes.
1.98/2.03	c Highest Coefficient sum: 1442
1.98/2.03	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
2.09/2.15	c ============================[ Problem Statistics ]=============================
2.09/2.15	c |                                                                             |
2.09/2.15	c |  Parsing time:          2.11         s                                      |
2.09/2.15	c |  Number Variables:      21320                                               |
2.09/2.18	c |  Number Constraints:    79746                                               |
2.09/2.18	c ===============================================================================
1800.10/1701.21	c Remaining time 1797.87 sec.
1800.10/1701.21	c 
1800.10/1701.21	c *** INTERRUPTED ***
1800.10/1701.21	s UNKNOWN
1800.10/1701.21	c Total CPU time              : 1798.34 s
1800.10/1701.21	c Memory used           : 367.97 MB
1800.10/1701.21	c CPU time              : 1798.34 s
1800.10/1701.21	c 
1800.10/1701.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-2695776-1278021717/watcher-2695776-1278021717 -o /tmp/evaluation-result-2695776-1278021717/solver-2695776-1278021717 -C 1800 -W 2000 -M 1800 run HOME/instance-2695776-1278021717.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.50 1.65 1.57 3/106 24616
/proc/meminfo: memFree=1860768/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0

[startup+0.092947 s]
/proc/loadavg: 1.50 1.65 1.57 3/106 24616
/proc/meminfo: memFree=1860768/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100947 s]
/proc/loadavg: 1.50 1.65 1.57 3/106 24616
/proc/meminfo: memFree=1860768/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300962 s]
/proc/loadavg: 1.50 1.65 1.57 3/106 24616
/proc/meminfo: memFree=1860768/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700994 s]
/proc/loadavg: 1.50 1.65 1.57 3/106 24616
/proc/meminfo: memFree=1860768/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 1.50 1.65 1.57 2/108 24618
/proc/meminfo: memFree=1851328/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=33436 CPUtime=1.49
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 5611 0 0 0 148 1 0 0 25 0 1 0 175827099 34238464 5338 1992294400 134512640 146736320 4289735872 18446744073709551615 141028072 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 8359 5338 847 2985 0 4703 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42136

[startup+3.10119 s]
/proc/loadavg: 1.50 1.65 1.57 2/108 24618
/proc/meminfo: memFree=1830992/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=66420 CPUtime=3.08
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 20517 0 0 0 301 7 0 0 19 0 1 0 175827099 68014080 12639 1992294400 134512640 146736320 4289735872 18446744073709551615 136891084 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 16605 12639 755 2985 0 13147 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 75120

[startup+6.30144 s]
/proc/loadavg: 1.46 1.64 1.57 2/108 24618
/proc/meminfo: memFree=1795280/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=145768 CPUtime=6.28
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 31391 0 0 0 617 11 0 0 25 0 1 0 175827099 149266432 16734 1992294400 134512640 146736320 4289735872 18446744073709551615 138729715 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 36442 16734 790 2985 0 32984 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 154468

[startup+12.701 s]
/proc/loadavg: 1.42 1.63 1.56 2/108 24618
/proc/meminfo: memFree=1762544/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=198136 CPUtime=12.68
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 52390 0 0 0 1248 20 0 0 25 0 1 0 175827099 202891264 25089 1992294400 134512640 146736320 4289735872 18446744073709551615 135977809 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 49534 25089 896 2985 0 46076 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 206836

[startup+25.501 s]
/proc/loadavg: 1.33 1.60 1.55 2/108 24618
/proc/meminfo: memFree=1760312/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=199508 CPUtime=25.48
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 59775 0 0 0 2525 23 0 0 25 0 1 0 175827099 204296192 25621 1992294400 134512640 146736320 4289735872 18446744073709551615 139044505 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 49877 25621 896 2985 0 46419 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 208208

[startup+51.101 s]
/proc/loadavg: 1.22 1.55 1.54 2/108 24620
/proc/meminfo: memFree=1759568/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=200116 CPUtime=51.07
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 69031 0 0 0 5080 27 0 0 25 0 1 0 175827099 204918784 25785 1992294400 134512640 146736320 4289735872 18446744073709551615 135854509 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 50029 25785 896 2985 0 46571 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 208816

[startup+102.309 s]
/proc/loadavg: 1.09 1.46 1.51 2/108 24620
/proc/meminfo: memFree=1758328/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=201304 CPUtime=102.27
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 86389 0 0 0 10192 35 0 0 25 0 1 0 175827099 206135296 26131 1992294400 134512640 146736320 4289735872 18446744073709551615 135454134 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 50326 26131 896 2985 0 46868 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 210004

[startup+162.301 s]
/proc/loadavg: 1.03 1.38 1.47 2/108 24622
/proc/meminfo: memFree=1757956/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=201464 CPUtime=162.24
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 103840 0 0 0 16182 42 0 0 25 0 1 0 175827099 206299136 26196 1992294400 134512640 146736320 4289735872 18446744073709551615 139044505 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 50366 26196 896 2985 0 46908 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 210164

[startup+222.302 s]
/proc/loadavg: 1.01 1.31 1.44 2/108 24624
/proc/meminfo: memFree=1712820/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=272992 CPUtime=222.23
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 157657 0 0 0 22161 62 0 0 25 0 1 0 175827099 279543808 37563 1992294400 134512640 146736320 4289735872 18446744073709551615 139044591 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 68248 37563 1004 2985 0 64790 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 281692

[startup+282.301 s]
/proc/loadavg: 1.00 1.25 1.41 2/108 24626
/proc/meminfo: memFree=1709100/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=277612 CPUtime=282.22
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 186111 0 0 0 28150 72 0 0 25 0 1 0 175827099 284274688 38458 1992294400 134512640 146736320 4289735872 18446744073709551615 136461520 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 69403 38458 1004 2985 0 65945 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 286312

[startup+342.301 s]
/proc/loadavg: 1.00 1.20 1.38 2/108 24628
/proc/meminfo: memFree=1709224/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=278904 CPUtime=342.21
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 234190 0 0 0 34130 91 0 0 25 0 1 0 175827099 285597696 38584 1992294400 134512640 146736320 4289735872 18446744073709551615 136017505 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 69726 38584 1005 2985 0 66268 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 287604

[startup+402.301 s]
/proc/loadavg: 1.00 1.16 1.35 2/108 24628
/proc/meminfo: memFree=1736008/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=220948 CPUtime=402.19
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 242188 0 0 0 40125 94 0 0 25 0 1 0 175827099 226250752 31912 1992294400 134512640 146736320 4289735872 18446744073709551615 136384890 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24617/statm: 55237 31912 1005 2985 0 51779 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 229648

[startup+462.302 s]

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

[pid=24617] ppid=24616 vsize=325600 CPUtime=1122.02
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 298363 0 0 0 112080 122 0 0 25 0 2 0 175827099 333414400 48053 1992294400 134512640 146736320 4289735872 18446744073709551615 136384852 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81400 48053 1059 2985 0 77942 0
[pid=24617/tid=24645] ppid=24616 vsize=325600 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 333414400 48053 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.02
Current children cumulated vsize (KiB) 334300

[startup+1182.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/109 24651
/proc/meminfo: memFree=1670032/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=325908 CPUtime=1182.01
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 309679 0 0 0 118075 126 0 0 25 0 2 0 175827099 333729792 48116 1992294400 134512640 146736320 4289735872 18446744073709551615 136008359 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81477 48116 1059 2985 0 78019 0
[pid=24617/tid=24645] ppid=24616 vsize=325908 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 333729792 48116 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.01
Current children cumulated vsize (KiB) 334608

[startup+1242.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/109 24653
/proc/meminfo: memFree=1669660/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=326052 CPUtime=1242
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 319747 0 0 0 124070 130 0 0 25 0 2 0 175827099 333877248 48183 1992294400 134512640 146736320 4289735872 18446744073709551615 136008266 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81513 48183 1059 2985 0 78055 0
[pid=24617/tid=24645] ppid=24616 vsize=326052 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 333877248 48183 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 334752

[startup+1302.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/109 24653
/proc/meminfo: memFree=1669784/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=325364 CPUtime=1301.99
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 329390 0 0 0 130065 134 0 0 25 0 2 0 175827099 333172736 48128 1992294400 134512640 146736320 4289735872 18446744073709551615 136008924 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81341 48128 1059 2985 0 77883 0
[pid=24617/tid=24645] ppid=24616 vsize=325364 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 333172736 48128 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1301.99
Current children cumulated vsize (KiB) 334064

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.11 2/109 24655
/proc/meminfo: memFree=1669412/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=326124 CPUtime=1361.97
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 340053 0 0 0 136058 139 0 0 25 0 2 0 175827099 333950976 48212 1992294400 134512640 146736320 4289735872 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81531 48212 1059 2985 0 78073 0
[pid=24617/tid=24645] ppid=24616 vsize=326124 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 333950976 48212 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1361.97
Current children cumulated vsize (KiB) 334824

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.10 2/109 24657
/proc/meminfo: memFree=1669412/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=326124 CPUtime=1421.96
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 350743 0 0 0 142052 144 0 0 25 0 2 0 175827099 333950976 48212 1992294400 134512640 146736320 4289735872 18446744073709551615 136008450 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81531 48212 1059 2985 0 78073 0
[pid=24617/tid=24645] ppid=24616 vsize=326124 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 333950976 48212 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1421.96
Current children cumulated vsize (KiB) 334824

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/109 24659
/proc/meminfo: memFree=1669412/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=326124 CPUtime=1481.94
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 362138 0 0 0 148046 148 0 0 25 0 2 0 175827099 333950976 48212 1992294400 134512640 146736320 4289735872 18446744073709551615 136008363 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81531 48212 1059 2985 0 78073 0
[pid=24617/tid=24645] ppid=24616 vsize=326124 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 333950976 48212 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1481.94
Current children cumulated vsize (KiB) 334824

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/109 24661
/proc/meminfo: memFree=1669164/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=326252 CPUtime=1541.93
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 373140 0 0 0 154040 153 0 0 25 0 2 0 175827099 334082048 48240 1992294400 134512640 146736320 4289735872 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 81563 48240 1059 2985 0 78105 0
[pid=24617/tid=24645] ppid=24616 vsize=326252 CPUtime=0
/proc/24617/task/24645/stat : 24645 (pb_cplex) S 24616 24616 24032 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 2 0 175927380 334082048 48240 1992294400 134512640 146736320 4289735872 18446744073709551615 144580073 0 2 4096 16387 18446604437845605312 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 334952

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.08 3/109 24661
/proc/meminfo: memFree=1634940/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=375656 CPUtime=1603.08
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 392101 0 0 0 160146 162 0 0 19 0 2 0 175827099 384671744 56815 1992294400 134512640 146736320 4289735872 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 93914 56815 1059 2985 0 90456 0
[pid=24617/tid=24645] ppid=24616 vsize=375656 CPUtime=1.16
/proc/24617/task/24645/stat : 24645 (pb_cplex) R 24616 24616 24032 0 -1 4202560 9064 0 0 0 112 4 0 0 19 0 2 0 175927380 384671744 56815 1992294400 134512640 146736320 4289735872 18446744073709551615 136008455 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1603.08
Current children cumulated vsize (KiB) 384356

[startup+1662.3 s]
/proc/loadavg: 1.67 1.19 1.14 3/109 24663
/proc/meminfo: memFree=1631592/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=376060 CPUtime=1722.61
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 407090 0 0 0 172089 172 0 0 25 0 2 0 175827099 385085440 57439 1992294400 134512640 146736320 4289735872 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 94015 57439 1059 2985 0 90557 0
[pid=24617/tid=24645] ppid=24616 vsize=376060 CPUtime=60.7
/proc/24617/task/24645/stat : 24645 (pb_cplex) R 24616 24616 24032 0 -1 4202560 16789 0 0 0 6060 10 0 0 25 0 2 0 175927380 385085440 57439 1992294400 134512640 146736320 4289735872 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1722.61
Current children cumulated vsize (KiB) 384760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1701.2 s]
/proc/loadavg: 1.83 1.29 1.17 3/109 24665
/proc/meminfo: memFree=1631096/2059040 swapFree=4135856/4192956
[pid=24616] ppid=24614 vsize=8700 CPUtime=0
/proc/24616/stat : 24616 (run) S 24614 24616 24032 0 -1 4202496 364 0 0 0 0 0 0 0 20 0 1 0 175827099 8908800 249 1992294400 4194304 4922060 140735963087552 18446744073709551615 238060936325 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24616/statm: 2175 249 208 178 0 68 0
[pid=24617] ppid=24616 vsize=376800 CPUtime=1800.1
/proc/24617/stat : 24617 (pb_cplex) R 24616 24616 24032 0 -1 4202496 418989 0 0 0 179832 178 0 0 25 0 2 0 175827099 385843200 57562 1992294400 134512640 146736320 4289735872 18446744073709551615 139042876 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24617/statm: 94200 57562 1059 2985 0 90742 0
[pid=24617/tid=24645] ppid=24616 vsize=376800 CPUtime=99.3
/proc/24617/task/24645/stat : 24645 (pb_cplex) R 24616 24616 24032 0 -1 4202560 22584 0 0 0 9917 13 0 0 25 0 2 0 175927380 385843200 57562 1992294400 134512640 146736320 4289735872 18446744073709551615 139044550 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 385500

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

Real time (s): 1701.22
CPU time (s): 1800.1
CPU user time (s): 1798.32
CPU system time (s): 1.78
CPU usage (%): 105.812
Max. virtual memory (cumulated for all children) (KiB): 398200

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.87956 second user time and 8.07577 second system time

The end

Launcher Data

Begin job on node026 at 2010-07-02 00:01:57
IDJOB=2695776
IDBENCH=25019
IDSOLVER=1209
FILE ID=node026/2695776-1278021717
PBS_JOBID= 11198735
Free space on /tmp= 62356 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_1.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695776-1278021717/watcher-2695776-1278021717 -o /tmp/evaluation-result-2695776-1278021717/solver-2695776-1278021717 -C 1800 -W 2000 -M 1800  run HOME/instance-2695776-1278021717.opb

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

MD5SUM BENCH= a7af672db5daf9bd21f1768f531add6b
RANDOM SEED=246278269

node026.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.201
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.40
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.201
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1861296 kB
Buffers:          7476 kB
Cached:          98880 kB
SwapCached:      10324 kB
Active:         103828 kB
Inactive:        16404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1861296 kB
SwapTotal:     4192956 kB
SwapFree:      4135856 kB
Dirty:           18984 kB
Writeback:           0 kB
AnonPages:       12396 kB
Mapped:           8440 kB
Slab:            55532 kB
PageTables:       4200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182492 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= 62340 MiB
End job on node026 at 2010-07-02 00:30:20