Trace number 3742679

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K79.opb
MD5SUMc35682a125c4c8526c351fdb5c5bfd81
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 benchmark1.83272
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4345
Total number of constraints4505
Number of constraints which are clauses4426
Number of constraints which are cardinality constraints (but not clauses)79
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint79
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 80
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-3742679-1339251405.opb.
0.00/0.00	c Instance file HOME/instance-3742679-1339251405.opb
0.00/0.00	c File size is 268574 bytes.
0.00/0.11	c Highest Coefficient sum: 80
0.00/0.11	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.11	c ============================[ Problem Statistics ]=============================
0.00/0.11	c |                                                                             |
0.00/0.11	c |  Parsing time:          0.12         s                                      |
0.00/0.11	c |  Number Variables:      4345                                                |
0.00/0.12	c |  Number Constraints:    4505                                                |
0.00/0.12	c ===============================================================================
1798.78/608.91	c Remaining time 1799.88 sec.
1798.78/608.91	c 
1798.78/608.91	c *** INTERRUPTED ***
1798.78/608.91	s UNKNOWN
1798.78/608.91	c Total CPU time              : 1798.02 s
1798.78/608.91	c Memory used           : 467.50 MB
1798.78/608.91	c CPU time              : 1798.02 s
1798.78/608.91	c 
1798.78/608.91	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-3742679-1339251405/watcher-3742679-1339251405 -o /tmp/evaluation-result-3742679-1339251405/solver-3742679-1339251405 -C 1800 -W 1900 -M 15500 run HOME/instance-3742679-1339251405.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.62 6.50 5.23 3/177 25029
/proc/meminfo: memFree=31779592/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0

[startup+0.018905 s]
/proc/loadavg: 8.62 6.50 5.23 3/177 25029
/proc/meminfo: memFree=31779592/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100295 s]
/proc/loadavg: 8.62 6.50 5.23 3/177 25029
/proc/meminfo: memFree=31779592/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300315 s]
/proc/loadavg: 8.62 6.50 5.23 3/177 25029
/proc/meminfo: memFree=31779592/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70027 s]
/proc/loadavg: 8.62 6.50 5.23 3/177 25029
/proc/meminfo: memFree=31779592/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 8.62 6.50 5.23 4/179 25031
/proc/meminfo: memFree=31768664/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=27816 CPUtime=1.48 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 5363 0 0 0 148 0 0 0 20 0 1 0 391264888 28483584 3661 33554432000 134512640 146736320 4293461008 4293455568 136403109 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25030/statm: 6954 3661 778 2985 0 3888 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36964

[startup+3.10031 s]
/proc/loadavg: 8.62 6.50 5.23 4/179 25031
/proc/meminfo: memFree=31767672/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=27816 CPUtime=3.08 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 5384 0 0 0 308 0 0 0 20 0 1 0 391264888 28483584 3679 33554432000 134512640 146736320 4293461008 4293455044 136385170 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25030/statm: 6954 3679 778 2985 0 3888 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36964

[startup+6.30031 s]
/proc/loadavg: 8.09 6.42 5.21 4/179 25031
/proc/meminfo: memFree=31767300/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=27816 CPUtime=6.29 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 5388 0 0 0 628 1 0 0 20 0 1 0 391264888 28483584 3683 33554432000 134512640 146736320 4293461008 4293455032 136475780 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25030/statm: 6954 3683 778 2985 0 3888 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36964

[startup+12.7003 s]
/proc/loadavg: 7.60 6.35 5.19 4/179 25031
/proc/meminfo: memFree=31760620/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=35920 CPUtime=12.69 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 8927 0 0 0 1268 1 0 0 20 0 1 0 391264888 36782080 5250 33554432000 134512640 146736320 4293461008 4293454612 138658161 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25030/statm: 8980 5250 838 2985 0 5914 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45068

[startup+25.5003 s]
/proc/loadavg: 6.36 6.13 5.14 4/179 25031
/proc/meminfo: memFree=31755712/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=37032 CPUtime=25.48 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 11584 0 0 0 2547 1 0 0 20 0 1 0 391264888 37920768 5590 33554432000 134512640 146736320 4293461008 4293454760 136480343 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25030/statm: 9258 5590 842 2985 0 6192 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 46180

[startup+51.1003 s]
/proc/loadavg: 4.93 5.82 5.06 4/179 25031
/proc/meminfo: memFree=31757864/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=32248 CPUtime=51.08 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 12578 0 0 0 5106 2 0 0 20 0 1 0 391264888 33021952 5053 33554432000 134512640 146736320 4293461008 4293454684 135855174 0 0 4096 16387 0 0 0 17 5 0 0 0 0 0
/proc/25030/statm: 8062 5053 845 2985 0 4996 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 41396

[startup+102.307 s]
/proc/loadavg: 5.26 5.68 5.05 10/187 25039
/proc/meminfo: memFree=31698876/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=176960 CPUtime=170.64 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 32898 0 0 0 17054 10 0 0 20 0 8 0 391264888 181207040 20108 33554432000 134512640 146736320 4293461008 4293453704 136474225 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25030/statm: 44240 20108 909 2985 0 41174 0
[pid=25030/tid=25032] ppid=25029 vsize=176960 CPUtime=11.43 cores=1,3,5,7
/proc/25030/task/25032/stat : 25032 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1279 0 0 0 1143 0 0 0 20 0 8 0 391270520 181207040 20108 33554432000 134512640 146736320 4293461008 4138459192 136475822 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25033] ppid=25029 vsize=176960 CPUtime=11.35 cores=1,3,5,7
/proc/25030/task/25033/stat : 25033 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1802 0 0 0 1135 0 0 0 20 0 8 0 391270520 181207040 20108 33554432000 134512640 146736320 4293461008 4127973432 136475826 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25034] ppid=25029 vsize=176960 CPUtime=11.35 cores=1,3,5,7
/proc/25030/task/25034/stat : 25034 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1195 0 0 0 1135 0 0 0 20 0 8 0 391270520 181207040 20108 33554432000 134512640 146736320 4293461008 4117487892 136003522 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25035] ppid=25029 vsize=176960 CPUtime=11.22 cores=1,3,5,7
/proc/25030/task/25035/stat : 25035 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1566 0 0 0 1120 2 0 0 20 0 8 0 391270520 181207040 20108 33554432000 134512640 146736320 4293461008 4107002312 136000333 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25030/tid=25036] ppid=25029 vsize=176960 CPUtime=11.46 cores=1,3,5,7
/proc/25030/task/25036/stat : 25036 (pb_cplex) R 25029 25029 23543 0 -1 4202560 869 0 0 0 1146 0 0 0 20 0 8 0 391270520 181207040 20108 33554432000 134512640 146736320 4293461008 4096516552 136000370 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25030/tid=25037] ppid=25029 vsize=176960 CPUtime=11.42 cores=1,3,5,7
/proc/25030/task/25037/stat : 25037 (pb_cplex) R 25029 25029 23543 0 -1 4202560 2417 0 0 0 1142 0 0 0 20 0 8 0 391270520 181207040 20108 33554432000 134512640 146736320 4293461008 4086030428 135855174 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25038] ppid=25029 vsize=176960 CPUtime=11.42 cores=1,3,5,7
/proc/25030/task/25038/stat : 25038 (pb_cplex) R 25029 25029 23543 0 -1 4202560 3879 0 0 0 1141 1 0 0 20 0 8 0 391270520 181207040 20108 33554432000 134512640 146736320 4293461008 4075544668 135855162 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 170.64
Current children cumulated vsize (KiB) 186108

[startup+162.3 s]
/proc/loadavg: 5.79 5.85 5.15 3/186 25039
/proc/meminfo: memFree=31693420/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=177312 CPUtime=375.29 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) S 25029 25029 23543 0 -1 4202496 33911 0 0 0 37513 16 0 0 20 0 8 0 391264888 181567488 21364 33554432000 134512640 146736320 4293461008 4293457360 144580073 0 0 4096 16387 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25030/statm: 44328 21364 909 2985 0 41262 0
[pid=25030/tid=25032] ppid=25029 vsize=177312 CPUtime=21.61 cores=1,3,5,7
/proc/25030/task/25032/stat : 25032 (pb_cplex) S 25029 25029 23543 0 -1 4202560 1280 0 0 0 2161 0 0 0 20 0 8 0 391270520 181567488 21364 33554432000 134512640 146736320 4293461008 4138462864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25033] ppid=25029 vsize=177312 CPUtime=35.86 cores=1,3,5,7
/proc/25030/task/25033/stat : 25033 (pb_cplex) S 25029 25029 23543 0 -1 4202560 1846 0 0 0 3585 1 0 0 20 0 8 0 391270520 181567488 21364 33554432000 134512640 146736320 4293461008 4127977104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25034] ppid=25029 vsize=177312 CPUtime=35.29 cores=1,3,5,7
/proc/25030/task/25034/stat : 25034 (pb_cplex) S 25029 25029 23543 0 -1 4202560 1196 0 0 0 3529 0 0 0 20 0 8 0 391270520 181567488 21364 33554432000 134512640 146736320 4293461008 4117491344 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25035] ppid=25029 vsize=177312 CPUtime=35.08 cores=1,3,5,7
/proc/25030/task/25035/stat : 25035 (pb_cplex) S 25029 25029 23543 0 -1 4202560 1569 0 0 0 3505 3 0 0 20 0 8 0 391270520 181567488 21364 33554432000 134512640 146736320 4293461008 4107005584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25036] ppid=25029 vsize=177312 CPUtime=42.13 cores=1,3,5,7
/proc/25030/task/25036/stat : 25036 (pb_cplex) S 25029 25029 23543 0 -1 4202560 1568 0 0 0 4211 2 0 0 20 0 8 0 391270520 181567488 21364 33554432000 134512640 146736320 4293461008 4096519824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25037] ppid=25029 vsize=177312 CPUtime=47.71 cores=1,3,5,7
/proc/25030/task/25037/stat : 25037 (pb_cplex) S 25029 25029 23543 0 -1 4202560 2554 0 0 0 4771 0 0 0 20 0 8 0 391270520 181567488 21364 33554432000 134512640 146736320 4293461008 4086034064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25038] ppid=25029 vsize=177312 CPUtime=52.94 cores=1,3,5,7
/proc/25030/task/25038/stat : 25038 (pb_cplex) R 25029 25029 23543 0 -1 4202560 3980 0 0 0 5292 2 0 0 20 0 8 0 391270520 181567488 21364 33554432000 134512640 146736320 4293461008 4075545168 136403116 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 375.29
Current children cumulated vsize (KiB) 186460

[startup+222.3 s]
/proc/loadavg: 6.15 5.81 5.17 10/187 25042
/proc/meminfo: memFree=31686336/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=184548 CPUtime=535.68 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 41139 0 0 0 53546 22 0 0 20 0 8 0 391264888 188977152 23176 33554432000 134512640 146736320 4293461008 4293452800 135468669 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25030/statm: 46137 23176 912 2985 0 43071 0
[pid=25030/tid=25032] ppid=25029 vsize=184548 CPUtime=38.24 cores=1,3,5,7
/proc/25030/task/25032/stat : 25032 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1891 0 0 0 3822 2 0 0 20 0 8 0 391270520 188977152 23176 33554432000 134512640 146736320 4293461008 4138459192 136475806 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25033] ppid=25029 vsize=184548 CPUtime=52.81 cores=1,3,5,7

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


############
# WARNING:
# current cumulated CPU time (1459.92 s) is less than in the last sample (1461.32 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1.40002 s) to the 'lost time'.

[startup+465.6 s]
/proc/loadavg: 8.01 7.26 5.92 3/186 25043
/proc/meminfo: memFree=31675608/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=191248 CPUtime=1461.32 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) S 25029 25029 23543 0 -1 4202496 58195 0 0 0 146089 43 0 0 20 0 8 0 391264888 195837952 25709 33554432000 134512640 146736320 4293461008 4293457360 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25030/statm: 47812 25709 913 2985 0 44746 0
[pid=25030/tid=25032] ppid=25029 vsize=191248 CPUtime=154.23 cores=1,3,5,7
/proc/25030/task/25032/stat : 25032 (pb_cplex) S 25029 25029 23543 0 -1 4202560 4426 0 0 0 15417 6 0 0 20 0 8 0 391270520 195837952 25709 33554432000 134512640 146736320 4293461008 4138462864 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25033] ppid=25029 vsize=191248 CPUtime=165.93 cores=1,3,5,7
/proc/25030/task/25033/stat : 25033 (pb_cplex) S 25029 25029 23543 0 -1 4202560 2590 0 0 0 16587 6 0 0 20 0 8 0 391270520 195837952 25709 33554432000 134512640 146736320 4293461008 4127977104 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25034] ppid=25029 vsize=191248 CPUtime=165.39 cores=1,3,5,7
/proc/25030/task/25034/stat : 25034 (pb_cplex) R 25029 25029 23543 0 -1 4202560 3765 0 0 0 16534 5 0 0 20 0 8 0 391270520 195837952 25709 33554432000 134512640 146736320 4293461008 4117486876 135855167 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25035] ppid=25029 vsize=191248 CPUtime=171.35 cores=1,3,5,7
/proc/25030/task/25035/stat : 25035 (pb_cplex) S 25029 25029 23543 0 -1 4202560 6313 0 0 0 17126 9 0 0 20 0 8 0 391270520 195837952 25709 33554432000 134512640 146736320 4293461008 4107005584 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25036] ppid=25029 vsize=191248 CPUtime=175.9 cores=1,3,5,7
/proc/25030/task/25036/stat : 25036 (pb_cplex) S 25029 25029 23543 0 -1 4202560 4236 0 0 0 17582 8 0 0 20 0 8 0 391270520 195837952 25709 33554432000 134512640 146736320 4293461008 4096519824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25037] ppid=25029 vsize=191248 CPUtime=175.04 cores=1,3,5,7
/proc/25030/task/25037/stat : 25037 (pb_cplex) S 25029 25029 23543 0 -1 4202560 4712 0 0 0 17498 6 0 0 20 0 8 0 391270520 195837952 25709 33554432000 134512640 146736320 4293461008 4086034064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25038] ppid=25029 vsize=191248 CPUtime=216.01 cores=1,3,5,7
/proc/25030/task/25038/stat : 25038 (pb_cplex) S 25029 25029 23543 0 -1 4202560 5528 0 0 0 21593 8 0 0 20 0 8 0 391270520 195837952 25709 33554432000 134512640 146736320 4293461008 4075548304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1461.32
Current children cumulated vsize (KiB) 200396

[startup+465.7 s]
/proc/loadavg: 8.01 7.26 5.92 3/186 25043
/proc/meminfo: memFree=31675608/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=150208 CPUtime=1459.92 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 58215 0 0 0 145929 63 0 0 20 0 1 0 391264888 153812992 23283 33554432000 134512640 146736320 4293461008 4293457752 144757825 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25030/statm: 37552 23283 914 2985 0 34486 0
Current children cumulated CPU time (s) 1459.92
Current children cumulated vsize (KiB) 159356
#
############


[startup+522.3 s]
/proc/loadavg: 4.47 6.39 5.70 4/179 25043
/proc/meminfo: memFree=31699204/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=143428 CPUtime=1516.51 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 58779 0 0 0 151586 65 0 0 20 0 1 0 391264888 146870272 19696 33554432000 134512640 146736320 4293461008 4293456040 144757825 0 0 4096 16387 0 0 0 17 3 0 0 0 0 0
/proc/25030/statm: 35857 19696 916 2985 0 32791 0
Current children cumulated CPU time (s) 1516.51
Current children cumulated vsize (KiB) 152576

[startup+582.3 s]
/proc/loadavg: 6.48 6.51 5.77 10/186 25051
/proc/meminfo: memFree=31470244/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=478512 CPUtime=1692.78 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) R 25029 25029 23543 0 -1 4202496 73584 0 0 0 169200 78 0 0 20 0 8 0 391264888 489996288 76990 33554432000 134512640 146736320 4293461008 4293453700 136385183 0 0 4096 16387 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25030/statm: 119628 76990 919 2985 0 116562 0
[pid=25030/tid=25044] ppid=25029 vsize=478512 CPUtime=19.26 cores=1,3,5,7
/proc/25030/task/25044/stat : 25044 (pb_cplex) R 25029 25029 23543 0 -1 4202560 929 0 0 0 1925 1 0 0 20 0 8 0 391317318 489996288 76990 33554432000 134512640 146736320 4293461008 4075544792 136009162 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25045] ppid=25029 vsize=478512 CPUtime=19.41 cores=1,3,5,7
/proc/25030/task/25045/stat : 25045 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1309 0 0 0 1941 0 0 0 20 0 8 0 391317318 489996288 76990 33554432000 134512640 146736320 4293461008 4086030544 136008364 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25030/tid=25046] ppid=25029 vsize=478512 CPUtime=19.4 cores=1,3,5,7
/proc/25030/task/25046/stat : 25046 (pb_cplex) R 25029 25029 23543 0 -1 4202560 3030 0 0 0 1939 1 0 0 20 0 8 0 391317318 489996288 76990 33554432000 134512640 146736320 4293461008 4096516312 136009170 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25047] ppid=25029 vsize=478512 CPUtime=19.34 cores=1,3,5,7
/proc/25030/task/25047/stat : 25047 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1221 0 0 0 1934 0 0 0 20 0 8 0 391317318 489996288 76990 33554432000 134512640 146736320 4293461008 4107002064 136008065 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25048] ppid=25029 vsize=478512 CPUtime=19.13 cores=1,3,5,7
/proc/25030/task/25048/stat : 25048 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1581 0 0 0 1911 2 0 0 20 0 8 0 391317318 489996288 76990 33554432000 134512640 146736320 4293461008 3748241476 136385174 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25049] ppid=25029 vsize=478512 CPUtime=19.58 cores=1,3,5,7
/proc/25030/task/25049/stat : 25049 (pb_cplex) R 25029 25029 23543 0 -1 4202560 781 0 0 0 1958 0 0 0 20 0 8 0 391317318 489996288 76990 33554432000 134512640 146736320 4293461008 3737755716 136385177 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25050] ppid=25029 vsize=478512 CPUtime=19.51 cores=1,3,5,7
/proc/25030/task/25050/stat : 25050 (pb_cplex) R 25029 25029 23543 0 -1 4202560 887 0 0 0 1950 1 0 0 20 0 8 0 391317318 489996288 76990 33554432000 134512640 146736320 4293461008 3727269928 139044547 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1692.78
Current children cumulated vsize (KiB) 487660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+608.9 s]
/proc/loadavg: 6.81 6.60 5.83 6/186 25051
/proc/meminfo: memFree=31467884/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=478712 CPUtime=1798.78 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) S 25029 25029 23543 0 -1 4202496 74515 0 0 0 179799 79 0 0 20 0 8 0 391264888 490201088 77467 33554432000 134512640 146736320 4293461008 4293457360 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25030/statm: 119678 77467 919 2985 0 116612 0
[pid=25030/tid=25044] ppid=25029 vsize=478712 CPUtime=20.11 cores=1,3,5,7
/proc/25030/task/25044/stat : 25044 (pb_cplex) S 25029 25029 23543 0 -1 4202560 929 0 0 0 2010 1 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4075548304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25045] ppid=25029 vsize=478712 CPUtime=31.3 cores=1,3,5,7
/proc/25030/task/25045/stat : 25045 (pb_cplex) S 25029 25029 23543 0 -1 4202560 1310 0 0 0 3130 0 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4086034064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25046] ppid=25029 vsize=478712 CPUtime=35.14 cores=1,3,5,7
/proc/25030/task/25046/stat : 25046 (pb_cplex) S 25029 25029 23543 0 -1 4202560 3562 0 0 0 3512 2 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4096519824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25047] ppid=25029 vsize=478712 CPUtime=35.5 cores=1,3,5,7
/proc/25030/task/25047/stat : 25047 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1617 0 0 0 3550 0 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4107002064 136008106 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25048] ppid=25029 vsize=478712 CPUtime=35.25 cores=1,3,5,7
/proc/25030/task/25048/stat : 25048 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1583 0 0 0 3523 2 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 3748241480 139042974 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25030/tid=25049] ppid=25029 vsize=478712 CPUtime=35.43 cores=1,3,5,7
/proc/25030/task/25049/stat : 25049 (pb_cplex) R 25029 25029 23543 0 -1 4202560 781 0 0 0 3543 0 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 3737755740 135855167 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25050] ppid=25029 vsize=478712 CPUtime=35.56 cores=1,3,5,7
/proc/25030/task/25050/stat : 25050 (pb_cplex) R 25029 25029 23543 0 -1 4202560 887 0 0 0 3555 1 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 3727270096 136008259 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 487860

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

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

[startup+608.9 s]
/proc/loadavg: 6.81 6.60 5.83 6/186 25051
/proc/meminfo: memFree=31467884/32873844 swapFree=6904/6904
[pid=25029] ppid=25027 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/25029/stat : 25029 (run) S 25027 25029 23543 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 391264888 9367552 270 33554432000 4194304 5064252 140734557315808 140734557314720 213419451982 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/25029/statm: 2287 270 229 213 0 72 0
[pid=25030] ppid=25029 vsize=478712 CPUtime=1798.78 cores=1,3,5,7
/proc/25030/stat : 25030 (pb_cplex) S 25029 25029 23543 0 -1 4202496 74515 0 0 0 179799 79 0 0 20 0 8 0 391264888 490201088 77467 33554432000 134512640 146736320 4293461008 4293457360 144580073 0 0 4096 16387 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25030/statm: 119678 77467 919 2985 0 116612 0
[pid=25030/tid=25044] ppid=25029 vsize=478712 CPUtime=20.11 cores=1,3,5,7
/proc/25030/task/25044/stat : 25044 (pb_cplex) S 25029 25029 23543 0 -1 4202560 929 0 0 0 2010 1 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4075548304 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25045] ppid=25029 vsize=478712 CPUtime=31.3 cores=1,3,5,7
/proc/25030/task/25045/stat : 25045 (pb_cplex) S 25029 25029 23543 0 -1 4202560 1310 0 0 0 3130 0 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4086034064 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25046] ppid=25029 vsize=478712 CPUtime=35.14 cores=1,3,5,7
/proc/25030/task/25046/stat : 25046 (pb_cplex) S 25029 25029 23543 0 -1 4202560 3562 0 0 0 3512 2 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4096519824 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25030/tid=25047] ppid=25029 vsize=478712 CPUtime=35.5 cores=1,3,5,7
/proc/25030/task/25047/stat : 25047 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1617 0 0 0 3550 0 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 4107002064 136008106 0 2 4096 16387 0 0 0 -1 5 0 0 0 0 0
[pid=25030/tid=25048] ppid=25029 vsize=478712 CPUtime=35.25 cores=1,3,5,7
/proc/25030/task/25048/stat : 25048 (pb_cplex) R 25029 25029 23543 0 -1 4202560 1583 0 0 0 3523 2 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 3748241480 139042974 0 2 4096 16387 0 0 0 -1 7 0 0 0 0 0
[pid=25030/tid=25049] ppid=25029 vsize=478712 CPUtime=35.43 cores=1,3,5,7
/proc/25030/task/25049/stat : 25049 (pb_cplex) R 25029 25029 23543 0 -1 4202560 781 0 0 0 3543 0 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 3737755740 135855167 0 2 4096 16387 0 0 0 -1 1 0 0 0 0 0
[pid=25030/tid=25050] ppid=25029 vsize=478712 CPUtime=35.56 cores=1,3,5,7
/proc/25030/task/25050/stat : 25050 (pb_cplex) R 25029 25029 23543 0 -1 4202560 887 0 0 0 3555 1 0 0 20 0 8 0 391317318 490201088 77467 33554432000 134512640 146736320 4293461008 3727270096 136008259 0 2 4096 16387 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798.78
Current children cumulated vsize (KiB) 487860

Child ended because it received signal 15 (SIGTERM)

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


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.40002
#  lost CPU user time (s): 1.59998
#  lost CPU system time (s): -0.2

Real time (s): 608.917
CPU time (s): 1800.18
CPU user time (s): 1799.59
CPU system time (s): 0.59
CPU usage (%): 295.637
Max. virtual memory (cumulated for all children) (KiB): 488684

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

runsolver used 1.54076 second user time and 3.9144 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-09 16:16:45
IDJOB=3742679
IDBENCH=90222
IDSOLVER=2325
FILE ID=node140/3742679-1339251405
RUNJOBID= node140-1339246833-23560
PBS_JOBID= 14644341
Free space on /tmp= 70616 MiB

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

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

MD5SUM BENCH= c35682a125c4c8526c351fdb5c5bfd81
RANDOM SEED=1424915229

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31780228 kB
Buffers:          123000 kB
Cached:            93692 kB
SwapCached:         2904 kB
Active:           235716 kB
Inactive:          38504 kB
Active(anon):      57236 kB
Inactive(anon):     3124 kB
Active(file):     178480 kB
Inactive(file):    35380 kB
Unevictable:        6904 kB
Mlocked:            6904 kB
SwapTotal:      67108856 kB
SwapFree:       67099540 kB
Dirty:             17080 kB
Writeback:             0 kB
AnonPages:         62580 kB
Mapped:            11808 kB
Shmem:                 0 kB
Slab:             678256 kB
SReclaimable:     119948 kB
SUnreclaim:       558308 kB
KernelStack:        1480 kB
PageTables:         4180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     196172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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-3742679-1339251405.opb

Free space on /tmp at the end= 70600 MiB
End job on node140 at 2012-06-09 16:26:56