Trace number 3732654

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.02 535.616

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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-3732654-1339247363.opb.
0.00/0.00	c Instance file HOME/instance-3732654-1339247363.opb
0.00/0.00	c File size is 455953 bytes.
3.79/3.85	c Highest Coefficient sum: 4
3.79/3.85	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
3.79/3.86	c ============================[ Problem Statistics ]=============================
3.79/3.86	c |                                                                             |
3.79/3.86	c |  Parsing time:          3.86         s                                      |
3.79/3.86	c |  Number Variables:      6352                                                |
3.79/3.86	c |  Number Constraints:    13501                                               |
3.79/3.86	c ===============================================================================
1800.02/535.61	c Remaining time 1796.14 sec.
1800.02/535.61	c 
1800.02/535.61	c *** INTERRUPTED ***
1800.02/535.61	s UNKNOWN
1800.02/535.61	c Total CPU time              : 1798.22 s
1800.02/535.61	c Memory used           : 276.57 MB
1800.02/535.61	c CPU time              : 1798.22 s
1800.02/535.61	c 
1800.02/535.61	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-3732654-1339247363/watcher-3732654-1339247363 -o /tmp/evaluation-result-3732654-1339247363/solver-3732654-1339247363 -C 1800 -W 1900 -M 15500 run HOME/instance-3732654-1339247363.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: 5.08 5.18 2.72 3/177 29480
/proc/meminfo: memFree=29848724/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0

[startup+0.0204051 s]
/proc/loadavg: 5.08 5.18 2.72 3/177 29480
/proc/meminfo: memFree=29848724/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100246 s]
/proc/loadavg: 5.08 5.18 2.72 3/177 29480
/proc/meminfo: memFree=29848724/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 5.08 5.18 2.72 3/177 29480
/proc/meminfo: memFree=29848724/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700221 s]
/proc/loadavg: 5.08 5.18 2.72 3/177 29480
/proc/meminfo: memFree=29848724/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/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: 5.08 5.18 2.72 3/179 29482
/proc/meminfo: memFree=29846748/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=14804 CPUtime=1.49 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 787 0 0 0 149 0 0 0 20 0 1 0 390864885 15159296 743 33554432000 134512640 146736320 4287569344 4287541856 140681199 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/29481/statm: 3701 743 298 2985 0 523 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23952

[startup+3.10027 s]
/proc/loadavg: 5.08 5.18 2.72 3/179 29482
/proc/meminfo: memFree=29846012/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=14936 CPUtime=3.09 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 822 0 0 0 309 0 0 0 20 0 1 0 390864885 15294464 778 33554432000 134512640 146736320 4287569344 4287541948 141014496 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/29481/statm: 3734 778 298 2985 0 556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24084

[startup+6.30024 s]
/proc/loadavg: 4.83 5.12 2.72 3/179 29482
/proc/meminfo: memFree=29824560/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=45904 CPUtime=6.29 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 14847 0 0 0 627 2 0 0 20 0 1 0 390864885 47005696 7239 33554432000 134512640 146736320 4287569344 4287565248 137084968 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29481/statm: 11476 7239 881 2985 0 8410 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55052

[startup+12.7002 s]
/proc/loadavg: 4.61 5.07 2.71 3/179 29482
/proc/meminfo: memFree=29817892/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=47100 CPUtime=12.68 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 63342 0 0 0 1257 11 0 0 20 0 1 0 390864885 48230400 8132 33554432000 134512640 146736320 4287569344 4287563584 135443437 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29481/statm: 11775 8132 881 2985 0 8709 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 56248

[startup+25.5002 s]
/proc/loadavg: 4.03 4.92 2.70 3/179 29482
/proc/meminfo: memFree=29818420/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=52556 CPUtime=25.49 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 69544 0 0 0 2536 13 0 0 20 0 1 0 390864885 53817344 8914 33554432000 134512640 146736320 4287569344 4287566500 137569480 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/29481/statm: 13139 8914 916 2985 0 10073 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 61704

[startup+51.1005 s]
/proc/loadavg: 5.72 5.25 2.87 5/187 29492
/proc/meminfo: memFree=29731000/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=252596 CPUtime=117.43 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) S 29480 29480 29010 0 -1 4202496 134987 0 0 0 11710 33 0 0 20 0 8 0 390864885 258658304 36084 33554432000 134512640 146736320 4287569344 4287565712 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29481/statm: 63149 36084 945 2985 0 60083 0
[pid=29481/tid=29483] ppid=29480 vsize=252596 CPUtime=9.88 cores=0,2,4,6
/proc/29481/task/29483/stat : 29483 (pb_cplex) S 29480 29480 29010 0 -1 4202560 7128 0 0 0 986 2 0 0 20 0 8 0 390867513 258658304 36084 33554432000 134512640 146736320 4287569344 4129717904 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29484] ppid=29480 vsize=252596 CPUtime=11.75 cores=0,2,4,6
/proc/29481/task/29484/stat : 29484 (pb_cplex) S 29480 29480 29010 0 -1 4202560 9161 0 0 0 1173 2 0 0 20 0 8 0 390867513 258658304 36084 33554432000 134512640 146736320 4287569344 4119232144 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29485] ppid=29480 vsize=252596 CPUtime=11.9 cores=0,2,4,6
/proc/29481/task/29485/stat : 29485 (pb_cplex) S 29480 29480 29010 0 -1 4202560 5599 0 0 0 1188 2 0 0 20 0 8 0 390867513 258658304 36084 33554432000 134512640 146736320 4287569344 4108746384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29486] ppid=29480 vsize=252596 CPUtime=11.39 cores=0,2,4,6
/proc/29481/task/29486/stat : 29486 (pb_cplex) S 29480 29480 29010 0 -1 4202560 6656 0 0 0 1138 1 0 0 20 0 8 0 390867513 258658304 36084 33554432000 134512640 146736320 4287569344 4098260624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29487] ppid=29480 vsize=252596 CPUtime=11.96 cores=0,2,4,6
/proc/29481/task/29487/stat : 29487 (pb_cplex) S 29480 29480 29010 0 -1 4202560 8268 0 0 0 1194 2 0 0 20 0 8 0 390867513 258658304 36084 33554432000 134512640 146736320 4287569344 4087774864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29488] ppid=29480 vsize=252596 CPUtime=10.37 cores=0,2,4,6
/proc/29481/task/29488/stat : 29488 (pb_cplex) S 29480 29480 29010 0 -1 4202560 7742 0 0 0 1036 1 0 0 20 0 8 0 390867513 258658304 36084 33554432000 134512640 146736320 4287569344 4077289104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29489] ppid=29480 vsize=252596 CPUtime=12.05 cores=0,2,4,6
/proc/29481/task/29489/stat : 29489 (pb_cplex) R 29480 29480 29010 0 -1 4202560 5443 0 0 0 1203 2 0 0 20 0 8 0 390867513 258658304 36084 33554432000 134512640 146736320 4287569344 4066799768 136007213 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 117.43
Current children cumulated vsize (KiB) 261744

[startup+102.3 s]
/proc/loadavg: 6.07 5.36 3.03 4/193 29507
/proc/meminfo: memFree=29291620/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=223008 CPUtime=247.46 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) S 29480 29480 29010 0 -1 4202496 179359 0 0 0 24689 57 0 0 20 0 8 0 390864885 228360192 33605 33554432000 134512640 146736320 4287569344 4287565712 144580073 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29481/statm: 55752 33605 967 2985 0 52686 0
[pid=29481/tid=29494] ppid=29480 vsize=223008 CPUtime=12.18 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) S 29480 29480 29010 0 -1 4202560 5498 0 0 0 1215 3 0 0 20 0 8 0 390872576 228360192 33605 33554432000 134512640 146736320 4287569344 4066803344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=223008 CPUtime=11.05 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) S 29480 29480 29010 0 -1 4202560 2686 0 0 0 1103 2 0 0 20 0 8 0 390872576 228360192 33605 33554432000 134512640 146736320 4287569344 4077289104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=223008 CPUtime=11.37 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) R 29480 29480 29010 0 -1 4202560 1810 0 0 0 1135 2 0 0 20 0 8 0 390872576 228360192 33605 33554432000 134512640 146736320 4287569344 4087771728 136403109 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=223008 CPUtime=10.71 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) S 29480 29480 29010 0 -1 4202560 2082 0 0 0 1070 1 0 0 20 0 8 0 390872576 228360192 33605 33554432000 134512640 146736320 4287569344 4098260624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=223008 CPUtime=12.21 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) S 29480 29480 29010 0 -1 4202560 6377 0 0 0 1218 3 0 0 20 0 8 0 390872576 228360192 33605 33554432000 134512640 146736320 4287569344 4148682384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=223008 CPUtime=11.48 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) S 29480 29480 29010 0 -1 4202560 4799 0 0 0 1145 3 0 0 20 0 8 0 390872576 228360192 33605 33554432000 134512640 146736320 4287569344 4138196624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=223008 CPUtime=11.72 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) R 29480 29480 29010 0 -1 4202560 7345 0 0 0 1170 2 0 0 20 0 8 0 390872576 228360192 33605 33554432000 134512640 146736320 4287569344 4127707260 136400481 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 247.46
Current children cumulated vsize (KiB) 232156

[startup+162.3 s]
/proc/loadavg: 6.46 5.62 3.26 7/193 29507
/proc/meminfo: memFree=29275548/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=234568 CPUtime=467.89 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) S 29480 29480 29010 0 -1 4202496 200003 0 0 0 46714 75 0 0 20 0 8 0 390864885 240197632 36475 33554432000 134512640 146736320 4287569344 4287565712 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29481/statm: 58642 36475 967 2985 0 55576 0
[pid=29481/tid=29494] ppid=29480 vsize=234568 CPUtime=39.04 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) R 29480 29480 29010 0 -1 4202560 5509 0 0 0 3900 4 0 0 20 0 8 0 390872576 240197632 36475 33554432000 134512640 146736320 4287569344 4066799824 136008160 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=234568 CPUtime=38.11 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) S 29480 29480 29010 0 -1 4202560 4196 0 0 0 3808 3 0 0 20 0 8 0 390872576 240197632 36475 33554432000 134512640 146736320 4287569344 4077289104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=234568 CPUtime=39.46 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) R 29480 29480 29010 0 -1 4202560 6737 0 0 0 3941 5 0 0 20 0 8 0 390872576 240197632 36475 33554432000 134512640 146736320 4287569344 4087771344 136007970 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=234568 CPUtime=37.96 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) S 29480 29480 29010 0 -1 4202560 3814 0 0 0 3794 2 0 0 20 0 8 0 390872576 240197632 36475 33554432000 134512640 146736320 4287569344 4098260624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=234568 CPUtime=39.47 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) S 29480 29480 29010 0 -1 4202560 8097 0 0 0 3943 4 0 0 20 0 8 0 390872576 240197632 36475 33554432000 134512640 146736320 4287569344 4148682384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=234568 CPUtime=39.64 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) S 29480 29480 29010 0 -1 4202560 10126 0 0 0 3960 4 0 0 20 0 8 0 390872576 240197632 36475 33554432000 134512640 146736320 4287569344 4138196624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=234568 CPUtime=39.13 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) S 29480 29480 29010 0 -1 4202560 9515 0 0 0 3909 4 0 0 20 0 8 0 390872576 240197632 36475 33554432000 134512640 146736320 4287569344 4127710864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 467.89

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

/proc/29481/statm: 63428 40772 967 2985 0 60362 0
[pid=29481/tid=29494] ppid=29480 vsize=253712 CPUtime=122.21 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) S 29480 29480 29010 0 -1 4202560 12413 0 0 0 12209 12 0 0 20 0 8 0 390872576 259801088 40772 33554432000 134512640 146736320 4287569344 4066803344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=253712 CPUtime=122.88 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) S 29480 29480 29010 0 -1 4202560 10055 0 0 0 12280 8 0 0 20 0 8 0 390872576 259801088 40772 33554432000 134512640 146736320 4287569344 4077289104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=253712 CPUtime=123.27 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) S 29480 29480 29010 0 -1 4202560 16692 0 0 0 12313 14 0 0 20 0 8 0 390872576 259801088 40772 33554432000 134512640 146736320 4287569344 4087774864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=253712 CPUtime=122.2 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) S 29480 29480 29010 0 -1 4202560 7504 0 0 0 12211 9 0 0 20 0 8 0 390872576 259801088 40772 33554432000 134512640 146736320 4287569344 4098260624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=253712 CPUtime=123.9 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) R 29480 29480 29010 0 -1 4202560 17093 0 0 0 12376 14 0 0 20 0 8 0 390872576 259801088 40772 33554432000 134512640 146736320 4287569344 4148678864 136007975 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=253712 CPUtime=121.42 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) S 29480 29480 29010 0 -1 4202560 16289 0 0 0 12131 11 0 0 20 0 8 0 390872576 259801088 40772 33554432000 134512640 146736320 4287569344 4138196624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=253712 CPUtime=122.19 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) S 29480 29480 29010 0 -1 4202560 18397 0 0 0 12208 11 0 0 20 0 8 0 390872576 259801088 40772 33554432000 134512640 146736320 4287569344 4127710864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1136.65
Current children cumulated vsize (KiB) 262860

[startup+402.3 s]
/proc/loadavg: 14.43 10.14 5.58 11/193 29508
/proc/meminfo: memFree=28441436/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=259488 CPUtime=1354.33 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 265908 0 0 0 135291 142 0 0 20 0 8 0 390864885 265715712 42120 33554432000 134512640 146736320 4287569344 4287562192 136008167 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29481/statm: 64872 42120 967 2985 0 61806 0
[pid=29481/tid=29494] ppid=29480 vsize=259488 CPUtime=149.94 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) R 29480 29480 29010 0 -1 4202560 14596 0 0 0 14979 15 0 0 20 0 8 0 390872576 265715712 42120 33554432000 134512640 146736320 4287569344 4066799824 136008455 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=259488 CPUtime=148.94 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) R 29480 29480 29010 0 -1 4202560 10461 0 0 0 14883 11 0 0 20 0 8 0 390872576 265715712 42120 33554432000 134512640 146736320 4287569344 4077285584 136008053 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=259488 CPUtime=150.65 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) R 29480 29480 29010 0 -1 4202560 19603 0 0 0 15049 16 0 0 20 0 8 0 390872576 265715712 42120 33554432000 134512640 146736320 4287569344 4087771344 136008176 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=259488 CPUtime=150.96 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) R 29480 29480 29010 0 -1 4202560 7577 0 0 0 15085 11 0 0 20 0 8 0 390872576 265715712 42120 33554432000 134512640 146736320 4287569344 4098256968 139042883 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=259488 CPUtime=150.95 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) R 29480 29480 29010 0 -1 4202560 19398 0 0 0 15078 17 0 0 20 0 8 0 390872576 265715712 42120 33554432000 134512640 146736320 4287569344 4148678864 136008303 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=259488 CPUtime=148.12 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) R 29480 29480 29010 0 -1 4202560 20702 0 0 0 14797 15 0 0 20 0 8 0 390872576 265715712 42120 33554432000 134512640 146736320 4287569344 4138193036 136400717 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=259488 CPUtime=148.94 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) R 29480 29480 29010 0 -1 4202560 20907 0 0 0 14879 15 0 0 20 0 8 0 390872576 265715712 42120 33554432000 134512640 146736320 4287569344 4127707228 135854509 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1354.33
Current children cumulated vsize (KiB) 268636

[startup+462.3 s]
/proc/loadavg: 14.45 10.95 6.15 17/193 29508
/proc/meminfo: memFree=28438508/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=259528 CPUtime=1571.64 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 277307 0 0 0 157003 161 0 0 20 0 8 0 390864885 265756672 42308 33554432000 134512640 146736320 4287569344 4287561152 135468528 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29481/statm: 64882 42308 967 2985 0 61816 0
[pid=29481/tid=29494] ppid=29480 vsize=259528 CPUtime=176.97 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) R 29480 29480 29010 0 -1 4202560 16405 0 0 0 17680 17 0 0 20 0 8 0 390872576 265756672 42308 33554432000 134512640 146736320 4287569344 4066799656 139044542 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=259528 CPUtime=176.58 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) R 29480 29480 29010 0 -1 4202560 12018 0 0 0 17645 13 0 0 20 0 8 0 390872576 265756672 42308 33554432000 134512640 146736320 4287569344 4077285584 136008050 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=259528 CPUtime=177.54 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) R 29480 29480 29010 0 -1 4202560 22541 0 0 0 17734 20 0 0 20 0 8 0 390872576 265756672 42308 33554432000 134512640 146736320 4287569344 4087771528 136388073 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=259528 CPUtime=178.83 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) R 29480 29480 29010 0 -1 4202560 7578 0 0 0 17870 13 0 0 20 0 8 0 390872576 265756672 42308 33554432000 134512640 146736320 4287569344 4098257048 136007284 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=259528 CPUtime=179 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) R 29480 29480 29010 0 -1 4202560 21077 0 0 0 17879 21 0 0 20 0 8 0 390872576 265756672 42308 33554432000 134512640 146736320 4287569344 4148678864 136008443 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=259528 CPUtime=173.76 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) R 29480 29480 29010 0 -1 4202560 20702 0 0 0 17360 16 0 0 20 0 8 0 390872576 265756672 42308 33554432000 134512640 146736320 4287569344 4138193104 136008416 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=259528 CPUtime=174.74 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) R 29480 29480 29010 0 -1 4202560 24322 0 0 0 17457 17 0 0 20 0 8 0 390872576 265756672 42308 33554432000 134512640 146736320 4287569344 4127707776 139046503 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1571.64
Current children cumulated vsize (KiB) 268676

[startup+522.3 s]
/proc/loadavg: 14.62 11.64 6.68 12/193 29579
/proc/meminfo: memFree=29893064/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=271720 CPUtime=1786.72 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 295245 0 0 0 178495 177 0 0 20 0 8 0 390864885 278241280 44329 33554432000 134512640 146736320 4287569344 4287559928 136015707 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29481/statm: 67930 44329 972 2985 0 64864 0
[pid=29481/tid=29494] ppid=29480 vsize=271720 CPUtime=205.97 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) S 29480 29480 29010 0 -1 4202560 18845 0 0 0 20577 20 0 0 20 0 8 0 390872576 278241280 44329 33554432000 134512640 146736320 4287569344 4066803344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=271720 CPUtime=203.38 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) S 29480 29480 29010 0 -1 4202560 13874 0 0 0 20323 15 0 0 20 0 8 0 390872576 278241280 44329 33554432000 134512640 146736320 4287569344 4077289104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=271720 CPUtime=204.03 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) S 29480 29480 29010 0 -1 4202560 25898 0 0 0 20379 24 0 0 20 0 8 0 390872576 278241280 44329 33554432000 134512640 146736320 4287569344 4087774864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=271720 CPUtime=205.42 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) S 29480 29480 29010 0 -1 4202560 8251 0 0 0 20527 15 0 0 20 0 8 0 390872576 278241280 44329 33554432000 134512640 146736320 4287569344 4098260624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=271720 CPUtime=206 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) S 29480 29480 29010 0 -1 4202560 22248 0 0 0 20576 24 0 0 20 0 8 0 390872576 278241280 44329 33554432000 134512640 146736320 4287569344 4148682384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=271720 CPUtime=201.67 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) S 29480 29480 29010 0 -1 4202560 22897 0 0 0 20148 19 0 0 20 0 8 0 390872576 278241280 44329 33554432000 134512640 146736320 4287569344 4138196624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=271720 CPUtime=200.24 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) S 29480 29480 29010 0 -1 4202560 27949 0 0 0 20004 20 0 0 20 0 8 0 390872576 278241280 44329 33554432000 134512640 146736320 4287569344 4127710864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.72
Current children cumulated vsize (KiB) 280868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+535.6 s]
/proc/loadavg: 12.78 11.38 6.68 10/193 29579
/proc/meminfo: memFree=29877812/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=283200 CPUtime=1800.02 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 317018 0 0 0 179821 181 0 0 20 0 8 0 390864885 289996800 46280 33554432000 134512640 146736320 4287569344 4287556496 136008065 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29481/statm: 70800 46280 977 2985 0 67734 0
[pid=29481/tid=29494] ppid=29480 vsize=283200 CPUtime=205.97 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) S 29480 29480 29010 0 -1 4202560 18845 0 0 0 20577 20 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4066803344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=283200 CPUtime=203.38 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) S 29480 29480 29010 0 -1 4202560 13874 0 0 0 20323 15 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4077289104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=283200 CPUtime=204.03 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) S 29480 29480 29010 0 -1 4202560 25898 0 0 0 20379 24 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4087774864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=283200 CPUtime=205.42 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) S 29480 29480 29010 0 -1 4202560 8251 0 0 0 20527 15 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4098260624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=283200 CPUtime=206 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) S 29480 29480 29010 0 -1 4202560 22248 0 0 0 20576 24 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4148682384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=283200 CPUtime=201.67 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) S 29480 29480 29010 0 -1 4202560 22897 0 0 0 20148 19 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4138196624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=283200 CPUtime=200.24 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) S 29480 29480 29010 0 -1 4202560 27949 0 0 0 20004 20 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4127710864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 292348

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

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

[startup+535.6 s]
/proc/loadavg: 12.78 11.38 6.68 10/193 29579
/proc/meminfo: memFree=29877812/32873844 swapFree=7636/7636
[pid=29480] ppid=29478 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/29480/stat : 29480 (run) S 29478 29480 29010 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390864885 9367552 270 33554432000 4194304 5064252 140733901998768 140733901997680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/29480/statm: 2287 270 229 213 0 72 0
[pid=29481] ppid=29480 vsize=283200 CPUtime=1800.02 cores=0,2,4,6
/proc/29481/stat : 29481 (pb_cplex) R 29480 29480 29010 0 -1 4202496 317018 0 0 0 179821 181 0 0 20 0 8 0 390864885 289996800 46280 33554432000 134512640 146736320 4287569344 4287556496 136008065 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/29481/statm: 70800 46280 977 2985 0 67734 0
[pid=29481/tid=29494] ppid=29480 vsize=283200 CPUtime=205.97 cores=0,2,4,6
/proc/29481/task/29494/stat : 29494 (pb_cplex) S 29480 29480 29010 0 -1 4202560 18845 0 0 0 20577 20 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4066803344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29495] ppid=29480 vsize=283200 CPUtime=203.38 cores=0,2,4,6
/proc/29481/task/29495/stat : 29495 (pb_cplex) S 29480 29480 29010 0 -1 4202560 13874 0 0 0 20323 15 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4077289104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29496] ppid=29480 vsize=283200 CPUtime=204.03 cores=0,2,4,6
/proc/29481/task/29496/stat : 29496 (pb_cplex) S 29480 29480 29010 0 -1 4202560 25898 0 0 0 20379 24 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4087774864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29481/tid=29497] ppid=29480 vsize=283200 CPUtime=205.42 cores=0,2,4,6
/proc/29481/task/29497/stat : 29497 (pb_cplex) S 29480 29480 29010 0 -1 4202560 8251 0 0 0 20527 15 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4098260624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29481/tid=29498] ppid=29480 vsize=283200 CPUtime=206 cores=0,2,4,6
/proc/29481/task/29498/stat : 29498 (pb_cplex) S 29480 29480 29010 0 -1 4202560 22248 0 0 0 20576 24 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4148682384 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29499] ppid=29480 vsize=283200 CPUtime=201.67 cores=0,2,4,6
/proc/29481/task/29499/stat : 29499 (pb_cplex) S 29480 29480 29010 0 -1 4202560 22897 0 0 0 20148 19 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4138196624 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29481/tid=29500] ppid=29480 vsize=283200 CPUtime=200.24 cores=0,2,4,6
/proc/29481/task/29500/stat : 29500 (pb_cplex) S 29480 29480 29010 0 -1 4202560 27949 0 0 0 20004 20 0 0 20 0 8 0 390872576 289996800 46280 33554432000 134512640 146736320 4287569344 4127710864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 292348

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 535.616
CPU time (s): 1800.02
CPU user time (s): 1798.21
CPU system time (s): 1.81
CPU usage (%): 336.065
Max. virtual memory (cumulated for all children) (KiB): 294036

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

The end

Launcher Data

Begin job on node108 at 2012-06-09 15:09:23
IDJOB=3732654
IDBENCH=2167
IDSOLVER=2325
FILE ID=node108/3732654-1339247363
RUNJOBID= node108-1339246833-29027
PBS_JOBID= 14644373
Free space on /tmp= 71312 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3732654-1339247363/watcher-3732654-1339247363 -o /tmp/evaluation-result-3732654-1339247363/solver-3732654-1339247363 -C 1800 -W 1900 -M 15500  run HOME/instance-3732654-1339247363.opb

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=1849666516

node108.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		: 2666.273
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	: 5332.54
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		: 2666.273
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		: 2666.273
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		: 2666.273
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		: 2666.273
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		: 2666.273
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	: 5438.55
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		: 2666.273
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		: 2666.273
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:        29848904 kB
Buffers:         1407972 kB
Cached:           291180 kB
SwapCached:         1592 kB
Active:          1924648 kB
Inactive:         123560 kB
Active(anon):     343672 kB
Inactive(anon):     6456 kB
Active(file):    1580976 kB
Inactive(file):   117104 kB
Unevictable:        7636 kB
Mlocked:            7636 kB
SwapTotal:      67108856 kB
SwapFree:       67100568 kB
Dirty:             17104 kB
Writeback:            40 kB
AnonPages:        353352 kB
Mapped:            13924 kB
Shmem:                 0 kB
Slab:             834012 kB
SReclaimable:     275296 kB
SUnreclaim:       558716 kB
KernelStack:        1496 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     631256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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-3732654-1339247363.opb

Free space on /tmp at the end= 71300 MiB
End job on node108 at 2012-06-09 15:18:21