Trace number 3742962

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.18 859.126

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_20null0mast_rapportOE2.0_TMAX300_K67_cod2.opb
MD5SUMba6df77caf05680eb2c10dacd1851609
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-440
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40937
Total number of constraints41436
Number of constraints which are clauses40882
Number of constraints which are cardinality constraints (but not clauses)67
Number of constraints which are nor clauses,nor cardinality constraints487
Minimum length of a constraint1
Maximum length of a constraint8416
Number of terms in the objective function 389
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 1251
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 13703
Number of bits of the biggest sum of numbers14
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-3742962-1339251546.opb.
0.00/0.00	c Instance file HOME/instance-3742962-1339251546.opb
0.00/0.00	c File size is 2493115 bytes.
7.69/7.72	c Highest Coefficient sum: 13703
7.69/7.72	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
7.69/7.76	c ============================[ Problem Statistics ]=============================
7.69/7.76	c |                                                                             |
7.69/7.76	c |  Parsing time:          7.75         s                                      |
7.69/7.76	c |  Number Variables:      40937                                               |
7.69/7.77	c |  Number Constraints:    41436                                               |
7.69/7.77	c ===============================================================================
1800.18/859.12	c Remaining time 1792.24 sec.
1800.18/859.12	c 
1800.18/859.12	c *** INTERRUPTED ***
1800.18/859.12	s UNKNOWN
1800.18/859.12	c Total CPU time              : 1796.66 s
1800.18/859.12	c Memory used           : 674.39 MB
1800.18/859.12	c CPU time              : 1796.66 s
1800.18/859.12	c 
1800.18/859.12	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-3742962-1339251546/watcher-3742962-1339251546 -o /tmp/evaluation-result-3742962-1339251546/solver-3742962-1339251546 -C 1800 -W 1900 -M 15500 run HOME/instance-3742962-1339251546.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: 2.57 2.14 2.53 10/184 7549
/proc/meminfo: memFree=28598300/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0

[startup+0.0911011 s]
/proc/loadavg: 2.57 2.14 2.53 10/184 7549
/proc/meminfo: memFree=28598300/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/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: 2.57 2.14 2.53 10/184 7549
/proc/meminfo: memFree=28598300/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.57 2.14 2.53 10/184 7549
/proc/meminfo: memFree=28598300/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/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: 2.57 2.14 2.53 10/184 7549
/proc/meminfo: memFree=28598300/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/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: 3.09 2.25 2.56 10/186 7551
/proc/meminfo: memFree=28580800/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=32656 CPUtime=1.49 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 5390 0 0 0 149 0 0 0 20 0 1 0 391279172 33439744 5207 33554432000 134512640 146736320 4286813184 4286811100 140647825 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 8164 5207 897 2985 0 4489 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 41804

[startup+3.10027 s]
/proc/loadavg: 3.09 2.25 2.56 10/186 7551
/proc/meminfo: memFree=28579932/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=32656 CPUtime=3.09 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 5398 0 0 0 309 0 0 0 20 0 1 0 391279172 33439744 5215 33554432000 134512640 146736320 4286813184 4286811164 134814122 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 8164 5215 897 2985 0 4489 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41804

[startup+6.30026 s]
/proc/loadavg: 3.09 2.25 2.56 10/186 7551
/proc/meminfo: memFree=28578940/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=32656 CPUtime=6.29 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 5405 0 0 0 629 0 0 0 20 0 1 0 391279172 33439744 5222 33554432000 134512640 146736320 4286813184 4286811136 140681231 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 8164 5222 897 2985 0 4489 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41804

[startup+12.7003 s]
/proc/loadavg: 3.99 2.47 2.63 10/186 7551
/proc/meminfo: memFree=28517004/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=137192 CPUtime=12.68 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 43992 0 0 0 1262 6 0 0 20 0 1 0 391279172 140484608 20153 33554432000 134512640 146736320 4286813184 4286807812 136385184 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 34298 20153 797 2985 0 31232 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 146340

[startup+25.5003 s]
/proc/loadavg: 4.76 2.69 2.70 8/186 7551
/proc/meminfo: memFree=28509312/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=138036 CPUtime=25.48 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 57179 0 0 0 2539 9 0 0 20 0 1 0 391279172 141348864 20942 33554432000 134512640 146736320 4286813184 4286807816 139043235 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 34509 20942 798 2985 0 31443 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 147184

[startup+51.1003 s]
/proc/loadavg: 4.52 2.81 2.74 4/186 7551
/proc/meminfo: memFree=28503784/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=139152 CPUtime=51.08 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 99524 0 0 0 5090 18 0 0 20 0 1 0 391279172 142491648 21726 33554432000 134512640 146736320 4286813184 4286807480 136015579 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 34788 21726 891 2985 0 31722 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 148300

[startup+102.307 s]
/proc/loadavg: 6.80 3.68 3.03 10/187 7554
/proc/meminfo: memFree=28486668/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=139488 CPUtime=102.27 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 147330 0 0 0 10201 26 0 0 20 0 1 0 391279172 142835712 23708 33554432000 134512640 146736320 4286813184 4286807232 136382629 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 34872 23708 894 2985 0 31806 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 148636

[startup+162.3 s]
/proc/loadavg: 8.12 4.62 3.39 10/186 7554
/proc/meminfo: memFree=28477784/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=139500 CPUtime=162.26 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 206606 0 0 0 16187 39 0 0 20 0 1 0 391279172 142848000 25424 33554432000 134512640 146736320 4286813184 4286807236 136385174 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 34875 25424 894 2985 0 31809 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 148648

[startup+222.3 s]
/proc/loadavg: 8.55 5.36 3.72 10/186 7554
/proc/meminfo: memFree=28465508/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=143224 CPUtime=222.25 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 278809 0 0 0 22170 55 0 0 20 0 1 0 391279172 146661376 26217 33554432000 134512640 146736320 4286813184 4286806876 135855146 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 35806 26217 910 2985 0 32740 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 152372

[startup+282.3 s]
/proc/loadavg: 7.29 5.67 3.94 3/179 7554
/proc/meminfo: memFree=28507280/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=143240 CPUtime=282.24 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 301402 0 0 0 28165 59 0 0 20 0 1 0 391279172 146677760 26546 33554432000 134512640 146736320 4286813184 4286807376 136403116 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 35810 26546 912 2985 0 32744 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 152388

[startup+342.3 s]
/proc/loadavg: 5.56 5.36 3.93 10/186 7562
/proc/meminfo: memFree=28299972/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=143248 CPUtime=342.23 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 385688 0 0 0 34148 75 0 0 20 0 1 0 391279172 146685952 26551 33554432000 134512640 146736320 4286813184 4286806852 136385184 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 35812 26551 912 2985 0 32746 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 152396

[startup+402.3 s]
/proc/loadavg: 6.21 5.65 4.12 10/193 7583
/proc/meminfo: memFree=28130016/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/7550/statm: 169651 127930 992 2985 0 166585 0
[pid=7550/tid=7577] ppid=7549 vsize=678604 CPUtime=48.59 cores=0,2,4,6
/proc/7550/task/7577/stat : 7577 (pb_cplex) R 7549 7549 6357 0 -1 4202560 27926 0 0 0 4850 9 0 0 20 0 8 0 391315570 694890496 127930 33554432000 134512640 146736320 4286813184 4001665092 136385170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7578] ppid=7549 vsize=678604 CPUtime=49.23 cores=0,2,4,6
/proc/7550/task/7578/stat : 7578 (pb_cplex) R 7549 7549 6357 0 -1 4202560 27840 0 0 0 4916 7 0 0 20 0 8 0 391315570 694890496 127930 33554432000 134512640 146736320 4286813184 4056932808 135999691 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7579] ppid=7549 vsize=678604 CPUtime=49.17 cores=0,2,4,6
/proc/7550/task/7579/stat : 7579 (pb_cplex) R 7549 7549 6357 0 -1 4202560 30188 0 0 0 4908 9 0 0 20 0 8 0 391315570 694890496 127930 33554432000 134512640 146736320 4286813184 4067418180 136385184 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7580] ppid=7549 vsize=678604 CPUtime=48.86 cores=0,2,4,6
/proc/7550/task/7580/stat : 7580 (pb_cplex) R 7549 7549 6357 0 -1 4202560 31209 0 0 0 4877 9 0 0 20 0 8 0 391315570 694890496 127930 33554432000 134512640 146736320 4286813184 4043606848 138462654 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7581] ppid=7549 vsize=678604 CPUtime=49.35 cores=0,2,4,6
/proc/7550/task/7581/stat : 7581 (pb_cplex) R 7549 7549 6357 0 -1 4202560 29887 0 0 0 4927 8 0 0 20 0 8 0 391315570 694890496 127930 33554432000 134512640 146736320 4286813184 3950792920 136009115 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7582] ppid=7549 vsize=678604 CPUtime=49.17 cores=0,2,4,6
/proc/7550/task/7582/stat : 7582 (pb_cplex) R 7549 7549 6357 0 -1 4202560 44657 0 0 0 4903 14 0 0 20 0 8 0 391315570 694890496 127930 33554432000 134512640 146736320 4286813184 3940307536 136403117 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7583] ppid=7549 vsize=678604 CPUtime=49.23 cores=0,2,4,6
/proc/7550/task/7583/stat : 7583 (pb_cplex) R 7549 7549 6357 0 -1 4202560 36853 0 0 0 4912 11 0 0 20 0 8 0 391315570 694890496 127930 33554432000 134512640 146736320 4286813184 3929821640 136000532 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 936.35
Current children cumulated vsize (KiB) 687752

[startup+702.3 s]
/proc/loadavg: 8.75 7.15 5.15 10/187 7707
/proc/meminfo: memFree=27807748/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=680632 CPUtime=1175.37 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 1051887 0 0 0 117294 243 0 0 20 0 8 0 391279172 696967168 131484 33554432000 134512640 146736320 4286813184 4286806336 139046984 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/7550/statm: 170158 131484 992 2985 0 167092 0
[pid=7550/tid=7577] ppid=7549 vsize=680632 CPUtime=78.57 cores=0,2,4,6
/proc/7550/task/7577/stat : 7577 (pb_cplex) R 7549 7549 6357 0 -1 4202560 45362 0 0 0 7842 15 0 0 20 0 8 0 391315570 696967168 131484 33554432000 134512640 146736320 4286813184 4001664144 136008441 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7578] ppid=7549 vsize=680632 CPUtime=79.08 cores=0,2,4,6
/proc/7550/task/7578/stat : 7578 (pb_cplex) R 7549 7549 6357 0 -1 4202560 39109 0 0 0 7896 12 0 0 20 0 8 0 391315570 696967168 131484 33554432000 134512640 146736320 4286813184 4056932504 136007073 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7579] ppid=7549 vsize=680632 CPUtime=79.27 cores=0,2,4,6
/proc/7550/task/7579/stat : 7579 (pb_cplex) R 7549 7549 6357 0 -1 4202560 46197 0 0 0 7913 14 0 0 20 0 8 0 391315570 696967168 131484 33554432000 134512640 146736320 4286813184 4067418372 136385265 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7580] ppid=7549 vsize=680632 CPUtime=78.57 cores=0,2,4,6
/proc/7550/task/7580/stat : 7580 (pb_cplex) R 7549 7549 6357 0 -1 4202560 50392 0 0 0 7842 15 0 0 20 0 8 0 391315570 696967168 131484 33554432000 134512640 146736320 4286813184 4043608104 139044550 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7581] ppid=7549 vsize=680632 CPUtime=79.45 cores=0,2,4,6
/proc/7550/task/7581/stat : 7581 (pb_cplex) R 7549 7549 6357 0 -1 4202560 44907 0 0 0 7931 14 0 0 20 0 8 0 391315570 696967168 131484 33554432000 134512640 146736320 4286813184 3950792912 136008042 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7582] ppid=7549 vsize=680632 CPUtime=79.07 cores=0,2,4,6
/proc/7550/task/7582/stat : 7582 (pb_cplex) R 7549 7549 6357 0 -1 4202560 62215 0 0 0 7888 19 0 0 20 0 8 0 391315570 696967168 131484 33554432000 134512640 146736320 4286813184 3940307036 135854189 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7583] ppid=7549 vsize=680632 CPUtime=79.2 cores=0,2,4,6
/proc/7550/task/7583/stat : 7583 (pb_cplex) R 7549 7549 6357 0 -1 4202560 59173 0 0 0 7902 18 0 0 20 0 8 0 391315570 696967168 131484 33554432000 134512640 146736320 4286813184 3929821252 136385175 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1175.37
Current children cumulated vsize (KiB) 689780

[startup+762.307 s]
/proc/loadavg: 8.95 7.50 5.39 10/186 7707
/proc/meminfo: memFree=27802448/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=682172 CPUtime=1414.42 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 1205647 0 0 0 141159 283 0 0 20 0 8 0 391279172 698544128 132766 33554432000 134512640 146736320 4286813184 4286806280 136000380 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7550/statm: 170543 132766 992 2985 0 167477 0
[pid=7550/tid=7577] ppid=7549 vsize=682172 CPUtime=108.56 cores=0,2,4,6
/proc/7550/task/7577/stat : 7577 (pb_cplex) R 7549 7549 6357 0 -1 4202560 63339 0 0 0 10835 21 0 0 20 0 8 0 391315570 698544128 132766 33554432000 134512640 146736320 4286813184 4001665480 135999105 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7578] ppid=7549 vsize=682172 CPUtime=109.32 cores=0,2,4,6
/proc/7550/task/7578/stat : 7578 (pb_cplex) R 7549 7549 6357 0 -1 4202560 52599 0 0 0 10917 15 0 0 20 0 8 0 391315570 698544128 132766 33554432000 134512640 146736320 4286813184 4056932560 136008400 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7579] ppid=7549 vsize=682172 CPUtime=109.08 cores=0,2,4,6
/proc/7550/task/7579/stat : 7579 (pb_cplex) R 7549 7549 6357 0 -1 4202560 62389 0 0 0 10889 19 0 0 20 0 8 0 391315570 698544128 132766 33554432000 134512640 146736320 4286813184 4067418272 136006328 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7580] ppid=7549 vsize=682172 CPUtime=108.19 cores=0,2,4,6
/proc/7550/task/7580/stat : 7580 (pb_cplex) R 7549 7549 6357 0 -1 4202560 63504 0 0 0 10800 19 0 0 20 0 8 0 391315570 698544128 132766 33554432000 134512640 146736320 4286813184 4043608272 136008017 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7581] ppid=7549 vsize=682172 CPUtime=109.56 cores=0,2,4,6
/proc/7550/task/7581/stat : 7581 (pb_cplex) R 7549 7549 6357 0 -1 4202560 63881 0 0 0 10937 19 0 0 20 0 8 0 391315570 698544128 132766 33554432000 134512640 146736320 4286813184 3950792796 135855174 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7582] ppid=7549 vsize=682172 CPUtime=108.98 cores=0,2,4,6
/proc/7550/task/7582/stat : 7582 (pb_cplex) R 7549 7549 6357 0 -1 4202560 72086 0 0 0 10876 22 0 0 20 0 8 0 391315570 698544128 132766 33554432000 134512640 146736320 4286813184 3940307400 136000487 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7583] ppid=7549 vsize=682172 CPUtime=109.69 cores=0,2,4,6
/proc/7550/task/7583/stat : 7583 (pb_cplex) R 7549 7549 6357 0 -1 4202560 93835 0 0 0 10943 26 0 0 20 0 8 0 391315570 698544128 132766 33554432000 134512640 146736320 4286813184 3929821392 136008450 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1414.42
Current children cumulated vsize (KiB) 691320

[startup+822.3 s]
/proc/loadavg: 8.98 7.77 5.62 10/186 7707
/proc/meminfo: memFree=27792320/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=691080 CPUtime=1653.43 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) R 7549 7549 6357 0 -1 4202496 1377752 0 0 0 165014 329 0 0 20 0 8 0 391279172 707665920 134437 33554432000 134512640 146736320 4286813184 4286805936 136384857 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7550/statm: 172770 134437 992 2985 0 169704 0
[pid=7550/tid=7577] ppid=7549 vsize=691080 CPUtime=138.66 cores=0,2,4,6
/proc/7550/task/7577/stat : 7577 (pb_cplex) R 7549 7549 6357 0 -1 4202560 77524 0 0 0 13841 25 0 0 20 0 8 0 391315570 707665920 134437 33554432000 134512640 146736320 4286813184 4001665232 136008168 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7578] ppid=7549 vsize=691080 CPUtime=138.85 cores=0,2,4,6
/proc/7550/task/7578/stat : 7578 (pb_cplex) R 7549 7549 6357 0 -1 4202560 66313 0 0 0 13865 20 0 0 20 0 8 0 391315570 707665920 134437 33554432000 134512640 146736320 4286813184 4056931356 135855130 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7579] ppid=7549 vsize=691080 CPUtime=139.05 cores=0,2,4,6
/proc/7550/task/7579/stat : 7579 (pb_cplex) R 7549 7549 6357 0 -1 4202560 82966 0 0 0 13880 25 0 0 20 0 8 0 391315570 707665920 134437 33554432000 134512640 146736320 4286813184 4067418152 139044505 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7580] ppid=7549 vsize=691080 CPUtime=138.08 cores=0,2,4,6
/proc/7550/task/7580/stat : 7580 (pb_cplex) R 7549 7549 6357 0 -1 4202560 77947 0 0 0 13784 24 0 0 20 0 8 0 391315570 707665920 134437 33554432000 134512640 146736320 4286813184 4043608156 135854186 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7581] ppid=7549 vsize=691080 CPUtime=139.55 cores=0,2,4,6
/proc/7550/task/7581/stat : 7581 (pb_cplex) R 7549 7549 6357 0 -1 4202560 84242 0 0 0 13930 25 0 0 20 0 8 0 391315570 707665920 134437 33554432000 134512640 146736320 4286813184 3950793656 144797937 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7582] ppid=7549 vsize=691080 CPUtime=138.72 cores=0,2,4,6
/proc/7550/task/7582/stat : 7582 (pb_cplex) R 7549 7549 6357 0 -1 4202560 103012 0 0 0 13841 31 0 0 20 0 8 0 391315570 707665920 134437 33554432000 134512640 146736320 4286813184 3940307220 136003493 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7583] ppid=7549 vsize=691080 CPUtime=139.83 cores=0,2,4,6
/proc/7550/task/7583/stat : 7583 (pb_cplex) R 7549 7549 6357 0 -1 4202560 118395 0 0 0 13949 34 0 0 20 0 8 0 391315570 707665920 134437 33554432000 134512640 146736320 4286813184 3929821240 136475780 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1653.43
Current children cumulated vsize (KiB) 700228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+859.108 s]
/proc/loadavg: 9.42 7.99 5.77 14/193 7714
/proc/meminfo: memFree=27161080/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=690576 CPUtime=1800.18 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) S 7549 7549 6357 0 -1 4202496 1466264 0 0 0 179663 355 0 0 20 0 8 0 391279172 707149824 134577 33554432000 134512640 146736320 4286813184 4286809552 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7550/statm: 172644 134577 992 2985 0 169578 0
[pid=7550/tid=7577] ppid=7549 vsize=690576 CPUtime=160.01 cores=0,2,4,6
/proc/7550/task/7577/stat : 7577 (pb_cplex) R 7549 7549 6357 0 -1 4202560 87754 0 0 0 15972 29 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4001665460 136400570 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7578] ppid=7549 vsize=690576 CPUtime=160.23 cores=0,2,4,6
/proc/7550/task/7578/stat : 7578 (pb_cplex) R 7549 7549 6357 0 -1 4202560 74957 0 0 0 16000 23 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4056931888 136385269 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7579] ppid=7549 vsize=690576 CPUtime=160.97 cores=0,2,4,6
/proc/7550/task/7579/stat : 7579 (pb_cplex) R 7549 7549 6357 0 -1 4202560 92217 0 0 0 16069 28 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4067418180 136385174 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7580] ppid=7549 vsize=690576 CPUtime=159.9 cores=0,2,4,6
/proc/7550/task/7580/stat : 7580 (pb_cplex) R 7549 7549 6357 0 -1 4202560 87437 0 0 0 15964 26 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4043608156 135855170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7581] ppid=7549 vsize=690576 CPUtime=148.55 cores=0,2,4,6
/proc/7550/task/7581/stat : 7581 (pb_cplex) S 7549 7549 6357 0 -1 4202560 91722 0 0 0 14828 27 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 3950796432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7582] ppid=7549 vsize=690576 CPUtime=160.21 cores=0,2,4,6
/proc/7550/task/7582/stat : 7582 (pb_cplex) R 7549 7549 6357 0 -1 4202560 123640 0 0 0 15984 37 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 3940307012 136385170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7583] ppid=7549 vsize=690576 CPUtime=161.47 cores=0,2,4,6
/proc/7550/task/7583/stat : 7583 (pb_cplex) R 7549 7549 6357 0 -1 4202560 135803 0 0 0 16108 39 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 3929821648 136403106 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 699724

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

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

[startup+859.108 s]
/proc/loadavg: 9.42 7.99 5.77 14/193 7714
/proc/meminfo: memFree=27161080/32873844 swapFree=7900/7900
[pid=7549] ppid=7547 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/7549/stat : 7549 (run) S 7547 7549 6357 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 391279172 9367552 270 33554432000 4194304 5064252 140736818220544 140736818219456 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/7549/statm: 2287 270 229 213 0 72 0
[pid=7550] ppid=7549 vsize=690576 CPUtime=1800.18 cores=0,2,4,6
/proc/7550/stat : 7550 (pb_cplex) S 7549 7549 6357 0 -1 4202496 1466264 0 0 0 179663 355 0 0 20 0 8 0 391279172 707149824 134577 33554432000 134512640 146736320 4286813184 4286809552 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7550/statm: 172644 134577 992 2985 0 169578 0
[pid=7550/tid=7577] ppid=7549 vsize=690576 CPUtime=160.01 cores=0,2,4,6
/proc/7550/task/7577/stat : 7577 (pb_cplex) R 7549 7549 6357 0 -1 4202560 87754 0 0 0 15972 29 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4001665460 136400570 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7578] ppid=7549 vsize=690576 CPUtime=160.23 cores=0,2,4,6
/proc/7550/task/7578/stat : 7578 (pb_cplex) R 7549 7549 6357 0 -1 4202560 74957 0 0 0 16000 23 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4056931888 136385269 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=7550/tid=7579] ppid=7549 vsize=690576 CPUtime=160.97 cores=0,2,4,6
/proc/7550/task/7579/stat : 7579 (pb_cplex) R 7549 7549 6357 0 -1 4202560 92217 0 0 0 16069 28 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4067418180 136385174 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=7550/tid=7580] ppid=7549 vsize=690576 CPUtime=159.9 cores=0,2,4,6
/proc/7550/task/7580/stat : 7580 (pb_cplex) R 7549 7549 6357 0 -1 4202560 87437 0 0 0 15964 26 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 4043608156 135855170 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7581] ppid=7549 vsize=690576 CPUtime=148.55 cores=0,2,4,6
/proc/7550/task/7581/stat : 7581 (pb_cplex) S 7549 7549 6357 0 -1 4202560 91722 0 0 0 14828 27 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 3950796432 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7550/tid=7582] ppid=7549 vsize=690576 CPUtime=160.21 cores=0,2,4,6
/proc/7550/task/7582/stat : 7582 (pb_cplex) R 7549 7549 6357 0 -1 4202560 123640 0 0 0 15984 37 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 3940307012 136385170 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=7550/tid=7583] ppid=7549 vsize=690576 CPUtime=161.47 cores=0,2,4,6
/proc/7550/task/7583/stat : 7583 (pb_cplex) R 7549 7549 6357 0 -1 4202560 135803 0 0 0 16108 39 0 0 20 0 8 0 391315570 707149824 134577 33554432000 134512640 146736320 4286813184 3929821648 136403106 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 699724

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 859.126
CPU time (s): 1800.18
CPU user time (s): 1796.63
CPU system time (s): 3.55
CPU usage (%): 209.536
Max. virtual memory (cumulated for all children) (KiB): 702772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.001999
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.89071 second user time and 5.60515 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-09 16:19:06
IDJOB=3742962
IDBENCH=90530
IDSOLVER=2325
FILE ID=node137/3742962-1339251546
RUNJOBID= node137-1339246832-6373
PBS_JOBID= 14644344
Free space on /tmp= 70920 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_20null0mast_rapportOE2.0_TMAX300_K67_cod2.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742962-1339251546/watcher-3742962-1339251546 -o /tmp/evaluation-result-3742962-1339251546/solver-3742962-1339251546 -C 1800 -W 1900 -M 15500  run HOME/instance-3742962-1339251546.opb

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

MD5SUM BENCH= ba6df77caf05680eb2c10dacd1851609
RANDOM SEED=1256609011

node137.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.600
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	: 5333.20
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.600
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.600
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.92
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.600
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.600
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.600
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.90
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.600
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		: 2666.600
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:        28599680 kB
Buffers:          576556 kB
Cached:          2712556 kB
SwapCached:         4640 kB
Active:          1571264 kB
Inactive:        1797960 kB
Active(anon):      67980 kB
Inactive(anon):     5856 kB
Active(file):    1503284 kB
Inactive(file):  1792104 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097908 kB
Dirty:             19028 kB
Writeback:             0 kB
AnonPages:         75736 kB
Mapped:            12732 kB
Shmem:                 0 kB
Slab:             765200 kB
SReclaimable:     206276 kB
SUnreclaim:       558924 kB
KernelStack:        1544 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     264548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3742962-1339251546.opb

Free space on /tmp at the end= 70892 MiB
End job on node137 at 2012-06-09 16:33:28