Trace number 2695916

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.15 1082.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_14.opb.PB06.opb
MD5SUM13c1b3915f4d316b882a7e551b1f0496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark453
Best CPU time to get the best result obtained on this benchmark1802.16
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 502
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 498884
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 498884
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.01	c pb_cplex 1.0 - 20100701
0.00/0.01	c Parsing opb file format. File HOME/instance-2695916-1278017514.opb.
0.00/0.01	c Instance file HOME/instance-2695916-1278017514.opb
0.00/0.01	c File size is 17233663 bytes.
29.88/29.94	c Highest Coefficient sum: 101
29.88/29.94	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
30.68/30.78	c ============================[ Problem Statistics ]=============================
30.68/30.78	c |                                                                             |
30.68/30.78	c |  Parsing time:          30.52        s                                      |
30.68/30.78	c |  Number Variables:      10000                                               |
31.07/31.14	c |  Number Constraints:    656900                                              |
31.07/31.14	c ===============================================================================
1800.15/1082.21	c Remaining time 1769.19 sec.
1800.15/1082.21	c 
1800.15/1082.21	c *** INTERRUPTED ***
1800.15/1082.21	s UNKNOWN
1800.15/1082.21	c Total CPU time              : 1783.05 s
1800.15/1082.21	c Memory used           : 592.71 MB
1800.15/1082.21	c CPU time              : 1783.05 s
1800.15/1082.21	c 
1800.15/1082.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-2695916-1278017514/watcher-2695916-1278017514 -o /tmp/evaluation-result-2695916-1278017514/solver-2695916-1278017514 -C 1800 -W 2000 -M 1800 run HOME/instance-2695916-1278017514.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: 2.00 1.75 1.43 3/106 24300
/proc/meminfo: memFree=1447064/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) R 24298 24300 23921 0 -1 4202496 349 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006753173 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0

[startup+0.060366 s]
/proc/loadavg: 2.00 1.75 1.43 3/106 24300
/proc/meminfo: memFree=1447064/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101373 s]
/proc/loadavg: 2.00 1.75 1.43 3/106 24300
/proc/meminfo: memFree=1447064/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301416 s]
/proc/loadavg: 2.00 1.75 1.43 3/106 24300
/proc/meminfo: memFree=1447064/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701501 s]
/proc/loadavg: 2.00 1.75 1.43 3/106 24300
/proc/meminfo: memFree=1447064/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50167 s]
/proc/loadavg: 2.00 1.75 1.43 2/108 24302
/proc/meminfo: memFree=1444320/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=31864 CPUtime=1.49
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 954 0 0 0 149 0 0 0 25 0 1 0 177353180 32628736 908 1992294400 134512640 146736320 4289141744 18446744073709551615 140684763 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24301/statm: 7966 908 308 2985 0 692 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40564

[startup+3.10101 s]
/proc/loadavg: 1.92 1.73 1.43 2/108 24302
/proc/meminfo: memFree=1442832/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=31996 CPUtime=3.09
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 967 0 0 0 309 0 0 0 25 0 1 0 177353180 32763904 921 1992294400 134512640 146736320 4289141744 18446744073709551615 140681231 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24301/statm: 7999 921 308 2985 0 725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40696

[startup+6.30169 s]
/proc/loadavg: 1.92 1.73 1.43 2/108 24302
/proc/meminfo: memFree=1443948/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=31996 CPUtime=6.29
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 995 0 0 0 629 0 0 0 25 0 1 0 177353180 32763904 949 1992294400 134512640 146736320 4289141744 18446744073709551615 140681224 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24301/statm: 7999 949 308 2985 0 725 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40696

[startup+12.7011 s]
/proc/loadavg: 1.78 1.71 1.42 2/108 24304
/proc/meminfo: memFree=1443948/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=32260 CPUtime=12.69
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 1032 0 0 0 1269 0 0 0 25 0 1 0 177353180 33034240 986 1992294400 134512640 146736320 4289141744 18446744073709551615 134814125 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24301/statm: 8065 986 308 2985 0 791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40960

[startup+25.5008 s]
/proc/loadavg: 1.66 1.69 1.42 2/108 24304
/proc/meminfo: memFree=1436012/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=47712 CPUtime=25.48
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 5702 0 0 0 2546 2 0 0 25 0 1 0 177353180 48857088 5429 1992294400 134512640 146736320 4289141744 18446744073709551615 144716523 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/24301/statm: 11928 5429 885 2985 0 4654 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56412

[startup+51.1012 s]
/proc/loadavg: 1.43 1.63 1.41 2/109 24308
/proc/meminfo: memFree=1210820/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=274280 CPUtime=52.57
/proc/24301/stat : 24301 (pb_cplex) S 24300 24300 23921 0 -1 4202496 140425 0 0 0 5202 55 0 0 18 0 2 0 177353180 280862720 59872 1992294400 134512640 146736320 4289141744 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 68570 59872 1059 2985 0 65112 0
[pid=24301/tid=24308] ppid=24300 vsize=274280 CPUtime=5.69
/proc/24301/task/24308/stat : 24308 (pb_cplex) R 24300 24300 23921 0 -1 4202560 2179 0 0 0 568 1 0 0 25 0 2 0 177357680 280862720 59872 1992294400 134512640 146736320 4289141744 18446744073709551615 135855167 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 52.57
Current children cumulated vsize (KiB) 282980

[startup+102.309 s]
/proc/loadavg: 1.77 1.70 1.45 2/109 24314
/proc/meminfo: memFree=1116580/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=393796 CPUtime=124.37
/proc/24301/stat : 24301 (pb_cplex) S 24300 24300 23921 0 -1 4202496 191894 0 0 0 12340 97 0 0 18 0 2 0 177353180 403247104 83503 1992294400 134512640 146736320 4289141744 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 98449 83503 1067 2985 0 94991 0
[pid=24301/tid=24314] ppid=24300 vsize=393796 CPUtime=6.32
/proc/24301/task/24314/stat : 24314 (pb_cplex) R 24300 24300 23921 0 -1 4202560 1460 0 0 0 632 0 0 0 25 0 2 0 177362491 403247104 83503 1992294400 134512640 146736320 4289141744 18446744073709551615 136018935 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 124.37
Current children cumulated vsize (KiB) 402496

[startup+162.301 s]
/proc/loadavg: 1.53 1.66 1.45 5/109 24316
/proc/meminfo: memFree=1098972/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=410308 CPUtime=228.04
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 357156 0 0 0 22612 192 0 0 18 0 2 0 177353180 420155392 87580 1992294400 134512640 146736320 4289141744 18446744073709551615 136385185 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24301/statm: 102577 87580 1067 2985 0 99119 0
[pid=24301/tid=24314] ppid=24300 vsize=410308 CPUtime=58.41
/proc/24301/task/24314/stat : 24314 (pb_cplex) R 24300 24300 23921 0 -1 4202560 82795 0 0 0 5792 49 0 0 17 0 2 0 177362491 420155392 87580 1992294400 134512640 146736320 4289141744 18446744073709551615 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 228.04
Current children cumulated vsize (KiB) 419008

[startup+222.301 s]
/proc/loadavg: 1.56 1.65 1.46 2/109 24316
/proc/meminfo: memFree=1081984/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=428352 CPUtime=324.53
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 499901 0 0 0 32177 276 0 0 25 0 2 0 177353180 438632448 92015 1992294400 134512640 146736320 4289141744 18446744073709551615 135855174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 107088 92015 1067 2985 0 103630 0
[pid=24301/tid=24314] ppid=24300 vsize=428352 CPUtime=105.76
/proc/24301/task/24314/stat : 24314 (pb_cplex) S 24300 24300 23921 0 -1 4202560 163677 0 0 0 10483 93 0 0 19 0 2 0 177362491 438632448 92015 1992294400 134512640 146736320 4289141744 18446744073709551615 144580073 0 2 4096 16387 18446604437822420224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 324.53
Current children cumulated vsize (KiB) 437052

[startup+282.301 s]
/proc/loadavg: 2.03 1.76 1.50 5/109 24318
/proc/meminfo: memFree=1062268/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=447040 CPUtime=424.21
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 673259 0 0 0 42048 373 0 0 16 0 2 0 177353180 457768960 96800 1992294400 134512640 146736320 4289141744 18446744073709551615 136475868 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24301/statm: 111760 96800 1067 2985 0 108302 0
[pid=24301/tid=24314] ppid=24300 vsize=447040 CPUtime=158.36
/proc/24301/task/24314/stat : 24314 (pb_cplex) R 24300 24300 23921 0 -1 4202560 244356 0 0 0 15696 140 0 0 17 0 2 0 177362491 457768960 96800 1992294400 134512640 146736320 4289141744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 424.21
Current children cumulated vsize (KiB) 455740

[startup+342.302 s]
/proc/loadavg: 1.87 1.76 1.51 3/109 24320
/proc/meminfo: memFree=1035732/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=473860 CPUtime=529.72
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 825279 0 0 0 52503 469 0 0 18 0 2 0 177353180 485232640 103371 1992294400 134512640 146736320 4289141744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 118465 103371 1067 2985 0 115007 0
[pid=24301/tid=24314] ppid=24300 vsize=473860 CPUtime=211.29
/proc/24301/task/24314/stat : 24314 (pb_cplex) R 24300 24300 23921 0 -1 4202560 305300 0 0 0 20947 182 0 0 18 0 2 0 177362491 485232640 103371 1992294400 134512640 146736320 4289141744 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 529.72
Current children cumulated vsize (KiB) 482560

[startup+402.301 s]

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

[pid=24301] ppid=24300 vsize=442612 CPUtime=834.75
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 1166463 0 0 0 82798 677 0 0 20 0 2 0 177353180 453234688 91077 1992294400 134512640 146736320 4289141744 18446744073709551615 144716444 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 110653 91077 1097 2985 0 107195 0
[pid=24301/tid=24326] ppid=24300 vsize=442612 CPUtime=62.02
/proc/24301/task/24326/stat : 24326 (pb_cplex) S 24300 24300 23921 0 -1 4202560 43526 0 0 0 6171 31 0 0 18 0 2 0 177398236 453234688 91077 1992294400 134512640 146736320 4289141744 18446744073709551615 144580073 0 2 4096 16387 18446604437822420224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 834.75
Current children cumulated vsize (KiB) 451312

[startup+582.301 s]
/proc/loadavg: 2.01 1.85 1.60 3/109 24339
/proc/meminfo: memFree=1074172/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=453876 CPUtime=936.44
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 1332737 0 0 0 92872 772 0 0 18 0 2 0 177353180 464769024 93886 1992294400 134512640 146736320 4289141744 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 113469 93886 1097 2985 0 110011 0
[pid=24301/tid=24326] ppid=24300 vsize=453876 CPUtime=111.07
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 153373 0 0 0 11019 88 0 0 17 0 2 0 177398236 464769024 93886 1992294400 134512640 146736320 4289141744 18446744073709551615 139023083 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 936.44
Current children cumulated vsize (KiB) 462576

[startup+642.301 s]
/proc/loadavg: 2.27 1.96 1.65 3/109 24341
/proc/meminfo: memFree=1062640/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=466164 CPUtime=1042.32
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 1497097 0 0 0 103360 872 0 0 19 0 2 0 177353180 477351936 96704 1992294400 134512640 146736320 4289141744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 116541 96704 1097 2985 0 113083 0
[pid=24301/tid=24326] ppid=24300 vsize=466164 CPUtime=164.19
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 265351 0 0 0 16270 149 0 0 17 0 2 0 177398236 477351936 96704 1992294400 134512640 146736320 4289141744 18446744073709551615 136475800 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1042.32
Current children cumulated vsize (KiB) 474864

[startup+702.302 s]
/proc/loadavg: 2.11 1.98 1.67 2/109 24343
/proc/meminfo: memFree=1044288/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=484396 CPUtime=1146.18
/proc/24301/stat : 24301 (pb_cplex) S 24300 24300 23921 0 -1 4202496 1688813 0 0 0 113632 986 0 0 18 0 2 0 177353180 496021504 101286 1992294400 134512640 146736320 4289141744 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 121099 101286 1092 2985 0 117641 0
[pid=24301/tid=24326] ppid=24300 vsize=484396 CPUtime=214.96
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 431965 0 0 0 21261 235 0 0 19 0 2 0 177398236 496021504 101286 1992294400 134512640 146736320 4289141744 18446744073709551615 136474228 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1146.18
Current children cumulated vsize (KiB) 493096

[startup+762.309 s]
/proc/loadavg: 2.23 2.03 1.71 3/109 24345
/proc/meminfo: memFree=1022712/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=505272 CPUtime=1249.23
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 1886769 0 0 0 123829 1094 0 0 18 0 2 0 177353180 517398528 106595 1992294400 134512640 146736320 4289141744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 126318 106595 1092 2985 0 122860 0
[pid=24301/tid=24326] ppid=24300 vsize=505272 CPUtime=265.92
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 584955 0 0 0 26283 309 0 0 16 0 2 0 177398236 517398528 106595 1992294400 134512640 146736320 4289141744 18446744073709551615 136008022 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1249.23
Current children cumulated vsize (KiB) 513972

[startup+822.302 s]
/proc/loadavg: 1.76 1.93 1.69 2/109 24345
/proc/meminfo: memFree=996672/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=532460 CPUtime=1355.37
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 2111138 0 0 0 134316 1221 0 0 20 0 2 0 177353180 545239040 113236 1992294400 134512640 146736320 4289141744 18446744073709551615 135526465 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 133115 113236 1092 2985 0 129657 0
[pid=24301/tid=24326] ppid=24300 vsize=532460 CPUtime=318.8
/proc/24301/task/24326/stat : 24326 (pb_cplex) S 24300 24300 23921 0 -1 4202560 754431 0 0 0 31483 397 0 0 18 0 2 0 177398236 545239040 113236 1992294400 134512640 146736320 4289141744 18446744073709551615 144580073 0 2 4096 16387 18446604437822420224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1355.37
Current children cumulated vsize (KiB) 541160

[startup+882.301 s]
/proc/loadavg: 1.99 1.97 1.72 3/109 24347
/proc/meminfo: memFree=977948/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=551304 CPUtime=1456.93
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 2298203 0 0 0 144367 1326 0 0 18 0 2 0 177353180 564535296 117888 1992294400 134512640 146736320 4289141744 18446744073709551615 135233129 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 137826 117888 1094 2985 0 134368 0
[pid=24301/tid=24326] ppid=24300 vsize=551304 CPUtime=370.18
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 896819 0 0 0 36549 469 0 0 17 0 2 0 177398236 564535296 117888 1992294400 134512640 146736320 4289141744 18446744073709551615 136385269 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1456.93
Current children cumulated vsize (KiB) 560004

[startup+942.301 s]
/proc/loadavg: 2.11 2.03 1.75 4/109 24349
/proc/meminfo: memFree=961208/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=567492 CPUtime=1563.96
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 2508549 0 0 0 154940 1456 0 0 16 0 2 0 177353180 581111808 121908 1992294400 134512640 146736320 4289141744 18446744073709551615 136403116 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24301/statm: 141873 121908 1094 2985 0 138415 0
[pid=24301/tid=24326] ppid=24300 vsize=567492 CPUtime=424.57
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 1057377 0 0 0 41897 560 0 0 18 0 2 0 177398236 581111808 121908 1992294400 134512640 146736320 4289141744 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1563.96
Current children cumulated vsize (KiB) 576192

[startup+1002.3 s]
/proc/loadavg: 2.21 2.07 1.78 3/109 24351
/proc/meminfo: memFree=941244/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=586380 CPUtime=1666.83
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 2747045 0 0 0 165097 1586 0 0 18 0 2 0 177353180 600453120 126844 1992294400 134512640 146736320 4289141744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 146595 126844 1096 2985 0 143137 0
[pid=24301/tid=24326] ppid=24300 vsize=586380 CPUtime=475.76
/proc/24301/task/24326/stat : 24326 (pb_cplex) S 24300 24300 23921 0 -1 4202560 1208002 0 0 0 46938 638 0 0 17 0 2 0 177398236 600453120 126844 1992294400 134512640 146736320 4289141744 18446744073709551615 144580073 0 2 4096 16387 18446604437822420224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1666.83
Current children cumulated vsize (KiB) 595080

[startup+1062.3 s]
/proc/loadavg: 1.74 1.95 1.76 2/109 24353
/proc/meminfo: memFree=925000/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=602296 CPUtime=1769.93
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 2906280 0 0 0 175307 1686 0 0 16 0 2 0 177353180 616751104 130820 1992294400 134512640 146736320 4289141744 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/24301/statm: 150574 130820 1096 2985 0 147116 0
[pid=24301/tid=24326] ppid=24300 vsize=602296 CPUtime=525.84
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 1323198 0 0 0 51882 702 0 0 17 0 2 0 177398236 616751104 130820 1992294400 134512640 146736320 4289141744 18446744073709551615 136475826 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1769.93
Current children cumulated vsize (KiB) 610996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1082.2 s]
/proc/loadavg: 1.75 1.94 1.76 3/109 24353
/proc/meminfo: memFree=921528/2059040 swapFree=4139236/4192956
[pid=24300] ppid=24298 vsize=8700 CPUtime=0
/proc/24300/stat : 24300 (run) S 24298 24300 23921 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 177353180 8908800 249 1992294400 4194304 4922060 140735551655952 18446744073709551615 239006751877 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/24300/statm: 2175 249 208 178 0 68 0
[pid=24301] ppid=24300 vsize=606336 CPUtime=1800.15
/proc/24301/stat : 24301 (pb_cplex) R 24300 24300 23921 0 -1 4202496 2944631 0 0 0 178304 1711 0 0 18 0 2 0 177353180 620888064 131789 1992294400 134512640 146736320 4289141744 18446744073709551615 137341768 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/24301/statm: 151584 131789 1096 2985 0 148126 0
[pid=24301/tid=24326] ppid=24300 vsize=606336 CPUtime=540.72
/proc/24301/task/24326/stat : 24326 (pb_cplex) R 24300 24300 23921 0 -1 4202560 1353757 0 0 0 53353 719 0 0 25 0 2 0 177398236 620888064 131789 1992294400 134512640 146736320 4289141744 18446744073709551615 138443692 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 615036

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 24300 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=2999
# CPU time returned by wait4() is 0.002999
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1082.22
CPU time (s): 1800.15
CPU user time (s): 1783.04
CPU system time (s): 17.11
CPU usage (%): 166.338
Max. virtual memory (cumulated for all children) (KiB): 617084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.002999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365
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 1.9587 second user time and 5.20121 second system time

The end

Launcher Data

Begin job on node010 at 2010-07-01 22:51:55
IDJOB=2695916
IDBENCH=1973
IDSOLVER=1209
FILE ID=node010/2695916-1278017514
PBS_JOBID= 11198745
Free space on /tmp= 62276 MiB

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

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

MD5SUM BENCH= 13c1b3915f4d316b882a7e551b1f0496
RANDOM SEED=493567677

node010.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.267
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.53
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.267
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:       1447592 kB
Buffers:        145340 kB
Cached:         353348 kB
SwapCached:       7228 kB
Active:         244692 kB
Inactive:       268140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1447592 kB
SwapTotal:     4192956 kB
SwapFree:      4139236 kB
Dirty:           33372 kB
Writeback:           0 kB
AnonPages:       12320 kB
Mapped:          11992 kB
Slab:            76704 kB
PageTables:       4136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182588 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= 62260 MiB
End job on node010 at 2010-07-01 23:10:00