Trace number 2695991

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.16 1082.43

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-2.opb
MD5SUM5909a36352b34473abff2d7e1fe31c04
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-29
Best CPU time to get the best result obtained on this benchmark1789.47
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17874
Number of constraints which are clauses17874
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 constraint2
Number of terms in the objective function 450
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 450
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 450
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-2695991-1278018948.opb.
0.00/0.00	c Instance file HOME/instance-2695991-1278018948.opb
0.00/0.00	c File size is 424375 bytes.
0.00/0.15	c Highest Coefficient sum: 3
0.00/0.15	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.18	c ============================[ Problem Statistics ]=============================
0.00/0.18	c |                                                                             |
0.00/0.18	c |  Parsing time:          0.17         s                                      |
0.00/0.18	c |  Number Variables:      450                                                 |
0.00/0.18	c |  Number Constraints:    17874                                               |
0.00/0.18	c ===============================================================================
1800.16/1082.42	c Remaining time 1799.83 sec.
1800.16/1082.42	c 
1800.16/1082.42	c *** INTERRUPTED ***
1800.16/1082.42	s UNKNOWN
1800.16/1082.42	c Total CPU time              : 1797.45 s
1800.16/1082.42	c Memory used           : 87.29 MB
1800.16/1082.42	c CPU time              : 1797.45 s
1800.16/1082.42	c 
1800.16/1082.42	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-2695991-1278018948/watcher-2695991-1278018948 -o /tmp/evaluation-result-2695991-1278018948/solver-2695991-1278018948 -C 1800 -W 2000 -M 1800 run HOME/instance-2695991-1278018948.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.93 1.96 1.55 3/106 29151
/proc/meminfo: memFree=1465688/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0

[startup+0.0182471 s]
/proc/loadavg: 1.93 1.96 1.55 3/106 29151
/proc/meminfo: memFree=1465688/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101256 s]
/proc/loadavg: 1.93 1.96 1.55 3/106 29151
/proc/meminfo: memFree=1465688/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300955 s]
/proc/loadavg: 1.93 1.96 1.55 3/106 29151
/proc/meminfo: memFree=1465688/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700951 s]
/proc/loadavg: 1.93 1.96 1.55 3/106 29151
/proc/meminfo: memFree=1465688/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 1.93 1.96 1.55 2/108 29153
/proc/meminfo: memFree=1452156/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=32096 CPUtime=1.49
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 5035 0 0 0 147 2 0 0 19 0 1 0 143186821 32866304 4157 1992294400 134512640 146736320 4289980928 18446744073709551615 135855174 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29152/statm: 8024 4157 894 2985 0 4566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40796

[startup+3.10093 s]
/proc/loadavg: 1.93 1.96 1.55 2/108 29153
/proc/meminfo: memFree=1451660/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=32680 CPUtime=3.08
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 5118 0 0 0 306 2 0 0 24 0 1 0 143186821 33464320 4240 1992294400 134512640 146736320 4289980928 18446744073709551615 135466494 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29152/statm: 8170 4240 897 2985 0 4712 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41380

[startup+6.3009 s]
/proc/loadavg: 1.85 1.94 1.55 2/108 29153
/proc/meminfo: memFree=1446452/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=39072 CPUtime=6.27
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 10010 0 0 0 622 5 0 0 25 0 1 0 143186821 40009728 5685 1992294400 134512640 146736320 4289980928 18446744073709551615 136385177 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29152/statm: 9768 5685 1017 2985 0 6310 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 47772

[startup+12.7008 s]
/proc/loadavg: 1.78 1.92 1.54 2/108 29153
/proc/meminfo: memFree=1446328/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=39072 CPUtime=12.67
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 10010 0 0 0 1262 5 0 0 25 0 1 0 143186821 40009728 5685 1992294400 134512640 146736320 4289980928 18446744073709551615 136017757 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29152/statm: 9768 5685 1017 2985 0 6310 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 47772

[startup+25.5007 s]
/proc/loadavg: 1.61 1.88 1.53 2/108 29153
/proc/meminfo: memFree=1446700/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=39092 CPUtime=25.47
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 13486 0 0 0 2539 8 0 0 25 0 1 0 143186821 40030208 5707 1992294400 134512640 146736320 4289980928 18446744073709551615 136017512 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29152/statm: 9773 5707 1019 2985 0 6315 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 47792

[startup+51.1005 s]
/proc/loadavg: 1.40 1.81 1.52 2/108 29155
/proc/meminfo: memFree=1446452/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=38820 CPUtime=51.04
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 13851 0 0 0 5094 10 0 0 25 0 1 0 143186821 39751680 5685 1992294400 134512640 146736320 4289980928 18446744073709551615 136017495 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29152/statm: 9705 5685 1019 2985 0 6247 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 47520

[startup+102.309 s]
/proc/loadavg: 1.17 1.68 1.49 5/109 29156
/proc/meminfo: memFree=1433424/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=66032 CPUtime=103.04
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 17549 0 0 0 10290 14 0 0 18 0 2 0 143186821 67616768 8990 1992294400 134512640 146736320 4289980928 18446744073709551615 136385183 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 16508 8990 1052 2985 0 13050 0
[pid=29152/tid=29156] ppid=29151 vsize=66032 CPUtime=0.8
/proc/29152/task/29156/stat : 29156 (pb_cplex) R 29151 29151 28293 0 -1 4202560 1279 0 0 0 80 0 0 0 18 0 2 0 143195330 67616768 8990 1992294400 134512640 146736320 4289980928 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 103.04
Current children cumulated vsize (KiB) 74732

[startup+162.3 s]
/proc/loadavg: 1.64 1.72 1.51 3/109 29158
/proc/meminfo: memFree=1433052/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=66088 CPUtime=214.06
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 17630 0 0 0 21385 21 0 0 25 0 2 0 143186821 67674112 9061 1992294400 134512640 146736320 4289980928 18446744073709551615 139044509 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 16522 9061 1052 2985 0 13064 0
[pid=29152/tid=29156] ppid=29151 vsize=66088 CPUtime=60.39
/proc/29152/task/29156/stat : 29156 (pb_cplex) R 29151 29151 28293 0 -1 4202560 1350 0 0 0 6036 3 0 0 25 0 2 0 143195330 67674112 9061 1992294400 134512640 146736320 4289980928 18446744073709551615 139044554 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 214.06
Current children cumulated vsize (KiB) 74788

[startup+222.301 s]
/proc/loadavg: 1.76 1.74 1.53 3/109 29160
/proc/meminfo: memFree=1432928/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=66352 CPUtime=328.17
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 17675 0 0 0 32788 29 0 0 25 0 2 0 143186821 67944448 9106 1992294400 134512640 146736320 4289980928 18446744073709551615 136008069 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 16588 9106 1052 2985 0 13130 0
[pid=29152/tid=29156] ppid=29151 vsize=66352 CPUtime=118.01
/proc/29152/task/29156/stat : 29156 (pb_cplex) R 29151 29151 28293 0 -1 4202560 1390 0 0 0 11795 6 0 0 25 0 2 0 143195330 67944448 9106 1992294400 134512640 146736320 4289980928 18446744073709551615 135854509 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 328.17
Current children cumulated vsize (KiB) 75052

[startup+282.3 s]
/proc/loadavg: 1.91 1.78 1.56 3/109 29162
/proc/meminfo: memFree=1432432/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=66668 CPUtime=443.32
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 17816 0 0 0 44295 37 0 0 20 0 2 0 143186821 68268032 9209 1992294400 134512640 146736320 4289980928 18446744073709551615 136008259 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 16667 9209 1072 2985 0 13209 0
[pid=29152/tid=29156] ppid=29151 vsize=66668 CPUtime=177.32
/proc/29152/task/29156/stat : 29156 (pb_cplex) R 29151 29151 28293 0 -1 4202560 1454 0 0 0 17722 10 0 0 25 0 2 0 143195330 68268032 9209 1992294400 134512640 146736320 4289980928 18446744073709551615 136000173 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 443.32
Current children cumulated vsize (KiB) 75368

[startup+342.301 s]
/proc/loadavg: 1.44 1.68 1.54 2/108 29164
/proc/meminfo: memFree=1435044/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=56044 CPUtime=511.61
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 21041 0 0 0 51120 41 0 0 25 0 1 0 143186821 57389056 8425 1992294400 134512640 146736320 4289980928 18446744073709551615 136019052 0 0 4096 16387 0 0 0 17 0 0 0 0
/proc/29152/statm: 14011 8425 1062 2985 0 10553 0
Current children cumulated CPU time (s) 511.61
Current children cumulated vsize (KiB) 64744

[startup+402.3 s]
/proc/loadavg: 1.35 1.60 1.52 2/109 29166
/proc/meminfo: memFree=1414700/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0

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

[pid=29152] ppid=29151 vsize=90192 CPUtime=784.78
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 77714 0 0 0 78392 86 0 0 25 0 2 0 143186821 92356608 13551 1992294400 134512640 146736320 4289980928 18446744073709551615 135999699 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22548 13551 1073 2985 0 19090 0
[pid=29152/tid=29166] ppid=29151 vsize=90192 CPUtime=122.78
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 34802 0 0 0 12255 23 0 0 25 0 2 0 143224690 92356608 13551 1992294400 134512640 146736320 4289980928 18446744073709551615 136007668 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 784.78
Current children cumulated vsize (KiB) 98892

[startup+582.3 s]
/proc/loadavg: 1.88 1.70 1.56 3/109 29172
/proc/meminfo: memFree=1413708/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=90192 CPUtime=894.41
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 107968 0 0 0 89332 109 0 0 18 0 2 0 143186821 92356608 13585 1992294400 134512640 146736320 4289980928 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22548 13585 1073 2985 0 19090 0
[pid=29152/tid=29166] ppid=29151 vsize=90192 CPUtime=181.62
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 63647 0 0 0 18122 40 0 0 21 0 2 0 143224690 92356608 13585 1992294400 134512640 146736320 4289980928 18446744073709551615 136008072 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 894.41
Current children cumulated vsize (KiB) 98892

[startup+642.301 s]
/proc/loadavg: 1.88 1.74 1.58 3/109 29174
/proc/meminfo: memFree=1413584/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=90228 CPUtime=1006.44
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 130215 0 0 0 100514 130 0 0 25 0 2 0 143186821 92393472 13618 1992294400 134512640 146736320 4289980928 18446744073709551615 136008070 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22557 13618 1073 2985 0 19099 0
[pid=29152/tid=29166] ppid=29151 vsize=90228 CPUtime=238.61
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 85100 0 0 0 23805 56 0 0 25 0 2 0 143224690 92393472 13618 1992294400 134512640 146736320 4289980928 18446744073709551615 136008216 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1006.44
Current children cumulated vsize (KiB) 98928

[startup+702.3 s]
/proc/loadavg: 1.91 1.77 1.60 2/109 29174
/proc/meminfo: memFree=1413460/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=90228 CPUtime=1113.93
/proc/29152/stat : 29152 (pb_cplex) S 29151 29151 28293 0 -1 4202496 153222 0 0 0 111245 148 0 0 25 0 2 0 143186821 92393472 13628 1992294400 134512640 146736320 4289980928 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22557 13628 1073 2985 0 19099 0
[pid=29152/tid=29166] ppid=29151 vsize=90228 CPUtime=292.28
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 106979 0 0 0 29160 68 0 0 25 0 2 0 143224690 92393472 13628 1992294400 134512640 146736320 4289980928 18446744073709551615 136384892 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1113.93
Current children cumulated vsize (KiB) 98928

[startup+762.309 s]
/proc/loadavg: 1.74 1.75 1.60 3/109 29176
/proc/meminfo: memFree=1413336/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=90228 CPUtime=1222.31
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 189537 0 0 0 122059 172 0 0 25 0 2 0 143186821 92393472 13645 1992294400 134512640 146736320 4289980928 18446744073709551615 136007073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22557 13645 1073 2985 0 19099 0
[pid=29152/tid=29166] ppid=29151 vsize=90228 CPUtime=347.58
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 139640 0 0 0 34672 86 0 0 25 0 2 0 143224690 92393472 13645 1992294400 134512640 146736320 4289980928 18446744073709551615 136008259 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1222.31
Current children cumulated vsize (KiB) 98928

[startup+822.301 s]
/proc/loadavg: 1.80 1.76 1.61 3/109 29178
/proc/meminfo: memFree=1413336/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=90228 CPUtime=1329.38
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 208859 0 0 0 132747 191 0 0 25 0 2 0 143186821 92393472 13664 1992294400 134512640 146736320 4289980928 18446744073709551615 136008441 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22557 13664 1073 2985 0 19099 0
[pid=29152/tid=29166] ppid=29151 vsize=90228 CPUtime=405.49
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 152941 0 0 0 40452 97 0 0 25 0 2 0 143224690 92393472 13664 1992294400 134512640 146736320 4289980928 18446744073709551615 139042897 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1329.38
Current children cumulated vsize (KiB) 98928

[startup+882.3 s]
/proc/loadavg: 2.00 1.82 1.64 2/109 29180
/proc/meminfo: memFree=1413956/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=89856 CPUtime=1434.88
/proc/29152/stat : 29152 (pb_cplex) S 29151 29151 28293 0 -1 4202496 218896 0 0 0 143283 205 0 0 25 0 2 0 143186821 92012544 13589 1992294400 134512640 146736320 4289980928 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22464 13589 1073 2985 0 19006 0
[pid=29152/tid=29166] ppid=29151 vsize=89856 CPUtime=455.63
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 158515 0 0 0 45461 102 0 0 25 0 2 0 143224690 92012544 13589 1992294400 134512640 146736320 4289980928 18446744073709551615 136008047 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1434.88
Current children cumulated vsize (KiB) 98556

[startup+942.301 s]
/proc/loadavg: 1.84 1.80 1.64 3/109 29182
/proc/meminfo: memFree=1413460/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=89888 CPUtime=1545.89
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 244618 0 0 0 154363 226 0 0 25 0 2 0 143186821 92045312 13632 1992294400 134512640 146736320 4289980928 18446744073709551615 136008245 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22472 13632 1073 2985 0 19014 0
[pid=29152/tid=29166] ppid=29151 vsize=89888 CPUtime=512.46
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 182355 0 0 0 51129 117 0 0 25 0 2 0 143224690 92045312 13632 1992294400 134512640 146736320 4289980928 18446744073709551615 135854535 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1545.89
Current children cumulated vsize (KiB) 98588

[startup+1002.3 s]
/proc/loadavg: 2.32 1.93 1.69 5/109 29185
/proc/meminfo: memFree=1413708/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=91428 CPUtime=1654.74
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 274834 0 0 0 165224 250 0 0 19 0 2 0 143186821 93622272 13881 1992294400 134512640 146736320 4289980928 18446744073709551615 136008441 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22857 13881 1073 2985 0 19399 0
[pid=29152/tid=29166] ppid=29151 vsize=91428 CPUtime=567.37
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 206242 0 0 0 56604 133 0 0 19 0 2 0 143224690 93622272 13881 1992294400 134512640 146736320 4289980928 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1654.74
Current children cumulated vsize (KiB) 100128

[startup+1062.3 s]
/proc/loadavg: 1.91 1.89 1.69 3/109 29187
/proc/meminfo: memFree=1413832/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=89636 CPUtime=1763.84
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 290964 0 0 0 176117 267 0 0 25 0 2 0 143186821 91787264 13591 1992294400 134512640 146736320 4289980928 18446744073709551615 135467721 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22409 13591 1073 2985 0 18951 0
[pid=29152/tid=29166] ppid=29151 vsize=89636 CPUtime=620.41
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 218318 0 0 0 61898 143 0 0 25 0 2 0 143224690 91787264 13591 1992294400 134512640 146736320 4289980928 18446744073709551615 136008020 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1763.84
Current children cumulated vsize (KiB) 98336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1082.41 s]
/proc/loadavg: 2.08 1.93 1.71 3/109 29189
/proc/meminfo: memFree=1413956/2059040 swapFree=4136140/4192956
[pid=29151] ppid=29149 vsize=8700 CPUtime=0
/proc/29151/stat : 29151 (run) S 29149 29151 28293 0 -1 4202496 365 0 0 0 0 0 0 0 20 0 1 0 143186821 8908800 249 1992294400 4194304 4922060 140734776764352 18446744073709551615 242171354245 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29151/statm: 2175 249 208 178 0 68 0
[pid=29152] ppid=29151 vsize=89384 CPUtime=1800.16
/proc/29152/stat : 29152 (pb_cplex) R 29151 29151 28293 0 -1 4202496 297953 0 0 0 179743 273 0 0 25 0 2 0 143186821 91529216 13528 1992294400 134512640 146736320 4289980928 18446744073709551615 139044554 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/29152/statm: 22346 13528 1073 2985 0 18888 0
[pid=29152/tid=29166] ppid=29151 vsize=89384 CPUtime=639.18
/proc/29152/task/29166/stat : 29166 (pb_cplex) R 29151 29151 28293 0 -1 4202560 224464 0 0 0 63771 147 0 0 25 0 2 0 143224690 91529216 13528 1992294400 134512640 146736320 4289980928 18446744073709551615 136017763 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 98084

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

Real time (s): 1082.43
CPU time (s): 1800.16
CPU user time (s): 1797.43
CPU system time (s): 2.73
CPU usage (%): 166.307
Max. virtual memory (cumulated for all children) (KiB): 105420

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= 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 2.13767 second user time and 5.59815 second system time

The end

Launcher Data

Begin job on node047 at 2010-07-01 23:15:48
IDJOB=2695991
IDBENCH=2237
IDSOLVER=1209
FILE ID=node047/2695991-1278018948
PBS_JOBID= 11198718
Free space on /tmp= 62388 MiB

SOLVER NAME= pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-2.opb
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2695991-1278018948/watcher-2695991-1278018948 -o /tmp/evaluation-result-2695991-1278018948/solver-2695991-1278018948 -C 1800 -W 2000 -M 1800  run HOME/instance-2695991-1278018948.opb

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

MD5SUM BENCH= 5909a36352b34473abff2d7e1fe31c04
RANDOM SEED=47859083

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1466092 kB
Buffers:        142588 kB
Cached:         344676 kB
SwapCached:      10104 kB
Active:         240920 kB
Inactive:       259840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1466092 kB
SwapTotal:     4192956 kB
SwapFree:      4136140 kB
Dirty:           17252 kB
Writeback:           0 kB
AnonPages:       11924 kB
Mapped:           8516 kB
Slab:            70264 kB
PageTables:       4232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181512 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= 62372 MiB
End job on node047 at 2010-07-01 23:33:52