Trace number 2695853

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.09 1004.82

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
MD5SUM7903a80129c7e51df900bcb9ac0a6f39
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1789.52
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables475
Total number of constraints475
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 constraints475
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 475
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 475
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 475
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-2695853-1278016720.opb.
0.00/0.00	c Instance file HOME/instance-2695853-1278016720.opb
0.00/0.00	c File size is 43295 bytes.
0.00/0.08	c Highest Coefficient sum: 263
0.00/0.08	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.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Parsing time:          0.08         s                                      |
0.00/0.08	c |  Number Variables:      475                                                 |
0.00/0.08	c |  Number Constraints:    475                                                 |
0.00/0.08	c ===============================================================================
1800.09/1004.81	c Remaining time 1799.92 sec.
1800.09/1004.81	c 
1800.09/1004.81	c *** INTERRUPTED ***
1800.09/1004.81	s UNKNOWN
1800.09/1004.81	c Total CPU time              : 1794.42 s
1800.09/1004.81	c Memory used           : 68.32 MB
1800.09/1004.81	c CPU time              : 1794.42 s
1800.09/1004.81	c 
1800.09/1004.81	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-2695853-1278016720/watcher-2695853-1278016720 -o /tmp/evaluation-result-2695853-1278016720/solver-2695853-1278016720 -C 1800 -W 2000 -M 1800 run HOME/instance-2695853-1278016720.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.80 1.84 1.36 3/105 30893
/proc/meminfo: memFree=1524828/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0

[startup+0.108519 s]
/proc/loadavg: 1.80 1.84 1.36 3/105 30893
/proc/meminfo: memFree=1524828/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.20053 s]
/proc/loadavg: 1.80 1.84 1.36 3/105 30893
/proc/meminfo: memFree=1524828/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300538 s]
/proc/loadavg: 1.80 1.84 1.36 3/105 30893
/proc/meminfo: memFree=1524828/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700587 s]
/proc/loadavg: 1.80 1.84 1.36 3/105 30893
/proc/meminfo: memFree=1524828/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 1.80 1.84 1.36 2/107 30895
/proc/meminfo: memFree=1519852/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=19584 CPUtime=1.48
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 2858 0 0 0 148 0 0 0 19 0 1 0 142963363 20054016 2048 1992294400 134512640 146736320 4288712800 18446744073709551615 136015572 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30894/statm: 4896 2048 1007 2985 0 1438 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 28284

[startup+3.10089 s]
/proc/loadavg: 1.80 1.84 1.36 2/107 30895
/proc/meminfo: memFree=1519720/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=19552 CPUtime=3.08
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 4795 0 0 0 307 1 0 0 23 0 1 0 142963363 20021248 2030 1992294400 134512640 146736320 4288712800 18446744073709551615 136015583 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/30894/statm: 4888 2030 997 2985 0 1430 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 28252

[startup+6.30129 s]
/proc/loadavg: 1.74 1.83 1.36 4/108 30897
/proc/meminfo: memFree=1515132/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=35332 CPUtime=7.94
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 6122 0 0 0 791 3 0 0 18 0 2 0 142963363 36179968 3329 1992294400 134512640 146736320 4288712800 18446744073709551615 136475791 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 8833 3329 1041 2985 0 5375 0
[pid=30894/tid=30897] ppid=30893 vsize=35332 CPUtime=1.99
/proc/30894/task/30897/stat : 30897 (pb_cplex) R 30893 30893 30757 0 -1 4202560 283 0 0 0 199 0 0 0 17 0 2 0 142963770 36179968 3329 1992294400 134512640 146736320 4288712800 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 44032

[startup+12.7011 s]
/proc/loadavg: 1.68 1.82 1.36 2/108 30897
/proc/meminfo: memFree=1513032/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=38404 CPUtime=17
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 8164 0 0 0 1693 7 0 0 17 0 2 0 142963363 39325696 3859 1992294400 134512640 146736320 4288712800 18446744073709551615 135982933 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30894/statm: 9601 3859 1067 2985 0 6143 0
[pid=30894/tid=30897] ppid=30893 vsize=38404 CPUtime=6.66
/proc/30894/task/30897/stat : 30897 (pb_cplex) S 30893 30893 30757 0 -1 4202560 283 0 0 0 664 2 0 0 25 0 2 0 142963770 39325696 3859 1992294400 134512640 146736320 4288712800 18446744073709551615 144580073 0 2 4096 16387 18446604437832307072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17
Current children cumulated vsize (KiB) 47104

[startup+25.5017 s]
/proc/loadavg: 1.53 1.78 1.35 3/108 30900
/proc/meminfo: memFree=1506088/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=48028 CPUtime=31.29
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 12818 0 0 0 3118 11 0 0 19 0 2 0 142963363 49180672 5531 1992294400 134512640 146736320 4288712800 18446744073709551615 136008042 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30894/statm: 12007 5531 1077 2985 0 8549 0
[pid=30894/tid=30900] ppid=30893 vsize=48028 CPUtime=1.75
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 168 0 0 0 175 0 0 0 18 0 2 0 142965530 49180672 5531 1992294400 134512640 146736320 4288712800 18446744073709551615 135526831 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 31.29
Current children cumulated vsize (KiB) 56728

[startup+51.1019 s]
/proc/loadavg: 1.76 1.81 1.37 3/108 30902
/proc/meminfo: memFree=1504972/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=48764 CPUtime=77.99
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 23478 0 0 0 7766 33 0 0 16 0 2 0 142963363 49934336 5667 1992294400 134512640 146736320 4288712800 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0
/proc/30894/statm: 12191 5667 1078 2985 0 8733 0
[pid=30894/tid=30900] ppid=30893 vsize=48764 CPUtime=25.49
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 4178 0 0 0 2537 12 0 0 18 0 2 0 142965530 49934336 5667 1992294400 134512640 146736320 4288712800 18446744073709551615 136000416 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.99
Current children cumulated vsize (KiB) 57464

[startup+102.302 s]
/proc/loadavg: 2.17 1.90 1.42 3/108 30902
/proc/meminfo: memFree=1502988/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=51816 CPUtime=167.11
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 35319 0 0 0 16640 71 0 0 16 0 2 0 142963363 53059584 6216 1992294400 134512640 146736320 4288712800 18446744073709551615 136000882 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 12954 6216 1078 2985 0 9496 0
[pid=30894/tid=30900] ppid=30893 vsize=51816 CPUtime=69.86
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 13918 0 0 0 6955 31 0 0 18 0 2 0 142965530 53059584 6216 1992294400 134512640 146736320 4288712800 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 167.11
Current children cumulated vsize (KiB) 60516

[startup+162.302 s]
/proc/loadavg: 1.98 1.89 1.45 3/108 30904
/proc/meminfo: memFree=1500508/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=53668 CPUtime=272.71
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 48940 0 0 0 27159 112 0 0 16 0 2 0 142963363 54956032 6648 1992294400 134512640 146736320 4288712800 18446744073709551615 136008053 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 13417 6648 1081 2985 0 9959 0
[pid=30894/tid=30900] ppid=30893 vsize=53668 CPUtime=124.14
/proc/30894/task/30900/stat : 30900 (pb_cplex) S 30893 30893 30757 0 -1 4202560 23349 0 0 0 12362 52 0 0 25 0 2 0 142965530 54956032 6648 1992294400 134512640 146736320 4288712800 18446744073709551615 144580073 0 2 4096 16387 18446604437832307072 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 272.71
Current children cumulated vsize (KiB) 62368

[startup+222.309 s]
/proc/loadavg: 1.77 1.86 1.46 3/108 30906
/proc/meminfo: memFree=1498656/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=54384 CPUtime=377.2
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 78841 0 0 0 37564 156 0 0 16 0 2 0 142963363 55689216 7064 1992294400 134512640 146736320 4288712800 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 13596 7064 1087 2985 0 10138 0
[pid=30894/tid=30900] ppid=30893 vsize=54384 CPUtime=182.33
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 37196 0 0 0 18161 72 0 0 25 0 2 0 142965530 55689216 7064 1992294400 134512640 146736320 4288712800 18446744073709551615 139042883 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 377.2
Current children cumulated vsize (KiB) 63084

[startup+282.303 s]
/proc/loadavg: 1.80 1.85 1.48 3/108 30908
/proc/meminfo: memFree=1498160/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=54936 CPUtime=486.55
/proc/30894/stat : 30894 (pb_cplex) S 30893 30893 30757 0 -1 4202496 90135 0 0 0 48461 194 0 0 18 0 2 0 142963363 56254464 7185 1992294400 134512640 146736320 4288712800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 13734 7185 1091 2985 0 10276 0
[pid=30894/tid=30900] ppid=30893 vsize=54936 CPUtime=239.23
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 42840 0 0 0 23831 92 0 0 18 0 2 0 142965530 56254464 7185 1992294400 134512640 146736320 4288712800 18446744073709551615 139042901 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 486.55
Current children cumulated vsize (KiB) 63636

[startup+342.3 s]
/proc/loadavg: 1.85 1.84 1.50 4/108 30908
/proc/meminfo: memFree=1496796/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=56468 CPUtime=593.95
/proc/30894/stat : 30894 (pb_cplex) S 30893 30893 30757 0 -1 4202496 99832 0 0 0 59166 229 0 0 16 0 2 0 142963363 57823232 7598 1992294400 134512640 146736320 4288712800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 14117 7598 1096 2985 0 10659 0

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

[pid=30894] ppid=30893 vsize=60484 CPUtime=920.18
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 120561 0 0 0 91690 328 0 0 17 0 2 0 142963363 61935616 8528 1992294400 134512640 146736320 4288712800 18446744073709551615 136388081 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 15121 8528 1087 2985 0 11663 0
[pid=30894/tid=30900] ppid=30893 vsize=60484 CPUtime=458.01
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 60076 0 0 0 45642 159 0 0 18 0 2 0 142965530 61935616 8528 1992294400 134512640 146736320 4288712800 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 920.18
Current children cumulated vsize (KiB) 69184

[startup+582.301 s]
/proc/loadavg: 2.18 2.00 1.63 3/108 30916
/proc/meminfo: memFree=1491960/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=61300 CPUtime=1028.4
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 128262 0 0 0 102484 356 0 0 16 0 2 0 142963363 62771200 8641 1992294400 134512640 146736320 4288712800 18446744073709551615 136008065 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 15325 8641 1087 2985 0 11867 0
[pid=30894/tid=30900] ppid=30893 vsize=61300 CPUtime=513.24
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 63821 0 0 0 51151 173 0 0 25 0 2 0 142965530 62771200 8641 1992294400 134512640 146736320 4288712800 18446744073709551615 135468677 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1028.4
Current children cumulated vsize (KiB) 70000

[startup+642.3 s]
/proc/loadavg: 1.88 1.95 1.64 3/108 30916
/proc/meminfo: memFree=1490472/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=63496 CPUtime=1137.11
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 136662 0 0 0 113320 391 0 0 17 0 2 0 142963363 65019904 9155 1992294400 134512640 146736320 4288712800 18446744073709551615 135525921 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 15874 9155 1087 2985 0 12416 0
[pid=30894/tid=30900] ppid=30893 vsize=63496 CPUtime=569.46
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 68417 0 0 0 56756 190 0 0 25 0 2 0 142965530 65019904 9155 1992294400 134512640 146736320 4288712800 18446744073709551615 136001703 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1137.11
Current children cumulated vsize (KiB) 72196

[startup+702.301 s]
/proc/loadavg: 1.89 1.94 1.65 3/108 30918
/proc/meminfo: memFree=1489852/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=65612 CPUtime=1247.17
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 144522 0 0 0 124294 423 0 0 18 0 2 0 142963363 67186688 9613 1992294400 134512640 146736320 4288712800 18446744073709551615 139042876 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 16403 9613 1087 2985 0 12945 0
[pid=30894/tid=30900] ppid=30893 vsize=65612 CPUtime=626.41
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 72480 0 0 0 62436 205 0 0 25 0 2 0 142965530 67186688 9613 1992294400 134512640 146736320 4288712800 18446744073709551615 139023048 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1247.17
Current children cumulated vsize (KiB) 74312

[startup+762.3 s]
/proc/loadavg: 2.01 1.97 1.67 4/108 30920
/proc/meminfo: memFree=1487868/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=65740 CPUtime=1357.89
/proc/30894/stat : 30894 (pb_cplex) S 30893 30893 30757 0 -1 4202496 149613 0 0 0 135335 454 0 0 18 0 2 0 142963363 67317760 9822 1992294400 134512640 146736320 4288712800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 16435 9822 1087 2985 0 12977 0
[pid=30894/tid=30900] ppid=30893 vsize=65740 CPUtime=683.43
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 75143 0 0 0 68122 221 0 0 20 0 2 0 142965530 67317760 9822 1992294400 134512640 146736320 4288712800 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1357.89
Current children cumulated vsize (KiB) 74440

[startup+822.301 s]
/proc/loadavg: 2.00 1.97 1.69 3/108 30922
/proc/meminfo: memFree=1487868/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=67240 CPUtime=1467.38
/proc/30894/stat : 30894 (pb_cplex) S 30893 30893 30757 0 -1 4202496 155758 0 0 0 146255 483 0 0 17 0 2 0 142963363 68853760 10004 1992294400 134512640 146736320 4288712800 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 16810 10004 1107 2985 0 13352 0
[pid=30894/tid=30900] ppid=30893 vsize=67240 CPUtime=740.35
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 77512 0 0 0 73800 235 0 0 18 0 2 0 142965530 68853760 10004 1992294400 134512640 146736320 4288712800 18446744073709551615 136008065 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1467.38
Current children cumulated vsize (KiB) 75940

[startup+882.308 s]
/proc/loadavg: 1.93 1.95 1.70 3/108 30924
/proc/meminfo: memFree=1486380/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=67320 CPUtime=1576.12
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 163735 0 0 0 157098 514 0 0 18 0 2 0 142963363 68935680 10079 1992294400 134512640 146736320 4288712800 18446744073709551615 144757825 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 16830 10079 1087 2985 0 13372 0
[pid=30894/tid=30900] ppid=30893 vsize=67320 CPUtime=796.67
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 80662 0 0 0 79418 249 0 0 25 0 2 0 142965530 68935680 10079 1992294400 134512640 146736320 4288712800 18446744073709551615 136000937 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1576.12
Current children cumulated vsize (KiB) 76020

[startup+942.301 s]
/proc/loadavg: 1.96 1.95 1.71 3/108 30924
/proc/meminfo: memFree=1485388/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=69044 CPUtime=1685.22
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 169843 0 0 0 167981 541 0 0 16 0 2 0 142963363 70701056 10436 1992294400 134512640 146736320 4288712800 18446744073709551615 138462929 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 17261 10436 1087 2985 0 13803 0
[pid=30894/tid=30900] ppid=30893 vsize=69044 CPUtime=853.08
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 84470 0 0 0 85045 263 0 0 18 0 2 0 142965530 70701056 10436 1992294400 134512640 146736320 4288712800 18446744073709551615 139044509 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1685.22
Current children cumulated vsize (KiB) 77744

[startup+1002.3 s]
/proc/loadavg: 2.01 1.97 1.73 3/108 30926
/proc/meminfo: memFree=1483156/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=70304 CPUtime=1795.33
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 173429 0 0 0 178965 568 0 0 17 0 2 0 142963363 71991296 10954 1992294400 134512640 146736320 4288712800 18446744073709551615 136000487 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 17576 10954 1088 2985 0 14118 0
[pid=30894/tid=30900] ppid=30893 vsize=70304 CPUtime=910.05
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 86161 0 0 0 90728 277 0 0 23 0 2 0 142965530 71991296 10954 1992294400 134512640 146736320 4288712800 18446744073709551615 136008178 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1795.33
Current children cumulated vsize (KiB) 79004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1004.8 s]
/proc/loadavg: 2.01 1.97 1.74 4/108 30926
/proc/meminfo: memFree=1484396/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=69952 CPUtime=1800.09
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 173642 0 0 0 179440 569 0 0 18 0 2 0 142963363 71630848 10720 1992294400 134512640 146736320 4288712800 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 17488 10720 1087 2985 0 14030 0
[pid=30894/tid=30900] ppid=30893 vsize=69952 CPUtime=912.5
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 86290 0 0 0 90973 277 0 0 25 0 2 0 142965530 71630848 10720 1992294400 134512640 146736320 4288712800 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 78652

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

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

[startup+1004.8 s]
/proc/loadavg: 2.01 1.97 1.74 4/108 30926
/proc/meminfo: memFree=1484396/2059040 swapFree=4139708/4192956
[pid=30893] ppid=30891 vsize=8700 CPUtime=0
/proc/30893/stat : 30893 (run) S 30891 30893 30757 0 -1 4202496 366 0 0 0 0 0 0 0 17 0 1 0 142963363 8908800 249 1992294400 4194304 4922060 140736822191648 18446744073709551615 266013875333 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/30893/statm: 2175 249 208 178 0 68 0
[pid=30894] ppid=30893 vsize=69952 CPUtime=1800.09
/proc/30894/stat : 30894 (pb_cplex) R 30893 30893 30757 0 -1 4202496 173642 0 0 0 179440 569 0 0 18 0 2 0 142963363 71630848 10720 1992294400 134512640 146736320 4288712800 18446744073709551615 136008050 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0
/proc/30894/statm: 17488 10720 1087 2985 0 14030 0
[pid=30894/tid=30900] ppid=30893 vsize=69952 CPUtime=912.5
/proc/30894/task/30900/stat : 30900 (pb_cplex) R 30893 30893 30757 0 -1 4202560 86290 0 0 0 90973 277 0 0 25 0 2 0 142965530 71630848 10720 1992294400 134512640 146736320 4288712800 18446744073709551615 136000487 0 2 4096 16387 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 78652

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1004.82
CPU time (s): 1800.09
CPU user time (s): 1794.4
CPU system time (s): 5.69
CPU usage (%): 179.145
Max. virtual memory (cumulated for all children) (KiB): 80644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
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= 366
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 1.91671 second user time and 5.18021 second system time

The end

Launcher Data

Begin job on node054 at 2010-07-01 22:38:40
IDJOB=2695853
IDBENCH=1952
IDSOLVER=1209
FILE ID=node054/2695853-1278016720
PBS_JOBID= 11198712
Free space on /tmp= 62284 MiB

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

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

MD5SUM BENCH= 7903a80129c7e51df900bcb9ac0a6f39
RANDOM SEED=1045644317

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1525232 kB
Buffers:        119936 kB
Cached:         325160 kB
SwapCached:       6396 kB
Active:         219728 kB
Inactive:       238728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1525232 kB
SwapTotal:     4192956 kB
SwapFree:      4139708 kB
Dirty:           16632 kB
Writeback:           0 kB
AnonPages:       11804 kB
Mapped:          11872 kB
Slab:            53452 kB
PageTables:       4176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62268 MiB
End job on node054 at 2010-07-01 22:55:27