Trace number 3730947

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
PB10: pb_cplex 2010-06-29? (TO) 1800.15 974.316

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUM28d827e98d8e81c3ff9d9e47a6238269
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1.3388
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
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 opb file format. File HOME/instance-3730947-1339246856.opb.
0.00/0.00	c Instance file HOME/instance-3730947-1339246856.opb
0.00/0.00	c File size is 1114539 bytes.
0.00/0.14	c Highest Coefficient sum: 104
0.00/0.14	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.16	c ============================[ Problem Statistics ]=============================
0.00/0.16	c |                                                                             |
0.00/0.16	c |  Parsing time:          0.16         s                                      |
0.00/0.16	c |  Number Variables:      4644                                                |
0.00/0.17	c |  Number Constraints:    31254                                               |
0.00/0.17	c ===============================================================================
1800.15/974.31	c Remaining time 1799.84 sec.
1800.15/974.31	c 
1800.15/974.31	c *** INTERRUPTED ***
1800.15/974.31	s UNKNOWN
1800.15/974.31	c Total CPU time              : 1796.81 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730947-1339246856/watcher-3730947-1339246856 -o /tmp/evaluation-result-3730947-1339246856/solver-3730947-1339246856 -C 1800 -W 1900 -M 15500 run HOME/instance-3730947-1339246856.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.36 0.33 0.11 3/172 23867
/proc/meminfo: memFree=31856272/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0

[startup+0.023868 s]
/proc/loadavg: 1.36 0.33 0.11 3/172 23867
/proc/meminfo: memFree=31856272/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10028 s]
/proc/loadavg: 1.36 0.33 0.11 3/172 23867
/proc/meminfo: memFree=31856272/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300239 s]
/proc/loadavg: 1.36 0.33 0.11 3/172 23867
/proc/meminfo: memFree=31856272/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700232 s]
/proc/loadavg: 1.36 0.33 0.11 3/172 23867
/proc/meminfo: memFree=31856272/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50024 s]
/proc/loadavg: 1.41 0.36 0.12 2/174 23869
/proc/meminfo: memFree=31824924/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=71496 CPUtime=1.49 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 13390 0 0 0 147 2 0 0 20 0 1 0 390810109 73211904 8548 33554432000 134512640 146736320 4292314016 4292309000 136461489 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23868/statm: 17874 8548 711 2985 0 14808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80644

[startup+3.10028 s]
/proc/loadavg: 1.41 0.36 0.12 2/174 23869
/proc/meminfo: memFree=31821376/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=75388 CPUtime=3.09 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 14245 0 0 0 307 2 0 0 20 0 1 0 390810109 77197312 9399 33554432000 134512640 146736320 4292314016 4292308540 136385184 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23868/statm: 18847 9399 718 2985 0 15781 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84536

[startup+6.30025 s]
/proc/loadavg: 1.38 0.37 0.12 2/174 23940
/proc/meminfo: memFree=31819388/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=76172 CPUtime=6.29 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 14425 0 0 0 627 2 0 0 20 0 1 0 390810109 78000128 9706 33554432000 134512640 146736320 4292314016 4292308488 135851931 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23868/statm: 19043 9706 721 2985 0 15977 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85320

[startup+12.7003 s]
/proc/loadavg: 1.43 0.40 0.13 3/180 23984
/proc/meminfo: memFree=31756180/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=116932 CPUtime=12.68 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 34676 0 0 0 1264 4 0 0 20 0 1 0 390810109 119738368 17443 33554432000 134512640 146736320 4292314016 4292308496 136403112 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/23868/statm: 29233 17443 832 2985 0 26167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 126080

[startup+25.5003 s]
/proc/loadavg: 1.99 0.55 0.19 10/187 23991
/proc/meminfo: memFree=31690816/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=116696 CPUtime=25.47 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 65342 0 0 0 2538 9 0 0 20 0 1 0 390810109 119496704 18970 33554432000 134512640 146736320 4292314016 4292308296 136461490 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23868/statm: 29174 18970 832 2985 0 26108 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 125844

[startup+51.1003 s]
/proc/loadavg: 3.09 0.98 0.34 10/187 24005
/proc/meminfo: memFree=31655708/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=95092 CPUtime=51.07 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 100442 0 0 0 5092 15 0 0 20 0 1 0 390810109 97374208 15542 33554432000 134512640 146736320 4292314016 4292308072 139044510 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23868/statm: 23773 15542 835 2985 0 20707 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 104240

[startup+102.306 s]
/proc/loadavg: 5.17 1.88 0.68 10/186 24005
/proc/meminfo: memFree=31630436/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=97632 CPUtime=102.27 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 165742 0 0 0 10199 28 0 0 20 0 1 0 390810109 99975168 16242 33554432000 134512640 146736320 4292314016 4292307924 136017489 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23868/statm: 24408 16242 838 2985 0 21342 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 106780

[startup+162.3 s]
/proc/loadavg: 7.21 3.08 1.16 10/186 24005
/proc/meminfo: memFree=31611692/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=98364 CPUtime=162.25 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 222171 0 0 0 16187 38 0 0 20 0 1 0 390810109 100724736 16570 33554432000 134512640 146736320 4292314016 4292307688 139044580 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23868/statm: 24591 16570 839 2985 0 21525 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 107512

[startup+222.3 s]
/proc/loadavg: 7.88 4.03 1.61 10/185 24005
/proc/meminfo: memFree=31607480/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=98364 CPUtime=222.24 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 294418 0 0 0 22172 52 0 0 20 0 1 0 390810109 100724736 17087 33554432000 134512640 146736320 4292314016 4292306796 135454096 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23868/statm: 24591 17087 841 2985 0 21525 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 107512

[startup+282.3 s]
/proc/loadavg: 6.68 4.36 1.87 10/186 24006
/proc/meminfo: memFree=31602388/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=98364 CPUtime=282.23 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 373442 0 0 0 28157 66 0 0 20 0 1 0 390810109 100724736 17087 33554432000 134512640 146736320 4292314016 4292308240 136403117 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23868/statm: 24591 17087 841 2985 0 21525 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 107512

[startup+342.3 s]
/proc/loadavg: 7.34 5.00 2.25 10/186 24006
/proc/meminfo: memFree=31588880/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=98364 CPUtime=342.22 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 454314 0 0 0 34141 81 0 0 20 0 1 0 390810109 100724736 17087 33554432000 134512640 146736320 4292314016 4292307852 136017485 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/23868/statm: 24591 17087 841 2985 0 21525 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 107512

[startup+402.3 s]
/proc/loadavg: 7.69 5.51 2.59 10/186 24006
/proc/meminfo: memFree=31588880/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/23868/statm: 114859 76751 879 2985 0 111793 0
[pid=23868/tid=24007] ppid=23867 vsize=459436 CPUtime=84.15 cores=0,2,4,6
/proc/23868/task/24007/stat : 24007 (pb_cplex) R 23867 23867 23543 0 -1 4202560 50893 0 0 0 8401 14 0 0 20 0 8 0 390854923 470462464 76751 33554432000 134512640 146736320 4292314016 4020781208 136007627 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24008] ppid=23867 vsize=459436 CPUtime=83.83 cores=0,2,4,6
/proc/23868/task/24008/stat : 24008 (pb_cplex) R 23867 23867 23543 0 -1 4202560 53781 0 0 0 8368 15 0 0 20 0 8 0 390854923 470462464 76751 33554432000 134512640 146736320 4292314016 4010295188 136017665 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=23868/tid=24009] ppid=23867 vsize=459436 CPUtime=84.8 cores=0,2,4,6
/proc/23868/task/24009/stat : 24009 (pb_cplex) R 23867 23867 23543 0 -1 4202560 53424 0 0 0 8467 13 0 0 20 0 8 0 390854923 470462464 76751 33554432000 134512640 146736320 4292314016 3999809688 136007303 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=23868/tid=24010] ppid=23867 vsize=459436 CPUtime=84.96 cores=0,2,4,6
/proc/23868/task/24010/stat : 24010 (pb_cplex) R 23867 23867 23543 0 -1 4202560 50607 0 0 0 8482 14 0 0 20 0 8 0 390854923 470462464 76751 33554432000 134512640 146736320 4292314016 3989323928 136007083 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24011] ppid=23867 vsize=459436 CPUtime=84.25 cores=0,2,4,6
/proc/23868/task/24011/stat : 24011 (pb_cplex) R 23867 23867 23543 0 -1 4202560 54392 0 0 0 8411 14 0 0 20 0 8 0 390854923 470462464 76751 33554432000 134512640 146736320 4292314016 3978837908 136017474 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24012] ppid=23867 vsize=459436 CPUtime=1.23 cores=0,2,4,6
/proc/23868/task/24012/stat : 24012 (pb_cplex) S 23867 23867 23543 0 -1 4202560 2635 0 0 0 123 0 0 0 20 0 8 0 390854923 470462464 76751 33554432000 134512640 146736320 4292314016 3968355984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24013] ppid=23867 vsize=459436 CPUtime=5.05 cores=0,2,4,6
/proc/23868/task/24013/stat : 24013 (pb_cplex) S 23867 23867 23543 0 -1 4202560 5565 0 0 0 504 1 0 0 20 0 8 0 390854923 470462464 76751 33554432000 134512640 146736320 4292314016 3957870224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1148.25
Current children cumulated vsize (KiB) 468584

[startup+822.3 s]
/proc/loadavg: 6.86 6.04 3.87 8/186 24186
/proc/meminfo: memFree=31442588/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=459556 CPUtime=1387.76 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 1293388 0 0 0 138513 263 0 0 20 0 8 0 390810109 470585344 78890 33554432000 134512640 146736320 4292314016 4292306840 136007048 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23868/statm: 114889 78890 879 2985 0 111823 0
[pid=23868/tid=24007] ppid=23867 vsize=459556 CPUtime=123.94 cores=0,2,4,6
/proc/23868/task/24007/stat : 24007 (pb_cplex) R 23867 23867 23543 0 -1 4202560 72577 0 0 0 12374 20 0 0 20 0 8 0 390854923 470585344 78890 33554432000 134512640 146736320 4292314016 4020781208 136007584 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23868/tid=24008] ppid=23867 vsize=459556 CPUtime=124.19 cores=0,2,4,6
/proc/23868/task/24008/stat : 24008 (pb_cplex) R 23867 23867 23543 0 -1 4202560 78847 0 0 0 12398 21 0 0 20 0 8 0 390854923 470585344 78890 33554432000 134512640 146736320 4292314016 4010295888 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24009] ppid=23867 vsize=459556 CPUtime=124.32 cores=0,2,4,6
/proc/23868/task/24009/stat : 24009 (pb_cplex) R 23867 23867 23543 0 -1 4202560 77204 0 0 0 12413 19 0 0 20 0 8 0 390854923 470585344 78890 33554432000 134512640 146736320 4292314016 3999809428 136017474 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=23868/tid=24010] ppid=23867 vsize=459556 CPUtime=124.66 cores=0,2,4,6
/proc/23868/task/24010/stat : 24010 (pb_cplex) R 23867 23867 23543 0 -1 4202560 73860 0 0 0 12445 21 0 0 20 0 8 0 390854923 470585344 78890 33554432000 134512640 146736320 4292314016 3989323848 139042977 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23868/tid=24011] ppid=23867 vsize=459556 CPUtime=123.41 cores=0,2,4,6
/proc/23868/task/24011/stat : 24011 (pb_cplex) R 23867 23867 23543 0 -1 4202560 77558 0 0 0 12322 19 0 0 20 0 8 0 390854923 470585344 78890 33554432000 134512640 146736320 4292314016 3978838168 136007647 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=23868/tid=24012] ppid=23867 vsize=459556 CPUtime=1.23 cores=0,2,4,6
/proc/23868/task/24012/stat : 24012 (pb_cplex) S 23867 23867 23543 0 -1 4202560 2635 0 0 0 123 0 0 0 20 0 8 0 390854923 470585344 78890 33554432000 134512640 146736320 4292314016 3968355984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24013] ppid=23867 vsize=459556 CPUtime=5.05 cores=0,2,4,6
/proc/23868/task/24013/stat : 24013 (pb_cplex) S 23867 23867 23543 0 -1 4202560 5565 0 0 0 504 1 0 0 20 0 8 0 390854923 470585344 78890 33554432000 134512640 146736320 4292314016 3957870224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1387.76
Current children cumulated vsize (KiB) 468704

[startup+882.3 s]
/proc/loadavg: 5.14 5.74 3.90 4/186 24187
/proc/meminfo: memFree=31414044/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=459684 CPUtime=1580.82 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) S 23867 23867 23543 0 -1 4202496 1423972 0 0 0 157787 295 0 0 20 0 8 0 390810109 470716416 80060 33554432000 134512640 146736320 4292314016 4292310416 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23868/statm: 114921 80060 879 2985 0 111855 0
[pid=23868/tid=24007] ppid=23867 vsize=459684 CPUtime=179.42 cores=0,2,4,6
/proc/23868/task/24007/stat : 24007 (pb_cplex) R 23867 23867 23543 0 -1 4202560 113097 0 0 0 17911 31 0 0 20 0 8 0 390854923 470716416 80060 33554432000 134512640 146736320 4292314016 4020780872 135525914 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24008] ppid=23867 vsize=459684 CPUtime=161.77 cores=0,2,4,6
/proc/23868/task/24008/stat : 24008 (pb_cplex) S 23867 23867 23543 0 -1 4202560 104214 0 0 0 16148 29 0 0 20 0 8 0 390854923 470716416 80060 33554432000 134512640 146736320 4292314016 4010299024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24009] ppid=23867 vsize=459684 CPUtime=129.88 cores=0,2,4,6
/proc/23868/task/24009/stat : 24009 (pb_cplex) S 23867 23867 23543 0 -1 4202560 81841 0 0 0 12968 20 0 0 20 0 8 0 390854923 470716416 80060 33554432000 134512640 146736320 4292314016 3999813264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23868/tid=24010] ppid=23867 vsize=459684 CPUtime=179.64 cores=0,2,4,6
/proc/23868/task/24010/stat : 24010 (pb_cplex) R 23867 23867 23543 0 -1 4202560 108851 0 0 0 17935 29 0 0 20 0 8 0 390854923 470716416 80060 33554432000 134512640 146736320 4292314016 3989323928 136007284 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23868/tid=24011] ppid=23867 vsize=459684 CPUtime=149.91 cores=0,2,4,6
/proc/23868/task/24011/stat : 24011 (pb_cplex) S 23867 23867 23543 0 -1 4202560 94416 0 0 0 14966 25 0 0 20 0 8 0 390854923 470716416 80060 33554432000 134512640 146736320 4292314016 3978841744 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24012] ppid=23867 vsize=459684 CPUtime=1.23 cores=0,2,4,6
/proc/23868/task/24012/stat : 24012 (pb_cplex) S 23867 23867 23543 0 -1 4202560 2635 0 0 0 123 0 0 0 20 0 8 0 390854923 470716416 80060 33554432000 134512640 146736320 4292314016 3968355984 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24013] ppid=23867 vsize=459684 CPUtime=5.05 cores=0,2,4,6
/proc/23868/task/24013/stat : 24013 (pb_cplex) S 23867 23867 23543 0 -1 4202560 5565 0 0 0 504 1 0 0 20 0 8 0 390854923 470716416 80060 33554432000 134512640 146736320 4292314016 3957870224 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1580.82
Current children cumulated vsize (KiB) 468832

[startup+942.3 s]
/proc/loadavg: 3.90 5.25 3.84 10/186 24187
/proc/meminfo: memFree=31413788/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=482632 CPUtime=1672.33 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 1523601 0 0 0 166915 318 0 0 20 0 8 0 390810109 494215168 80398 33554432000 134512640 146736320 4292314016 4292306792 136384778 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23868/statm: 120658 80398 879 2985 0 117592 0
[pid=23868/tid=24007] ppid=23867 vsize=482632 CPUtime=205.19 cores=0,2,4,6
/proc/23868/task/24007/stat : 24007 (pb_cplex) R 23867 23867 23543 0 -1 4202560 137158 0 0 0 20482 37 0 0 20 0 8 0 390854923 494215168 80398 33554432000 134512640 146736320 4292314016 4020781208 136007616 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24008] ppid=23867 vsize=482632 CPUtime=162.9 cores=0,2,4,6
/proc/23868/task/24008/stat : 24008 (pb_cplex) R 23867 23867 23543 0 -1 4202560 106774 0 0 0 16260 30 0 0 20 0 8 0 390854923 494215168 80398 33554432000 134512640 146736320 4292314016 4010295448 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24009] ppid=23867 vsize=482632 CPUtime=131.05 cores=0,2,4,6
/proc/23868/task/24009/stat : 24009 (pb_cplex) R 23867 23867 23543 0 -1 4202560 85822 0 0 0 13083 22 0 0 20 0 8 0 390854923 494215168 80398 33554432000 134512640 146736320 4292314016 3999809428 136017852 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23868/tid=24010] ppid=23867 vsize=482632 CPUtime=238.27 cores=0,2,4,6
/proc/23868/task/24010/stat : 24010 (pb_cplex) R 23867 23867 23543 0 -1 4202560 164975 0 0 0 23784 43 0 0 20 0 8 0 390854923 494215168 80398 33554432000 134512640 146736320 4292314016 3989323928 136007612 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24011] ppid=23867 vsize=482632 CPUtime=151.12 cores=0,2,4,6
/proc/23868/task/24011/stat : 24011 (pb_cplex) R 23867 23867 23543 0 -1 4202560 97744 0 0 0 15086 26 0 0 20 0 8 0 390854923 494215168 80398 33554432000 134512640 146736320 4292314016 3978838608 136403116 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24012] ppid=23867 vsize=482632 CPUtime=2.32 cores=0,2,4,6
/proc/23868/task/24012/stat : 24012 (pb_cplex) R 23867 23867 23543 0 -1 4202560 6003 0 0 0 230 2 0 0 20 0 8 0 390854923 494215168 80398 33554432000 134512640 146736320 4292314016 3968352408 136007622 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=23868/tid=24013] ppid=23867 vsize=482632 CPUtime=6.18 cores=0,2,4,6
/proc/23868/task/24013/stat : 24013 (pb_cplex) R 23867 23867 23543 0 -1 4202560 9526 0 0 0 616 2 0 0 20 0 8 0 390854923 494215168 80398 33554432000 134512640 146736320 4292314016 3957866648 136007626 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1672.33
Current children cumulated vsize (KiB) 491780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+974.3 s]
/proc/loadavg: 5.91 5.60 4.01 10/186 24187
/proc/meminfo: memFree=31405168/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=487272 CPUtime=1800.15 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 1594721 0 0 0 179677 338 0 0 20 0 8 0 390810109 498966528 81931 33554432000 134512640 146736320 4292314016 4292306580 136017457 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23868/statm: 121818 81931 879 2985 0 118752 0
[pid=23868/tid=24007] ppid=23867 vsize=487272 CPUtime=221.28 cores=0,2,4,6
/proc/23868/task/24007/stat : 24007 (pb_cplex) R 23867 23867 23543 0 -1 4202560 145329 0 0 0 22088 40 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 4020781180 136400477 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24008] ppid=23867 vsize=487272 CPUtime=178.81 cores=0,2,4,6
/proc/23868/task/24008/stat : 24008 (pb_cplex) R 23867 23867 23543 0 -1 4202560 114555 0 0 0 17849 32 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 4010295344 136384852 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23868/tid=24009] ppid=23867 vsize=487272 CPUtime=146.97 cores=0,2,4,6
/proc/23868/task/24009/stat : 24009 (pb_cplex) R 23867 23867 23543 0 -1 4202560 95550 0 0 0 14673 24 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3999809688 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24010] ppid=23867 vsize=487272 CPUtime=254.02 cores=0,2,4,6
/proc/23868/task/24010/stat : 24010 (pb_cplex) R 23867 23867 23543 0 -1 4202560 174582 0 0 0 25357 45 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3989323816 139044550 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=23868/tid=24011] ppid=23867 vsize=487272 CPUtime=167.21 cores=0,2,4,6
/proc/23868/task/24011/stat : 24011 (pb_cplex) R 23867 23867 23543 0 -1 4202560 107869 0 0 0 16692 29 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3978838088 139042888 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24012] ppid=23867 vsize=487272 CPUtime=18.17 cores=0,2,4,6
/proc/23868/task/24012/stat : 24012 (pb_cplex) R 23867 23867 23543 0 -1 4202560 15014 0 0 0 1813 4 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3968352408 136007065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24013] ppid=23867 vsize=487272 CPUtime=22.1 cores=0,2,4,6
/proc/23868/task/24013/stat : 24013 (pb_cplex) R 23867 23867 23543 0 -1 4202560 17675 0 0 0 2205 5 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3957866648 136007643 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 496420

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

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

[startup+974.3 s]
/proc/loadavg: 5.91 5.60 4.01 10/186 24187
/proc/meminfo: memFree=31405168/32873844 swapFree=6904/6904
[pid=23867] ppid=23865 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23867/stat : 23867 (run) S 23865 23867 23543 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 390810108 9367552 269 33554432000 4194304 5064252 140735384903456 140735384902368 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23867/statm: 2287 269 229 213 0 72 0
[pid=23868] ppid=23867 vsize=487272 CPUtime=1800.15 cores=0,2,4,6
/proc/23868/stat : 23868 (pb_cplex) R 23867 23867 23543 0 -1 4202496 1594721 0 0 0 179677 338 0 0 20 0 8 0 390810109 498966528 81931 33554432000 134512640 146736320 4292314016 4292306580 136017457 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23868/statm: 121818 81931 879 2985 0 118752 0
[pid=23868/tid=24007] ppid=23867 vsize=487272 CPUtime=221.28 cores=0,2,4,6
/proc/23868/task/24007/stat : 24007 (pb_cplex) R 23867 23867 23543 0 -1 4202560 145329 0 0 0 22088 40 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 4020781180 136400477 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24008] ppid=23867 vsize=487272 CPUtime=178.81 cores=0,2,4,6
/proc/23868/task/24008/stat : 24008 (pb_cplex) R 23867 23867 23543 0 -1 4202560 114555 0 0 0 17849 32 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 4010295344 136384852 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=23868/tid=24009] ppid=23867 vsize=487272 CPUtime=146.97 cores=0,2,4,6
/proc/23868/task/24009/stat : 24009 (pb_cplex) R 23867 23867 23543 0 -1 4202560 95550 0 0 0 14673 24 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3999809688 136007053 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=23868/tid=24010] ppid=23867 vsize=487272 CPUtime=254.02 cores=0,2,4,6
/proc/23868/task/24010/stat : 24010 (pb_cplex) R 23867 23867 23543 0 -1 4202560 174582 0 0 0 25357 45 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3989323816 139044550 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=23868/tid=24011] ppid=23867 vsize=487272 CPUtime=167.21 cores=0,2,4,6
/proc/23868/task/24011/stat : 24011 (pb_cplex) R 23867 23867 23543 0 -1 4202560 107869 0 0 0 16692 29 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3978838088 139042888 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24012] ppid=23867 vsize=487272 CPUtime=18.17 cores=0,2,4,6
/proc/23868/task/24012/stat : 24012 (pb_cplex) R 23867 23867 23543 0 -1 4202560 15014 0 0 0 1813 4 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3968352408 136007065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=23868/tid=24013] ppid=23867 vsize=487272 CPUtime=22.1 cores=0,2,4,6
/proc/23868/task/24013/stat : 24013 (pb_cplex) R 23867 23867 23543 0 -1 4202560 17675 0 0 0 2205 5 0 0 20 0 8 0 390854923 498966528 81931 33554432000 134512640 146736320 4292314016 3957866648 136007643 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 496420

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 974.316
CPU time (s): 1800.15
CPU user time (s): 1796.77
CPU system time (s): 3.38
CPU usage (%): 184.76
Max. virtual memory (cumulated for all children) (KiB): 497156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353
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 2.21166 second user time and 5.70413 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-09 15:00:57
IDJOB=3730947
IDBENCH=1496
IDSOLVER=2325
FILE ID=node140/3730947-1339246856
RUNJOBID= node140-1339246833-23559
PBS_JOBID= 14644341
Free space on /tmp= 70616 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730947-1339246856/watcher-3730947-1339246856 -o /tmp/evaluation-result-3730947-1339246856/solver-3730947-1339246856 -C 1800 -W 1900 -M 15500  run HOME/instance-3730947-1339246856.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 28d827e98d8e81c3ff9d9e47a6238269
RANDOM SEED=1377370499

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31856800 kB
Buffers:          119712 kB
Cached:            72308 kB
SwapCached:         2912 kB
Active:           164064 kB
Inactive:          32616 kB
Active(anon):       4196 kB
Inactive(anon):     3124 kB
Active(file):     159868 kB
Inactive(file):    29492 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67099532 kB
Dirty:             18072 kB
Writeback:             0 kB
AnonPages:          9360 kB
Mapped:             8336 kB
Shmem:                 0 kB
Slab:             679540 kB
SReclaimable:     120220 kB
SUnreclaim:       559320 kB
KernelStack:        1432 kB
PageTables:         4056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     104040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3730947-1339246856.opb

Free space on /tmp at the end= 70600 MiB
End job on node140 at 2012-06-09 15:17:11