Trace number 4312263

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
OscaR - Conflict Ordering with restarts 2018-08-17? (TO) 252.067 244.32

General information on the benchmark

NameNurseRostering/
NurseRostering-08_c18.xml
MD5SUMd61cb971f7c35e7f42e62a62e90db6df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10030
Best CPU time to get the best result obtained on this benchmark252.09
Satisfiable
(Un)Satisfiability was proved
Number of variables1615
Number of constraints4057
Number of domains17
Minimum domain size1
Maximum domain size31
Distribution of domain sizes[{"size":1,"count":65},{"size":2,"count":347},{"size":3,"count":4},{"size":5,"count":856},{"size":6,"count":1},{"size":9,"count":6},{"size":15,"count":24},{"size":29,"count":60},{"size":31,"count":252}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":655},{"degree":3,"count":120},{"degree":14,"count":3},{"degree":15,"count":26},{"degree":16,"count":25},{"degree":17,"count":11},{"degree":18,"count":21},{"degree":19,"count":40},{"degree":20,"count":52},{"degree":21,"count":62},{"degree":22,"count":101},{"degree":23,"count":201},{"degree":24,"count":145},{"degree":25,"count":88},{"degree":26,"count":52},{"degree":27,"count":13}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":1704},{"arity":3,"count":1144},{"arity":4,"count":205},{"arity":5,"count":30},{"arity":6,"count":529},{"arity":7,"count":154},{"arity":29,"count":150},{"arity":31,"count":140},{"arity":60,"count":1}]
Number of extensional constraints950
Number of intensional constraints511
Distribution of constraint types[{"type":"extension","count":950},{"type":"intension","count":511},{"type":"regular","count":1562},{"type":"sum","count":60},{"type":"count","count":973},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1485035487
0.67/0.57	c timeout: 252
0.67/0.57	c memlimit: 11000
0.67/0.57	c nbcore: 1
0.67/0.59	c Parsing instance...
6.42/2.72	c Parsing done, starting search...
252.04/244.30	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12419 MiB free)
  memory of node 1: 16384 MiB (10829 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312263-1534568820/watcher-4312263-1534568820 -o /tmp/evaluation-result-4312263-1534568820/solver-4312263-1534568820 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534568572-15330 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1485035487 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312263-1534568820.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15539, runsolver pid=15536
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.35 1.61 1.50 3/215 15554
/proc/meminfo: memFree=23778696/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14082736 memory=33296 CPUtime=0.12 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 6716 0 0 0 10 2 0 0 20 0 15 0 274445184 14420721664 8324 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3520684 8324 3150 1 0 3482761 0
[pid=15539/tid=15541] ppid=15536 vsize=14082736 memory=-8557575366716198017 CPUtime=0.09 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 4754 0 0 0 8 1 0 0 20 0 15 0 274445184 14420721664 8324 33554432000 4194304 4196468 140725476591648 139881843665184 139881839482013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 8324 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 8324 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 8324 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 8324 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445186 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445187 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880817742752 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445187 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880816690160 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0.01 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 12267 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 274445189 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880812481264 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445190 14420721664 8324 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33296 KiB

[startup+0.212716 s]*
/proc/loadavg: 1.35 1.61 1.50 6/215 15554
/proc/meminfo: memFree=23759640/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14082736 memory=49112 CPUtime=0.3 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 10385 0 0 0 27 3 0 0 20 0 15 0 274445184 14420721664 12278 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3520684 12278 3365 1 0 3482761 0
[pid=15539/tid=15541] ppid=15536 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 8098 0 0 0 18 2 0 0 20 0 15 0 274445184 14420721664 12278 33554432000 4194304 4196468 140725476591648 139881843687152 139881839472022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14082736 memory=365 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 12278 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14082736 memory=140687101155794 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 12278 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 12278 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 12278 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274445186 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445187 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880817742752 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445187 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880816690160 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 502 0 0 0 2 0 0 0 20 0 15 0 274445189 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 274445189 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0.05 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) R 15536 15539 12267 0 -1 4202560 304 0 0 0 5 0 0 0 20 0 15 0 274445189 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880812478432 139881817943171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445190 14420721664 12278 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49112 KiB

[startup+0.310467 s]*
/proc/loadavg: 1.35 1.61 1.50 3/215 15554
/proc/meminfo: memFree=23750460/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14082736 memory=52328 CPUtime=0.43 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 10763 0 0 0 40 3 0 0 20 0 15 0 274445184 14420721664 13082 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3520684 13082 3368 1 0 3482761 0
[pid=15539/tid=15541] ppid=15536 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 8444 0 0 0 27 2 0 0 20 0 15 0 274445184 14420721664 13082 33554432000 4194304 4196468 140725476591648 139881843671312 139881821023601 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14082736 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 13082 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14082736 memory=140687101149467 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 13082 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 13082 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445185 14420721664 13082 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274445186 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445187 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880817742752 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445187 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880816690160 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 507 0 0 0 2 0 0 0 20 0 15 0 274445189 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 107 0 0 0 2 0 0 0 20 0 15 0 274445189 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0.07 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 12267 0 -1 1077944384 324 0 0 0 7 0 0 0 20 0 15 0 274445189 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880812481264 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14082736 memory=140687099664000 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445190 14420721664 13082 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 52328 KiB

[startup+0.700703 s]
/proc/loadavg: 1.35 1.61 1.50 5/215 15554
/proc/meminfo: memFree=23699608/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14084804 memory=90952 CPUtime=0.98 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 17602 0 0 0 93 5 0 0 20 0 15 0 274445184 14422839296 22738 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3521201 22738 3499 1 0 3483273 0
[pid=15539/tid=15541] ppid=15536 vsize=14084804 memory=1752 CPUtime=0.67 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 14883 0 0 0 63 4 0 0 20 0 15 0 274445184 14422839296 22738 33554432000 4194304 4196468 140725476591648 139881843682496 139881823540574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14084804 memory=856 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14422839296 22738 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14084804 memory=12468 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14422839296 22738 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14084804 memory=752 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14422839296 22738 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14084804 memory=1612 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445185 14422839296 22738 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14084804 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274445186 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14084804 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274445187 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880817742752 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14084804 memory=6420 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274445187 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880816690160 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14084804 memory=7525326301224851042 CPUtime=0.07 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 677 0 0 0 7 0 0 0 20 0 15 0 274445189 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14084804 memory=5787213831426565969 CPUtime=0.07 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 255 0 0 0 7 0 0 0 20 0 15 0 274445189 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14084804 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 12267 0 -1 1077944384 408 0 0 0 14 0 0 0 20 0 15 0 274445189 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880812481264 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14084804 memory=33 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445190 14422839296 22738 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90952 KiB

[startup+1.50152 s]
/proc/loadavg: 1.35 1.61 1.50 8/215 15554
/proc/meminfo: memFree=23602772/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14088900 memory=163200 CPUtime=3.35 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 22813 0 0 0 328 7 0 0 20 0 15 0 274445184 14427033600 40800 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3522225 40800 3545 1 0 3484297 0
[pid=15539/tid=15541] ppid=15536 vsize=14088900 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 16597 0 0 0 142 5 0 0 20 0 15 0 274445184 14427033600 40800 33554432000 4194304 4196468 140725476591648 139881843695504 139881470364644 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14088900 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14427033600 40800 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14088900 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14427033600 40800 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14088900 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274445185 14427033600 40800 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14088900 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274445185 14427033600 40800 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14088900 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 274445186 14427033600 40800 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0

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

/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 33190 0 0 0 16174 20 0 0 20 0 15 0 274445184 14431227904 322317 33554432000 4194304 4196468 140725476591648 139881843698224 139881477663643 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14092996 memory=1289268 CPUtime=0.25 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1220 0 0 0 18 7 0 0 20 0 15 0 274445185 14431227904 322317 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14092996 memory=1289268 CPUtime=0.25 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 2212 0 0 0 18 7 0 0 20 0 15 0 274445185 14431227904 322317 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14092996 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1196 0 0 0 18 7 0 0 20 0 15 0 274445185 14431227904 322317 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14092996 memory=1289268 CPUtime=0.25 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 1513 0 0 0 19 6 0 0 20 0 15 0 274445185 14431227904 322317 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14092996 memory=281373911511104 CPUtime=0.03 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 2417 0 0 0 3 0 0 0 20 0 15 0 274445186 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14092996 memory=1287712 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880817742816 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14092996 memory=1289340 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880816690176 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14092996 memory=1289268 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14092996 memory=1289268 CPUtime=2.86 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 9042 0 0 0 285 1 0 0 20 0 15 0 274445189 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14092996 memory=6791534058613427641 CPUtime=2.66 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 7007 0 0 0 265 1 0 0 20 0 15 0 274445189 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14092996 memory=1612 CPUtime=1.21 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 12267 0 -1 1077944384 9882 0 0 0 119 2 0 0 20 0 15 0 274445189 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880812481264 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14092996 memory=1289268 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14092996 memory=7888 CPUtime=0.04 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 238 0 0 0 1 3 0 0 20 0 15 0 274445190 14431227904 322317 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 169.85 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1289268 KiB

[startup+222.301 s]
/proc/loadavg: 1.81 1.73 1.57 3/216 15565
/proc/meminfo: memFree=20255708/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14092996 memory=1286472 CPUtime=229.96 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 72169 0 0 0 22934 62 0 0 20 0 15 0 274445184 14431227904 321618 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3523249 321618 3600 1 0 3485321 0
[pid=15539/tid=15541] ppid=15536 vsize=14092996 memory=1287296 CPUtime=221.89 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 34375 0 0 0 22169 20 0 0 20 0 15 0 274445184 14431227904 321618 33554432000 4194304 4196468 140725476591648 139881843698336 139881478371144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14092996 memory=1287296 CPUtime=0.29 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1675 0 0 0 21 8 0 0 20 0 15 0 274445185 14431227904 321618 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14092996 memory=1287296 CPUtime=0.28 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 2327 0 0 0 20 8 0 0 20 0 15 0 274445185 14431227904 321618 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14092996 memory=1287296 CPUtime=0.29 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1789 0 0 0 21 8 0 0 20 0 15 0 274445185 14431227904 321618 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14092996 memory=1287296 CPUtime=0.28 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 1693 0 0 0 21 7 0 0 20 0 15 0 274445185 14431227904 321618 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14092996 memory=1286472 CPUtime=0.04 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 2683 0 0 0 4 0 0 0 20 0 15 0 274445186 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14092996 memory=1287296 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880817742816 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14092996 memory=1287296 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880816690176 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14092996 memory=3812 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14092996 memory=6812 CPUtime=2.86 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 9044 0 0 0 285 1 0 0 20 0 15 0 274445189 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14092996 memory=1100 CPUtime=2.66 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 7010 0 0 0 265 1 0 0 20 0 15 0 274445189 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14092996 memory=1287296 CPUtime=1.21 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 12267 0 -1 1077944384 9885 0 0 0 119 2 0 0 20 0 15 0 274445189 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880812481264 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14092996 memory=1287296 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14092996 memory=752 CPUtime=0.06 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 266 0 0 0 1 5 0 0 20 0 15 0 274445190 14431227904 321618 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 229.96 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1286472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.301 s]
/proc/loadavg: 1.71 1.71 1.57 3/216 15643
/proc/meminfo: memFree=22487032/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14092996 memory=1286972 CPUtime=252.04 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 74243 0 0 0 25140 64 0 0 20 0 15 0 274445184 14431227904 321743 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3523249 321743 3600 1 0 3485321 0
[pid=15539/tid=15541] ppid=15536 vsize=14092996 memory=1285928 CPUtime=243.86 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 35285 0 0 0 24366 20 0 0 20 0 15 0 274445184 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881843697840 139881478371030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14092996 memory=1289460 CPUtime=0.31 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1685 0 0 0 23 8 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14092996 memory=1291600 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 2459 0 0 0 22 8 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14092996 memory=1286972 CPUtime=0.32 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1857 0 0 0 23 9 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14092996 memory=1289460 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 1712 0 0 0 22 8 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14092996 memory=752 CPUtime=0.05 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 2685 0 0 0 5 0 0 0 20 0 15 0 274445186 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14092996 memory=1286472 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880817742816 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14092996 memory=1286472 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880816690176 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14092996 memory=1286972 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14092996 memory=1616 CPUtime=2.86 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 9975 0 0 0 285 1 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14092996 memory=1289460 CPUtime=2.66 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 7010 0 0 0 265 1 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14092996 memory=1612 CPUtime=1.21 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 12267 0 -1 1077944384 9885 0 0 0 119 2 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880812481264 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14092996 memory=1285612 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14092996 memory=4632 CPUtime=0.07 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 268 0 0 0 2 5 0 0 20 0 15 0 274445190 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1286972 KiB

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

[startup+244.32 s]
# the end of solver process 15539 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.41 s, system=0.65742 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+244.301 s]
/proc/loadavg: 1.71 1.71 1.57 3/216 15643
/proc/meminfo: memFree=22487032/32770624 swapFree=67105356/67108860
[pid=15539] ppid=15536 vsize=14092996 memory=1286972 CPUtime=252.04 cores=0,2,4,6
/proc/15539/stat : 15539 (java) S 15536 15539 12267 0 -1 1077944320 74243 0 0 0 25140 64 0 0 20 0 15 0 274445184 14431227904 321743 33554432000 4194304 4196468 140725476591648 140725476574192 139881839460087 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
/proc/15539/statm: 3523249 321743 3600 1 0 3485321 0
[pid=15539/tid=15541] ppid=15536 vsize=14092996 memory=1285928 CPUtime=243.86 cores=0,2,4,6
/proc/15539/task/15541/stat : 15541 (java) R 15536 15539 12267 0 -1 4202560 35285 0 0 0 24366 20 0 0 20 0 15 0 274445184 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881843697840 139881478371030 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15542] ppid=15536 vsize=14092996 memory=1289460 CPUtime=0.31 cores=0,2,4,6
/proc/15539/task/15542/stat : 15542 (java) S 15536 15539 12267 0 -1 1077944384 1685 0 0 0 23 8 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881792080656 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15543] ppid=15536 vsize=14092996 memory=1291600 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15543/stat : 15543 (java) S 15536 15539 12267 0 -1 1077944384 2459 0 0 0 22 8 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881791028112 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15544] ppid=15536 vsize=14092996 memory=1286972 CPUtime=0.32 cores=0,2,4,6
/proc/15539/task/15544/stat : 15544 (java) S 15536 15539 12267 0 -1 1077944384 1857 0 0 0 23 9 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881789975568 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15545] ppid=15536 vsize=14092996 memory=1289460 CPUtime=0.3 cores=0,2,4,6
/proc/15539/task/15545/stat : 15545 (java) S 15536 15539 12267 0 -1 1077944384 1712 0 0 0 22 8 0 0 20 0 15 0 274445185 14431227904 321743 33554432000 4194304 4196468 140725476591648 139881788923024 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15546] ppid=15536 vsize=14092996 memory=752 CPUtime=0.05 cores=0,2,4,6
/proc/15539/task/15546/stat : 15546 (java) S 15536 15539 12267 0 -1 1077944384 2685 0 0 0 5 0 0 0 20 0 15 0 274445186 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880818796528 139881839471234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15547] ppid=15536 vsize=14092996 memory=1286472 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15547/stat : 15547 (java) S 15536 15539 12267 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880817742816 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15548] ppid=15536 vsize=14092996 memory=1286472 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15548/stat : 15548 (java) S 15536 15539 12267 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 274445187 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880816690176 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15549] ppid=15536 vsize=14092996 memory=1286972 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15549/stat : 15549 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880815638736 139881839478683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15550] ppid=15536 vsize=14092996 memory=1616 CPUtime=2.86 cores=0,2,4,6
/proc/15539/task/15550/stat : 15550 (java) S 15536 15539 12267 0 -1 1077944384 9975 0 0 0 285 1 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880814586352 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15551] ppid=15536 vsize=14092996 memory=1289460 CPUtime=2.66 cores=0,2,4,6
/proc/15539/task/15551/stat : 15551 (java) S 15536 15539 12267 0 -1 1077944384 7010 0 0 0 265 1 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880813533808 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15552] ppid=15536 vsize=14092996 memory=1612 CPUtime=1.21 cores=0,2,4,6
/proc/15539/task/15552/stat : 15552 (java) S 15536 15539 12267 0 -1 1077944384 9885 0 0 0 119 2 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880812481264 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15553] ppid=15536 vsize=14092996 memory=1285612 CPUtime=0 cores=0,2,4,6
/proc/15539/task/15553/stat : 15553 (java) S 15536 15539 12267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274445189 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880811428960 139881839470293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
[pid=15539/tid=15554] ppid=15536 vsize=14092996 memory=4632 CPUtime=0.07 cores=0,2,4,6
/proc/15539/task/15554/stat : 15554 (java) S 15536 15539 12267 0 -1 1077944384 268 0 0 0 2 5 0 0 20 0 15 0 274445190 14431227904 321743 33554432000 4194304 4196468 140725476591648 139880810375472 139881839471234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38576128 140725476598862 140725476599054 140725476599054 140725476601807 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1286972 KiB

Child status: 143
Real time (s): 244.32
CPU time (s): 252.067
CPU user time (s): 251.41
CPU system time (s): 0.65742
CPU usage (%): 103.171
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 1293008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.41
system time used= 0.65742
maximum resident set size= 1293436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74699
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10032
involuntary context switches= 305


# summary of solver processes directly reported to runsolver:
#   pid: 15539
#   total CPU time (s): 252.067
#   total CPU user time (s): 251.41
#   total CPU system time (s): 0.65742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.00862 second user time and 1.67399 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-18 07:07:00
IDJOB=4312263
IDBENCH=141055
IDSOLVER=2800
FILE ID=node149/4312263-1534568820
RUNJOBID= node149-1534568572-15330
PBS_JOBID= 21038630
Free space on /tmp= 51888 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/NurseRostering/NurseRostering-08_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312263-1534568820/watcher-4312263-1534568820 -o /tmp/evaluation-result-4312263-1534568820/solver-4312263-1534568820 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534568572-15330 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1485035487 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312263-1534568820.xml

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

MD5SUM BENCH= d61cb971f7c35e7f42e62a62e90db6df
RANDOM SEED=1485035487

node149.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.60
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.60
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.60
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.60
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:        23809648 kB
MemAvailable:   31868568 kB
Buffers:          214448 kB
Cached:          8097016 kB
SwapCached:         1704 kB
Active:          4010580 kB
Inactive:        4377056 kB
Active(anon):      46204 kB
Inactive(anon):    98872 kB
Active(file):    3964376 kB
Inactive(file):  4278184 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67105356 kB
Dirty:             72364 kB
Writeback:             0 kB
AnonPages:         68084 kB
Mapped:            30000 kB
Shmem:             65952 kB
Slab:             272816 kB
SReclaimable:     244820 kB
SUnreclaim:        27996 kB
KernelStack:        3472 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1324404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51852 MiB
End job on node149 at 2018-08-18 07:11:04