Trace number 3742094

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: pb_cplex 2010-06-29? (TO) 1800.02 894.516

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K93.opb
MD5SUM91412677f9785e1c6465ad7d3d170f82
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark510.634
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6324
Total number of constraints6512
Number of constraints which are clauses6419
Number of constraints which are cardinality constraints (but not clauses)93
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint93
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 94
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c pb_cplex 1.0 - 20100701
0.00/0.00	c Parsing opb file format. File HOME/instance-3742094-1339250748.opb.
0.00/0.00	c Instance file HOME/instance-3742094-1339250748.opb
0.00/0.00	c File size is 404707 bytes.
0.00/0.19	c Highest Coefficient sum: 94
0.00/0.19	c  IBM ILOG License Manager: "IBM ILOG Optimization Suite for Academic Initiative" is accessing CPLEX 12 with option(s): "e m b q ".
0.00/0.19	c ============================[ Problem Statistics ]=============================
0.00/0.19	c |                                                                             |
0.00/0.19	c |  Parsing time:          0.19         s                                      |
0.00/0.19	c |  Number Variables:      6324                                                |
0.00/0.20	c |  Number Constraints:    6512                                                |
0.00/0.20	c ===============================================================================
1800.02/894.51	c Remaining time 1799.80 sec.
1800.02/894.51	c 
1800.02/894.51	c *** INTERRUPTED ***
1800.02/894.51	s UNKNOWN
1800.02/894.51	c Total CPU time              : 1799.57 s
1800.02/894.51	c Memory used           : 213.36 MB
1800.02/894.51	c CPU time              : 1799.57 s
1800.02/894.51	c 
1800.02/894.51	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-3742094-1339250748/watcher-3742094-1339250748 -o /tmp/evaluation-result-3742094-1339250748/solver-3742094-1339250748 -C 1800 -W 1900 -M 15500 run HOME/instance-3742094-1339250748.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.00 2.27 3.93 3/177 3758
/proc/meminfo: memFree=24160932/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0

[startup+0.0356421 s]
/proc/loadavg: 2.00 2.27 3.93 3/177 3758
/proc/meminfo: memFree=24160932/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100139 s]
/proc/loadavg: 2.00 2.27 3.93 3/177 3758
/proc/meminfo: memFree=24160932/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300144 s]
/proc/loadavg: 2.00 2.27 3.93 3/177 3758
/proc/meminfo: memFree=24160932/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700101 s]
/proc/loadavg: 2.00 2.27 3.93 3/177 3758
/proc/meminfo: memFree=24160932/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50013 s]
/proc/loadavg: 2.00 2.27 3.93 3/179 3760
/proc/meminfo: memFree=24144672/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=34312 CPUtime=1.49 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 5897 0 0 0 148 1 0 0 20 0 1 0 391200587 35135488 4791 33554432000 134512640 146736320 4294098160 4294092976 136493313 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3759/statm: 8578 4791 725 2985 0 5512 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43460

[startup+3.10014 s]
/proc/loadavg: 2.00 2.26 3.92 3/179 3760
/proc/meminfo: memFree=24143928/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=34228 CPUtime=3.09 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 6563 0 0 0 308 1 0 0 20 0 1 0 391200587 35049472 4940 33554432000 134512640 146736320 4294098160 4294092252 135855174 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/3759/statm: 8557 4940 780 2985 0 5491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43376

[startup+6.30027 s]
/proc/loadavg: 2.00 2.26 3.92 3/179 3760
/proc/meminfo: memFree=24142440/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=34628 CPUtime=6.29 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 6675 0 0 0 628 1 0 0 20 0 1 0 391200587 35459072 5052 33554432000 134512640 146736320 4294098160 4294092752 136403112 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 8657 5052 780 2985 0 5591 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 43776

[startup+12.7002 s]
/proc/loadavg: 2.00 2.25 3.90 3/179 3760
/proc/meminfo: memFree=24142464/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=34628 CPUtime=12.69 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 6680 0 0 0 1268 1 0 0 20 0 1 0 391200587 35459072 5057 33554432000 134512640 146736320 4294098160 4294092252 135855165 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 8657 5057 780 2985 0 5591 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43776

[startup+25.5002 s]
/proc/loadavg: 2.00 2.24 3.88 3/179 3760
/proc/meminfo: memFree=24134228/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=45764 CPUtime=25.49 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 10973 0 0 0 2548 1 0 0 20 0 1 0 391200587 46862336 7491 33554432000 134512640 146736320 4294098160 4294092456 136015502 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 11441 7491 836 2985 0 8375 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54912

[startup+51.1002 s]
/proc/loadavg: 2.06 2.24 3.83 3/178 3760
/proc/meminfo: memFree=24132748/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=47344 CPUtime=51.08 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 13677 0 0 0 5106 2 0 0 20 0 1 0 391200587 48480256 8004 33554432000 134512640 146736320 4294098160 4294091988 135855174 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 11836 8004 840 2985 0 8770 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56492

[startup+102.306 s]
/proc/loadavg: 2.02 2.20 3.73 3/179 3762
/proc/meminfo: memFree=24138704/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=39240 CPUtime=102.28 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 14564 0 0 0 10226 2 0 0 20 0 1 0 391200587 40181760 6279 33554432000 134512640 146736320 4294098160 4294091868 135855132 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 9810 6279 843 2985 0 6744 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48388

[startup+162.3 s]
/proc/loadavg: 2.05 2.17 3.62 3/179 3762
/proc/meminfo: memFree=24138412/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=39240 CPUtime=162.26 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 14565 0 0 0 16224 2 0 0 20 0 1 0 391200587 40181760 6280 33554432000 134512640 146736320 4294098160 4294091816 139044564 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 9810 6280 843 2985 0 6744 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 48388

[startup+222.3 s]
/proc/loadavg: 2.02 2.14 3.52 3/179 3762
/proc/meminfo: memFree=24128168/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=39240 CPUtime=222.25 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 14565 0 0 0 22223 2 0 0 20 0 1 0 391200587 40181760 6280 33554432000 134512640 146736320 4294098160 4294091868 135855162 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 9810 6280 843 2985 0 6744 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 48388

[startup+282.3 s]
/proc/loadavg: 2.00 2.11 3.42 3/180 3765
/proc/meminfo: memFree=24128048/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=39240 CPUtime=282.25 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 14565 0 0 0 28222 3 0 0 20 0 1 0 391200587 40181760 6280 33554432000 134512640 146736320 4294098160 4294091868 135855165 0 0 4096 16387 0 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 9810 6280 843 2985 0 6744 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 48388

[startup+342.3 s]
/proc/loadavg: 2.00 2.09 3.33 3/186 3772
/proc/meminfo: memFree=24088196/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=167436 CPUtime=342.24 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) R 3758 3758 2263 0 -1 4202496 25603 0 0 0 34219 5 0 0 20 0 8 0 391200587 171454464 16265 33554432000 134512640 146736320 4294098160 4294090872 136475780 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3759/statm: 41859 16265 883 2985 0 38793 0
[pid=3759/tid=3766] ppid=3758 vsize=167436 CPUtime=0 cores=0,2,4,6
/proc/3759/task/3766/stat : 3766 (pb_cplex) S 3758 3758 2263 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391230020 171454464 16265 33554432000 134512640 146736320 4294098160 4124700304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3759/tid=3767] ppid=3758 vsize=167436 CPUtime=0 cores=0,2,4,6
/proc/3759/task/3767/stat : 3767 (pb_cplex) S 3758 3758 2263 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391230020 171454464 16265 33554432000 134512640 146736320 4294098160 4114214544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3768] ppid=3758 vsize=167436 CPUtime=0 cores=0,2,4,6
/proc/3759/task/3768/stat : 3768 (pb_cplex) S 3758 3758 2263 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 8 0 391230020 171454464 16265 33554432000 134512640 146736320 4294098160 4103728784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3769] ppid=3758 vsize=167436 CPUtime=0 cores=0,2,4,6

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

/proc/3759/statm: 54343 26282 905 2985 0 51277 0
[pid=3759/tid=3766] ppid=3758 vsize=217372 CPUtime=145.58 cores=0,2,4,6
/proc/3759/task/3766/stat : 3766 (pb_cplex) R 3758 3758 2263 0 -1 4202560 16482 0 0 0 14550 8 0 0 20 0 8 0 391230020 222588928 26282 33554432000 134512640 146736320 4294098160 4124696792 136009164 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3767] ppid=3758 vsize=217372 CPUtime=94.44 cores=0,2,4,6
/proc/3759/task/3767/stat : 3767 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10207 0 0 0 9439 5 0 0 20 0 8 0 391230020 222588928 26282 33554432000 134512640 146736320 4294098160 4114214544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3768] ppid=3758 vsize=217372 CPUtime=148.08 cores=0,2,4,6
/proc/3759/task/3768/stat : 3768 (pb_cplex) R 3758 3758 2263 0 -1 4202560 10391 0 0 0 14802 6 0 0 20 0 8 0 391230020 222588928 26282 33554432000 134512640 146736320 4294098160 4103725148 135855165 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=3759/tid=3769] ppid=3758 vsize=217372 CPUtime=88.68 cores=0,2,4,6
/proc/3759/task/3769/stat : 3769 (pb_cplex) S 3758 3758 2263 0 -1 4202560 17931 0 0 0 8862 6 0 0 20 0 8 0 391230020 222588928 26282 33554432000 134512640 146736320 4294098160 4093243024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3770] ppid=3758 vsize=217372 CPUtime=144.41 cores=0,2,4,6
/proc/3759/task/3770/stat : 3770 (pb_cplex) R 3758 3758 2263 0 -1 4202560 2792 0 0 0 14436 5 0 0 20 0 8 0 391230020 222588928 26282 33554432000 134512640 146736320 4294098160 4082753604 136385170 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3771] ppid=3758 vsize=217372 CPUtime=108.36 cores=0,2,4,6
/proc/3759/task/3771/stat : 3771 (pb_cplex) S 3758 3758 2263 0 -1 4202560 9195 0 0 0 10830 6 0 0 20 0 8 0 391230020 222588928 26282 33554432000 134512640 146736320 4294098160 4072271504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3772] ppid=3758 vsize=217372 CPUtime=146.69 cores=0,2,4,6
/proc/3759/task/3772/stat : 3772 (pb_cplex) R 3758 3758 2263 0 -1 4202560 3575 0 0 0 14664 5 0 0 20 0 8 0 391230020 222588928 26282 33554432000 134512640 146736320 4294098160 4061782108 135854052 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1470.41
Current children cumulated vsize (KiB) 226520

[startup+762.307 s]
/proc/loadavg: 5.09 5.27 4.38 4/186 3774
/proc/meminfo: memFree=24047040/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=217372 CPUtime=1663.63 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) S 3758 3758 2263 0 -1 4202496 99871 0 0 0 166318 45 0 0 20 0 8 0 391200587 222588928 26323 33554432000 134512640 146736320 4294098160 4294094544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3759/statm: 54343 26323 905 2985 0 51277 0
[pid=3759/tid=3766] ppid=3758 vsize=217372 CPUtime=168.47 cores=0,2,4,6
/proc/3759/task/3766/stat : 3766 (pb_cplex) S 3758 3758 2263 0 -1 4202560 16482 0 0 0 16838 9 0 0 20 0 8 0 391230020 222588928 26323 33554432000 134512640 146736320 4294098160 4124700304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3767] ppid=3758 vsize=217372 CPUtime=94.44 cores=0,2,4,6
/proc/3759/task/3767/stat : 3767 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10207 0 0 0 9439 5 0 0 20 0 8 0 391230020 222588928 26323 33554432000 134512640 146736320 4294098160 4114214544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3768] ppid=3758 vsize=217372 CPUtime=153.74 cores=0,2,4,6
/proc/3759/task/3768/stat : 3768 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10391 0 0 0 15368 6 0 0 20 0 8 0 391230020 222588928 26323 33554432000 134512640 146736320 4294098160 4103728784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3759/tid=3769] ppid=3758 vsize=217372 CPUtime=88.68 cores=0,2,4,6
/proc/3759/task/3769/stat : 3769 (pb_cplex) S 3758 3758 2263 0 -1 4202560 17931 0 0 0 8862 6 0 0 20 0 8 0 391230020 222588928 26323 33554432000 134512640 146736320 4294098160 4093243024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3770] ppid=3758 vsize=217372 CPUtime=203.76 cores=0,2,4,6
/proc/3759/task/3770/stat : 3770 (pb_cplex) R 3758 3758 2263 0 -1 4202560 2794 0 0 0 20370 6 0 0 20 0 8 0 391230020 222588928 26323 33554432000 134512640 146736320 4294098160 4082753744 136008356 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3771] ppid=3758 vsize=217372 CPUtime=108.36 cores=0,2,4,6
/proc/3759/task/3771/stat : 3771 (pb_cplex) S 3758 3758 2263 0 -1 4202560 9195 0 0 0 10830 6 0 0 20 0 8 0 391230020 222588928 26323 33554432000 134512640 146736320 4294098160 4072271504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3772] ppid=3758 vsize=217372 CPUtime=205.02 cores=0,2,4,6
/proc/3759/task/3772/stat : 3772 (pb_cplex) R 3758 3758 2263 0 -1 4202560 4042 0 0 0 20495 7 0 0 20 0 8 0 391230020 222588928 26323 33554432000 134512640 146736320 4294098160 4061782216 136064406 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1663.63
Current children cumulated vsize (KiB) 226520

[startup+822.3 s]
/proc/loadavg: 3.13 4.67 4.23 3/186 3774
/proc/meminfo: memFree=24046920/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=217372 CPUtime=1727.82 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) S 3758 3758 2263 0 -1 4202496 99875 0 0 0 172737 45 0 0 20 0 8 0 391200587 222588928 26327 33554432000 134512640 146736320 4294098160 4294094544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3759/statm: 54343 26327 905 2985 0 51277 0
[pid=3759/tid=3766] ppid=3758 vsize=217372 CPUtime=168.47 cores=0,2,4,6
/proc/3759/task/3766/stat : 3766 (pb_cplex) S 3758 3758 2263 0 -1 4202560 16482 0 0 0 16838 9 0 0 20 0 8 0 391230020 222588928 26327 33554432000 134512640 146736320 4294098160 4124700304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3767] ppid=3758 vsize=217372 CPUtime=94.44 cores=0,2,4,6
/proc/3759/task/3767/stat : 3767 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10207 0 0 0 9439 5 0 0 20 0 8 0 391230020 222588928 26327 33554432000 134512640 146736320 4294098160 4114214544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3768] ppid=3758 vsize=217372 CPUtime=153.74 cores=0,2,4,6
/proc/3759/task/3768/stat : 3768 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10391 0 0 0 15368 6 0 0 20 0 8 0 391230020 222588928 26327 33554432000 134512640 146736320 4294098160 4103728784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3759/tid=3769] ppid=3758 vsize=217372 CPUtime=88.68 cores=0,2,4,6
/proc/3759/task/3769/stat : 3769 (pb_cplex) S 3758 3758 2263 0 -1 4202560 17931 0 0 0 8862 6 0 0 20 0 8 0 391230020 222588928 26327 33554432000 134512640 146736320 4294098160 4093243024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3770] ppid=3758 vsize=217372 CPUtime=207.96 cores=0,2,4,6
/proc/3759/task/3770/stat : 3770 (pb_cplex) S 3758 3758 2263 0 -1 4202560 2794 0 0 0 20790 6 0 0 20 0 8 0 391230020 222588928 26327 33554432000 134512640 146736320 4294098160 4082757264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3771] ppid=3758 vsize=217372 CPUtime=108.36 cores=0,2,4,6
/proc/3759/task/3771/stat : 3771 (pb_cplex) S 3758 3758 2263 0 -1 4202560 9195 0 0 0 10830 6 0 0 20 0 8 0 391230020 222588928 26327 33554432000 134512640 146736320 4294098160 4072271504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3772] ppid=3758 vsize=217372 CPUtime=264.86 cores=0,2,4,6
/proc/3759/task/3772/stat : 3772 (pb_cplex) R 3758 3758 2263 0 -1 4202560 4046 0 0 0 26478 8 0 0 20 0 8 0 391230020 222588928 26327 33554432000 134512640 146736320 4294098160 4061781180 135493210 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.82
Current children cumulated vsize (KiB) 226520

[startup+882.3 s]
/proc/loadavg: 2.41 4.18 4.09 3/187 3777
/proc/meminfo: memFree=24045232/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=216424 CPUtime=1787.8 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) S 3758 3758 2263 0 -1 4202496 100904 0 0 0 178735 45 0 0 20 0 8 0 391200587 221618176 26431 33554432000 134512640 146736320 4294098160 4294094544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3759/statm: 54106 26431 906 2985 0 51040 0
[pid=3759/tid=3766] ppid=3758 vsize=216424 CPUtime=168.47 cores=0,2,4,6
/proc/3759/task/3766/stat : 3766 (pb_cplex) S 3758 3758 2263 0 -1 4202560 16482 0 0 0 16838 9 0 0 20 0 8 0 391230020 221618176 26431 33554432000 134512640 146736320 4294098160 4124700304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3767] ppid=3758 vsize=216424 CPUtime=94.44 cores=0,2,4,6
/proc/3759/task/3767/stat : 3767 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10207 0 0 0 9439 5 0 0 20 0 8 0 391230020 221618176 26431 33554432000 134512640 146736320 4294098160 4114214544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3768] ppid=3758 vsize=216424 CPUtime=153.74 cores=0,2,4,6
/proc/3759/task/3768/stat : 3768 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10391 0 0 0 15368 6 0 0 20 0 8 0 391230020 221618176 26431 33554432000 134512640 146736320 4294098160 4103728784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3759/tid=3769] ppid=3758 vsize=216424 CPUtime=88.68 cores=0,2,4,6
/proc/3759/task/3769/stat : 3769 (pb_cplex) S 3758 3758 2263 0 -1 4202560 17931 0 0 0 8862 6 0 0 20 0 8 0 391230020 221618176 26431 33554432000 134512640 146736320 4294098160 4093243024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3770] ppid=3758 vsize=216424 CPUtime=207.96 cores=0,2,4,6
/proc/3759/task/3770/stat : 3770 (pb_cplex) S 3758 3758 2263 0 -1 4202560 2794 0 0 0 20790 6 0 0 20 0 8 0 391230020 221618176 26431 33554432000 134512640 146736320 4294098160 4082757264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3771] ppid=3758 vsize=216424 CPUtime=108.36 cores=0,2,4,6
/proc/3759/task/3771/stat : 3771 (pb_cplex) S 3758 3758 2263 0 -1 4202560 9195 0 0 0 10830 6 0 0 20 0 8 0 391230020 221618176 26431 33554432000 134512640 146736320 4294098160 4072271504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3772] ppid=3758 vsize=216424 CPUtime=324.71 cores=0,2,4,6
/proc/3759/task/3772/stat : 3772 (pb_cplex) R 3758 3758 2263 0 -1 4202560 5075 0 0 0 32462 9 0 0 20 0 8 0 391230020 221618176 26431 33554432000 134512640 146736320 4294098160 4061781164 135454093 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.8
Current children cumulated vsize (KiB) 225572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.5 s]
/proc/loadavg: 2.35 4.11 4.07 3/187 3777
/proc/meminfo: memFree=24041064/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=218472 CPUtime=1800.02 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) S 3758 3758 2263 0 -1 4202496 101891 0 0 0 179956 46 0 0 20 0 8 0 391200587 223715328 27521 33554432000 134512640 146736320 4294098160 4294094544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3759/statm: 54618 27521 906 2985 0 51552 0
[pid=3759/tid=3766] ppid=3758 vsize=218472 CPUtime=168.47 cores=0,2,4,6
/proc/3759/task/3766/stat : 3766 (pb_cplex) S 3758 3758 2263 0 -1 4202560 16482 0 0 0 16838 9 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4124700304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3767] ppid=3758 vsize=218472 CPUtime=94.44 cores=0,2,4,6
/proc/3759/task/3767/stat : 3767 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10207 0 0 0 9439 5 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4114214544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3768] ppid=3758 vsize=218472 CPUtime=153.74 cores=0,2,4,6
/proc/3759/task/3768/stat : 3768 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10391 0 0 0 15368 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4103728784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3759/tid=3769] ppid=3758 vsize=218472 CPUtime=88.68 cores=0,2,4,6
/proc/3759/task/3769/stat : 3769 (pb_cplex) S 3758 3758 2263 0 -1 4202560 17931 0 0 0 8862 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4093243024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3770] ppid=3758 vsize=218472 CPUtime=207.96 cores=0,2,4,6
/proc/3759/task/3770/stat : 3770 (pb_cplex) S 3758 3758 2263 0 -1 4202560 2794 0 0 0 20790 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4082757264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3771] ppid=3758 vsize=218472 CPUtime=108.36 cores=0,2,4,6
/proc/3759/task/3771/stat : 3771 (pb_cplex) S 3758 3758 2263 0 -1 4202560 9195 0 0 0 10830 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4072271504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3772] ppid=3758 vsize=218472 CPUtime=336.88 cores=0,2,4,6
/proc/3759/task/3772/stat : 3772 (pb_cplex) R 3758 3758 2263 0 -1 4202560 6062 0 0 0 33678 10 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4061782608 136403103 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 227620

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

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

[startup+894.5 s]
/proc/loadavg: 2.35 4.11 4.07 3/187 3777
/proc/meminfo: memFree=24041064/32873660 swapFree=7120/7120
[pid=3758] ppid=3756 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3758/stat : 3758 (run) S 3756 3758 2263 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391200587 9367552 270 33554432000 4194304 5064252 140735506191296 140735506190208 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3758/statm: 2287 270 229 213 0 72 0
[pid=3759] ppid=3758 vsize=218472 CPUtime=1800.02 cores=0,2,4,6
/proc/3759/stat : 3759 (pb_cplex) S 3758 3758 2263 0 -1 4202496 101891 0 0 0 179956 46 0 0 20 0 8 0 391200587 223715328 27521 33554432000 134512640 146736320 4294098160 4294094544 144580073 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3759/statm: 54618 27521 906 2985 0 51552 0
[pid=3759/tid=3766] ppid=3758 vsize=218472 CPUtime=168.47 cores=0,2,4,6
/proc/3759/task/3766/stat : 3766 (pb_cplex) S 3758 3758 2263 0 -1 4202560 16482 0 0 0 16838 9 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4124700304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3767] ppid=3758 vsize=218472 CPUtime=94.44 cores=0,2,4,6
/proc/3759/task/3767/stat : 3767 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10207 0 0 0 9439 5 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4114214544 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3759/tid=3768] ppid=3758 vsize=218472 CPUtime=153.74 cores=0,2,4,6
/proc/3759/task/3768/stat : 3768 (pb_cplex) S 3758 3758 2263 0 -1 4202560 10391 0 0 0 15368 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4103728784 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3759/tid=3769] ppid=3758 vsize=218472 CPUtime=88.68 cores=0,2,4,6
/proc/3759/task/3769/stat : 3769 (pb_cplex) S 3758 3758 2263 0 -1 4202560 17931 0 0 0 8862 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4093243024 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3759/tid=3770] ppid=3758 vsize=218472 CPUtime=207.96 cores=0,2,4,6
/proc/3759/task/3770/stat : 3770 (pb_cplex) S 3758 3758 2263 0 -1 4202560 2794 0 0 0 20790 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4082757264 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3771] ppid=3758 vsize=218472 CPUtime=108.36 cores=0,2,4,6
/proc/3759/task/3771/stat : 3771 (pb_cplex) S 3758 3758 2263 0 -1 4202560 9195 0 0 0 10830 6 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4072271504 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3759/tid=3772] ppid=3758 vsize=218472 CPUtime=336.88 cores=0,2,4,6
/proc/3759/task/3772/stat : 3772 (pb_cplex) R 3758 3758 2263 0 -1 4202560 6062 0 0 0 33678 10 0 0 20 0 8 0 391230020 223715328 27521 33554432000 134512640 146736320 4294098160 4061782608 136403103 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 227620

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 894.516
CPU time (s): 1800.02
CPU user time (s): 1799.56
CPU system time (s): 0.46
CPU usage (%): 201.228
Max. virtual memory (cumulated for all children) (KiB): 227620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 2

runsolver used 2.28065 second user time and 4.99524 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-09 16:05:48
IDJOB=3742094
IDBENCH=90131
IDSOLVER=2325
FILE ID=node117/3742094-1339250748
RUNJOBID= node117-1339246834-2279
PBS_JOBID= 14644364
Free space on /tmp= 68500 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K93.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742094-1339250748/watcher-3742094-1339250748 -o /tmp/evaluation-result-3742094-1339250748/solver-3742094-1339250748 -C 1800 -W 1900 -M 15500  run HOME/instance-3742094-1339250748.opb

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

MD5SUM BENCH= 91412677f9785e1c6465ad7d3d170f82
RANDOM SEED=1233433892

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

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        24161112 kB
Buffers:          863560 kB
Cached:          5937148 kB
SwapCached:          620 kB
Active:          5728244 kB
Inactive:        2001968 kB
Active(anon):     916880 kB
Inactive(anon):    10028 kB
Active(file):    4811364 kB
Inactive(file):  1991940 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67106956 kB
Dirty:             16760 kB
Writeback:             8 kB
AnonPages:        931120 kB
Mapped:            15668 kB
Shmem:                80 kB
Slab:             842196 kB
SReclaimable:     286320 kB
SUnreclaim:       555876 kB
KernelStack:        1472 kB
PageTables:         5820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1606616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    823296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3742094-1339250748.opb

Free space on /tmp at the end= 68484 MiB
End job on node117 at 2012-06-09 16:20:45