Trace number 2697106

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.11 1790.72

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_2.opb
MD5SUMe4d0ce6c299ae1a05f607b170c68aad6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 33
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint46
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15670
Sum of products size (including duplicates)31340
Number of different products15670
Sum of products size31340

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697106-1278050268.opb.
0.00/0.00	c Instance file HOME/instance-2697106-1278050268.opb
0.00/0.00	c File size is 1203387 bytes.
0.00/0.54	c Highest Coefficient sum: 47
0.00/0.54	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.60	c ============================[ Problem Statistics ]=============================
0.00/0.60	c |                                                                             |
0.00/0.60	c |  Parsing time:          0.57         s                                      |
0.00/0.60	c |  Number Variables:      16170                                               |
0.00/0.61	c |  Number Constraints:    31840                                               |
0.00/0.61	c ===============================================================================
1800.11/1790.71	c Remaining time 1799.42 sec.
1800.11/1790.71	c 
1800.11/1790.71	c *** INTERRUPTED ***
1800.11/1790.71	s UNKNOWN
1800.11/1790.71	c Total CPU time              : 1798.3 s
1800.11/1790.71	c Memory used           : 121.01 MB
1800.11/1790.71	c CPU time              : 1798.3 s
1800.11/1790.71	c 
1800.11/1790.71	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-2697106-1278050268/watcher-2697106-1278050268 -o /tmp/evaluation-result-2697106-1278050268/solver-2697106-1278050268 -C 1800 -W 2000 -M 1800 run HOME/instance-2697106-1278050268.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.70 1.76 1.72 3/106 30482
/proc/meminfo: memFree=1740356/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) R 30480 30482 30145 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894483349 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0

[startup+0.0270391 s]
/proc/loadavg: 1.70 1.76 1.72 3/106 30482
/proc/meminfo: memFree=1740356/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101045 s]
/proc/loadavg: 1.70 1.76 1.72 3/106 30482
/proc/meminfo: memFree=1740356/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301063 s]
/proc/loadavg: 1.70 1.76 1.72 3/106 30482
/proc/meminfo: memFree=1740356/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701108 s]
/proc/loadavg: 1.70 1.76 1.72 3/106 30482
/proc/meminfo: memFree=1740356/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50117 s]
/proc/loadavg: 1.64 1.75 1.71 2/108 30484
/proc/meminfo: memFree=1708596/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=106440 CPUtime=1.49
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 19885 0 0 0 140 9 0 0 19 0 1 0 146319632 108994560 14213 1992294400 134512640 146736320 4291604480 18446744073709551615 135982870 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 26610 14213 906 2985 0 23152 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 115140

[startup+3.10131 s]
/proc/loadavg: 1.64 1.75 1.71 2/108 30484
/proc/meminfo: memFree=1686648/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=106440 CPUtime=3.09
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 19885 0 0 0 300 9 0 0 22 0 1 0 146319632 108994560 14213 1992294400 134512640 146736320 4291604480 18446744073709551615 136389953 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 26610 14213 906 2985 0 23152 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 115140

[startup+6.30159 s]
/proc/loadavg: 1.64 1.75 1.71 2/108 30484
/proc/meminfo: memFree=1686400/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=106572 CPUtime=6.28
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 20197 0 0 0 619 9 0 0 25 0 1 0 146319632 109129728 14269 1992294400 134512640 146736320 4291604480 18446744073709551615 135983312 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 26643 14269 906 2985 0 23185 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 115272

[startup+12.7011 s]
/proc/loadavg: 1.54 1.72 1.71 2/108 30484
/proc/meminfo: memFree=1676728/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=110192 CPUtime=12.69
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 56488 0 0 0 1245 24 0 0 25 0 1 0 146319632 112836608 16839 1992294400 134512640 146736320 4291604480 18446744073709551615 136405682 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 27548 16839 1001 2985 0 24090 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118892

[startup+25.5013 s]
/proc/loadavg: 1.69 1.75 1.71 5/109 30485
/proc/meminfo: memFree=1602692/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=215320 CPUtime=35.34
/proc/30483/stat : 30483 (pb_cplex) S 30482 30482 30145 0 -1 4202496 239028 0 0 0 3419 115 0 0 19 0 2 0 146319632 220487680 35025 1992294400 134512640 146736320 4291604480 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30483/statm: 53925 35031 1035 2985 0 50467 0
[pid=30483/tid=30485] ppid=30482 vsize=215700 CPUtime=10.55
/proc/30483/task/30485/stat : 30485 (pb_cplex) R 30482 30482 30145 0 -1 4202560 85783 0 0 0 1012 43 0 0 19 0 2 0 146320998 220876800 35038 1992294400 134512640 146736320 4291604480 18446744073709551615 137045143 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.34
Current children cumulated vsize (KiB) 224020

[startup+51.1005 s]
/proc/loadavg: 1.41 1.67 1.69 2/108 30485
/proc/meminfo: memFree=1644116/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=122536 CPUtime=60.92
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 244072 0 0 0 5967 125 0 0 25 0 1 0 146319632 125476864 24925 1992294400 134512640 146736320 4291604480 18446744073709551615 136007517 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30634 24925 1043 2985 0 27176 0
Current children cumulated CPU time (s) 60.92
Current children cumulated vsize (KiB) 131236

[startup+102.308 s]
/proc/loadavg: 1.18 1.57 1.65 2/108 30487
/proc/meminfo: memFree=1643868/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=122536 CPUtime=112.12
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 245400 0 0 0 11086 126 0 0 25 0 1 0 146319632 125476864 24925 1992294400 134512640 146736320 4291604480 18446744073709551615 136008441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30634 24925 1043 2985 0 27176 0
Current children cumulated CPU time (s) 112.12
Current children cumulated vsize (KiB) 131236

[startup+162.301 s]
/proc/loadavg: 1.06 1.46 1.61 2/108 30489
/proc/meminfo: memFree=1644488/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=172.1
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 247132 0 0 0 17082 128 0 0 25 0 1 0 146319632 124690432 24733 1992294400 134512640 146736320 4291604480 18446744073709551615 136008441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24733 1043 2985 0 26984 0
Current children cumulated CPU time (s) 172.1
Current children cumulated vsize (KiB) 130468

[startup+222.3 s]
/proc/loadavg: 1.02 1.38 1.57 2/108 30500
/proc/meminfo: memFree=1642628/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=123680 CPUtime=232.07
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 248992 0 0 0 23079 128 0 0 25 0 1 0 146319632 126648320 25211 1992294400 134512640 146736320 4291604480 18446744073709551615 135854511 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30920 25211 1043 2985 0 27462 0
Current children cumulated CPU time (s) 232.07
Current children cumulated vsize (KiB) 132380

[startup+282.301 s]
/proc/loadavg: 1.01 1.30 1.53 2/108 30502
/proc/meminfo: memFree=1639776/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=126568 CPUtime=292.05
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 250116 0 0 0 29076 129 0 0 25 0 1 0 146319632 129605632 25933 1992294400 134512640 146736320 4291604480 18446744073709551615 136003539 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 31642 25933 1043 2985 0 28184 0
Current children cumulated CPU time (s) 292.05
Current children cumulated vsize (KiB) 135268

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.49 2/108 30502
/proc/meminfo: memFree=1643372/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=122436 CPUtime=352.04
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 252379 0 0 0 35074 130 0 0 25 0 1 0 146319632 125374464 24900 1992294400 134512640 146736320 4291604480 18446744073709551615 135854505 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30609 24900 1043 2985 0 27151 0
Current children cumulated CPU time (s) 352.04
Current children cumulated vsize (KiB) 131136

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.46 2/108 30504
/proc/meminfo: memFree=1643620/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=122132 CPUtime=412.03
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 254490 0 0 0 41072 131 0 0 25 0 1 0 146319632 125063168 24824 1992294400 134512640 146736320 4291604480 18446744073709551615 136008441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30533 24824 1043 2985 0 27075 0
Current children cumulated CPU time (s) 412.03
Current children cumulated vsize (KiB) 130832

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

/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1191.84
Current children cumulated vsize (KiB) 130468

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/108 30526
/proc/meminfo: memFree=1643868/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1251.82
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 351306 0 0 0 125007 175 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136385265 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1251.82
Current children cumulated vsize (KiB) 130468

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/108 30528
/proc/meminfo: memFree=1643744/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1311.81
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 351996 0 0 0 131006 175 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 135459535 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1311.81
Current children cumulated vsize (KiB) 130468

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/108 30530
/proc/meminfo: memFree=1643868/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1371.8
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 352686 0 0 0 137004 176 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136018931 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1371.8
Current children cumulated vsize (KiB) 130468

[startup+1422.31 s]
/proc/loadavg: 1.08 1.03 1.14 2/108 30532
/proc/meminfo: memFree=1643868/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1431.78
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 353376 0 0 0 143002 176 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136008450 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1431.78
Current children cumulated vsize (KiB) 130468

[startup+1482.3 s]
/proc/loadavg: 1.07 1.03 1.13 2/108 30534
/proc/meminfo: memFree=1643868/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1491.77
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 354066 0 0 0 149000 177 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136008441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1491.77
Current children cumulated vsize (KiB) 130468

[startup+1542.3 s]
/proc/loadavg: 1.06 1.04 1.12 2/108 30534
/proc/meminfo: memFree=1643744/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1551.75
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 355101 0 0 0 154998 177 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136008441 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1551.75
Current children cumulated vsize (KiB) 130468

[startup+1602.3 s]
/proc/loadavg: 1.13 1.06 1.12 2/108 30536
/proc/meminfo: memFree=1643744/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1611.74
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 356136 0 0 0 160996 178 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136008416 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1611.74
Current children cumulated vsize (KiB) 130468

[startup+1662.3 s]
/proc/loadavg: 1.08 1.06 1.12 2/108 30538
/proc/meminfo: memFree=1643868/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1671.73
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 357516 0 0 0 166994 179 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136008416 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1671.73
Current children cumulated vsize (KiB) 130468

[startup+1722.3 s]
/proc/loadavg: 1.03 1.05 1.10 2/108 30540
/proc/meminfo: memFree=1643744/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1731.71
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 358206 0 0 0 172992 179 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136008423 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1731.71
Current children cumulated vsize (KiB) 130468

[startup+1782.3 s]
/proc/loadavg: 1.01 1.04 1.09 2/108 30542
/proc/meminfo: memFree=1643620/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=121768 CPUtime=1791.69
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 360621 0 0 0 178989 180 0 0 25 0 1 0 146319632 124690432 24737 1992294400 134512640 146736320 4291604480 18446744073709551615 136384852 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30442 24737 1047 2985 0 26984 0
Current children cumulated CPU time (s) 1791.69
Current children cumulated vsize (KiB) 130468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1790.7 s]
/proc/loadavg: 1.01 1.03 1.09 2/108 30542
/proc/meminfo: memFree=1643620/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=123912 CPUtime=1800.11
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 361656 0 0 0 179830 181 0 0 25 0 1 0 146319632 126885888 25082 1992294400 134512640 146736320 4291604480 18446744073709551615 137461734 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30978 25082 1047 2985 0 27520 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 132612

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

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

[startup+1790.7 s]
/proc/loadavg: 1.01 1.03 1.09 2/108 30542
/proc/meminfo: memFree=1643620/2059040 swapFree=4139696/4192956
[pid=30482] ppid=30480 vsize=8700 CPUtime=0
/proc/30482/stat : 30482 (run) S 30480 30482 30145 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146319632 8908800 248 1992294400 4194304 4922060 140735340162688 18446744073709551615 247894482053 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/30482/statm: 2175 248 208 178 0 68 0
[pid=30483] ppid=30482 vsize=123912 CPUtime=1800.11
/proc/30483/stat : 30483 (pb_cplex) R 30482 30482 30145 0 -1 4202496 361656 0 0 0 179830 181 0 0 25 0 1 0 146319632 126885888 25082 1992294400 134512640 146736320 4291604480 18446744073709551615 137461734 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30483/statm: 30978 25082 1047 2985 0 27520 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 132612

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1790.72
CPU time (s): 1800.11
CPU user time (s): 1798.3
CPU system time (s): 1.81
CPU usage (%): 100.524
Max. virtual memory (cumulated for all children) (KiB): 228460

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 3.02854 second user time and 8.40872 second system time

The end

Launcher Data

Begin job on node041 at 2010-07-02 07:57:49
IDJOB=2697106
IDBENCH=48140
IDSOLVER=1209
FILE ID=node041/2697106-1278050268
PBS_JOBID= 11198851
Free space on /tmp= 61664 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697106-1278050268/watcher-2697106-1278050268 -o /tmp/evaluation-result-2697106-1278050268/solver-2697106-1278050268 -C 1800 -W 2000 -M 1800  run HOME/instance-2697106-1278050268.opb

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

MD5SUM BENCH= e4d0ce6c299ae1a05f607b170c68aad6
RANDOM SEED=2022552582

node041.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.251
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.50
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.251
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.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1742000 kB
Buffers:         78708 kB
Cached:         141044 kB
SwapCached:       6740 kB
Active:         136684 kB
Inactive:        96884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1742000 kB
SwapTotal:     4192956 kB
SwapFree:      4139696 kB
Dirty:           17096 kB
Writeback:           0 kB
AnonPages:       12036 kB
Mapped:          11944 kB
Slab:            61596 kB
PageTables:       4104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181648 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-2697106-1278050268.opb

Free space on /tmp at the end= 61648 MiB
End job on node041 at 2010-07-02 08:27:42