Trace number 4244622

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
R1: OscaR - Hybrid 2017-06-30? (TO) 2400.0601 2390.1101

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
Bench CategoryCOP (optimization problem)
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
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.20/0.40	c version: 2017-06-30
0.20/0.40	c seed: 494995428
0.20/0.40	c timeout: 2400
0.20/0.40	c memlimit: 15500
0.20/0.40	c nbcore: 4
0.38/0.42	c Parsing instance...
2.76/1.34	c Parsing done, starting first complete search...
2400.04/2390.10	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4244622-1502101225/watcher-4244622-1502101225 -o /tmp/evaluation-result-4244622-1502101225/solver-4244622-1502101225 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502100388-30768 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 494995428 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4244622-1502101225.xml 

pid=30789
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.70 5.68 5.67 3/181 30793
/proc/meminfo: memFree=31420276/32770624 swapFree=0/366304
[pid=30793] ppid=30789 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30793/stat : 30793 (runsolver) D 30789 30793 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 52033526 24240128 106 18446744073709551615 4194304 4338465 140726078733072 140726078730712 139708764594903 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 35569664 140726078738538 140726078739017 140726078739017 140726078742474 0
/proc/30793/statm: 5918 106 53 36 0 2156 0

[startup+0.100143 s]
/proc/loadavg: 3.70 5.68 5.67 3/181 30793
/proc/meminfo: memFree=31420276/32770624 swapFree=0/366304
[pid=30793] ppid=30789 vsize=12297144 CPUtime=0.01 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 3590 0 0 0 1 0 0 0 20 0 6 0 52033526 12592275456 3753 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3074286 3753 1911 1 0 3063783 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12297144

[startup+0.200275 s]
/proc/loadavg: 3.70 5.68 5.67 3/181 30793
/proc/meminfo: memFree=31420276/32770624 swapFree=0/366304
[pid=30793] ppid=30789 vsize=12845076 CPUtime=0.05 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 4895 0 0 0 5 0 0 0 20 0 14 0 52033526 13153357824 5436 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3211269 5436 2585 1 0 3200766 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12845076

[startup+0.300264 s]
/proc/loadavg: 3.70 5.68 5.67 3/181 30793
/proc/meminfo: memFree=31420276/32770624 swapFree=0/366304
[pid=30793] ppid=30789 vsize=12914512 CPUtime=0.2 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 10110 0 0 0 18 2 0 0 20 0 15 0 52033526 13224460288 8864 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3228628 8864 3521 1 0 3217407 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 12914512

[startup+0.704927 s]
/proc/loadavg: 3.70 5.68 5.67 3/181 30793
/proc/meminfo: memFree=31420276/32770624 swapFree=0/366304
[pid=30793] ppid=30789 vsize=12916580 CPUtime=1.03 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 14231 0 0 0 98 5 0 0 20 0 15 0 52033526 13226577920 16525 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3229145 16525 3728 1 0 3217919 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 12916580

[startup+1.50084 s]
/proc/loadavg: 3.70 5.68 5.67 6/214 30826
/proc/meminfo: memFree=31241540/32770624 swapFree=0/365912
[pid=30793] ppid=30789 vsize=12920676 CPUtime=3.42 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 31148 0 0 0 332 10 0 0 20 0 15 0 52033526 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 39115 3776 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=1.33 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 16125 0 0 0 128 5 0 0 20 0 15 0 52033534 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140708472446760 140708116918336 0 4 1 16800974 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 682 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707952026784 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707950973680 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30818] ppid=30789 vsize=12920676 CPUtime=0.64 cores=1,3,5,7
/proc/30793/task/30818/stat : 30818 (java) R 30789 30793 12906 0 -1 4202560 3609 0 0 0 63 1 0 0 20 0 15 0 52033540 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707948851400 140708449756722 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30820] ppid=30789 vsize=12920676 CPUtime=0.67 cores=1,3,5,7
/proc/30793/task/30820/stat : 30820 (java) R 30789 30793 12906 0 -1 4202560 3176 0 0 0 66 1 0 0 20 0 15 0 52033540 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707947810328 140708453110763 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30822] ppid=30789 vsize=12920676 CPUtime=0.75 cores=1,3,5,7
/proc/30793/task/30822/stat : 30822 (java) S 30789 30793 12906 0 -1 1077944384 6178 0 0 0 74 1 0 0 20 0 15 0 52033540 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707946764784 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30824] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 52033547 13230772224 39115 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 12920676

[startup+3.10062 s]
/proc/loadavg: 3.70 5.68 5.67 4/197 30859
/proc/meminfo: memFree=31258540/32770624 swapFree=0/365912
[pid=30793] ppid=30789 vsize=12920676 CPUtime=7.61 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 36295 0 0 0 749 12 0 0 20 0 15 0 52033526 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 50182 3783 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=2.92 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 16175 0 0 0 286 6 0 0 20 0 15 0 52033534 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140708472447544 140708119274678 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 684 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707952026784 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707950973680 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30818] ppid=30789 vsize=12920676 CPUtime=1.9 cores=1,3,5,7
/proc/30793/task/30818/stat : 30818 (java) S 30789 30793 12906 0 -1 1077944384 6435 0 0 0 189 1 0 0 20 0 15 0 52033540 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707948870384 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30820] ppid=30789 vsize=12920676 CPUtime=1.93 cores=1,3,5,7
/proc/30793/task/30820/stat : 30820 (java) S 30789 30793 12906 0 -1 1077944384 5392 0 0 0 192 1 0 0 20 0 15 0 52033540 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707947817840 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30822] ppid=30789 vsize=12920676 CPUtime=0.82 cores=1,3,5,7
/proc/30793/task/30822/stat : 30822 (java) S 30789 30793 12906 0 -1 1077944384 6229 0 0 0 80 2 0 0 20 0 15 0 52033540 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707946764784 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30824] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 52033547 13230772224 50182 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 7.61
Current children cumulated vsize (KiB) 12920676

[startup+6.30063 s]
/proc/loadavg: 3.72 5.66 5.66 3/214 30905
/proc/meminfo: memFree=31046116/32770624 swapFree=0/365936
[pid=30793] ppid=30789 vsize=12920676 CPUtime=11.23 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 37913 0 0 0 1109 14 0 0 20 0 15 0 52033526 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 57528 3802 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=6.1 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 16256 0 0 0 604 6 0 0 20 0 15 0 52033534 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140708472446800 140708118970045 0 4 1 16800974 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 15 0 52033535 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 811 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707952026848 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707950973680 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30818] ppid=30789 vsize=12920676 CPUtime=2.12 cores=1,3,5,7
/proc/30793/task/30818/stat : 30818 (java) S 30789 30793 12906 0 -1 1077944384 6476 0 0 0 211 1 0 0 20 0 15 0 52033540 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707948870384 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30820] ppid=30789 vsize=12920676 CPUtime=2.06 cores=1,3,5,7
/proc/30793/task/30820/stat : 30820 (java) S 30789 30793 12906 0 -1 1077944384 5411 0 0 0 205 1 0 0 20 0 15 0 52033540 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707947817840 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30822] ppid=30789 vsize=12920676 CPUtime=0.84 cores=1,3,5,7
/proc/30793/task/30822/stat : 30822 (java) S 30789 30793 12906 0 -1 1077944384 6940 0 0 0 82 2 0 0 20 0 15 0 52033540 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707946764784 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30824] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 52033547 13230772224 57528 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 12920676

[startup+12.7006 s]
/proc/loadavg: 3.58 5.60 5.64 3/214 30905
/proc/meminfo: memFree=30077256/32770624 swapFree=0/365928
[pid=30793] ppid=30789 vsize=12920676 CPUtime=17.7 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 42469 0 0 0 1755 15 0 0 20 0 15 0 52033526 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 60662 3807 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=12.47 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 16951 0 0 0 1241 6 0 0 20 0 15 0 52033534 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140708472449840 140708117866336 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=0.02 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 15 0 52033535 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 189 0 0 0 1 0 0 0 20 0 15 0 52033535 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 1461 0 0 0 1 0 0 0 20 0 15 0 52033535 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 755 0 0 0 1 0 0 0 20 0 15 0 52033535 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=0.01 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 1041 0 0 0 1 0 0 0 20 0 15 0 52033537 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140707952026848 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140707950973696 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 60662 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0

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

/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51053 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0.45 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 680 0 0 0 20 25 0 0 20 0 15 0 52033547 13230772224 51053 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 2271.99
Current children cumulated vsize (KiB) 12920676

[startup+2322.3 s]
/proc/loadavg: 1.29 1.42 1.81 3/214 31051
/proc/meminfo: memFree=30879788/32770624 swapFree=0/366824
[pid=30793] ppid=30789 vsize=12920676 CPUtime=2332.11 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 82636 0 0 0 233125 86 0 0 20 0 15 0 52033526 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 51565 3807 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=2319.41 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 30706 0 0 0 231927 14 0 0 20 0 15 0 52033534 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708472449872 140708120337111 0 4 1 16800974 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=1.27 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 5045 0 0 0 116 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=1.27 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 2194 0 0 0 115 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=1.27 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 5041 0 0 0 116 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=1.28 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 2972 0 0 0 116 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=1.31 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 5843 0 0 0 121 10 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707952026848 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707950973696 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30818] ppid=30789 vsize=12920676 CPUtime=2.32 cores=1,3,5,7
/proc/30793/task/30818/stat : 30818 (java) S 30789 30793 12906 0 -1 1077944384 8212 0 0 0 231 1 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707948870384 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30820] ppid=30789 vsize=12920676 CPUtime=2.54 cores=1,3,5,7
/proc/30793/task/30820/stat : 30820 (java) S 30789 30793 12906 0 -1 1077944384 11140 0 0 0 252 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707947817840 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30822] ppid=30789 vsize=12920676 CPUtime=0.89 cores=1,3,5,7
/proc/30793/task/30822/stat : 30822 (java) S 30789 30793 12906 0 -1 1077944384 9371 0 0 0 87 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707946764784 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30824] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0.46 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 695 0 0 0 20 26 0 0 20 0 15 0 52033547 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 2332.11
Current children cumulated vsize (KiB) 12920676

[startup+2382.3 s]
/proc/loadavg: 1.63 1.48 1.81 3/214 31133
/proc/meminfo: memFree=30957964/32770624 swapFree=0/366856
[pid=30793] ppid=30789 vsize=12920676 CPUtime=2392.23 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 82731 0 0 0 239136 87 0 0 20 0 15 0 52033526 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 51565 3807 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=2379.34 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 30771 0 0 0 237920 14 0 0 20 0 15 0 52033534 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708472449872 140708119616744 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=1.3 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 5045 0 0 0 119 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=1.3 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 2212 0 0 0 118 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=1.3 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 5041 0 0 0 119 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=1.31 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 2973 0 0 0 119 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=1.34 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 5850 0 0 0 124 10 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707952026848 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707950973696 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30818] ppid=30789 vsize=12920676 CPUtime=2.32 cores=1,3,5,7
/proc/30793/task/30818/stat : 30818 (java) S 30789 30793 12906 0 -1 1077944384 8212 0 0 0 231 1 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707948870384 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30820] ppid=30789 vsize=12920676 CPUtime=2.54 cores=1,3,5,7
/proc/30793/task/30820/stat : 30820 (java) S 30789 30793 12906 0 -1 1077944384 11140 0 0 0 252 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707947817840 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30822] ppid=30789 vsize=12920676 CPUtime=0.89 cores=1,3,5,7
/proc/30793/task/30822/stat : 30822 (java) S 30789 30793 12906 0 -1 1077944384 9371 0 0 0 87 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707946764784 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30824] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0.48 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 699 0 0 0 21 27 0 0 20 0 15 0 52033547 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 2392.23
Current children cumulated vsize (KiB) 12920676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2390.1 s]
/proc/loadavg: 1.58 1.47 1.80 3/214 31133
/proc/meminfo: memFree=30968124/32770624 swapFree=0/366856
[pid=30793] ppid=30789 vsize=12920676 CPUtime=2400.04 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 82742 0 0 0 239917 87 0 0 20 0 15 0 52033526 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 51565 3807 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=2387.13 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 30778 0 0 0 238699 14 0 0 20 0 15 0 52033534 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708472449840 140708119112800 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=1.31 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 5045 0 0 0 120 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=1.31 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 2212 0 0 0 119 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=1.3 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 5041 0 0 0 119 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=1.32 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 2973 0 0 0 120 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=1.34 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 5852 0 0 0 124 10 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707952026848 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707950973696 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30818] ppid=30789 vsize=12920676 CPUtime=2.32 cores=1,3,5,7
/proc/30793/task/30818/stat : 30818 (java) S 30789 30793 12906 0 -1 1077944384 8212 0 0 0 231 1 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707948870384 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30820] ppid=30789 vsize=12920676 CPUtime=2.54 cores=1,3,5,7
/proc/30793/task/30820/stat : 30820 (java) S 30789 30793 12906 0 -1 1077944384 11140 0 0 0 252 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707947817840 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30822] ppid=30789 vsize=12920676 CPUtime=0.89 cores=1,3,5,7
/proc/30793/task/30822/stat : 30822 (java) S 30789 30793 12906 0 -1 1077944384 9371 0 0 0 87 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707946764784 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30824] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0.48 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 701 0 0 0 21 27 0 0 20 0 15 0 52033547 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 12920676

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 30793 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2390.1 s]
/proc/loadavg: 1.58 1.47 1.80 3/214 31133
/proc/meminfo: memFree=30968124/32770624 swapFree=0/366856
[pid=30793] ppid=30789 vsize=12920676 CPUtime=2400.04 cores=1,3,5,7
/proc/30793/stat : 30793 (java) S 30789 30793 12906 0 -1 1077944320 82742 0 0 0 239917 87 0 0 20 0 15 0 52033526 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140728943281136 140708468211447 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
/proc/30793/statm: 3230169 51565 3807 1 0 3218943 0
[pid=30793/tid=30799] ppid=30789 vsize=12920676 CPUtime=2387.13 cores=1,3,5,7
/proc/30793/task/30799/stat : 30799 (java) R 30789 30793 12906 0 -1 4202560 30778 0 0 0 238699 14 0 0 20 0 15 0 52033534 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708472449840 140708119112800 0 4 1 16800974 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30801] ppid=30789 vsize=12920676 CPUtime=1.31 cores=1,3,5,7
/proc/30793/task/30801/stat : 30801 (java) S 30789 30793 12906 0 -1 1077944384 5045 0 0 0 120 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708431318032 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30802] ppid=30789 vsize=12920676 CPUtime=1.31 cores=1,3,5,7
/proc/30793/task/30802/stat : 30802 (java) S 30789 30793 12906 0 -1 1077944384 2212 0 0 0 119 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708071165072 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30803] ppid=30789 vsize=12920676 CPUtime=1.3 cores=1,3,5,7
/proc/30793/task/30803/stat : 30803 (java) S 30789 30793 12906 0 -1 1077944384 5041 0 0 0 119 11 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708070112016 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30804] ppid=30789 vsize=12920676 CPUtime=1.32 cores=1,3,5,7
/proc/30793/task/30804/stat : 30804 (java) S 30789 30793 12906 0 -1 1077944384 2973 0 0 0 120 12 0 0 20 0 15 0 52033535 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140708069059472 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30809] ppid=30789 vsize=12920676 CPUtime=1.34 cores=1,3,5,7
/proc/30793/task/30809/stat : 30809 (java) S 30789 30793 12906 0 -1 1077944384 5852 0 0 0 124 10 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707953080560 140708468222594 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30811] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30811/stat : 30811 (java) S 30789 30793 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707952026848 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30813] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30813/stat : 30813 (java) S 30789 30793 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 52033537 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707950973696 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30816] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30816/stat : 30816 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707949922256 140708468230043 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30818] ppid=30789 vsize=12920676 CPUtime=2.32 cores=1,3,5,7
/proc/30793/task/30818/stat : 30818 (java) S 30789 30793 12906 0 -1 1077944384 8212 0 0 0 231 1 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707948870384 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30820] ppid=30789 vsize=12920676 CPUtime=2.54 cores=1,3,5,7
/proc/30793/task/30820/stat : 30820 (java) S 30789 30793 12906 0 -1 1077944384 11140 0 0 0 252 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707947817840 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30822] ppid=30789 vsize=12920676 CPUtime=0.89 cores=1,3,5,7
/proc/30793/task/30822/stat : 30822 (java) S 30789 30793 12906 0 -1 1077944384 9371 0 0 0 87 2 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707946764784 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30824] ppid=30789 vsize=12920676 CPUtime=0 cores=1,3,5,7
/proc/30793/task/30824/stat : 30824 (java) S 30789 30793 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 52033540 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707945712480 140708468221653 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
[pid=30793/tid=30826] ppid=30789 vsize=12920676 CPUtime=0.48 cores=1,3,5,7
/proc/30793/task/30826/stat : 30826 (java) S 30789 30793 12906 0 -1 1077944384 701 0 0 0 21 27 0 0 20 0 15 0 52033547 13230772224 51565 18446744073709551615 4194304 4196468 140728943298592 140707944659504 140708468222594 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16900096 140728943305112 140728943305294 140728943305294 140728943308751 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 12920676

Child status: 143
Real time (s): 2390.11
CPU time (s): 2400.06
CPU user time (s): 2399.18
CPU system time (s): 0.879746
CPU usage (%): 100.416
Max. virtual memory (cumulated for all children) (KiB): 12920676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.18
system time used= 0.879746
maximum resident set size= 247920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91084
involuntary context switches= 2928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.98512 second user time and 13.6673 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 12:06:28
IDJOB=4244622
IDBENCH=115819
IDSOLVER=2629
FILE ID=node135/4244622-1502101225
RUNJOBID= node135-1502100388-30768
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244622-1502101225/watcher-4244622-1502101225 -o /tmp/evaluation-result-4244622-1502101225/solver-4244622-1502101225 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502100388-30768 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 494995428 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4244622-1502101225.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=494995428

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31420856 kB
MemAvailable:   31996176 kB
Buffers:          225944 kB
Cached:           637060 kB
SwapCached:            0 kB
Active:           526892 kB
Inactive:         391276 kB
Active(anon):      55940 kB
Inactive(anon):    24972 kB
Active(file):     470952 kB
Inactive(file):   366304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84140 kB
Writeback:             0 kB
AnonPages:         55740 kB
Mapped:            39512 kB
Shmem:             25344 kB
Slab:             134528 kB
SReclaimable:     107796 kB
SUnreclaim:        26732 kB
KernelStack:        3248 kB
PageTables:         4304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     298448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61948 MiB
End job on node135 at 2017-08-07 12:46:19