Trace number 3742107

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.36 735.116

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K86.opb
MD5SUMa7a3236cd0071452eec601ea09fe7bbe
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5848
Total number of constraints6022
Number of constraints which are clauses5936
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint86
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 87
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-3742107-1339250775.opb.
0.00/0.00	c Instance file HOME/instance-3742107-1339250775.opb
0.00/0.00	c File size is 373640 bytes.
0.00/0.18	c Highest Coefficient sum: 87
0.00/0.18	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:      5848                                                |
0.00/0.19	c |  Number Constraints:    6022                                                |
0.00/0.19	c ===============================================================================
1800.36/735.11	c Remaining time 1799.81 sec.
1800.36/735.11	c 
1800.36/735.11	c *** INTERRUPTED ***
1800.36/735.11	s UNKNOWN
1800.36/735.11	c Total CPU time              : 1799.84 s
1800.36/735.11	c Memory used           : 205.42 MB
1800.36/735.11	c CPU time              : 1799.84 s
1800.36/735.11	c 
1800.36/735.11	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-3742107-1339250775/watcher-3742107-1339250775 -o /tmp/evaluation-result-3742107-1339250775/solver-3742107-1339250775 -C 1800 -W 1900 -M 15500 run HOME/instance-3742107-1339250775.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.04 3.27 3/177 2654
/proc/meminfo: memFree=31159360/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0

[startup+0.027043 s]
/proc/loadavg: 2.00 2.04 3.27 3/177 2654
/proc/meminfo: memFree=31159360/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100209 s]
/proc/loadavg: 2.00 2.04 3.27 3/177 2654
/proc/meminfo: memFree=31159360/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300202 s]
/proc/loadavg: 2.00 2.04 3.27 3/177 2654
/proc/meminfo: memFree=31159360/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 2.00 2.04 3.27 3/177 2654
/proc/meminfo: memFree=31159360/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50021 s]
/proc/loadavg: 2.00 2.04 3.27 3/179 2656
/proc/meminfo: memFree=31144712/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=32544 CPUtime=1.48 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 5594 0 0 0 148 0 0 0 20 0 1 0 391202370 33325056 4448 33554432000 134512640 146736320 4292697888 4292692936 136000795 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 8136 4448 725 2985 0 5070 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41692

[startup+3.10025 s]
/proc/loadavg: 2.00 2.04 3.27 3/179 2656
/proc/meminfo: memFree=31143472/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=32576 CPUtime=3.09 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 6253 0 0 0 308 1 0 0 20 0 1 0 391202370 33357824 4597 33554432000 134512640 146736320 4292697888 4292690732 135457626 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 8144 4597 780 2985 0 5078 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41724

[startup+6.30022 s]
/proc/loadavg: 2.00 2.04 3.27 3/178 2656
/proc/meminfo: memFree=31142364/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=32576 CPUtime=6.29 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 6320 0 0 0 628 1 0 0 20 0 1 0 391202370 33357824 4664 33554432000 134512640 146736320 4292697888 4292691972 136385185 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 8144 4664 780 2985 0 5078 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41724

[startup+12.7002 s]
/proc/loadavg: 2.00 2.04 3.26 3/179 2657
/proc/meminfo: memFree=31142440/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=32576 CPUtime=12.69 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 6323 0 0 0 1268 1 0 0 20 0 1 0 391202370 33357824 4667 33554432000 134512640 146736320 4292697888 4292691960 136475875 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 8144 4667 780 2985 0 5078 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41724

[startup+25.5002 s]
/proc/loadavg: 2.00 2.04 3.24 3/179 2657
/proc/meminfo: memFree=31134200/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=43188 CPUtime=25.48 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 11260 0 0 0 2546 2 0 0 20 0 1 0 391202370 44224512 6660 33554432000 134512640 146736320 4292697888 4292691572 135985212 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 10797 6660 840 2985 0 7731 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 52336

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 3.20 3/179 2657
/proc/meminfo: memFree=31129112/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=44436 CPUtime=51.07 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 14178 0 0 0 5105 2 0 0 20 0 1 0 391202370 45502464 7116 33554432000 134512640 146736320 4292697888 4292691996 136015981 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/2655/statm: 11109 7116 841 2985 0 8043 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 53584

[startup+102.306 s]
/proc/loadavg: 2.00 2.03 3.14 3/179 2657
/proc/meminfo: memFree=31133328/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=37016 CPUtime=102.27 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 14508 0 0 0 10224 3 0 0 20 0 1 0 391202370 37904384 5893 33554432000 134512640 146736320 4292697888 4292691612 135855165 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 9254 5893 844 2985 0 6188 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46164

[startup+162.3 s]
/proc/loadavg: 2.06 2.04 3.07 3/179 2657
/proc/meminfo: memFree=31131200/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=37016 CPUtime=162.25 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 14737 0 0 0 16222 3 0 0 20 0 1 0 391202370 37904384 6057 33554432000 134512640 146736320 4292697888 4292692288 136466735 0 0 4096 16387 0 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 9254 6057 871 2985 0 6188 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46164

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 3.00 3/186 2664
/proc/meminfo: memFree=31091132/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=159704 CPUtime=222.24 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 25646 0 0 0 22218 6 0 0 20 0 8 0 391202370 163536896 15389 33554432000 134512640 146736320 4292697888 4292689708 135454070 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 39926 15389 905 2985 0 36860 0
[pid=2655/tid=2658] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) S 2654 2654 1177 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4131045008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) S 2654 2654 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4120559248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (pb_cplex) S 2654 2654 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4110073488 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2661] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (pb_cplex) S 2654 2654 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4099587728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2662] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (pb_cplex) S 2654 2654 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4089101968 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2663] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (pb_cplex) S 2654 2654 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4078616208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2664] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (pb_cplex) S 2654 2654 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4068130448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 168852

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.94 3/187 2667
/proc/meminfo: memFree=31087524/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=159704 CPUtime=282.23 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 25646 0 0 0 28217 6 0 0 20 0 8 0 391202370 163536896 15389 33554432000 134512640 146736320 4292697888 4292690628 136385179 0 0 4096 16387 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/2655/statm: 39926 15389 905 2985 0 36860 0
[pid=2655/tid=2658] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) S 2654 2654 1177 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4131045008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) S 2654 2654 1177 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 8 0 391221532 163536896 15389 33554432000 134512640 146736320 4292697888 4120559248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=159704 CPUtime=0 cores=0,2,4,6

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

/proc/2655/stat : 2655 (pb_cplex) S 2654 2654 1177 0 -1 4202496 58571 0 0 0 121433 33 0 0 20 0 8 0 391202370 212434944 27886 33554432000 134512640 146736320 4292697888 4292694288 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2655/statm: 51864 27886 909 2985 0 48798 0
[pid=2655/tid=2658] ppid=2654 vsize=207456 CPUtime=123.54 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2902 0 0 0 12351 3 0 0 20 0 8 0 391221532 212434944 27886 33554432000 134512640 146736320 4292697888 4131041488 136008065 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=207456 CPUtime=124.02 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) R 2654 2654 1177 0 -1 4202560 5397 0 0 0 12398 4 0 0 20 0 8 0 391221532 212434944 27886 33554432000 134512640 146736320 4292697888 4120555588 136385179 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=207456 CPUtime=123.76 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (pb_cplex) R 2654 2654 1177 0 -1 4202560 11738 0 0 0 12367 9 0 0 20 0 8 0 391221532 212434944 27886 33554432000 134512640 146736320 4292697888 4110069816 136475859 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2661] ppid=2654 vsize=207456 CPUtime=123.51 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (pb_cplex) S 2654 2654 1177 0 -1 4202560 7231 0 0 0 12345 6 0 0 20 0 8 0 391221532 212434944 27886 33554432000 134512640 146736320 4292697888 4099587728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2662] ppid=2654 vsize=207456 CPUtime=124.1 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2089 0 0 0 12407 3 0 0 20 0 8 0 391221532 212434944 27886 33554432000 134512640 146736320 4292697888 4089098448 136008446 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2663] ppid=2654 vsize=207456 CPUtime=117.61 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (pb_cplex) S 2654 2654 1177 0 -1 4202560 2200 0 0 0 11758 3 0 0 20 0 8 0 391221532 212434944 27886 33554432000 134512640 146736320 4292697888 4078616208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2664] ppid=2654 vsize=207456 CPUtime=82.28 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (pb_cplex) S 2654 2654 1177 0 -1 4202560 1089 0 0 0 8226 2 0 0 20 0 8 0 391221532 212434944 27886 33554432000 134512640 146736320 4292697888 4068130448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1214.66
Current children cumulated vsize (KiB) 216604

[startup+582.3 s]
/proc/loadavg: 4.95 5.10 4.11 4/186 2668
/proc/meminfo: memFree=31047384/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=207640 CPUtime=1365.47 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) S 2654 2654 1177 0 -1 4202496 68659 0 0 0 136511 36 0 0 20 0 8 0 391202370 212623360 28167 33554432000 134512640 146736320 4292697888 4292694288 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2655/statm: 51910 28167 910 2985 0 48844 0
[pid=2655/tid=2658] ppid=2654 vsize=207640 CPUtime=183.39 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) R 2654 2654 1177 0 -1 4202560 4812 0 0 0 18334 5 0 0 20 0 8 0 391221532 212623360 28167 33554432000 134512640 146736320 4292697888 4131039628 135465113 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=207640 CPUtime=143.28 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) S 2654 2654 1177 0 -1 4202560 5526 0 0 0 14323 5 0 0 20 0 8 0 391221532 212623360 28167 33554432000 134512640 146736320 4292697888 4120559248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=207640 CPUtime=183.61 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (pb_cplex) R 2654 2654 1177 0 -1 4202560 19787 0 0 0 18349 12 0 0 20 0 8 0 391221532 212623360 28167 33554432000 134512640 146736320 4292697888 4110069976 136008682 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2661] ppid=2654 vsize=207640 CPUtime=123.51 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (pb_cplex) S 2654 2654 1177 0 -1 4202560 7231 0 0 0 12345 6 0 0 20 0 8 0 391221532 212623360 28167 33554432000 134512640 146736320 4292697888 4099587728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2662] ppid=2654 vsize=207640 CPUtime=135.65 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (pb_cplex) S 2654 2654 1177 0 -1 4202560 2089 0 0 0 13561 4 0 0 20 0 8 0 391221532 212623360 28167 33554432000 134512640 146736320 4292697888 4089101968 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2663] ppid=2654 vsize=207640 CPUtime=117.61 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (pb_cplex) S 2654 2654 1177 0 -1 4202560 2200 0 0 0 11758 3 0 0 20 0 8 0 391221532 212623360 28167 33554432000 134512640 146736320 4292697888 4078616208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2664] ppid=2654 vsize=207640 CPUtime=82.28 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (pb_cplex) S 2654 2654 1177 0 -1 4202560 1089 0 0 0 8226 2 0 0 20 0 8 0 391221532 212623360 28167 33554432000 134512640 146736320 4292697888 4068130448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1365.47
Current children cumulated vsize (KiB) 216788

[startup+642.3 s]
/proc/loadavg: 3.38 4.64 4.01 3/186 2669
/proc/meminfo: memFree=31045956/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=207820 CPUtime=1452.94 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) S 2654 2654 1177 0 -1 4202496 83511 0 0 0 145255 39 0 0 20 0 8 0 391202370 212807680 28328 33554432000 134512640 146736320 4292697888 4292694288 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2655/statm: 51955 28328 910 2985 0 48889 0
[pid=2655/tid=2658] ppid=2654 vsize=207820 CPUtime=210.79 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) S 2654 2654 1177 0 -1 4202560 5234 0 0 0 21073 6 0 0 20 0 8 0 391221532 212807680 28328 33554432000 134512640 146736320 4292697888 4131045008 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=207820 CPUtime=143.28 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) S 2654 2654 1177 0 -1 4202560 5526 0 0 0 14323 5 0 0 20 0 8 0 391221532 212807680 28328 33554432000 134512640 146736320 4292697888 4120559248 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=207820 CPUtime=243.46 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (pb_cplex) R 2654 2654 1177 0 -1 4202560 34217 0 0 0 24330 16 0 0 20 0 8 0 391221532 212807680 28328 33554432000 134512640 146736320 4292697888 4110069832 139042977 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2661] ppid=2654 vsize=207820 CPUtime=123.51 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (pb_cplex) S 2654 2654 1177 0 -1 4202560 7231 0 0 0 12345 6 0 0 20 0 8 0 391221532 212807680 28328 33554432000 134512640 146736320 4292697888 4099587728 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2662] ppid=2654 vsize=207820 CPUtime=135.65 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (pb_cplex) S 2654 2654 1177 0 -1 4202560 2089 0 0 0 13561 4 0 0 20 0 8 0 391221532 212807680 28328 33554432000 134512640 146736320 4292697888 4089101968 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2663] ppid=2654 vsize=207820 CPUtime=117.61 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (pb_cplex) S 2654 2654 1177 0 -1 4202560 2200 0 0 0 11758 3 0 0 20 0 8 0 391221532 212807680 28328 33554432000 134512640 146736320 4292697888 4078616208 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2664] ppid=2654 vsize=207820 CPUtime=82.28 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (pb_cplex) S 2654 2654 1177 0 -1 4202560 1089 0 0 0 8226 2 0 0 20 0 8 0 391221532 212807680 28328 33554432000 134512640 146736320 4292697888 4068130448 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1452.94
Current children cumulated vsize (KiB) 216968

[startup+702.3 s]
/proc/loadavg: 6.47 5.23 4.25 10/186 2718
/proc/meminfo: memFree=31269020/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=208956 CPUtime=1669.63 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 106022 0 0 0 166914 49 0 0 20 0 8 0 391202370 213970944 28768 33554432000 134512640 146736320 4292697888 4292690836 136068024 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2655/statm: 52239 28768 911 2985 0 49173 0
[pid=2655/tid=2658] ppid=2654 vsize=208956 CPUtime=236.68 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) R 2654 2654 1177 0 -1 4202560 5377 0 0 0 23661 7 0 0 20 0 8 0 391221532 213970944 28768 33554432000 134512640 146736320 4292697888 4131041736 136000746 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=208956 CPUtime=169.35 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) R 2654 2654 1177 0 -1 4202560 5627 0 0 0 16930 5 0 0 20 0 8 0 391221532 213970944 28768 33554432000 134512640 146736320 4292697888 4120555728 136008438 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=208956 CPUtime=276.86 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (pb_cplex) R 2654 2654 1177 0 -1 4202560 46559 0 0 0 27665 21 0 0 20 0 8 0 391221532 213970944 28768 33554432000 134512640 146736320 4292697888 4110068440 135466497 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2661] ppid=2654 vsize=208956 CPUtime=149.75 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (pb_cplex) R 2654 2654 1177 0 -1 4202560 16113 0 0 0 14965 10 0 0 20 0 8 0 391221532 213970944 28768 33554432000 134512640 146736320 4292697888 4099584104 136384781 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2662] ppid=2654 vsize=208956 CPUtime=161.71 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2256 0 0 0 16166 5 0 0 20 0 8 0 391221532 213970944 28768 33554432000 134512640 146736320 4292697888 4089098696 136000315 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2663] ppid=2654 vsize=208956 CPUtime=143.71 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2225 0 0 0 14367 4 0 0 20 0 8 0 391221532 213970944 28768 33554432000 134512640 146736320 4292697888 4078612936 136000758 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2664] ppid=2654 vsize=208956 CPUtime=108.61 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (pb_cplex) R 2654 2654 1177 0 -1 4202560 1528 0 0 0 10858 3 0 0 20 0 8 0 391221532 213970944 28768 33554432000 134512640 146736320 4292697888 4068126776 136475785 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1669.63
Current children cumulated vsize (KiB) 218104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+735.1 s]
/proc/loadavg: 7.59 5.65 4.42 10/186 2718
/proc/meminfo: memFree=31267964/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=210344 CPUtime=1800.36 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 117093 0 0 0 179981 55 0 0 20 0 8 0 391202370 215392256 29085 33554432000 134512640 146736320 4292697888 4292691000 136055951 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2655/statm: 52586 29085 911 2985 0 49520 0
[pid=2655/tid=2658] ppid=2654 vsize=210344 CPUtime=252.86 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) R 2654 2654 1177 0 -1 4202560 5377 0 0 0 25279 7 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4131041488 136008441 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=210344 CPUtime=185.39 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) R 2654 2654 1177 0 -1 4202560 5628 0 0 0 18533 6 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4120555588 136385177 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=210344 CPUtime=293.09 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (pb_cplex) R 2654 2654 1177 0 -1 4202560 52510 0 0 0 29286 23 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4110070036 136005435 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2661] ppid=2654 vsize=210344 CPUtime=166.18 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (pb_cplex) R 2654 2654 1177 0 -1 4202560 21144 0 0 0 16606 12 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4099584000 136019030 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2662] ppid=2654 vsize=210344 CPUtime=177.88 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2319 0 0 0 17783 5 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4089098308 136385183 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2663] ppid=2654 vsize=210344 CPUtime=160.2 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2249 0 0 0 16016 4 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4078613072 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2664] ppid=2654 vsize=210344 CPUtime=125.35 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (pb_cplex) R 2654 2654 1177 0 -1 4202560 1529 0 0 0 12532 3 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4068127312 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 219492

Sending SIGTERM to process tree (bottom up)

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

[startup+735.1 s]
/proc/loadavg: 7.59 5.65 4.42 10/186 2718
/proc/meminfo: memFree=31267964/32873844 swapFree=7120/7120
[pid=2654] ppid=2652 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/2654/stat : 2654 (run) S 2652 2654 1177 0 -1 4202496 354 0 0 0 0 0 0 0 20 0 1 0 391202370 9367552 268 33554432000 4194304 5064252 140736742003568 140736742002480 233220761166 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/2654/statm: 2287 268 229 213 0 72 0
[pid=2655] ppid=2654 vsize=210344 CPUtime=1800.36 cores=0,2,4,6
/proc/2655/stat : 2655 (pb_cplex) R 2654 2654 1177 0 -1 4202496 117093 0 0 0 179981 55 0 0 20 0 8 0 391202370 215392256 29085 33554432000 134512640 146736320 4292697888 4292691000 136055951 0 0 4096 16387 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2655/statm: 52586 29085 911 2985 0 49520 0
[pid=2655/tid=2658] ppid=2654 vsize=210344 CPUtime=252.86 cores=0,2,4,6
/proc/2655/task/2658/stat : 2658 (pb_cplex) R 2654 2654 1177 0 -1 4202560 5377 0 0 0 25279 7 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4131041488 136008441 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=2655/tid=2659] ppid=2654 vsize=210344 CPUtime=185.39 cores=0,2,4,6
/proc/2655/task/2659/stat : 2659 (pb_cplex) R 2654 2654 1177 0 -1 4202560 5628 0 0 0 18533 6 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4120555588 136385177 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2660] ppid=2654 vsize=210344 CPUtime=293.09 cores=0,2,4,6
/proc/2655/task/2660/stat : 2660 (pb_cplex) R 2654 2654 1177 0 -1 4202560 52510 0 0 0 29286 23 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4110070036 136005435 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2661] ppid=2654 vsize=210344 CPUtime=166.18 cores=0,2,4,6
/proc/2655/task/2661/stat : 2661 (pb_cplex) R 2654 2654 1177 0 -1 4202560 21144 0 0 0 16606 12 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4099584000 136019030 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=2655/tid=2662] ppid=2654 vsize=210344 CPUtime=177.88 cores=0,2,4,6
/proc/2655/task/2662/stat : 2662 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2319 0 0 0 17783 5 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4089098308 136385183 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=2655/tid=2663] ppid=2654 vsize=210344 CPUtime=160.2 cores=0,2,4,6
/proc/2655/task/2663/stat : 2663 (pb_cplex) R 2654 2654 1177 0 -1 4202560 2249 0 0 0 16016 4 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4078613072 136403112 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=2655/tid=2664] ppid=2654 vsize=210344 CPUtime=125.35 cores=0,2,4,6
/proc/2655/task/2664/stat : 2664 (pb_cplex) R 2654 2654 1177 0 -1 4202560 1529 0 0 0 12532 3 0 0 20 0 8 0 391221532 215392256 29085 33554432000 134512640 146736320 4292697888 4068127312 136403109 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 219492

Child status: 0

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

Real time (s): 735.116
CPU time (s): 1800.36
CPU user time (s): 1799.81
CPU system time (s): 0.55
CPU usage (%): 244.908
Max. virtual memory (cumulated for all children) (KiB): 219492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.58
system time used= 0.755885
maximum resident set size= 116384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117458
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= 1880
involuntary context switches= 73130

runsolver used 1.67075 second user time and 4.5943 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-09 16:06:15
IDJOB=3742107
IDBENCH=90132
IDSOLVER=2325
FILE ID=node142/3742107-1339250775
RUNJOBID= node142-1339247525-1193
PBS_JOBID= 14644380
Free space on /tmp= 71436 MiB

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

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

MD5SUM BENCH= a7a3236cd0071452eec601ea09fe7bbe
RANDOM SEED=2097542186

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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:        31159740 kB
Buffers:          335840 kB
Cached:           241372 kB
SwapCached:         1676 kB
Active:           762360 kB
Inactive:          52864 kB
Active(anon):     236556 kB
Inactive(anon):     2184 kB
Active(file):     525804 kB
Inactive(file):    50680 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67100604 kB
Dirty:             16712 kB
Writeback:             0 kB
AnonPages:        315620 kB
Mapped:            11964 kB
Shmem:                 4 kB
Slab:             758464 kB
SReclaimable:     200296 kB
SUnreclaim:       558168 kB
KernelStack:        1488 kB
PageTables:         4496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     471588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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-3742107-1339250775.opb

Free space on /tmp at the end= 71432 MiB
End job on node142 at 2012-06-09 16:18:30