Trace number 3730895

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.03 527.663

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.2.accl.ucl.opb
MD5SUMa1104c8fec3fd69abc0a798c3b6bfa5b
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.165973
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2152
Total number of constraints5613
Number of constraints which are clauses5137
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints476
Minimum length of a constraint1
Maximum length of a constraint11
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 35
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 129
Number of bits of the biggest sum of numbers8
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-3730895-1339246856.opb.
0.00/0.00	c Instance file HOME/instance-3730895-1339246856.opb
0.00/0.00	c File size is 180311 bytes.
0.00/0.02	c Highest Coefficient sum: 129
0.00/0.02	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.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Parsing time:          0.03         s                                      |
0.00/0.03	c |  Number Variables:      2152                                                |
0.00/0.03	c |  Number Constraints:    5613                                                |
0.00/0.03	c ===============================================================================
1800.03/527.65	c Remaining time 1799.97 sec.
1800.03/527.65	c 
1800.03/527.65	c *** INTERRUPTED ***
1800.03/527.65	s UNKNOWN
1800.03/527.65	c Total CPU time              : 1793.86 s
1800.03/527.65	c Memory used           : 253.65 MB
1800.03/527.65	c CPU time              : 1793.86 s
1800.03/527.65	c 
1800.03/527.65	c *** INTERRUPTED ***

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-3730895-1339246856/watcher-3730895-1339246856 -o /tmp/evaluation-result-3730895-1339246856/solver-3730895-1339246856 -C 1800 -W 1900 -M 15500 run HOME/instance-3730895-1339246856.opb 

running on 4 cores: 1,3,5,7

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: 0.19 0.05 0.01 3/178 23404
/proc/meminfo: memFree=29415628/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0

[startup+0.096018 s]
/proc/loadavg: 0.19 0.05 0.01 3/178 23404
/proc/meminfo: memFree=29415628/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100266 s]
/proc/loadavg: 0.19 0.05 0.01 3/178 23404
/proc/meminfo: memFree=29415628/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300259 s]
/proc/loadavg: 0.19 0.05 0.01 3/178 23404
/proc/meminfo: memFree=29415628/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700252 s]
/proc/loadavg: 0.19 0.05 0.01 3/178 23404
/proc/meminfo: memFree=29415628/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 0.19 0.05 0.01 3/180 23406
/proc/meminfo: memFree=29402228/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=29220 CPUtime=1.49 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 9224 0 0 0 148 1 0 0 20 0 1 0 390814213 29921280 3996 33554432000 134512640 146736320 4289138528 4289132648 139044505 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 7305 3996 857 2985 0 4239 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38368

[startup+3.10038 s]
/proc/loadavg: 0.19 0.05 0.01 9/187 23413
/proc/meminfo: memFree=29361936/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=174772 CPUtime=6.12 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 31278 0 0 0 589 23 0 0 20 0 8 0 390814213 178966528 19343 33554432000 134512640 146736320 4289138528 4289131352 136006886 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23405/statm: 43693 19343 897 2985 0 40627 0
[pid=23405/tid=23407] ppid=23404 vsize=174772 CPUtime=0.43 cores=1,3,5,7
/proc/23405/task/23407/stat : 23407 (pb_cplex) R 23404 23404 23197 0 -1 4202560 1207 0 0 0 43 0 0 0 20 0 8 0 390814385 178966528 19343 33554432000 134512640 146736320 4289138528 4147400424 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23408] ppid=23404 vsize=174772 CPUtime=0.56 cores=1,3,5,7
/proc/23405/task/23408/stat : 23408 (pb_cplex) R 23404 23404 23197 0 -1 4202560 1913 0 0 0 54 2 0 0 20 0 8 0 390814385 178966528 19343 33554432000 134512640 146736320 4289138528 4136915944 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23409] ppid=23404 vsize=174772 CPUtime=0.66 cores=1,3,5,7
/proc/23405/task/23409/stat : 23409 (pb_cplex) R 23404 23404 23197 0 -1 4202560 1971 0 0 0 64 2 0 0 20 0 8 0 390814385 178966528 19343 33554432000 134512640 146736320 4289138528 4126428276 135451458 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23410] ppid=23404 vsize=174772 CPUtime=0.42 cores=1,3,5,7
/proc/23405/task/23410/stat : 23410 (pb_cplex) R 23404 23404 23197 0 -1 4202560 1826 0 0 0 41 1 0 0 20 0 8 0 390814385 178966528 19343 33554432000 134512640 146736320 4289138528 4115944424 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23411] ppid=23404 vsize=174772 CPUtime=0.5 cores=1,3,5,7
/proc/23405/task/23411/stat : 23411 (pb_cplex) S 23404 23404 23197 0 -1 4202560 2823 0 0 0 46 4 0 0 20 0 8 0 390814385 178966528 19343 33554432000 134512640 146736320 4289138528 4105459372 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23412] ppid=23404 vsize=174772 CPUtime=0.53 cores=1,3,5,7
/proc/23405/task/23412/stat : 23412 (pb_cplex) R 23404 23404 23197 0 -1 4202560 2299 0 0 0 47 6 0 0 20 0 8 0 390814385 178966528 19343 33554432000 134512640 146736320 4289138528 4094972036 136400586 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23413] ppid=23404 vsize=174772 CPUtime=0.63 cores=1,3,5,7
/proc/23405/task/23413/stat : 23413 (pb_cplex) R 23404 23404 23197 0 -1 4202560 2437 0 0 0 59 4 0 0 20 0 8 0 390814385 178966528 19343 33554432000 134512640 146736320 4289138528 4084485952 144797972 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 183920

[startup+6.30027 s]
/proc/loadavg: 0.34 0.08 0.02 4/187 23443
/proc/meminfo: memFree=29307948/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=101572 CPUtime=9.87 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 32867 0 0 0 951 36 0 0 20 0 1 0 390814213 104009728 11547 33554432000 134512640 146736320 4289138528 4289132616 139042885 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 25393 11547 901 2985 0 22327 0
Current children cumulated CPU time (s) 9.87
Current children cumulated vsize (KiB) 110720

[startup+12.7005 s]
/proc/loadavg: 0.47 0.11 0.03 3/187 23457
/proc/meminfo: memFree=29324516/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=141172 CPUtime=16.69 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 42478 0 0 0 1624 45 0 0 20 0 8 0 390814213 144560128 13463 33554432000 134512640 146736320 4289138528 4289130704 136403116 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 35293 13463 909 2985 0 32227 0
[pid=23405/tid=23451] ppid=23404 vsize=141172 CPUtime=0 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) S 23404 23404 23197 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390815398 144560128 13463 33554432000 134512640 146736320 4289138528 4130705040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=141172 CPUtime=0 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) S 23404 23404 23197 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 8 0 390815398 144560128 13463 33554432000 134512640 146736320 4289138528 4141190800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=141172 CPUtime=0 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) S 23404 23404 23197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390815398 144560128 13463 33554432000 134512640 146736320 4289138528 4151676560 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=141172 CPUtime=0 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) S 23404 23404 23197 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 8 0 390815398 144560128 13463 33554432000 134512640 146736320 4289138528 4115947152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=141172 CPUtime=0 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) S 23404 23404 23197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390815398 144560128 13463 33554432000 134512640 146736320 4289138528 4105461392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=141172 CPUtime=0 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) S 23404 23404 23197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390815398 144560128 13463 33554432000 134512640 146736320 4289138528 4094975632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=141172 CPUtime=0 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) S 23404 23404 23197 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 8 0 390815398 144560128 13463 33554432000 134512640 146736320 4289138528 4084489872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 150320

[startup+25.5005 s]
/proc/loadavg: 3.43 0.78 0.25 16/194 23534
/proc/meminfo: memFree=29291548/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=200648 CPUtime=63.09 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 87068 0 0 0 6241 68 0 0 20 0 8 0 390814213 205463552 27303 33554432000 134512640 146736320 4289138528 4289131408 136008441 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23405/statm: 50162 27303 909 2985 0 47096 0
[pid=23405/tid=23451] ppid=23404 vsize=200648 CPUtime=5.39 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) R 23404 23404 23197 0 -1 4202560 6576 0 0 0 536 3 0 0 20 0 8 0 390815398 205463552 27303 33554432000 134512640 146736320 4289138528 4130702312 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=200648 CPUtime=5.29 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) R 23404 23404 23197 0 -1 4202560 3881 0 0 0 527 2 0 0 20 0 8 0 390815398 205463552 27303 33554432000 134512640 146736320 4289138528 4141187664 136403116 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=200648 CPUtime=5.44 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) R 23404 23404 23197 0 -1 4202560 4730 0 0 0 541 3 0 0 20 0 8 0 390815398 205463552 27303 33554432000 134512640 146736320 4289138528 4151673832 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=200648 CPUtime=6.26 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) R 23404 23404 23197 0 -1 4202560 3576 0 0 0 625 1 0 0 20 0 8 0 390815398 205463552 27303 33554432000 134512640 146736320 4289138528 4115944424 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=200648 CPUtime=5.55 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) R 23404 23404 23197 0 -1 4202560 5289 0 0 0 553 2 0 0 20 0 8 0 390815398 205463552 27303 33554432000 134512640 146736320 4289138528 4105458120 136001974 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=200648 CPUtime=5.49 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) R 23404 23404 23197 0 -1 4202560 6441 0 0 0 547 2 0 0 20 0 8 0 390815398 205463552 27303 33554432000 134512640 146736320 4289138528 4094971996 135854509 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=200648 CPUtime=5.46 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) R 23404 23404 23197 0 -1 4202560 7491 0 0 0 544 2 0 0 20 0 8 0 390815398 205463552 27303 33554432000 134512640 146736320 4289138528 4084486296 136007299 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 63.09
Current children cumulated vsize (KiB) 209796

[startup+51.1005 s]
/proc/loadavg: 6.62 1.75 0.59 17/194 23534
/proc/meminfo: memFree=29257540/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=225996 CPUtime=160.24 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 134840 0 0 0 15916 108 0 0 20 0 8 0 390814213 231419904 33485 33554432000 134512640 146736320 4289138528 4289131404 135846792 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23405/statm: 56499 33485 909 2985 0 53433 0
[pid=23405/tid=23451] ppid=23404 vsize=225996 CPUtime=17.2 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) R 23404 23404 23197 0 -1 4202560 12089 0 0 0 1712 8 0 0 20 0 8 0 390815398 231419904 33485 33554432000 134512640 146736320 4289138528 4130701224 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=225996 CPUtime=16.82 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) R 23404 23404 23197 0 -1 4202560 9887 0 0 0 1675 7 0 0 20 0 8 0 390815398 231419904 33485 33554432000 134512640 146736320 4289138528 4141187420 139023034 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=225996 CPUtime=17.5 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) R 23404 23404 23197 0 -1 4202560 10204 0 0 0 1741 9 0 0 20 0 8 0 390815398 231419904 33485 33554432000 134512640 146736320 4289138528 4151673284 135999570 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=225996 CPUtime=18.88 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) R 23404 23404 23197 0 -1 4202560 13244 0 0 0 1879 9 0 0 20 0 8 0 390815398 231419904 33485 33554432000 134512640 146736320 4289138528 4115942544 136007977 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=225996 CPUtime=17.43 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) R 23404 23404 23197 0 -1 4202560 12647 0 0 0 1736 7 0 0 20 0 8 0 390815398 231419904 33485 33554432000 134512640 146736320 4289138528 4105458516 135983225 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=225996 CPUtime=17.63 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) R 23404 23404 23197 0 -1 4202560 14314 0 0 0 1757 6 0 0 20 0 8 0 390815398 231419904 33485 33554432000 134512640 146736320 4289138528 4094972904 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=225996 CPUtime=17.65 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) R 23404 23404 23197 0 -1 4202560 9861 0 0 0 1758 7 0 0 20 0 8 0 390815398 231419904 33485 33554432000 134512640 146736320 4289138528 4084485264 136008168 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 160.24
Current children cumulated vsize (KiB) 235144

[startup+102.307 s]
/proc/loadavg: 10.47 3.52 1.25 17/193 23534
/proc/meminfo: memFree=29200608/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=248136 CPUtime=352.78 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 271418 0 0 0 35086 192 0 0 20 0 8 0 390814213 254091264 39171 33554432000 134512640 146736320 4289138528 4289131392 136469378 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0

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

/proc/23405/statm: 64507 41363 913 2985 0 61441 0
[pid=23405/tid=23451] ppid=23404 vsize=258028 CPUtime=130.05 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) R 23404 23404 23197 0 -1 4202560 79271 0 0 0 12959 46 0 0 20 0 8 0 390815398 264220672 41363 33554432000 134512640 146736320 4289138528 4130702312 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=258028 CPUtime=127.96 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) R 23404 23404 23197 0 -1 4202560 85895 0 0 0 12743 53 0 0 20 0 8 0 390815398 264220672 41363 33554432000 134512640 146736320 4289138528 4141186888 135525908 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=258028 CPUtime=129.03 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) R 23404 23404 23197 0 -1 4202560 72472 0 0 0 12852 51 0 0 20 0 8 0 390815398 264220672 41363 33554432000 134512640 146736320 4289138528 4151672872 139044580 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=258028 CPUtime=130.41 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) R 23404 23404 23197 0 -1 4202560 78658 0 0 0 12992 49 0 0 20 0 8 0 390815398 264220672 41363 33554432000 134512640 146736320 4289138528 4115942928 136403109 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=258028 CPUtime=129.04 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) R 23404 23404 23197 0 -1 4202560 49733 0 0 0 12863 41 0 0 20 0 8 0 390815398 264220672 41363 33554432000 134512640 146736320 4289138528 4105457872 136008178 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=258028 CPUtime=130.25 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) R 23404 23404 23197 0 -1 4202560 88974 0 0 0 12973 52 0 0 20 0 8 0 390815398 264220672 41363 33554432000 134512640 146736320 4289138528 4094972112 136008356 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=258028 CPUtime=129.64 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) R 23404 23404 23197 0 -1 4202560 84890 0 0 0 12918 46 0 0 20 0 8 0 390815398 264220672 41363 33554432000 134512640 146736320 4289138528 4084487144 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1109.35
Current children cumulated vsize (KiB) 267176

[startup+402.3 s]
/proc/loadavg: 12.65 9.19 4.33 11/193 23535
/proc/meminfo: memFree=29180444/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=259876 CPUtime=1331.23 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 796703 0 0 0 132628 495 0 0 20 0 8 0 390814213 266113024 41873 33554432000 134512640 146736320 4289138528 4289131408 136008116 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 64969 41873 913 2985 0 61903 0
[pid=23405/tid=23451] ppid=23404 vsize=259876 CPUtime=157.46 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) R 23404 23404 23197 0 -1 4202560 92921 0 0 0 15693 53 0 0 20 0 8 0 390815398 266113024 41873 33554432000 134512640 146736320 4289138528 4130701368 136475798 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=259876 CPUtime=155.9 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) R 23404 23404 23197 0 -1 4202560 107410 0 0 0 15527 63 0 0 20 0 8 0 390815398 266113024 41873 33554432000 134512640 146736320 4289138528 4141187280 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=259876 CPUtime=155.91 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) R 23404 23404 23197 0 -1 4202560 82587 0 0 0 15530 61 0 0 20 0 8 0 390815398 266113024 41873 33554432000 134512640 146736320 4289138528 4151673424 136403117 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=259876 CPUtime=157.35 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) R 23404 23404 23197 0 -1 4202560 95305 0 0 0 15676 59 0 0 20 0 8 0 390815398 266113024 41873 33554432000 134512640 146736320 4289138528 4115943852 136400469 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=259876 CPUtime=157.25 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) R 23404 23404 23197 0 -1 4202560 71545 0 0 0 15673 52 0 0 20 0 8 0 390815398 266113024 41873 33554432000 134512640 146736320 4289138528 4105457644 135454007 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=259876 CPUtime=158.5 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) R 23404 23404 23197 0 -1 4202560 104946 0 0 0 15787 63 0 0 20 0 8 0 390815398 266113024 41873 33554432000 134512640 146736320 4289138528 4094972112 136008065 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=259876 CPUtime=157.11 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) R 23404 23404 23197 0 -1 4202560 91824 0 0 0 15659 52 0 0 20 0 8 0 390815398 266113024 41873 33554432000 134512640 146736320 4289138528 4084487104 144757825 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1331.23
Current children cumulated vsize (KiB) 269024

[startup+462.3 s]
/proc/loadavg: 11.79 9.62 4.79 11/193 23535
/proc/meminfo: memFree=29156448/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=260720 CPUtime=1555.53 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 912599 0 0 0 154986 567 0 0 20 0 8 0 390814213 266977280 42198 33554432000 134512640 146736320 4289138528 4289131408 136008172 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23405/statm: 65180 42198 913 2985 0 62114 0
[pid=23405/tid=23451] ppid=23404 vsize=260720 CPUtime=185.72 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) R 23404 23404 23197 0 -1 4202560 106554 0 0 0 18508 64 0 0 20 0 8 0 390815398 266977280 42198 33554432000 134512640 146736320 4289138528 4130702312 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=260720 CPUtime=183.99 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) R 23404 23404 23197 0 -1 4202560 120131 0 0 0 18327 72 0 0 20 0 8 0 390815398 266977280 42198 33554432000 134512640 146736320 4289138528 4141187520 135999764 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=260720 CPUtime=183.76 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) R 23404 23404 23197 0 -1 4202560 95087 0 0 0 18308 68 0 0 20 0 8 0 390815398 266977280 42198 33554432000 134512640 146736320 4289138528 4151673040 136008163 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=260720 CPUtime=185.9 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) R 23404 23404 23197 0 -1 4202560 109334 0 0 0 18523 67 0 0 20 0 8 0 390815398 266977280 42198 33554432000 134512640 146736320 4289138528 4115944016 136403116 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=260720 CPUtime=184.91 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) R 23404 23404 23197 0 -1 4202560 87785 0 0 0 18431 60 0 0 20 0 8 0 390815398 266977280 42198 33554432000 134512640 146736320 4289138528 4105457872 136008385 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=260720 CPUtime=186.15 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) R 23404 23404 23197 0 -1 4202560 120461 0 0 0 18542 73 0 0 20 0 8 0 390815398 266977280 42198 33554432000 134512640 146736320 4289138528 4094972952 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=260720 CPUtime=184.06 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) R 23404 23404 23197 0 -1 4202560 102738 0 0 0 18345 61 0 0 20 0 8 0 390815398 266977280 42198 33554432000 134512640 146736320 4289138528 4084486256 136384857 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1555.53
Current children cumulated vsize (KiB) 269868

[startup+522.3 s]
/proc/loadavg: 13.46 10.53 5.40 17/193 23535
/proc/meminfo: memFree=29160160/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=259140 CPUtime=1780.59 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) R 23404 23404 23197 0 -1 4202496 992401 0 0 0 177428 631 0 0 20 0 8 0 390814213 265359360 42323 33554432000 134512640 146736320 4289138528 4289132200 144757825 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23405/statm: 64785 42323 913 2985 0 61719 0
[pid=23405/tid=23451] ppid=23404 vsize=259140 CPUtime=214.17 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) R 23404 23404 23197 0 -1 4202560 120443 0 0 0 21344 73 0 0 20 0 8 0 390815398 265359360 42323 33554432000 134512640 146736320 4289138528 4130702312 144757825 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=259140 CPUtime=212.53 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) R 23404 23404 23197 0 -1 4202560 131333 0 0 0 21172 81 0 0 20 0 8 0 390815398 265359360 42323 33554432000 134512640 146736320 4289138528 4141188072 144757825 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=259140 CPUtime=210.95 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) R 23404 23404 23197 0 -1 4202560 100572 0 0 0 21020 75 0 0 20 0 8 0 390815398 265359360 42323 33554432000 134512640 146736320 4289138528 4151673040 136008017 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=259140 CPUtime=214.18 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) S 23404 23404 23197 0 -1 4202560 118874 0 0 0 21343 75 0 0 20 0 8 0 390815398 265359360 42323 33554432000 134512640 146736320 4289138528 4115947152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=259140 CPUtime=212.07 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) R 23404 23404 23197 0 -1 4202560 97922 0 0 0 21138 69 0 0 20 0 8 0 390815398 265359360 42323 33554432000 134512640 146736320 4289138528 4105458664 144757825 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=259140 CPUtime=213.91 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) S 23404 23404 23197 0 -1 4202560 132351 0 0 0 21308 83 0 0 20 0 8 0 390815398 265359360 42323 33554432000 134512640 146736320 4289138528 4094975632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=259140 CPUtime=212.37 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) S 23404 23404 23197 0 -1 4202560 119259 0 0 0 21164 73 0 0 20 0 8 0 390815398 265359360 42323 33554432000 134512640 146736320 4289138528 4084489872 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1780.59
Current children cumulated vsize (KiB) 268288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+527.5 s]
/proc/loadavg: 13.10 10.50 5.42 4/186 23585
/proc/meminfo: memFree=29282376/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=259732 CPUtime=1800.03 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) S 23404 23404 23197 0 -1 4202496 1003558 0 0 0 179353 650 0 0 20 0 8 0 390814213 265965568 42456 33554432000 134512640 146736320 4289138528 4289134928 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 64933 42456 913 2985 0 61867 0
[pid=23405/tid=23451] ppid=23404 vsize=259732 CPUtime=216.73 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) S 23404 23404 23197 0 -1 4202560 121968 0 0 0 21598 75 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4130705040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=259732 CPUtime=215.04 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) S 23404 23404 23197 0 -1 4202560 131565 0 0 0 21421 83 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4141190800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=259732 CPUtime=213.3 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) S 23404 23404 23197 0 -1 4202560 102413 0 0 0 21254 76 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4151676560 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=259732 CPUtime=216.51 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) S 23404 23404 23197 0 -1 4202560 121218 0 0 0 21575 76 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4115947152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=259732 CPUtime=214.56 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) S 23404 23404 23197 0 -1 4202560 99899 0 0 0 21384 72 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4105461392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=259732 CPUtime=216.81 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) S 23404 23404 23197 0 -1 4202560 132638 0 0 0 21596 85 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4094975632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=259732 CPUtime=214.72 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) R 23404 23404 23197 0 -1 4202560 120867 0 0 0 21395 77 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4084486736 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 268880

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

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

[startup+527.5 s]
/proc/loadavg: 13.10 10.50 5.42 4/186 23585
/proc/meminfo: memFree=29282376/32873844 swapFree=7372/7372
[pid=23404] ppid=23402 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23404/stat : 23404 (run) S 23402 23404 23197 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 390814213 9367552 270 33554432000 4194304 5064252 140734972511216 140734972510128 245294065230 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23404/statm: 2287 270 229 213 0 72 0
[pid=23405] ppid=23404 vsize=259732 CPUtime=1800.03 cores=1,3,5,7
/proc/23405/stat : 23405 (pb_cplex) S 23404 23404 23197 0 -1 4202496 1003558 0 0 0 179353 650 0 0 20 0 8 0 390814213 265965568 42456 33554432000 134512640 146736320 4289138528 4289134928 144580073 0 0 4096 16387 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23405/statm: 64933 42456 913 2985 0 61867 0
[pid=23405/tid=23451] ppid=23404 vsize=259732 CPUtime=216.73 cores=1,3,5,7
/proc/23405/task/23451/stat : 23451 (pb_cplex) S 23404 23404 23197 0 -1 4202560 121968 0 0 0 21598 75 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4130705040 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23405/tid=23452] ppid=23404 vsize=259732 CPUtime=215.04 cores=1,3,5,7
/proc/23405/task/23452/stat : 23452 (pb_cplex) S 23404 23404 23197 0 -1 4202560 131565 0 0 0 21421 83 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4141190800 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23405/tid=23453] ppid=23404 vsize=259732 CPUtime=213.3 cores=1,3,5,7
/proc/23405/task/23453/stat : 23453 (pb_cplex) S 23404 23404 23197 0 -1 4202560 102413 0 0 0 21254 76 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4151676560 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23454] ppid=23404 vsize=259732 CPUtime=216.51 cores=1,3,5,7
/proc/23405/task/23454/stat : 23454 (pb_cplex) S 23404 23404 23197 0 -1 4202560 121218 0 0 0 21575 76 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4115947152 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23405/tid=23455] ppid=23404 vsize=259732 CPUtime=214.56 cores=1,3,5,7
/proc/23405/task/23455/stat : 23455 (pb_cplex) S 23404 23404 23197 0 -1 4202560 99899 0 0 0 21384 72 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4105461392 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23456] ppid=23404 vsize=259732 CPUtime=216.81 cores=1,3,5,7
/proc/23405/task/23456/stat : 23456 (pb_cplex) S 23404 23404 23197 0 -1 4202560 132638 0 0 0 21596 85 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4094975632 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23405/tid=23457] ppid=23404 vsize=259732 CPUtime=214.72 cores=1,3,5,7
/proc/23405/task/23457/stat : 23457 (pb_cplex) R 23404 23404 23197 0 -1 4202560 120867 0 0 0 21395 77 0 0 20 0 8 0 390815398 265965568 42456 33554432000 134512640 146736320 4289138528 4084486736 136403109 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 268880

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 527.663
CPU time (s): 1800.03
CPU user time (s): 1793.53
CPU system time (s): 6.5
CPU usage (%): 341.133
Max. virtual memory (cumulated for all children) (KiB): 288016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0
maximum resident set size= 1080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
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 1.42178 second user time and 3.76343 second system time

The end

Launcher Data

Begin job on node109 at 2012-06-09 15:00:56
IDJOB=3730895
IDBENCH=1491
IDSOLVER=2325
FILE ID=node109/3730895-1339246856
RUNJOBID= node109-1339246834-23215
PBS_JOBID= 14644372
Free space on /tmp= 70684 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.2.accl.ucl.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730895-1339246856/watcher-3730895-1339246856 -o /tmp/evaluation-result-3730895-1339246856/solver-3730895-1339246856 -C 1800 -W 1900 -M 15500  run HOME/instance-3730895-1339246856.opb

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

MD5SUM BENCH= a1104c8fec3fd69abc0a798c3b6bfa5b
RANDOM SEED=2018897968

node109.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.264
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.52
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.264
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.264
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.264
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.264
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.91
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.264
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.91
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.264
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.91
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29416148 kB
Buffers:         1574848 kB
Cached:           854712 kB
SwapCached:         1336 kB
Active:          2350856 kB
Inactive:         126232 kB
Active(anon):      41900 kB
Inactive(anon):     6228 kB
Active(file):    2308956 kB
Inactive(file):   120004 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67102640 kB
Dirty:             33924 kB
Writeback:             0 kB
AnonPages:         51804 kB
Mapped:            12340 kB
Shmem:                 4 kB
Slab:             840432 kB
SReclaimable:     281592 kB
SUnreclaim:       558840 kB
KernelStack:        1464 kB
PageTables:         3900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     177000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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-3730895-1339246856.opb

Free space on /tmp at the end= 70668 MiB
End job on node109 at 2012-06-09 15:09:46