Trace number 3731774

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
vtxcov/normalized-vtxcov_v2000_e4000_0.opb.PB06.opb
MD5SUMeb191f4787a2203be4bff8f6c7c8f66d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1040
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1037
Optimality of the best value was proved NO
Number of variables1961
Total number of constraints4000
Number of constraints which are clauses4000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1961
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1961
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1961
Number of bits of the biggest sum of numbers11
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-3731774-1339247009.opb.
0.00/0.00	c Instance file HOME/instance-3731774-1339247009.opb
0.00/0.00	c File size is 112187 bytes.
0.00/0.37	c Highest Coefficient sum: 3
0.00/0.37	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.38	c ============================[ Problem Statistics ]=============================
0.00/0.38	c |                                                                             |
0.00/0.38	c |  Parsing time:          0.38         s                                      |
0.00/0.38	c |  Number Variables:      1961                                                |
0.00/0.38	c |  Number Constraints:    4000                                                |
0.00/0.38	c ===============================================================================
1800.28/507.91	c Remaining time 1799.62 sec.
1800.28/507.91	c 
1800.28/507.91	c *** INTERRUPTED ***
1800.28/507.91	s UNKNOWN
1800.28/507.91	c Total CPU time              : 1798.4 s
1800.28/507.91	c Memory used           : 233.87 MB
1800.28/507.91	c CPU time              : 1798.4 s
1800.28/507.91	c 
1800.28/507.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-3731774-1339247009/watcher-3731774-1339247009 -o /tmp/evaluation-result-3731774-1339247009/solver-3731774-1339247009 -C 1800 -W 1900 -M 15500 run HOME/instance-3731774-1339247009.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: 10.64 4.50 1.70 7/184 17838
/proc/meminfo: memFree=30706940/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0

[startup+0.016547 s]
/proc/loadavg: 10.64 4.50 1.70 7/184 17838
/proc/meminfo: memFree=30706940/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100251 s]
/proc/loadavg: 10.64 4.50 1.70 7/184 17838
/proc/meminfo: memFree=30706940/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300222 s]
/proc/loadavg: 10.64 4.50 1.70 7/184 17838
/proc/meminfo: memFree=30706940/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 10.64 4.50 1.70 7/184 17838
/proc/meminfo: memFree=30706940/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 10.64 4.50 1.70 5/186 17840
/proc/meminfo: memFree=30698500/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=23508 CPUtime=1.48 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 5642 0 0 0 148 0 0 0 20 0 1 0 390829408 24072192 3005 33554432000 134512640 146736320 4290405488 4290399944 136002248 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17839/statm: 5877 3005 916 2985 0 2811 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32656

[startup+3.10027 s]
/proc/loadavg: 10.64 4.50 1.70 3/186 17840
/proc/meminfo: memFree=30700484/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=23556 CPUtime=3.08 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 6510 0 0 0 308 0 0 0 20 0 1 0 390829408 24121344 3095 33554432000 134512640 146736320 4290405488 4290399560 139043568 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17839/statm: 5889 3095 916 2985 0 2823 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 32704

[startup+6.30027 s]
/proc/loadavg: 9.95 4.46 1.70 3/179 17840
/proc/meminfo: memFree=30981084/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=23716 CPUtime=6.28 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 8013 0 0 0 628 0 0 0 20 0 1 0 390829408 24285184 3150 33554432000 134512640 146736320 4290405488 4290399800 136015544 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17839/statm: 5929 3150 916 2985 0 2863 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 32864

[startup+12.7003 s]
/proc/loadavg: 9.31 4.42 1.70 9/186 17868
/proc/meminfo: memFree=30801092/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=25064 CPUtime=12.69 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 12467 0 0 0 1268 1 0 0 20 0 1 0 390829408 25665536 3450 33554432000 134512640 146736320 4290405488 4290401256 139022260 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17839/statm: 6266 3450 917 2985 0 3200 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34212

[startup+25.5004 s]
/proc/loadavg: 9.73 4.74 1.85 15/193 17875
/proc/meminfo: memFree=30769740/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=135808 CPUtime=44.07 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 23191 0 0 0 4403 4 0 0 20 0 8 0 390829408 139067392 10589 33554432000 134512640 146736320 4290405488 4290397320 135468165 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17839/statm: 33952 10589 947 2985 0 30886 0
[pid=17839/tid=17869] ppid=17838 vsize=135808 CPUtime=3.07 cores=0,2,4,6
/proc/17839/task/17869/stat : 17869 (pb_cplex) R 17838 17838 17566 0 -1 4202560 674 0 0 0 307 0 0 0 20 0 8 0 390831087 139067392 10589 33554432000 134512640 146736320 4290405488 4149801028 136385177 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17870] ppid=17838 vsize=135808 CPUtime=3.49 cores=0,2,4,6
/proc/17839/task/17870/stat : 17870 (pb_cplex) R 17838 17838 17566 0 -1 4202560 963 0 0 0 349 0 0 0 20 0 8 0 390831087 139067392 10589 33554432000 134512640 146736320 4290405488 4139315312 136384892 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17871] ppid=17838 vsize=135808 CPUtime=2.83 cores=0,2,4,6
/proc/17839/task/17871/stat : 17871 (pb_cplex) S 17838 17838 17566 0 -1 4202560 998 0 0 0 283 0 0 0 20 0 8 0 390831087 139067392 10589 33554432000 134512640 146736320 4290405488 4128833168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17872] ppid=17838 vsize=135808 CPUtime=2.87 cores=0,2,4,6
/proc/17839/task/17872/stat : 17872 (pb_cplex) R 17838 17838 17566 0 -1 4202560 888 0 0 0 287 0 0 0 20 0 8 0 390831087 139067392 10589 33554432000 134512640 146736320 4290405488 4118343752 139042864 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17873] ppid=17838 vsize=135808 CPUtime=3.17 cores=0,2,4,6
/proc/17839/task/17873/stat : 17873 (pb_cplex) R 17838 17838 17566 0 -1 4202560 1103 0 0 0 317 0 0 0 20 0 8 0 390831087 139067392 10589 33554432000 134512640 146736320 4290405488 4107858136 136008650 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17874] ppid=17838 vsize=135808 CPUtime=3.12 cores=0,2,4,6
/proc/17839/task/17874/stat : 17874 (pb_cplex) R 17838 17838 17566 0 -1 4202560 1089 0 0 0 312 0 0 0 20 0 8 0 390831087 139067392 10589 33554432000 134512640 146736320 4290405488 4097372228 136385179 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17875] ppid=17838 vsize=135808 CPUtime=3.04 cores=0,2,4,6
/proc/17839/task/17875/stat : 17875 (pb_cplex) R 17838 17838 17566 0 -1 4202560 881 0 0 0 304 0 0 0 20 0 8 0 390831087 139067392 10589 33554432000 134512640 146736320 4290405488 4086886856 136000356 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 44.07
Current children cumulated vsize (KiB) 144956

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

[startup+42.3004 s]
/proc/loadavg: 11.05 5.28 2.07 15/193 17875
/proc/meminfo: memFree=30754856/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=136832 CPUtime=107.41 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) S 17838 17838 17566 0 -1 4202496 24835 0 0 0 10733 8 0 0 20 0 8 0 390829408 140115968 10872 33554432000 134512640 146736320 4290405488 4290401872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17839/statm: 34208 10872 947 2985 0 31142 0
[pid=17839/tid=17869] ppid=17838 vsize=136832 CPUtime=10.98 cores=0,2,4,6
/proc/17839/task/17869/stat : 17869 (pb_cplex) S 17838 17838 17566 0 -1 4202560 677 0 0 0 1098 0 0 0 20 0 8 0 390831087 140115968 10872 33554432000 134512640 146736320 4290405488 4149804688 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17870] ppid=17838 vsize=136832 CPUtime=12.26 cores=0,2,4,6
/proc/17839/task/17870/stat : 17870 (pb_cplex) R 17838 17838 17566 0 -1 4202560 1527 0 0 0 1226 0 0 0 20 0 8 0 390831087 140115968 10872 33554432000 134512640 146736320 4290405488 4139315408 136008111 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17871] ppid=17838 vsize=136832 CPUtime=10.38 cores=0,2,4,6
/proc/17839/task/17871/stat : 17871 (pb_cplex) S 17838 17838 17566 0 -1 4202560 1025 0 0 0 1038 0 0 0 20 0 8 0 390831087 140115968 10872 33554432000 134512640 146736320 4290405488 4128833168 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17872] ppid=17838 vsize=136832 CPUtime=10.4 cores=0,2,4,6
/proc/17839/task/17872/stat : 17872 (pb_cplex) S 17838 17838 17566 0 -1 4202560 1112 0 0 0 1040 0 0 0 20 0 8 0 390831087 140115968 10872 33554432000 134512640 146736320 4290405488 4118347408 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17873] ppid=17838 vsize=136832 CPUtime=10.52 cores=0,2,4,6
/proc/17839/task/17873/stat : 17873 (pb_cplex) S 17838 17838 17566 0 -1 4202560 1281 0 0 0 1052 0 0 0 20 0 8 0 390831087 140115968 10872 33554432000 134512640 146736320 4290405488 4107861648 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17874] ppid=17838 vsize=136832 CPUtime=11.23 cores=0,2,4,6
/proc/17839/task/17874/stat : 17874 (pb_cplex) S 17838 17838 17566 0 -1 4202560 1099 0 0 0 1122 1 0 0 20 0 8 0 390831087 140115968 10872 33554432000 134512640 146736320 4290405488 4097375888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17875] ppid=17838 vsize=136832 CPUtime=11.09 cores=0,2,4,6
/proc/17839/task/17875/stat : 17875 (pb_cplex) S 17838 17838 17566 0 -1 4202560 1516 0 0 0 1109 0 0 0 20 0 8 0 390831087 140115968 10872 33554432000 134512640 146736320 4290405488 4086890128 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 107.41
Current children cumulated vsize (KiB) 145980

[startup+42.4003 s]
/proc/loadavg: 11.05 5.28 2.07 15/193 17875
/proc/meminfo: memFree=30754856/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=101812 CPUtime=107.34 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 24836 0 0 0 10724 10 0 0 20 0 1 0 390829408 104255488 9894 33554432000 134512640 146736320 4290405488 4290402264 144757825 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17839/statm: 25453 9894 947 2985 0 22387 0
Current children cumulated CPU time (s) 107.34
Current children cumulated vsize (KiB) 110960
#
############


[startup+51.1003 s]
/proc/loadavg: 9.73 5.18 2.08 8/186 17875
/proc/meminfo: memFree=30753920/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=87620 CPUtime=116.05 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 25355 0 0 0 11594 11 0 0 20 0 1 0 390829408 89722880 7729 33554432000 134512640 146736320 4290405488 4290400936 135999883 0 0 4096 16387 0 0 0 17 2 0 0 0 0 0
/proc/17839/statm: 21905 7729 949 2985 0 18839 0
Current children cumulated CPU time (s) 116.05
Current children cumulated vsize (KiB) 96768

[startup+102.307 s]
/proc/loadavg: 10.76 6.16 2.57 14/193 17882

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

[pid=17839/tid=17880] ppid=17838 vsize=178324 CPUtime=98.56 cores=0,2,4,6
/proc/17839/task/17880/stat : 17880 (pb_cplex) R 17838 17838 17566 0 -1 4202560 7834 0 0 0 9846 10 0 0 20 0 8 0 390835199 182603776 22199 33554432000 134512640 146736320 4290405488 4068466312 135982569 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17881] ppid=17838 vsize=178324 CPUtime=99.4 cores=0,2,4,6
/proc/17839/task/17881/stat : 17881 (pb_cplex) R 17838 17838 17566 0 -1 4202560 25269 0 0 0 9925 15 0 0 20 0 8 0 390835199 182603776 22199 33554432000 134512640 146736320 4290405488 4057981928 144757825 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17882] ppid=17838 vsize=178324 CPUtime=99.97 cores=0,2,4,6
/proc/17839/task/17882/stat : 17882 (pb_cplex) R 17838 17838 17566 0 -1 4202560 6119 0 0 0 9986 11 0 0 20 0 8 0 390835199 182603776 22199 33554432000 134512640 146736320 4290405488 4047494288 136008441 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 924.18
Current children cumulated vsize (KiB) 187472

[startup+342.3 s]
/proc/loadavg: 12.35 9.52 4.76 4/193 17883
/proc/meminfo: memFree=30301452/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=179036 CPUtime=1141.67 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 185974 0 0 0 114027 140 0 0 20 0 8 0 390829408 183332864 24204 33554432000 134512640 146736320 4290405488 4290398352 136007982 0 0 4096 16387 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17839/statm: 44759 24204 966 2985 0 41693 0
[pid=17839/tid=17876] ppid=17838 vsize=179036 CPUtime=127.08 cores=0,2,4,6
/proc/17839/task/17876/stat : 17876 (pb_cplex) R 17838 17838 17566 0 -1 4202560 28976 0 0 0 12689 19 0 0 20 0 8 0 390835199 183332864 24204 33554432000 134512640 146736320 4290405488 4086886616 136008647 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17877] ppid=17838 vsize=179036 CPUtime=126.69 cores=0,2,4,6
/proc/17839/task/17877/stat : 17877 (pb_cplex) R 17838 17838 17566 0 -1 4202560 21653 0 0 0 12650 19 0 0 20 0 8 0 390835199 183332864 24204 33554432000 134512640 146736320 4290405488 4097372368 136008212 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17878] ppid=17838 vsize=179036 CPUtime=126.75 cores=0,2,4,6
/proc/17839/task/17878/stat : 17878 (pb_cplex) R 17838 17838 17566 0 -1 4202560 18497 0 0 0 12659 16 0 0 20 0 8 0 390835199 183332864 24204 33554432000 134512640 146736320 4290405488 4107857988 136385174 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17879] ppid=17838 vsize=179036 CPUtime=125.71 cores=0,2,4,6
/proc/17839/task/17879/stat : 17879 (pb_cplex) R 17838 17838 17566 0 -1 4202560 25523 0 0 0 12553 18 0 0 20 0 8 0 390835199 183332864 24204 33554432000 134512640 146736320 4290405488 4118343888 136008056 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17880] ppid=17838 vsize=179036 CPUtime=126.48 cores=0,2,4,6
/proc/17839/task/17880/stat : 17880 (pb_cplex) R 17838 17838 17566 0 -1 4202560 19497 0 0 0 12632 16 0 0 20 0 8 0 390835199 183332864 24204 33554432000 134512640 146736320 4290405488 4068467280 136403112 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17881] ppid=17838 vsize=179036 CPUtime=125.58 cores=0,2,4,6
/proc/17839/task/17881/stat : 17881 (pb_cplex) R 17838 17838 17566 0 -1 4202560 33746 0 0 0 12538 20 0 0 20 0 8 0 390835199 183332864 24204 33554432000 134512640 146736320 4290405488 4057980968 139044538 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17882] ppid=17838 vsize=179036 CPUtime=126.74 cores=0,2,4,6
/proc/17839/task/17882/stat : 17882 (pb_cplex) R 17838 17838 17566 0 -1 4202560 6206 0 0 0 12661 13 0 0 20 0 8 0 390835199 183332864 24204 33554432000 134512640 146736320 4290405488 4047495376 136007963 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1141.67
Current children cumulated vsize (KiB) 188184

[startup+402.3 s]
/proc/loadavg: 13.18 10.27 5.32 10/194 17886
/proc/meminfo: memFree=30175452/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=253900 CPUtime=1378.85 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) R 17838 17838 17566 0 -1 4202496 229145 0 0 0 137726 159 0 0 20 0 8 0 390829408 259993600 37307 33554432000 134512640 146736320 4290405488 4290394512 136403117 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17839/statm: 63475 37307 973 2985 0 60409 0
[pid=17839/tid=17876] ppid=17838 vsize=253900 CPUtime=156.67 cores=0,2,4,6
/proc/17839/task/17876/stat : 17876 (pb_cplex) R 17838 17838 17566 0 -1 4202560 32823 0 0 0 15644 23 0 0 20 0 8 0 390835199 259993600 37307 33554432000 134512640 146736320 4290405488 4086882244 136385177 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17877] ppid=17838 vsize=253900 CPUtime=155.57 cores=0,2,4,6
/proc/17839/task/17877/stat : 17877 (pb_cplex) R 17838 17838 17566 0 -1 4202560 28238 0 0 0 15534 23 0 0 20 0 8 0 390835199 259993600 37307 33554432000 134512640 146736320 4290405488 4097366352 135460362 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17878] ppid=17838 vsize=253900 CPUtime=156.36 cores=0,2,4,6
/proc/17839/task/17878/stat : 17878 (pb_cplex) R 17838 17838 17566 0 -1 4202560 22186 0 0 0 15618 18 0 0 20 0 8 0 390835199 259993600 37307 33554432000 134512640 146736320 4290405488 4107854288 136403103 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17879] ppid=17838 vsize=253900 CPUtime=155.93 cores=0,2,4,6
/proc/17839/task/17879/stat : 17879 (pb_cplex) R 17838 17838 17566 0 -1 4202560 34302 0 0 0 15571 22 0 0 20 0 8 0 390835199 259993600 37307 33554432000 134512640 146736320 4290405488 4118340048 136403112 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17880] ppid=17838 vsize=253900 CPUtime=155.78 cores=0,2,4,6
/proc/17839/task/17880/stat : 17880 (pb_cplex) R 17838 17838 17566 0 -1 4202560 24623 0 0 0 15559 19 0 0 20 0 8 0 390835199 259993600 37307 33554432000 134512640 146736320 4290405488 4068462532 136385184 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17881] ppid=17838 vsize=253900 CPUtime=155.59 cores=0,2,4,6
/proc/17839/task/17881/stat : 17881 (pb_cplex) R 17838 17838 17566 0 -1 4202560 38507 0 0 0 15536 23 0 0 20 0 8 0 390835199 259993600 37307 33554432000 134512640 146736320 4290405488 4057977160 136000412 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17882] ppid=17838 vsize=253900 CPUtime=156.08 cores=0,2,4,6
/proc/17839/task/17882/stat : 17882 (pb_cplex) R 17838 17838 17566 0 -1 4202560 9777 0 0 0 15592 16 0 0 20 0 8 0 390835199 259993600 37307 33554432000 134512640 146736320 4290405488 4047491152 136008450 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1378.85
Current children cumulated vsize (KiB) 263048

[startup+462.3 s]
/proc/loadavg: 12.74 10.75 5.79 13/193 17887
/proc/meminfo: memFree=30109160/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=244784 CPUtime=1618.28 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) S 17838 17838 17566 0 -1 4202496 250221 0 0 0 161647 181 0 0 20 0 8 0 390829408 250658816 36925 33554432000 134512640 146736320 4290405488 4290401872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17839/statm: 61196 36925 985 2985 0 58130 0
[pid=17839/tid=17876] ppid=17838 vsize=244784 CPUtime=188.27 cores=0,2,4,6
/proc/17839/task/17876/stat : 17876 (pb_cplex) R 17838 17838 17566 0 -1 4202560 33583 0 0 0 18801 26 0 0 20 0 8 0 390835199 250658816 36925 33554432000 134512640 146736320 4290405488 4086881364 136003493 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17877] ppid=17838 vsize=244784 CPUtime=180.88 cores=0,2,4,6
/proc/17839/task/17877/stat : 17877 (pb_cplex) S 17838 17838 17566 0 -1 4202560 28319 0 0 0 18063 25 0 0 20 0 8 0 390835199 250658816 36925 33554432000 134512640 146736320 4290405488 4097375888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17878] ppid=17838 vsize=244784 CPUtime=187.73 cores=0,2,4,6
/proc/17839/task/17878/stat : 17878 (pb_cplex) R 17838 17838 17566 0 -1 4202560 22610 0 0 0 18753 20 0 0 20 0 8 0 390835199 250658816 36925 33554432000 134512640 146736320 4290405488 4107853612 144785853 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17879] ppid=17838 vsize=244784 CPUtime=187.72 cores=0,2,4,6
/proc/17839/task/17879/stat : 17879 (pb_cplex) R 17838 17838 17566 0 -1 4202560 36334 0 0 0 18748 24 0 0 20 0 8 0 390835199 250658816 36925 33554432000 134512640 146736320 4290405488 4118340936 135999120 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17880] ppid=17838 vsize=244784 CPUtime=187.67 cores=0,2,4,6
/proc/17839/task/17880/stat : 17880 (pb_cplex) R 17838 17838 17566 0 -1 4202560 28746 0 0 0 18744 23 0 0 20 0 8 0 390835199 250658816 36925 33554432000 134512640 146736320 4290405488 4068462512 136384861 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17881] ppid=17838 vsize=244784 CPUtime=187.41 cores=0,2,4,6
/proc/17839/task/17881/stat : 17881 (pb_cplex) R 17838 17838 17566 0 -1 4202560 43869 0 0 0 18715 26 0 0 20 0 8 0 390835199 250658816 36925 33554432000 134512640 146736320 4290405488 4057979840 137470682 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17882] ppid=17838 vsize=244784 CPUtime=187.36 cores=0,2,4,6
/proc/17839/task/17882/stat : 17882 (pb_cplex) R 17838 17838 17566 0 -1 4202560 11478 0 0 0 18717 19 0 0 20 0 8 0 390835199 250658816 36925 33554432000 134512640 146736320 4290405488 4047493864 136000488 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1618.28
Current children cumulated vsize (KiB) 253932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+507.9 s]
/proc/loadavg: 9.42 10.19 5.86 6/186 17937
/proc/meminfo: memFree=31153404/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=239476 CPUtime=1800.28 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) S 17838 17838 17566 0 -1 4202496 256263 0 0 0 179838 190 0 0 20 0 8 0 390829408 245223424 36937 33554432000 134512640 146736320 4290405488 4290401872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17839/statm: 59869 36937 985 2985 0 56803 0
[pid=17839/tid=17876] ppid=17838 vsize=239476 CPUtime=220.08 cores=0,2,4,6
/proc/17839/task/17876/stat : 17876 (pb_cplex) R 17838 17838 17566 0 -1 4202560 33583 0 0 0 21980 28 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4086882384 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17877] ppid=17838 vsize=239476 CPUtime=180.88 cores=0,2,4,6
/proc/17839/task/17877/stat : 17877 (pb_cplex) S 17838 17838 17566 0 -1 4202560 28319 0 0 0 18063 25 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4097375888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17878] ppid=17838 vsize=239476 CPUtime=216.82 cores=0,2,4,6
/proc/17839/task/17878/stat : 17878 (pb_cplex) S 17838 17838 17566 0 -1 4202560 22661 0 0 0 21659 23 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4107861648 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17879] ppid=17838 vsize=239476 CPUtime=219.57 cores=0,2,4,6
/proc/17839/task/17879/stat : 17879 (pb_cplex) R 17838 17838 17566 0 -1 4202560 37127 0 0 0 21930 27 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4118339524 136385184 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17880] ppid=17838 vsize=239476 CPUtime=211.69 cores=0,2,4,6
/proc/17839/task/17880/stat : 17880 (pb_cplex) S 17838 17838 17566 0 -1 4202560 28817 0 0 0 21142 27 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17881] ppid=17838 vsize=239476 CPUtime=220.01 cores=0,2,4,6
/proc/17839/task/17881/stat : 17881 (pb_cplex) R 17838 17838 17566 0 -1 4202560 48707 0 0 0 21973 28 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4057976912 136008335 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17882] ppid=17838 vsize=239476 CPUtime=219.5 cores=0,2,4,6
/proc/17839/task/17882/stat : 17882 (pb_cplex) R 17838 17838 17566 0 -1 4202560 11767 0 0 0 21929 21 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4047491536 136403103 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 248624

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

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

[startup+507.9 s]
/proc/loadavg: 9.42 10.19 5.86 6/186 17937
/proc/meminfo: memFree=31153404/32873844 swapFree=8656/8656
[pid=17838] ppid=17836 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17838/stat : 17838 (run) S 17836 17838 17566 0 -1 4202496 355 0 0 0 0 0 0 0 20 0 1 0 390829408 9367552 270 33554432000 4194304 5064252 140735101694320 140735101693232 249649849934 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17838/statm: 2287 270 229 213 0 72 0
[pid=17839] ppid=17838 vsize=239476 CPUtime=1800.28 cores=0,2,4,6
/proc/17839/stat : 17839 (pb_cplex) S 17838 17838 17566 0 -1 4202496 256263 0 0 0 179838 190 0 0 20 0 8 0 390829408 245223424 36937 33554432000 134512640 146736320 4290405488 4290401872 144580073 0 0 4096 16387 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17839/statm: 59869 36937 985 2985 0 56803 0
[pid=17839/tid=17876] ppid=17838 vsize=239476 CPUtime=220.08 cores=0,2,4,6
/proc/17839/task/17876/stat : 17876 (pb_cplex) R 17838 17838 17566 0 -1 4202560 33583 0 0 0 21980 28 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4086882384 136008065 0 2 4096 16387 0 0 0 -1 4 0 0 0 0 0
[pid=17839/tid=17877] ppid=17838 vsize=239476 CPUtime=180.88 cores=0,2,4,6
/proc/17839/task/17877/stat : 17877 (pb_cplex) S 17838 17838 17566 0 -1 4202560 28319 0 0 0 18063 25 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4097375888 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17878] ppid=17838 vsize=239476 CPUtime=216.82 cores=0,2,4,6
/proc/17839/task/17878/stat : 17878 (pb_cplex) S 17838 17838 17566 0 -1 4202560 22661 0 0 0 21659 23 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4107861648 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17839/tid=17879] ppid=17838 vsize=239476 CPUtime=219.57 cores=0,2,4,6
/proc/17839/task/17879/stat : 17879 (pb_cplex) R 17838 17838 17566 0 -1 4202560 37127 0 0 0 21930 27 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4118339524 136385184 0 2 4096 16387 0 0 0 -1 2 0 0 0 0 0
[pid=17839/tid=17880] ppid=17838 vsize=239476 CPUtime=211.69 cores=0,2,4,6
/proc/17839/task/17880/stat : 17880 (pb_cplex) S 17838 17838 17566 0 -1 4202560 28817 0 0 0 21142 27 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4068470416 144580073 0 2 4096 16387 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17881] ppid=17838 vsize=239476 CPUtime=220.01 cores=0,2,4,6
/proc/17839/task/17881/stat : 17881 (pb_cplex) R 17838 17838 17566 0 -1 4202560 48707 0 0 0 21973 28 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4057976912 136008335 0 2 4096 16387 0 0 0 -1 0 0 0 0 0 0
[pid=17839/tid=17882] ppid=17838 vsize=239476 CPUtime=219.5 cores=0,2,4,6
/proc/17839/task/17882/stat : 17882 (pb_cplex) R 17838 17838 17566 0 -1 4202560 11767 0 0 0 21929 21 0 0 20 0 8 0 390835199 245223424 36937 33554432000 134512640 146736320 4290405488 4047491536 136403103 0 2 4096 16387 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.28
Current children cumulated vsize (KiB) 248624

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17838 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.28
#
# 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): 0.0700073
#  lost CPU user time (s): 0.090004
#  lost CPU system time (s): -0.02

Real time (s): 507.916
CPU time (s): 1800.35
CPU user time (s): 1798.47
CPU system time (s): 1.88
CPU usage (%): 354.458
Max. virtual memory (cumulated for all children) (KiB): 271112

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

runsolver used 1.42978 second user time and 3.16652 second system time

The end

Launcher Data

Begin job on node102 at 2012-06-09 15:03:29
IDJOB=3731774
IDBENCH=1984
IDSOLVER=2325
FILE ID=node102/3731774-1339247009
RUNJOBID= node102-1339246832-17582
PBS_JOBID= 14644379
Free space on /tmp= 71192 MiB

SOLVER NAME= PB10: pb_cplex 2010-06-29
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/vtxcov/normalized-vtxcov_v2000_e4000_0.opb.PB06.opb
COMMAND LINE= run BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731774-1339247009/watcher-3731774-1339247009 -o /tmp/evaluation-result-3731774-1339247009/solver-3731774-1339247009 -C 1800 -W 1900 -M 15500  run HOME/instance-3731774-1339247009.opb

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

MD5SUM BENCH= eb191f4787a2203be4bff8f6c7c8f66d
RANDOM SEED=241111573

node102.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.178
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.35
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.178
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.90
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.178
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.178
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.178
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.178
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:        30704624 kB
Buffers:          401904 kB
Cached:           262680 kB
SwapCached:         2704 kB
Active:          1180624 kB
Inactive:          98952 kB
Active(anon):     611132 kB
Inactive(anon):     5348 kB
Active(file):     569492 kB
Inactive(file):    93604 kB
Unevictable:        8656 kB
Mlocked:            8656 kB
SwapTotal:      67108856 kB
SwapFree:       67099988 kB
Dirty:             16724 kB
Writeback:             0 kB
AnonPages:        643276 kB
Mapped:            12940 kB
Shmem:                 0 kB
Slab:             749608 kB
SReclaimable:     190556 kB
SUnreclaim:       559052 kB
KernelStack:        1600 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     722088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    358400 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-3731774-1339247009.opb

Free space on /tmp at the end= 71192 MiB
End job on node102 at 2012-06-09 15:11:59