Trace number 2697485

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 NameAnswerCPU timeWall clock time
pb_cplex 2010-07-01? (TO) 1801.86 421.603

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.tag8.ucl--soft-33-100-0.wbo
MD5SUM2e5305672cd925feb8447ea4f265e9b4
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.35779
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables3249
Total number of constraints8983
Number of soft constraints6015
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 304920
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 304919
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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 wbo file format. File HOME/instance-2697485-1278055356.wbo.
0.00/0.00	c Instance file HOME/instance-2697485-1278055356.wbo
0.00/0.00	c File size is 301844 bytes.
7.19/7.22	c Highest Coefficient sum: 126
7.19/7.22	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
7.19/7.23	c ============================[ Problem Statistics ]=============================
7.19/7.23	c |                                                                             |
7.19/7.23	c |  Parsing time:          7.22         s                                      |
7.19/7.23	c |  Number Variables:      9264                                                |
7.19/7.23	c |  Number Constraints:    8984                                                |
7.19/7.23	c ===============================================================================

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-2697485-1278055356/watcher-2697485-1278055356 -o /tmp/evaluation-result-2697485-1278055356/solver-2697485-1278055356 -C 1800 -W 2000 -M 3800 run HOME/instance-2697485-1278055356.wbo 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.63 7.24 3.69 5/179 26166
/proc/meminfo: memFree=30887600/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0

[startup+0.0432691 s]
/proc/loadavg: 8.63 7.24 3.69 5/179 26166
/proc/meminfo: memFree=30887600/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100259 s]
/proc/loadavg: 8.63 7.24 3.69 5/179 26166
/proc/meminfo: memFree=30887600/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300218 s]
/proc/loadavg: 8.63 7.24 3.69 5/179 26166
/proc/meminfo: memFree=30887600/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701142 s]
/proc/loadavg: 8.63 7.24 3.69 5/179 26166
/proc/meminfo: memFree=30887600/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.501 s]
/proc/loadavg: 8.10 7.15 3.68 3/181 26168
/proc/meminfo: memFree=30885104/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=14804 CPUtime=1.49
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 856 0 0 0 149 0 0 0 25 0 1 0 146831107 15159296 810 4089446400 134512640 146736320 4286822752 18446744073709551615 140681168 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/26167/statm: 3701 810 316 2985 0 561 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23504

[startup+3.10066 s]
/proc/loadavg: 8.10 7.15 3.68 3/181 26168
/proc/meminfo: memFree=30883120/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=15536 CPUtime=3.09
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 1040 0 0 0 309 0 0 0 25 0 1 0 146831107 15908864 994 4089446400 134512640 146736320 4286822752 18446744073709551615 134814122 0 0 4096 16387 0 0 0 17 7 0 0 0
/proc/26167/statm: 3884 994 330 2985 0 744 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24236

[startup+6.30112 s]
/proc/loadavg: 8.10 7.15 3.68 3/181 26168
/proc/meminfo: memFree=30881348/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=16564 CPUtime=6.29
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 1310 0 0 0 629 0 0 0 25 0 1 0 146831107 16961536 1264 4089446400 134512640 146736320 4286822752 18446744073709551615 140681194 0 0 4096 16387 0 0 0 17 3 0 0 0
/proc/26167/statm: 4141 1264 349 2985 0 1001 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25264

[startup+12.7009 s]
/proc/loadavg: 7.16 6.98 3.67 3/181 26168
/proc/meminfo: memFree=30858024/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=219240 CPUtime=13.5
/proc/26167/stat : 26167 (pb_cplex) S 26166 26166 25677 0 -1 4202496 47575 0 0 0 1344 6 0 0 18 0 8 0 146831107 224501760 24524 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/26167/statm: 54810 24524 1142 2985 0 51352 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 227940

[startup+25.5006 s]
/proc/loadavg: 7.18 6.99 3.71 3/181 26182
/proc/meminfo: memFree=30754076/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=174288 CPUtime=53.56
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 144297 0 0 0 5324 32 0 0 25 0 1 0 146831107 178470912 27060 4089446400 134512640 146736320 4286822752 18446744073709551615 136008050 0 0 4096 16387 0 0 0 17 1 0 0 0
/proc/26167/statm: 43572 27060 1081 2985 0 40114 0
Current children cumulated CPU time (s) 53.56
Current children cumulated vsize (KiB) 182988

[startup+51.1008 s]
/proc/loadavg: 5.41 6.59 3.66 11/188 26197
/proc/meminfo: memFree=30697996/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=240344 CPUtime=86.31
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 183128 0 0 0 8591 40 0 0 19 0 8 0 146831107 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 136388078 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/26167/statm: 60086 34020 1082 2985 0 56628 0
[pid=26167/tid=26191] ppid=26166 vsize=240344 CPUtime=1
/proc/26167/task/26191/stat : 26191 (pb_cplex) R 26166 26166 25677 0 -1 4202560 948 0 0 0 100 0 0 0 19 0 8 0 146835607 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 144797937 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26167/tid=26192] ppid=26166 vsize=240344 CPUtime=0.34
/proc/26167/task/26192/stat : 26192 (pb_cplex) R 26166 26166 25677 0 -1 4202560 1328 0 0 0 34 0 0 0 18 0 8 0 146835607 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 136403117 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26167/tid=26193] ppid=26166 vsize=240344 CPUtime=1.01
/proc/26167/task/26193/stat : 26193 (pb_cplex) R 26166 26166 25677 0 -1 4202560 1216 0 0 0 101 0 0 0 19 0 8 0 146835607 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26167/tid=26194] ppid=26166 vsize=240344 CPUtime=1.02
/proc/26167/task/26194/stat : 26194 (pb_cplex) R 26166 26166 25677 0 -1 4202560 260 0 0 0 102 0 0 0 19 0 8 0 146835607 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 135451020 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=26167/tid=26195] ppid=26166 vsize=240344 CPUtime=1
/proc/26167/task/26195/stat : 26195 (pb_cplex) R 26166 26166 25677 0 -1 4202560 1436 0 0 0 100 0 0 0 19 0 8 0 146835607 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 136008017 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26167/tid=26196] ppid=26166 vsize=240344 CPUtime=1.01
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 26166 26166 25677 0 -1 4202560 1184 0 0 0 101 0 0 0 19 0 8 0 146835607 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 135454096 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26167/tid=26197] ppid=26166 vsize=240344 CPUtime=0.68
/proc/26167/task/26197/stat : 26197 (pb_cplex) R 26166 26166 25677 0 -1 4202560 422 0 0 0 68 0 0 0 18 0 8 0 146835607 246112256 34020 4089446400 134512640 146736320 4286822752 18446744073709551615 139042902 0 2 4096 16387 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 86.31
Current children cumulated vsize (KiB) 249044

[startup+102.306 s]
/proc/loadavg: 6.90 6.83 3.91 10/188 26198
/proc/meminfo: memFree=30642888/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=285188 CPUtime=390.6
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 292924 0 0 0 38990 70 0 0 23 0 8 0 146831107 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 136008212 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/26167/statm: 71297 44747 1084 2985 0 67839 0
[pid=26167/tid=26191] ppid=26166 vsize=285188 CPUtime=39.45
/proc/26167/task/26191/stat : 26191 (pb_cplex) R 26166 26166 25677 0 -1 4202560 12370 0 0 0 3942 3 0 0 23 0 8 0 146835607 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 136384852 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26167/tid=26192] ppid=26166 vsize=285188 CPUtime=41.67
/proc/26167/task/26192/stat : 26192 (pb_cplex) R 26166 26166 25677 0 -1 4202560 7471 0 0 0 4165 2 0 0 23 0 8 0 146835607 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 135854509 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26167/tid=26193] ppid=26166 vsize=285188 CPUtime=31.15
/proc/26167/task/26193/stat : 26193 (pb_cplex) R 26166 26166 25677 0 -1 4202560 21043 0 0 0 3110 5 0 0 23 0 8 0 146835607 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 136008044 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26167/tid=26194] ppid=26166 vsize=285188 CPUtime=42.93
/proc/26167/task/26194/stat : 26194 (pb_cplex) R 26166 26166 25677 0 -1 4202560 11775 0 0 0 4289 4 0 0 23 0 8 0 146835607 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26167/tid=26195] ppid=26166 vsize=285188 CPUtime=40.46
/proc/26167/task/26195/stat : 26195 (pb_cplex) R 26166 26166 25677 0 -1 4202560 21011 0 0 0 4041 5 0 0 23 0 8 0 146835607 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 139044591 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=26167/tid=26196] ppid=26166 vsize=285188 CPUtime=35.26
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 26166 26166 25677 0 -1 4202560 17265 0 0 0 3521 5 0 0 20 0 8 0 146835607 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 136008443 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26167/tid=26197] ppid=26166 vsize=285188 CPUtime=43.15
/proc/26167/task/26197/stat : 26197 (pb_cplex) R 26166 26166 25677 0 -1 4202560 17865 0 0 0 4310 5 0 0 23 0 8 0 146835607 292032512 44747 4089446400 134512640 146736320 4286822752 18446744073709551615 135525914 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 390.6
Current children cumulated vsize (KiB) 293888

[startup+162.301 s]
/proc/loadavg: 6.93 6.84 4.09 8/188 26200
/proc/meminfo: memFree=30629808/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=292452 CPUtime=719.16
/proc/26167/stat : 26167 (pb_cplex) S 26166 26166 25677 0 -1 4202496 405287 0 0 0 71809 107 0 0 25 0 8 0 146831107 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0
/proc/26167/statm: 73113 46831 1082 2985 0 69655 0
[pid=26167/tid=26191] ppid=26166 vsize=292452 CPUtime=78.97
/proc/26167/task/26191/stat : 26191 (pb_cplex) R 26166 26166 25677 0 -1 4202560 24483 0 0 0 7889 8 0 0 25 0 8 0 146835607 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 136008309 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26167/tid=26192] ppid=26166 vsize=292452 CPUtime=79.44
/proc/26167/task/26192/stat : 26192 (pb_cplex) S 26166 26166 25677 0 -1 4202560 25233 0 0 0 7937 7 0 0 25 0 8 0 146835607 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 3 0 0 0
[pid=26167/tid=26193] ppid=26166 vsize=292452 CPUtime=77.78
/proc/26167/task/26193/stat : 26193 (pb_cplex) R 26166 26166 25677 0 -1 4202560 45998 0 0 0 7767 11 0 0 25 0 8 0 146835607 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 139042883 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26167/tid=26194] ppid=26166 vsize=292452 CPUtime=88.29
/proc/26167/task/26194/stat : 26194 (pb_cplex) S 26166 26166 25677 0 -1 4202560 29425 0 0 0 8821 8 0 0 25 0 8 0 146835607 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 6 0 0 0
[pid=26167/tid=26195] ppid=26166 vsize=292452 CPUtime=80.91
/proc/26167/task/26195/stat : 26195 (pb_cplex) S 26166 26166 25677 0 -1 4202560 40834 0 0 0 8081 10 0 0 25 0 8 0 146835607 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 6 0 0 0
[pid=26167/tid=26196] ppid=26166 vsize=292452 CPUtime=76.43
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 26166 26166 25677 0 -1 4202560 31322 0 0 0 7633 10 0 0 25 0 8 0 146835607 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 136000535 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26167/tid=26197] ppid=26166 vsize=292452 CPUtime=77.36
/proc/26167/task/26197/stat : 26197 (pb_cplex) R 26166 26166 25677 0 -1 4202560 22123 0 0 0 7728 8 0 0 25 0 8 0 146835607 299470848 46831 4089446400 134512640 146736320 4286822752 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 719.16
Current children cumulated vsize (KiB) 301152

[startup+222.301 s]
/proc/loadavg: 10.30 7.71 4.56 17/195 26216
/proc/meminfo: memFree=30319980/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=291688 CPUtime=985.28

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

/proc/26167/statm: 73617 47429 1082 2985 0 70159 0
[pid=26167/tid=26191] ppid=26166 vsize=294468 CPUtime=139.71
/proc/26167/task/26191/stat : 26191 (pb_cplex) R 26166 26166 25677 0 -1 4202560 52337 0 0 0 13956 15 0 0 16 0 8 0 146835607 301535232 47429 4089446400 134512640 146736320 4286822752 18446744073709551615 136008069 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26167/tid=26192] ppid=26166 vsize=294468 CPUtime=144.33
/proc/26167/task/26192/stat : 26192 (pb_cplex) R 26166 26166 25677 0 -1 4202560 52426 0 0 0 14414 19 0 0 25 0 8 0 146835607 301535232 47429 4089446400 134512640 146736320 4286822752 18446744073709551615 135854509 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26167/tid=26193] ppid=26166 vsize=294468 CPUtime=138.18
/proc/26167/task/26193/stat : 26193 (pb_cplex) R 26166 26166 25677 0 -1 4202560 85495 0 0 0 13795 23 0 0 19 0 8 0 146835607 301535232 47429 4089446400 134512640 146736320 4286822752 18446744073709551615 136008443 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26167/tid=26194] ppid=26166 vsize=294468 CPUtime=153.97
/proc/26167/task/26194/stat : 26194 (pb_cplex) R 26166 26166 25677 0 -1 4202560 44178 0 0 0 15384 13 0 0 19 0 8 0 146835607 301535232 47429 4089446400 134512640 146736320 4286822752 18446744073709551615 135450747 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26167/tid=26195] ppid=26166 vsize=294468 CPUtime=142.47
/proc/26167/task/26195/stat : 26195 (pb_cplex) R 26166 26166 25677 0 -1 4202560 68055 0 0 0 14229 18 0 0 19 0 8 0 146835607 301535232 47429 4089446400 134512640 146736320 4286822752 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=26167/tid=26196] ppid=26166 vsize=294468 CPUtime=139.61
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 26166 26166 25677 0 -1 4202560 61179 0 0 0 13937 24 0 0 19 0 8 0 146835607 301535232 47429 4089446400 134512640 146736320 4286822752 18446744073709551615 136388084 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=26167/tid=26197] ppid=26166 vsize=294468 CPUtime=145.36
/proc/26167/task/26197/stat : 26197 (pb_cplex) R 26166 26166 25677 0 -1 4202560 52205 0 0 0 14520 16 0 0 19 0 8 0 146835607 301535232 47429 4089446400 134512640 146736320 4286822752 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1224.28
Current children cumulated vsize (KiB) 303168

[startup+342.301 s]
/proc/loadavg: 12.22 9.34 5.54 11/195 26219
/proc/meminfo: memFree=30298044/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=296080 CPUtime=1454.88
/proc/26167/stat : 26167 (pb_cplex) S 26166 26166 25677 0 -1 4202496 675785 0 0 0 145282 206 0 0 25 0 8 0 146831107 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0
/proc/26167/statm: 74020 47603 1082 2985 0 70562 0
[pid=26167/tid=26191] ppid=26166 vsize=296080 CPUtime=167.23
/proc/26167/task/26191/stat : 26191 (pb_cplex) S 26166 26166 25677 0 -1 4202560 58541 0 0 0 16704 19 0 0 18 0 8 0 146835607 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 6 0 0 0
[pid=26167/tid=26192] ppid=26166 vsize=296080 CPUtime=179.82
/proc/26167/task/26192/stat : 26192 (pb_cplex) S 26166 26166 25677 0 -1 4202560 63619 0 0 0 17959 23 0 0 19 0 8 0 146835607 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 7 0 0 0
[pid=26167/tid=26193] ppid=26166 vsize=296080 CPUtime=163.73
/proc/26167/task/26193/stat : 26193 (pb_cplex) S 26166 26166 25677 0 -1 4202560 93720 0 0 0 16346 27 0 0 18 0 8 0 146835607 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 7 0 0 0
[pid=26167/tid=26194] ppid=26166 vsize=296080 CPUtime=181.94
/proc/26167/task/26194/stat : 26194 (pb_cplex) S 26166 26166 25677 0 -1 4202560 48983 0 0 0 18177 17 0 0 18 0 8 0 146835607 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 0 0 0 0
[pid=26167/tid=26195] ppid=26166 vsize=296080 CPUtime=169.11
/proc/26167/task/26195/stat : 26195 (pb_cplex) S 26166 26166 25677 0 -1 4202560 77789 0 0 0 16891 20 0 0 18 0 8 0 146835607 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 2 0 0 0
[pid=26167/tid=26196] ppid=26166 vsize=296080 CPUtime=171.63
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 26166 26166 25677 0 -1 4202560 68162 0 0 0 17135 28 0 0 25 0 8 0 146835607 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 135846639 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=26167/tid=26197] ppid=26166 vsize=296080 CPUtime=170.53
/proc/26167/task/26197/stat : 26197 (pb_cplex) S 26166 26166 25677 0 -1 4202560 68857 0 0 0 17031 22 0 0 21 0 8 0 146835607 303185920 47603 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1454.88
Current children cumulated vsize (KiB) 304780

[startup+402.301 s]
/proc/loadavg: 11.89 9.75 5.91 11/195 26220
/proc/meminfo: memFree=30251456/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=305908 CPUtime=1704.48
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 768582 0 0 0 170210 238 0 0 22 0 8 0 146831107 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 135999661 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0
/proc/26167/statm: 76477 49992 1082 2985 0 73019 0
[pid=26167/tid=26191] ppid=26166 vsize=305908 CPUtime=196.19
/proc/26167/task/26191/stat : 26191 (pb_cplex) S 26166 26166 25677 0 -1 4202560 65094 0 0 0 19597 22 0 0 25 0 8 0 146835607 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 6 0 0 0
[pid=26167/tid=26192] ppid=26166 vsize=305908 CPUtime=209.86
/proc/26167/task/26192/stat : 26192 (pb_cplex) R 26166 26166 25677 0 -1 4202560 76351 0 0 0 20957 29 0 0 25 0 8 0 146835607 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 136001978 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26167/tid=26193] ppid=26166 vsize=305908 CPUtime=194.81
/proc/26167/task/26193/stat : 26193 (pb_cplex) S 26166 26166 25677 0 -1 4202560 110894 0 0 0 19449 32 0 0 25 0 8 0 146835607 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 3 0 0 0
[pid=26167/tid=26194] ppid=26166 vsize=305908 CPUtime=212.52
/proc/26167/task/26194/stat : 26194 (pb_cplex) R 26166 26166 25677 0 -1 4202560 52196 0 0 0 21234 18 0 0 25 0 8 0 146835607 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 136004875 0 2 4096 16387 0 0 0 -1 6 0 0 0
[pid=26167/tid=26195] ppid=26166 vsize=305908 CPUtime=200.17
/proc/26167/task/26195/stat : 26195 (pb_cplex) R 26166 26166 25677 0 -1 4202560 92408 0 0 0 19992 25 0 0 25 0 8 0 146835607 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 136006238 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26167/tid=26196] ppid=26166 vsize=305908 CPUtime=202.66
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 26166 26166 25677 0 -1 4202560 86925 0 0 0 20233 33 0 0 22 0 8 0 146835607 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 136001985 0 2 4096 16387 0 0 0 -1 7 0 0 0
[pid=26167/tid=26197] ppid=26166 vsize=305908 CPUtime=205.41
/proc/26167/task/26197/stat : 26197 (pb_cplex) S 26166 26166 25677 0 -1 4202560 77735 0 0 0 20517 24 0 0 25 0 8 0 146835607 313249792 49992 4089446400 134512640 146736320 4286822752 18446744073709551615 144580073 0 2 4096 16387 18446604471118841152 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1704.48
Current children cumulated vsize (KiB) 314608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+421.407 s]
/proc/loadavg: 11.00 9.69 5.98 12/188 26221
/proc/meminfo: memFree=30420696/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=8700 CPUtime=0
/proc/26166/stat : 26166 (run) S 26164 26166 25677 0 -1 4202496 364 0 0 0 0 0 0 0 25 0 1 0 146831107 8908800 249 4089446400 4194304 4922060 140736187785536 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26166/statm: 2175 249 208 178 0 68 0
[pid=26167] ppid=26166 vsize=303480 CPUtime=1800.55
/proc/26167/stat : 26167 (pb_cplex) R 26166 26166 25677 0 -1 4202496 782077 0 0 0 179808 247 0 0 25 0 8 0 146831107 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 137371971 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26167/statm: 75870 49491 1082 2985 0 72412 0
[pid=26167/tid=26191] ppid=26166 vsize=303480 CPUtime=207.52
/proc/26167/task/26191/stat : 26191 (pb_cplex) R 26166 26166 25677 0 -1 4202560 66754 0 0 0 20729 23 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136387651 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26167/tid=26192] ppid=26166 vsize=303480 CPUtime=222.12
/proc/26167/task/26192/stat : 26192 (pb_cplex) R 26166 26166 25677 0 -1 4202560 76351 0 0 0 22183 29 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136400764 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26167/tid=26193] ppid=26166 vsize=303480 CPUtime=206.87
/proc/26167/task/26193/stat : 26193 (pb_cplex) R 26166 26166 25677 0 -1 4202560 113755 0 0 0 20653 34 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26167/tid=26194] ppid=26166 vsize=303480 CPUtime=223.6
/proc/26167/task/26194/stat : 26194 (pb_cplex) R 26166 26166 25677 0 -1 4202560 53724 0 0 0 22341 19 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008441 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26167/tid=26195] ppid=26166 vsize=303480 CPUtime=211.69
/proc/26167/task/26195/stat : 26195 (pb_cplex) R 26166 26166 25677 0 -1 4202560 94714 0 0 0 21143 26 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26167/tid=26196] ppid=26166 vsize=303480 CPUtime=214.81
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 26166 26166 25677 0 -1 4202560 89459 0 0 0 21447 34 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008230 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=26167/tid=26197] ppid=26166 vsize=303480 CPUtime=218.06
/proc/26167/task/26197/stat : 26197 (pb_cplex) R 26166 26166 25677 0 -1 4202560 79072 0 0 0 21780 26 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 135983225 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.55
Current children cumulated vsize (KiB) 312180

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

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

[startup+421.516 s]
/proc/loadavg: 11.00 9.69 5.98 12/188 26221
/proc/meminfo: memFree=30420696/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=0 CPUtime=0
/proc/26166/stat : 26166 (run) Z 26164 26166 25677 0 -1 4203548 364 0 0 0 0 0 0 0 18 0 1 0 146831107 0 0 4089446400 0 0 0 0 0 0 65536 4100 65538 18446744073709551615 0 0 17 4 0 0 0
/proc/26166/statm: 0 0 0 0 0 0 0
[pid=26167] ppid=1 vsize=303480 CPUtime=1801.27
/proc/26167/stat : 26167 (pb_cplex) R 1 26166 25677 0 -1 4202496 782077 0 0 0 179880 247 0 0 25 0 8 0 146831107 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 137371971 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26167/statm: 75870 49491 1082 2985 0 72412 0
[pid=26167/tid=26191] ppid=1 vsize=303480 CPUtime=207.62
/proc/26167/task/26191/stat : 26191 (pb_cplex) R 1 26166 25677 0 -1 4202560 66754 0 0 0 20739 23 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008082 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26167/tid=26192] ppid=1 vsize=303480 CPUtime=222.22
/proc/26167/task/26192/stat : 26192 (pb_cplex) R 1 26166 25677 0 -1 4202560 76351 0 0 0 22193 29 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136007289 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26167/tid=26193] ppid=1 vsize=303480 CPUtime=206.98
/proc/26167/task/26193/stat : 26193 (pb_cplex) R 1 26166 25677 0 -1 4202560 113755 0 0 0 20664 34 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008050 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26167/tid=26194] ppid=1 vsize=303480 CPUtime=223.7
/proc/26167/task/26194/stat : 26194 (pb_cplex) R 1 26166 25677 0 -1 4202560 53724 0 0 0 22351 19 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136400456 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26167/tid=26195] ppid=1 vsize=303480 CPUtime=211.79
/proc/26167/task/26195/stat : 26195 (pb_cplex) R 1 26166 25677 0 -1 4202560 94714 0 0 0 21153 26 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008020 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26167/tid=26196] ppid=1 vsize=303480 CPUtime=214.92
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 1 26166 25677 0 -1 4202560 89459 0 0 0 21458 34 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 135465083 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=26167/tid=26197] ppid=1 vsize=303480 CPUtime=218.16
/proc/26167/task/26197/stat : 26197 (pb_cplex) R 1 26166 25677 0 -1 4202560 79072 0 0 0 21790 26 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008042 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1801.27
Current children cumulated vsize (KiB) 303480

[startup+421.601 s]
/proc/loadavg: 11.00 9.69 5.98 12/188 26221
/proc/meminfo: memFree=30420696/32951124 swapFree=67111528/67111528
[pid=26166] ppid=26164 vsize=0 CPUtime=0
/proc/26166/stat : 26166 (run) Z 26164 26166 25677 0 -1 4203548 364 0 0 0 0 0 0 0 18 0 1 0 146831107 0 0 4089446400 0 0 0 0 0 0 65536 4100 65538 18446744073709551615 0 0 17 4 0 0 0
/proc/26166/statm: 0 0 0 0 0 0 0
[pid=26167] ppid=1 vsize=303480 CPUtime=1801.86
/proc/26167/stat : 26167 (pb_cplex) R 1 26166 25677 0 -1 4202496 782077 0 0 0 179939 247 0 0 25 0 8 0 146831107 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 137371971 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0
/proc/26167/statm: 75870 49491 1082 2985 0 72412 0
[pid=26167/tid=26191] ppid=1 vsize=303480 CPUtime=207.7
/proc/26167/task/26191/stat : 26191 (pb_cplex) R 1 26166 25677 0 -1 4202560 66754 0 0 0 20747 23 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 135468707 0 2 4096 16387 0 0 0 -1 2 0 0 0
[pid=26167/tid=26192] ppid=1 vsize=303480 CPUtime=222.31
/proc/26167/task/26192/stat : 26192 (pb_cplex) R 1 26166 25677 0 -1 4202560 76351 0 0 0 22202 29 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136403116 0 2 4096 16387 0 0 0 -1 0 0 0 0
[pid=26167/tid=26193] ppid=1 vsize=303480 CPUtime=207.06
/proc/26167/task/26193/stat : 26193 (pb_cplex) R 1 26166 25677 0 -1 4202560 113755 0 0 0 20672 34 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136400474 0 2 4096 16387 0 0 0 -1 4 0 0 0
[pid=26167/tid=26194] ppid=1 vsize=303480 CPUtime=223.78
/proc/26167/task/26194/stat : 26194 (pb_cplex) R 1 26166 25677 0 -1 4202560 53724 0 0 0 22359 19 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0
[pid=26167/tid=26195] ppid=1 vsize=303480 CPUtime=211.88
/proc/26167/task/26195/stat : 26195 (pb_cplex) R 1 26166 25677 0 -1 4202560 94714 0 0 0 21162 26 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136008020 0 2 4096 16387 0 0 0 -1 1 0 0 0
[pid=26167/tid=26196] ppid=1 vsize=303480 CPUtime=215
/proc/26167/task/26196/stat : 26196 (pb_cplex) R 1 26166 25677 0 -1 4202560 89459 0 0 0 21466 34 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0
[pid=26167/tid=26197] ppid=1 vsize=303480 CPUtime=218.25
/proc/26167/task/26197/stat : 26197 (pb_cplex) R 1 26166 25677 0 -1 4202560 79072 0 0 0 21799 26 0 0 18 0 8 0 146835607 310763520 49491 4089446400 134512640 146736320 4286822752 18446744073709551615 144757825 0 2 4096 16387 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1801.86
Current children cumulated vsize (KiB) 303480

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 421.603
CPU time (s): 1801.86
CPU user time (s): 1799.39
CPU system time (s): 2.47
CPU usage (%): 427.383
Max. virtual memory (cumulated for all children) (KiB): 317408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
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= 364
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= 1

runsolver used 0.78688 second user time and 1.49377 second system time

The end

Launcher Data

Begin job on node139 at 2010-07-02 09:22:36
IDJOB=2697485
IDBENCH=79047
IDSOLVER=1210
FILE ID=node139/2697485-1278055356
PBS_JOBID= 11198903
Free space on /tmp= 74136 MiB

SOLVER NAME= pb_cplex 2010-07-01
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.tag8.ucl--soft-33-100-0.wbo
COMMAND LINE= run BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2697485-1278055356/watcher-2697485-1278055356 -o /tmp/evaluation-result-2697485-1278055356/solver-2697485-1278055356 -C 1800 -W 2000 -M 3800  run HOME/instance-2697485-1278055356.wbo

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

MD5SUM BENCH= 2e5305672cd925feb8447ea4f265e9b4
RANDOM SEED=203732205

node139.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.840
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30888260 kB
Buffers:        225480 kB
Cached:        1620428 kB
SwapCached:          0 kB
Active:         845492 kB
Inactive:      1067184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30888260 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           34352 kB
Writeback:           0 kB
AnonPages:       66892 kB
Mapped:          16000 kB
Slab:            86944 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   210696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74120 MiB
End job on node139 at 2010-07-02 09:29:40