Trace number 2697084

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.07 1234.32

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_4.opb
MD5SUM7603a459a5769ea7e43f52c522eb87aa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 68
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 constraint11
Maximum length of a constraint22
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)6326
Sum of products size (including duplicates)12652
Number of different products6326
Sum of products size12652

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2697084-1278049716.opb.
0.00/0.00	c Instance file HOME/instance-2697084-1278049716.opb
0.00/0.00	c File size is 484569 bytes.
0.00/0.23	c Highest Coefficient sum: 23
0.00/0.23	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.25	c ============================[ Problem Statistics ]=============================
0.00/0.25	c |                                                                             |
0.00/0.25	c |  Parsing time:          0.25         s                                      |
0.00/0.25	c |  Number Variables:      6826                                                |
0.00/0.26	c |  Number Constraints:    13152                                               |
0.00/0.26	c ===============================================================================
1800.07/1234.31	c Remaining time 1799.75 sec.
1800.07/1234.31	c 
1800.07/1234.31	c *** INTERRUPTED ***
1800.07/1234.31	s UNKNOWN
1800.07/1234.31	c Total CPU time              : 1797.13 s
1800.07/1234.31	c Memory used           : 117.78 MB
1800.07/1234.31	c CPU time              : 1797.13 s
1800.07/1234.31	c 
1800.07/1234.31	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-2697084-1278049716/watcher-2697084-1278049716 -o /tmp/evaluation-result-2697084-1278049716/solver-2697084-1278049716 -C 1800 -W 2000 -M 1800 run HOME/instance-2697084-1278049716.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.81 1.87 1.70 3/106 1230
/proc/meminfo: memFree=1307740/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) R 1228 1230 892 0 -1 4202496 347 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256800149 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0

[startup+0.0281951 s]
/proc/loadavg: 1.81 1.87 1.70 3/106 1230
/proc/meminfo: memFree=1307740/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101202 s]
/proc/loadavg: 1.81 1.87 1.70 3/106 1230
/proc/meminfo: memFree=1307740/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301233 s]
/proc/loadavg: 1.81 1.87 1.70 3/106 1230
/proc/meminfo: memFree=1307740/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701266 s]
/proc/loadavg: 1.81 1.87 1.70 3/106 1230
/proc/meminfo: memFree=1307740/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50134 s]
/proc/loadavg: 1.90 1.89 1.71 2/108 1232
/proc/meminfo: memFree=1283172/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=54436 CPUtime=1.48
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 9348 0 0 0 145 3 0 0 19 0 1 0 146262568 55742464 7215 1992294400 134512640 146736320 4290250304 18446744073709551615 144757825 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 13609 7215 963 2985 0 10151 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63136

[startup+3.1005 s]
/proc/loadavg: 1.90 1.89 1.71 2/108 1232
/proc/meminfo: memFree=1278584/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=59180 CPUtime=3.09
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 22959 0 0 0 299 10 0 0 23 0 1 0 146262568 60600320 8529 1992294400 134512640 146736320 4290250304 18446744073709551615 135961992 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 14795 8529 999 2985 0 11337 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67880

[startup+6.30182 s]
/proc/loadavg: 1.99 1.90 1.72 2/109 1233
/proc/meminfo: memFree=1240136/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=113800 CPUtime=6.87
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 55692 0 0 0 663 24 0 0 17 0 2 0 146262568 116531200 17591 1992294400 134512640 146736320 4290250304 18446744073709551615 137460995 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 28450 17591 1051 2985 0 24992 0
[pid=1231/tid=1233] ppid=1230 vsize=113800 CPUtime=1.34
/proc/1231/task/1233/stat : 1233 (pb_cplex) R 1230 1230 892 0 -1 4202560 13537 0 0 0 128 6 0 0 16 0 2 0 146262937 116531200 17591 1992294400 134512640 146736320 4290250304 18446744073709551615 135446522 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 122500

[startup+12.7004 s]
/proc/loadavg: 1.99 1.91 1.72 3/109 1233
/proc/meminfo: memFree=1238532/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=106936 CPUtime=18.93
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 107103 0 0 0 1841 52 0 0 25 0 1 0 146262568 109502464 16692 1992294400 134512640 146736320 4290250304 18446744073709551615 144713954 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 26734 16692 1032 2985 0 23276 0
Current children cumulated CPU time (s) 18.93
Current children cumulated vsize (KiB) 115636

[startup+25.5017 s]
/proc/loadavg: 1.84 1.88 1.71 2/108 1233
/proc/meminfo: memFree=1254908/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=80496 CPUtime=31.72
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 107948 0 0 0 3118 54 0 0 25 0 1 0 146262568 82427904 14152 1992294400 134512640 146736320 4290250304 18446744073709551615 136008689 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 20124 14152 1041 2985 0 16666 0
Current children cumulated CPU time (s) 31.72
Current children cumulated vsize (KiB) 89196

[startup+51.1012 s]
/proc/loadavg: 1.51 1.79 1.69 2/108 1233
/proc/meminfo: memFree=1254164/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=80496 CPUtime=57.32
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 108258 0 0 0 5677 55 0 0 25 0 1 0 146262568 82427904 14346 1992294400 134512640 146736320 4290250304 18446744073709551615 136385170 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 20124 14346 1042 2985 0 16666 0
Current children cumulated CPU time (s) 57.32
Current children cumulated vsize (KiB) 89196

[startup+102.309 s]
/proc/loadavg: 1.22 1.67 1.65 2/108 1235
/proc/meminfo: memFree=1253668/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=80496 CPUtime=108.52
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 108369 0 0 0 10796 56 0 0 25 0 1 0 146262568 82427904 14457 1992294400 134512640 146736320 4290250304 18446744073709551615 136017755 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 20124 14457 1043 2985 0 16666 0
Current children cumulated CPU time (s) 108.52
Current children cumulated vsize (KiB) 89196

[startup+162.301 s]
/proc/loadavg: 1.08 1.54 1.60 2/108 1237
/proc/meminfo: memFree=1252800/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=80496 CPUtime=168.5
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 112352 0 0 0 16792 58 0 0 25 0 1 0 146262568 82427904 14529 1992294400 134512640 146736320 4290250304 18446744073709551615 136008924 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 20124 14529 1043 2985 0 16666 0
Current children cumulated CPU time (s) 168.5
Current children cumulated vsize (KiB) 89196

[startup+222.302 s]
/proc/loadavg: 1.03 1.44 1.56 2/108 1239
/proc/meminfo: memFree=1247840/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=90236 CPUtime=228.48
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 118301 0 0 0 22787 61 0 0 25 0 1 0 146262568 92401664 15909 1992294400 134512640 146736320 4290250304 18446744073709551615 137698804 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 22559 15909 1043 2985 0 19101 0
Current children cumulated CPU time (s) 228.48
Current children cumulated vsize (KiB) 98936

[startup+282.302 s]
/proc/loadavg: 1.01 1.36 1.52 2/108 1239
/proc/meminfo: memFree=1248088/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=86108 CPUtime=288.46
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 125932 0 0 0 28781 65 0 0 25 0 1 0 146262568 88174592 15841 1992294400 134512640 146736320 4290250304 18446744073709551615 136008042 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 21527 15841 1044 2985 0 18069 0
Current children cumulated CPU time (s) 288.46
Current children cumulated vsize (KiB) 94808

[startup+342.301 s]
/proc/loadavg: 1.05 1.31 1.50 2/108 1241
/proc/meminfo: memFree=1252676/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=80496 CPUtime=348.45
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 128922 0 0 0 34778 67 0 0 25 0 1 0 146262568 82427904 14550 1992294400 134512640 146736320 4290250304 18446744073709551615 136008653 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 20124 14550 1046 2985 0 16666 0
Current children cumulated CPU time (s) 348.45
Current children cumulated vsize (KiB) 89196

[startup+402.301 s]
/proc/loadavg: 1.09 1.26 1.47 2/108 1243
/proc/meminfo: memFree=1252676/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=80496 CPUtime=408.43
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 128922 0 0 0 40776 67 0 0 25 0 1 0 146262568 82427904 14550 1992294400 134512640 146736320 4290250304 18446744073709551615 136008065 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/1231/statm: 20124 14550 1046 2985 0 16666 0
Current children cumulated CPU time (s) 408.43
Current children cumulated vsize (KiB) 89196

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

[pid=1231] ppid=1230 vsize=120780 CPUtime=877.77
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 265178 0 0 0 87634 143 0 0 25 0 2 0 146262568 123678720 22798 1992294400 134512640 146736320 4290250304 18446744073709551615 136018922 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30195 22798 1049 2985 0 26737 0
[pid=1231/tid=1246] ppid=1230 vsize=120780 CPUtime=184.75
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 66876 0 0 0 18437 38 0 0 25 0 2 0 146310264 123678720 22798 1992294400 134512640 146736320 4290250304 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 877.77
Current children cumulated vsize (KiB) 129480

[startup+762.309 s]
/proc/loadavg: 2.16 1.68 1.55 4/109 1263
/proc/meminfo: memFree=1219064/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=120784 CPUtime=997.25
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 293924 0 0 0 99565 160 0 0 25 0 2 0 146262568 123682816 22882 1992294400 134512640 146736320 4290250304 18446744073709551615 136403114 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30196 22882 1049 2985 0 26738 0
[pid=1231/tid=1246] ppid=1230 vsize=120784 CPUtime=244.26
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 77096 0 0 0 24380 46 0 0 25 0 2 0 146310264 123682816 22882 1992294400 134512640 146736320 4290250304 18446744073709551615 136008454 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 997.25
Current children cumulated vsize (KiB) 129484

[startup+822.302 s]
/proc/loadavg: 2.10 1.75 1.58 3/109 1265
/proc/meminfo: memFree=1218692/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=119992 CPUtime=1116.77
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 319800 0 0 0 111501 176 0 0 25 0 2 0 146262568 122871808 22824 1992294400 134512640 146736320 4290250304 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 29998 22824 1049 2985 0 26540 0
[pid=1231/tid=1246] ppid=1230 vsize=119992 CPUtime=303.8
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 79940 0 0 0 30330 50 0 0 25 0 2 0 146310264 122871808 22824 1992294400 134512640 146736320 4290250304 18446744073709551615 136008450 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1116.77
Current children cumulated vsize (KiB) 128692

[startup+882.302 s]
/proc/loadavg: 2.08 1.81 1.61 4/109 1265
/proc/meminfo: memFree=1218692/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=119992 CPUtime=1236.29
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 360941 0 0 0 123429 200 0 0 25 0 2 0 146262568 122871808 22826 1992294400 134512640 146736320 4290250304 18446744073709551615 136403112 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 29998 22826 1049 2985 0 26540 0
[pid=1231/tid=1246] ppid=1230 vsize=119992 CPUtime=363.33
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 99311 0 0 0 36272 61 0 0 25 0 2 0 146310264 122871808 22826 1992294400 134512640 146736320 4290250304 18446744073709551615 135453309 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1236.29
Current children cumulated vsize (KiB) 128692

[startup+942.302 s]
/proc/loadavg: 2.26 1.90 1.65 3/109 1267
/proc/meminfo: memFree=1218940/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=120840 CPUtime=1355.81
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 402239 0 0 0 135355 226 0 0 25 0 2 0 146262568 123740160 22883 1992294400 134512640 146736320 4290250304 18446744073709551615 135999691 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30210 22883 1049 2985 0 26752 0
[pid=1231/tid=1246] ppid=1230 vsize=120840 CPUtime=422.87
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 121345 0 0 0 42211 76 0 0 25 0 2 0 146310264 123740160 22883 1992294400 134512640 146736320 4290250304 18446744073709551615 138412928 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1355.81
Current children cumulated vsize (KiB) 129540

[startup+1002.3 s]
/proc/loadavg: 2.01 1.90 1.66 3/109 1269
/proc/meminfo: memFree=1218444/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=120812 CPUtime=1460.15
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 430140 0 0 0 145771 244 0 0 25 0 2 0 146262568 123711488 22863 1992294400 134512640 146736320 4290250304 18446744073709551615 136385174 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30203 22863 1049 2985 0 26745 0
[pid=1231/tid=1246] ppid=1230 vsize=120812 CPUtime=482.52
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 136156 0 0 0 48167 85 0 0 25 0 2 0 146310264 123711488 22863 1992294400 134512640 146736320 4290250304 18446744073709551615 135525911 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1460.15
Current children cumulated vsize (KiB) 129512

[startup+1062.3 s]
/proc/loadavg: 2.11 1.95 1.69 3/109 1271
/proc/meminfo: memFree=1217700/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=121808 CPUtime=1579.67
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 459929 0 0 0 157704 263 0 0 25 0 2 0 146262568 124731392 23166 1992294400 134512640 146736320 4290250304 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30452 23166 1049 2985 0 26994 0
[pid=1231/tid=1246] ppid=1230 vsize=121808 CPUtime=542.07
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 149549 0 0 0 54113 94 0 0 25 0 2 0 146310264 124731392 23166 1992294400 134512640 146736320 4290250304 18446744073709551615 135522077 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1579.67
Current children cumulated vsize (KiB) 130508

[startup+1122.3 s]
/proc/loadavg: 1.68 1.87 1.68 2/109 1273
/proc/meminfo: memFree=1217204/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=121332 CPUtime=1664.39
/proc/1231/stat : 1231 (pb_cplex) S 1230 1230 892 0 -1 4202496 481007 0 0 0 166165 274 0 0 25 0 2 0 146262568 124243968 23177 1992294400 134512640 146736320 4290250304 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30333 23177 1049 2985 0 26875 0
[pid=1231/tid=1246] ppid=1230 vsize=121332 CPUtime=601.86
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 169108 0 0 0 60082 104 0 0 25 0 2 0 146310264 124243968 23177 1992294400 134512640 146736320 4290250304 18446744073709551615 136003490 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1664.39
Current children cumulated vsize (KiB) 130032

[startup+1182.3 s]
/proc/loadavg: 1.25 1.71 1.64 2/109 1273
/proc/meminfo: memFree=1217700/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=121332 CPUtime=1724.37
/proc/1231/stat : 1231 (pb_cplex) S 1230 1230 892 0 -1 4202496 505650 0 0 0 172151 286 0 0 25 0 2 0 146262568 124243968 23177 1992294400 134512640 146736320 4290250304 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30333 23177 1049 2985 0 26875 0
[pid=1231/tid=1246] ppid=1230 vsize=121332 CPUtime=661.84
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 193751 0 0 0 66068 116 0 0 25 0 2 0 146310264 124243968 23177 1992294400 134512640 146736320 4290250304 18446744073709551615 136385185 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.37
Current children cumulated vsize (KiB) 130032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1234.3 s]
/proc/loadavg: 1.39 1.66 1.62 3/109 1275
/proc/meminfo: memFree=1217700/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=120600 CPUtime=1800.07
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 521499 0 0 0 179711 296 0 0 25 0 2 0 146262568 123494400 22966 1992294400 134512640 146736320 4290250304 18446744073709551615 136008259 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30150 22966 1049 2985 0 26692 0
[pid=1231/tid=1246] ppid=1230 vsize=120600 CPUtime=713.64
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 202300 0 0 0 71243 121 0 0 25 0 2 0 146310264 123494400 22966 1992294400 134512640 146736320 4290250304 18446744073709551615 136002914 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 129300

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

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

[startup+1234.3 s]
/proc/loadavg: 1.39 1.66 1.62 3/109 1275
/proc/meminfo: memFree=1217700/2059040 swapFree=4139708/4192956
[pid=1230] ppid=1228 vsize=8700 CPUtime=0
/proc/1230/stat : 1230 (run) S 1228 1230 892 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 146262567 8908800 248 1992294400 4194304 4922060 140735941194144 18446744073709551615 222256798853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1230/statm: 2175 248 208 178 0 68 0
[pid=1231] ppid=1230 vsize=120600 CPUtime=1800.07
/proc/1231/stat : 1231 (pb_cplex) R 1230 1230 892 0 -1 4202496 521499 0 0 0 179711 296 0 0 25 0 2 0 146262568 123494400 22966 1992294400 134512640 146736320 4290250304 18446744073709551615 136008259 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/1231/statm: 30150 22966 1049 2985 0 26692 0
[pid=1231/tid=1246] ppid=1230 vsize=120600 CPUtime=713.64
/proc/1231/task/1246/stat : 1246 (pb_cplex) R 1230 1230 892 0 -1 4202560 202300 0 0 0 71243 121 0 0 25 0 2 0 146310264 123494400 22966 1992294400 134512640 146736320 4290250304 18446744073709551615 136002914 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 129300

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1230 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=1999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.002998
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1234.32
CPU time (s): 1800.07
CPU user time (s): 1797.11
CPU system time (s): 2.96
CPU usage (%): 145.835
Max. virtual memory (cumulated for all children) (KiB): 131412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.001999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 2

runsolver used 2.31365 second user time and 6.07708 second system time

The end

Launcher Data

Begin job on node056 at 2010-07-02 07:48:36
IDJOB=2697084
IDBENCH=48118
IDSOLVER=1209
FILE ID=node056/2697084-1278049716
PBS_JOBID= 11198838
Free space on /tmp= 98304 MiB

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

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

MD5SUM BENCH= 7603a459a5769ea7e43f52c522eb87aa
RANDOM SEED=1541938973

node056.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.215
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.43
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.215
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1308888 kB
Buffers:        149892 kB
Cached:         491748 kB
SwapCached:       7104 kB
Active:         226072 kB
Inactive:       429508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1308888 kB
SwapTotal:     4192956 kB
SwapFree:      4139708 kB
Dirty:           16684 kB
Writeback:           0 kB
AnonPages:       12308 kB
Mapped:          12084 kB
Slab:            72592 kB
PageTables:       4200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180652 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-2697084-1278049716.opb

Free space on /tmp at the end= 98288 MiB
End job on node056 at 2010-07-02 08:09:13