Trace number 4305227

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2SAT 13.6527 6.35691

General information on the benchmark

NameSportsScheduling/
SportsScheduling-10_c18.xml
MD5SUM90120b7f275ce51772dc9fcf00f05be5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.052072
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints85
Number of domains2
Minimum domain size10
Maximum domain size45
Distribution of domain sizes[{"size":10,"count":100},{"size":45,"count":45}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":50},{"degree":4,"count":95}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":5},{"arity":3,"count":45},{"arity":5,"count":9},{"arity":10,"count":10},{"arity":18,"count":5},{"arity":20,"count":5},{"arity":45,"count":1}]
Number of extensional constraints45
Number of intensional constraints10
Distribution of constraint types[{"type":"extension","count":45},{"type":"intension","count":10},{"type":"allDifferent","count":11},{"type":"count","count":9},{"type":"cardinality","count":10}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
13.52/6.34	v <instantiation>
13.52/6.34	v       <list>
13.52/6.34	v         h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[0][7] h[0][8] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[1][7] h[1][8] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[2][7] h[2][8] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] h[3][7] h[3][8] h[4][0] h[4][1] h[4][2] h[4][3] h[4][4] h[4][5] h[4][6] h[4][7] h[4][8] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[0][7] a[0][8] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[1][7] a[1][8] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[2][7] a[2][8] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] a[3][7] a[3][8] a[4][0] a[4][1] a[4][2] a[4][3] a[4][4] a[4][5] a[4][6] a[4][7] a[4][8] m[0][0] m[0][1] m[0][2] m[0][3] m[0][4] m[0][5] m[0][6] m[0][7] m[0][8] m[1][0] m[1][1] m[1][2] m[1][3] m[1][4] m[1][5] m[1][6] m[1][7] m[1][8] m[2][0] m[2][1] m[2][2] m[2][3] m[2][4] m[2][5] m[2][6] m[2][7] m[2][8] m[3][0] m[3][1] m[3][2] m[3][3] m[3][4] m[3][5] m[3][6] m[3][7] m[3][8] m[4][0] m[4][1] m[4][2] m[4][3] m[4][4] m[4][5] m[4][6] m[4][7] m[4][8] hd[0] hd[1] hd[2] hd[3] hd[4] ad[0] ad[1] ad[2] ad[3] ad[4]
13.52/6.34	v       </list>
13.52/6.34	v       <values>
13.52/6.34	v         0 3 2 2 3 5 4 5 1 2 1 6 7 0 3 2 1 0 4 0 0 1 7 1 5 2 4 6 5 1 0 6 2 1 0 3 8 4 4 3 1 0 0 3 2 1 6 8 9 4 7 9 6 8 3 7 9 8 5 8 6 4 9 5 2 3 6 9 9 8 7 6 7 9 5 4 8 4 3 8 7 9 8 7 5 2 6 7 9 5 0 26 22 23 24 36 34 35 15 17 14 41 42 4 28 20 11 8 30 1 2 13 43 16 37 21 31 39 38 12 3 40 18 10 7 27 44 33 32 25 9 5 6 29 19 0 4 3 2 1 7 5 8 9 6
13.52/6.34	v       </values>
13.52/6.34	v     </instantiation>
13.52/6.34	s SATISFIABLE

Verifier Data

OK	

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 (6633 MiB free)
  memory of node 1: 16384 MiB (8457 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305227-1534141188/watcher-4305227-1534141188 -o /tmp/evaluation-result-4305227-1534141188/solver-4305227-1534141188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23444 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=916072126 HOME/instance-4305227-1534141188.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=24318, runsolver pid=24315
Current StackSize limit: 8192 KiB


[startup+0.100017 s]*
/proc/loadavg: 1.10 1.33 1.37 3/206 24375
/proc/meminfo: memFree=15448408/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 4228 12990 0 0 1 0 5 3 20 0 6 0 231682029 10245611520 4582 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2501370 4582 1930 1 0 2489808 0
[pid=24318/tid=24371] ppid=24315 vsize=10005480 memory=4279135704047190159 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 2042 12990 0 0 0 0 5 3 20 0 6 0 231682038 10245611520 4582 33554432000 4194304 4196468 140721821434336 140249605513808 140249633698973 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 6 0 231682039 10245611520 4582 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=10005480 memory=140174189442688 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 6 0 231682039 10245611520 4582 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 6 0 231682039 10245611520 4582 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 6 0 231682039 10245611520 4582 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.210054 s]*
/proc/loadavg: 1.10 1.33 1.37 3/215 24384
/proc/meminfo: memFree=15423952/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=10982744 memory=43088 CPUtime=0.26 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 6944 12990 0 0 16 2 5 3 20 0 15 0 231682029 11246329856 10772 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2745686 10772 2955 1 0 2708109 0
[pid=24318/tid=24371] ppid=24315 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 3502 12990 0 0 10 1 5 3 20 0 15 0 231682038 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249605498952 140249615240551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=10982744 memory=140174189442688 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24376] ppid=24315 vsize=10982744 memory=140174189442688 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24376/stat : 24376 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 231682040 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249059510896 140249633688194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24377] ppid=24315 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24377/stat : 24377 (java) S 24315 24318 22605 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 231682041 11246329856 10772 33554432000 4194304 4196468 140721821434336 140248466056480 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24378] ppid=24315 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24378/stat : 24378 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682041 11246329856 10772 33554432000 4194304 4196468 140721821434336 140248264730224 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24379] ppid=24315 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24379/stat : 24379 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246329856 10772 33554432000 4194304 4196468 140721821434336 140247957330512 140249633695643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24380] ppid=24315 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24380/stat : 24380 (java) S 24315 24318 22605 0 -1 1077944384 559 12990 0 0 1 0 5 3 20 0 15 0 231682044 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249058457712 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24381] ppid=24315 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24381/stat : 24381 (java) S 24315 24318 22605 0 -1 1077944384 64 12990 0 0 1 0 5 3 20 0 15 0 231682044 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249057404912 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24382] ppid=24315 vsize=10982744 memory=140174189442688 CPUtime=0.11 cores=0,2,4,6
/proc/24318/task/24382/stat : 24382 (java) S 24315 24318 22605 0 -1 1077944384 602 12990 0 0 3 0 5 3 20 0 15 0 231682044 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249056352624 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24383] ppid=24315 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24383/stat : 24383 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246329856 10772 33554432000 4194304 4196468 140721821434336 140247526533600 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24384] ppid=24315 vsize=10982744 memory=140174189442688 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24384/stat : 24384 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246329856 10772 33554432000 4194304 4196468 140721821434336 140249055300528 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43088 KiB

[startup+0.310159 s]*
/proc/loadavg: 1.10 1.33 1.37 3/215 24384
/proc/meminfo: memFree=15411672/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=10983192 memory=55208 CPUtime=0.38 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 9869 12990 0 0 27 3 5 3 20 0 15 0 231682029 11246788608 13802 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2745798 13802 3074 1 0 2708109 0
[pid=24318/tid=24371] ppid=24315 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 6542 12990 0 0 18 2 5 3 20 0 15 0 231682038 11246788608 13934 33554432000 4194304 4196468 140721821434336 140249605489056 140249613952754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 13934 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 13934 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 13934 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 13934 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24376] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24376/stat : 24376 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 231682040 11246788608 13934 33554432000 4194304 4196468 140721821434336 140249059510896 140249633688194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24377] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24377/stat : 24377 (java) S 24315 24318 22605 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 231682041 11246788608 13934 33554432000 4194304 4196468 140721821434336 140248466056480 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24378] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24378/stat : 24378 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682041 11246788608 14000 33554432000 4194304 4196468 140721821434336 140248264730224 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24379] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24379/stat : 24379 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246788608 14000 33554432000 4194304 4196468 140721821434336 140247957330512 140249633695643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24380] ppid=24315 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24380/stat : 24380 (java) S 24315 24318 22605 0 -1 1077944384 559 12990 0 0 1 0 5 3 20 0 15 0 231682044 11246788608 14000 33554432000 4194304 4196468 140721821434336 140249058457712 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24381] ppid=24315 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24381/stat : 24381 (java) S 24315 24318 22605 0 -1 1077944384 65 12990 0 0 1 0 5 3 20 0 15 0 231682044 11246788608 14000 33554432000 4194304 4196468 140721821434336 140249057404912 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24382] ppid=24315 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24382/stat : 24382 (java) S 24315 24318 22605 0 -1 1077944384 612 12990 0 0 4 0 5 3 20 0 15 0 231682044 11246788608 14000 33554432000 4194304 4196468 140721821434336 140249056352624 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24383] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24383/stat : 24383 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246788608 14000 33554432000 4194304 4196468 140721821434336 140247526533600 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24384] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24384/stat : 24384 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246788608 14000 33554432000 4194304 4196468 140721821434336 140249055300528 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55208 KiB

[startup+0.700717 s]
/proc/loadavg: 1.10 1.33 1.37 3/215 24384
/proc/meminfo: memFree=15401284/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=10983192 memory=88956 CPUtime=0.99 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 16371 12990 0 0 87 4 5 3 20 0 15 0 231682029 11246788608 22239 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2745798 22239 3238 1 0 2708109 0
[pid=24318/tid=24371] ppid=24315 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 11791 12990 0 0 55 3 5 3 20 0 15 0 231682038 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249605497336 140249617757534 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=10983192 memory=3816 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 231682039 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24376] ppid=24315 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24376/stat : 24376 (java) S 24315 24318 22605 0 -1 1077944384 5 12990 0 0 0 0 5 3 20 0 15 0 231682040 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249059510896 140249633688194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24377] ppid=24315 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24377/stat : 24377 (java) S 24315 24318 22605 0 -1 1077944384 13 12990 0 0 0 0 5 3 20 0 15 0 231682041 11246788608 22239 33554432000 4194304 4196468 140721821434336 140248466056480 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24378] ppid=24315 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24378/stat : 24378 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682041 11246788608 22239 33554432000 4194304 4196468 140721821434336 140248264730224 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24379] ppid=24315 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24379/stat : 24379 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246788608 22239 33554432000 4194304 4196468 140721821434336 140247957330512 140249633695643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24380] ppid=24315 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/24318/task/24380/stat : 24380 (java) S 24315 24318 22605 0 -1 1077944384 1238 12990 0 0 10 0 5 3 20 0 15 0 231682044 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249058457712 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24381] ppid=24315 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/24318/task/24381/stat : 24381 (java) S 24315 24318 22605 0 -1 1077944384 459 12990 0 0 7 0 5 3 20 0 15 0 231682044 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249057404912 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24382] ppid=24315 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/24318/task/24382/stat : 24382 (java) S 24315 24318 22605 0 -1 1077944384 663 12990 0 0 13 0 5 3 20 0 15 0 231682044 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249056352624 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24383] ppid=24315 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24383/stat : 24383 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246788608 22239 33554432000 4194304 4196468 140721821434336 140247526533600 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24384] ppid=24315 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24384/stat : 24384 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682044 11246788608 22239 33554432000 4194304 4196468 140721821434336 140249055300528 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88956 KiB

[startup+1.50079 s]
/proc/loadavg: 1.10 1.33 1.37 3/215 24384
/proc/meminfo: memFree=15358488/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=10998092 memory=179112 CPUtime=2.3 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 23474 12990 0 0 213 9 5 3 20 0 15 0 231682029 11262046208 44778 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2749523 44778 3468 1 0 2711181 0
[pid=24318/tid=24371] ppid=24315 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 17323 12990 0 0 129 5 5 3 20 0 15 0 231682038 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249605506704 140249619372118 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 25 12990 0 0 1 0 5 3 20 0 15 0 231682039 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 210 12990 0 0 1 0 5 3 20 0 15 0 231682039 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=10998092 memory=3539892194917298225 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 56 12990 0 0 1 0 5 3 20 0 15 0 231682039 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 36 12990 0 0 1 0 5 3 20 0 15 0 231682039 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24376] ppid=24315 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/24318/task/24376/stat : 24376 (java) S 24315 24318 22605 0 -1 1077944384 49 12990 0 0 1 0 5 3 20 0 15 0 231682040 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249059510896 140249633688194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24377] ppid=24315 vsize=10998092 memory=280348084742400 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24377/stat : 24377 (java) S 24315 24318 22605 0 -1 1077944384 14 12990 0 0 0 0 5 3 20 0 15 0 231682041 11262046208 44778 33554432000 4194304 4196468 140721821434336 140248466056544 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24378] ppid=24315 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24378/stat : 24378 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 231682041 11262046208 44778 33554432000 4194304 4196468 140721821434336 140248264730240 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24379] ppid=24315 vsize=10998092 memory=4552 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24379/stat : 24379 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11262046208 44778 33554432000 4194304 4196468 140721821434336 140247957330512 140249633695643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24380] ppid=24315 vsize=10998092 memory=3732 CPUtime=0.34 cores=0,2,4,6
/proc/24318/task/24380/stat : 24380 (java) S 24315 24318 22605 0 -1 1077944384 1701 12990 0 0 26 0 5 3 20 0 15 0 231682044 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249058457712 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24381] ppid=24315 vsize=10998092 memory=1228 CPUtime=0.24 cores=0,2,4,6
/proc/24318/task/24381/stat : 24381 (java) S 24315 24318 22605 0 -1 1077944384 611 12990 0 0 16 0 5 3 20 0 15 0 231682044 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249057404912 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24382] ppid=24315 vsize=10998092 memory=10624 CPUtime=0.42 cores=0,2,4,6
/proc/24318/task/24382/stat : 24382 (java) S 24315 24318 22605 0 -1 1077944384 1251 12990 0 0 34 0 5 3 20 0 15 0 231682044 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249056352624 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24383] ppid=24315 vsize=10998092 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24383/stat : 24383 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11262046208 44778 33554432000 4194304 4196468 140721821434336 140247526533600 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24384] ppid=24315 vsize=10998092 memory=6776 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24384/stat : 24384 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682044 11262046208 44778 33554432000 4194304 4196468 140721821434336 140249055300528 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 179112 KiB

[startup+3.11905 s]
/proc/loadavg: 1.34 1.37 1.39 6/215 24384
/proc/meminfo: memFree=15203812/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=11010400 memory=265708 CPUtime=6.03 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 37847 12990 0 0 578 17 5 3 20 0 15 0 231682029 11274649600 66427 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2752600 66427 3495 1 0 2714253 0
[pid=24318/tid=24371] ppid=24315 vsize=11010400 memory=280348085161280 CPUtime=2.98 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 26752 12990 0 0 282 8 5 3 20 0 15 0 231682038 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249605504720 140249615240576 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=11010400 memory=388 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 36 12990 0 0 4 0 5 3 20 0 15 0 231682039 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=11010400 memory=6943526294502006880 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 218 12990 0 0 4 0 5 3 20 0 15 0 231682039 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=11010400 memory=56 CPUtime=0.1 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 73 12990 0 0 2 0 5 3 20 0 15 0 231682039 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=11010400 memory=7886128541231821106 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 63 12990 0 0 4 0 5 3 20 0 15 0 231682039 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24376] ppid=24315 vsize=11010400 memory=8389687274550539058 CPUtime=0.11 cores=0,2,4,6
/proc/24318/task/24376/stat : 24376 (java) S 24315 24318 22605 0 -1 1077944384 286 12990 0 0 3 0 5 3 20 0 15 0 231682040 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249059510896 140249633688194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24377] ppid=24315 vsize=11010400 memory=7093353705914233542 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24377/stat : 24377 (java) S 24315 24318 22605 0 -1 1077944384 14 12990 0 0 0 0 5 3 20 0 15 0 231682041 11274649600 66427 33554432000 4194304 4196468 140721821434336 140248466056544 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24378] ppid=24315 vsize=11010400 memory=280348084995584 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24378/stat : 24378 (java) S 24315 24318 22605 0 -1 1077944384 2 12990 0 0 0 0 5 3 20 0 15 0 231682041 11274649600 66427 33554432000 4194304 4196468 140721821434336 140248264730240 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24379] ppid=24315 vsize=11010400 memory=7956567955459234152 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24379/stat : 24379 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11274649600 66427 33554432000 4194304 4196468 140721821434336 140247957330512 140249633695643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24380] ppid=24315 vsize=11010400 memory=6940161746104770647 CPUtime=0.83 cores=0,2,4,6
/proc/24318/task/24380/stat : 24380 (java) R 24315 24318 22605 0 -1 4202560 2145 12990 0 0 75 0 5 3 20 0 15 0 231682044 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249058443808 140249612080480 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24381] ppid=24315 vsize=11010400 memory=7447093755344479577 CPUtime=1.05 cores=0,2,4,6
/proc/24318/task/24381/stat : 24381 (java) R 24315 24318 22605 0 -1 4202560 3002 12990 0 0 94 3 5 3 20 0 15 0 231682044 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249057391904 140249612949866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24382] ppid=24315 vsize=11010400 memory=288230574492221466 CPUtime=1.14 cores=0,2,4,6
/proc/24318/task/24382/stat : 24382 (java) R 24315 24318 22605 0 -1 4202560 3060 12990 0 0 105 1 5 3 20 0 15 0 231682044 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249056352624 140249612308709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24383] ppid=24315 vsize=11010400 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24383/stat : 24383 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11274649600 66427 33554432000 4194304 4196468 140721821434336 140247526533600 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24384] ppid=24315 vsize=11010400 memory=2193 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24384/stat : 24384 (java) S 24315 24318 22605 0 -1 1077944384 1 12990 0 0 0 0 5 3 20 0 15 0 231682044 11274649600 66427 33554432000 4194304 4196468 140721821434336 140249055300528 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 265708 KiB

[startup+6.30074 s]
/proc/loadavg: 1.34 1.37 1.39 3/215 24384
/proc/meminfo: memFree=15022260/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=11080032 memory=449028 CPUtime=13.52 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 76126 12990 0 0 1317 27 5 3 20 0 15 0 231682029 11345952768 112257 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2770008 112257 3522 1 0 2731661 0
[pid=24318/tid=24371] ppid=24315 vsize=11080032 memory=1296 CPUtime=6.12 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 50432 12990 0 0 590 14 5 3 20 0 15 0 231682038 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249605511200 140249617720677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=11080032 memory=56 CPUtime=0.14 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 62 12990 0 0 5 1 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=11080032 memory=6944656592455097440 CPUtime=0.14 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 330 12990 0 0 5 1 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=11080032 memory=6944656592387989600 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 128 12990 0 0 4 0 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=11080032 memory=181104 CPUtime=0.13 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 86 12990 0 0 5 0 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24376] ppid=24315 vsize=11080032 memory=1296 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24376/stat : 24376 (java) S 24315 24318 22605 0 -1 1077944384 380 12990 0 0 4 0 5 3 20 0 15 0 231682040 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249059510896 140249633688194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24377] ppid=24315 vsize=11080032 memory=1068 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24377/stat : 24377 (java) S 24315 24318 22605 0 -1 1077944384 18 12990 0 0 0 0 5 3 20 0 15 0 231682041 11345952768 112257 33554432000 4194304 4196468 140721821434336 140248466056544 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24378] ppid=24315 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24378/stat : 24378 (java) S 24315 24318 22605 0 -1 1077944384 8 12990 0 0 0 0 5 3 20 0 15 0 231682041 11345952768 112257 33554432000 4194304 4196468 140721821434336 140248264730240 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24379] ppid=24315 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24379/stat : 24379 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140247957330512 140249633695643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24380] ppid=24315 vsize=11080032 memory=8 CPUtime=2.77 cores=0,2,4,6
/proc/24318/task/24380/stat : 24380 (java) S 24315 24318 22605 0 -1 1077944384 10774 12990 0 0 267 2 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249058457712 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24381] ppid=24315 vsize=11080032 memory=8 CPUtime=2.67 cores=0,2,4,6
/proc/24318/task/24381/stat : 24381 (java) S 24315 24318 22605 0 -1 1077944384 4835 12990 0 0 256 3 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249057404912 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24382] ppid=24315 vsize=11080032 memory=8 CPUtime=1.85 cores=0,2,4,6
/proc/24318/task/24382/stat : 24382 (java) S 24315 24318 22605 0 -1 1077944384 6868 12990 0 0 175 2 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249056352624 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24383] ppid=24315 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24383/stat : 24383 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140247526533600 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24384] ppid=24315 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24384/stat : 24384 (java) S 24315 24318 22605 0 -1 1077944384 12 12990 0 0 0 0 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249055300528 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 449028 KiB

[startup+6.35687 s]
# the end of solver process 24318 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=13.3289 s, system=0.323834 s

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

[startup+6.30074 s]
/proc/loadavg: 1.34 1.37 1.39 3/215 24384
/proc/meminfo: memFree=15022260/32770624 swapFree=67108504/67108860
[pid=24318] ppid=24315 vsize=11080032 memory=449028 CPUtime=13.52 cores=0,2,4,6
/proc/24318/stat : 24318 (java) S 24315 24318 22605 0 -1 1077944320 76126 12990 0 0 1317 27 5 3 20 0 15 0 231682029 11345952768 112257 33554432000 4194304 4196468 140721821434336 140721821416880 140249633677047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
/proc/24318/statm: 2770008 112257 3522 1 0 2731661 0
[pid=24318/tid=24371] ppid=24315 vsize=11080032 memory=1296 CPUtime=6.12 cores=0,2,4,6
/proc/24318/task/24371/stat : 24371 (java) R 24315 24318 22605 0 -1 4202560 50432 12990 0 0 590 14 5 3 20 0 15 0 231682038 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249605511200 140249617720677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24372] ppid=24315 vsize=11080032 memory=56 CPUtime=0.14 cores=0,2,4,6
/proc/24318/task/24372/stat : 24372 (java) S 24315 24318 22605 0 -1 1077944384 62 12990 0 0 5 1 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249637919120 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24373] ppid=24315 vsize=11080032 memory=6944656592455097440 CPUtime=0.14 cores=0,2,4,6
/proc/24318/task/24373/stat : 24373 (java) S 24315 24318 22605 0 -1 1077944384 330 12990 0 0 5 1 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249492637968 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24374] ppid=24315 vsize=11080032 memory=6944656592387989600 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24374/stat : 24374 (java) S 24315 24318 22605 0 -1 1077944384 128 12990 0 0 4 0 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249491585680 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24375] ppid=24315 vsize=11080032 memory=181104 CPUtime=0.13 cores=0,2,4,6
/proc/24318/task/24375/stat : 24375 (java) S 24315 24318 22605 0 -1 1077944384 86 12990 0 0 5 0 5 3 20 0 15 0 231682039 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249490532880 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24376] ppid=24315 vsize=11080032 memory=1296 CPUtime=0.12 cores=0,2,4,6
/proc/24318/task/24376/stat : 24376 (java) S 24315 24318 22605 0 -1 1077944384 380 12990 0 0 4 0 5 3 20 0 15 0 231682040 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249059510896 140249633688194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24377] ppid=24315 vsize=11080032 memory=1068 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24377/stat : 24377 (java) S 24315 24318 22605 0 -1 1077944384 18 12990 0 0 0 0 5 3 20 0 15 0 231682041 11345952768 112257 33554432000 4194304 4196468 140721821434336 140248466056544 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24378] ppid=24315 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24378/stat : 24378 (java) S 24315 24318 22605 0 -1 1077944384 8 12990 0 0 0 0 5 3 20 0 15 0 231682041 11345952768 112257 33554432000 4194304 4196468 140721821434336 140248264730240 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24379] ppid=24315 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24379/stat : 24379 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140247957330512 140249633695643 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24380] ppid=24315 vsize=11080032 memory=8 CPUtime=2.77 cores=0,2,4,6
/proc/24318/task/24380/stat : 24380 (java) S 24315 24318 22605 0 -1 1077944384 10774 12990 0 0 267 2 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249058457712 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24381] ppid=24315 vsize=11080032 memory=8 CPUtime=2.67 cores=0,2,4,6
/proc/24318/task/24381/stat : 24381 (java) S 24315 24318 22605 0 -1 1077944384 4835 12990 0 0 256 3 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249057404912 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24382] ppid=24315 vsize=11080032 memory=8 CPUtime=1.85 cores=0,2,4,6
/proc/24318/task/24382/stat : 24382 (java) S 24315 24318 22605 0 -1 1077944384 6868 12990 0 0 175 2 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249056352624 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24383] ppid=24315 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24383/stat : 24383 (java) S 24315 24318 22605 0 -1 1077944384 3 12990 0 0 0 0 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140247526533600 140249633687253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
[pid=24318/tid=24384] ppid=24315 vsize=11080032 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/24318/task/24384/stat : 24384 (java) S 24315 24318 22605 0 -1 1077944384 12 12990 0 0 0 0 5 3 20 0 15 0 231682044 11345952768 112257 33554432000 4194304 4196468 140721821434336 140249055300528 140249633688194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16752640 140721821440621 140721821443420 140721821443420 140721821446095 0
Current children cumulated CPU time: 13.52 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 449028 KiB

Child status: 0
Real time (s): 6.35691
CPU time (s): 13.6527
CPU user time (s): 13.3289
CPU system time (s): 0.323834
CPU usage (%): 214.769
Max. virtual memory (cumulated for all children) (KiB): 11082892
Max. memory (cumulated for all children) (KiB): 449028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.3289
system time used= 0.323834
maximum resident set size= 451648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89370
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7451
involuntary context switches= 77


# summary of solver processes directly reported to runsolver:
#   pid: 24318
#   total CPU time (s): 13.6527
#   total CPU user time (s): 13.3289
#   total CPU system time (s): 0.323834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058515 second user time and 0.105704 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 08:19:48
IDJOB=4305227
IDBENCH=141598
IDSOLVER=2780
FILE ID=node104/4305227-1534141188
RUNJOBID= node104-1534137235-23444
PBS_JOBID= 21037018
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-10_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305227-1534141188/watcher-4305227-1534141188 -o /tmp/evaluation-result-4305227-1534141188/solver-4305227-1534141188 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534137235-23444 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=916072126 HOME/instance-4305227-1534141188.xml

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

MD5SUM BENCH= 90120b7f275ce51772dc9fcf00f05be5
RANDOM SEED=916072126

node104.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.11
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.11
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.11
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.11
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:        15454752 kB
MemAvailable:   30970020 kB
Buffers:          212504 kB
Cached:         15340372 kB
SwapCached:            8 kB
Active:          8615384 kB
Inactive:        7925244 kB
Active(anon):     938868 kB
Inactive(anon):   100964 kB
Active(file):    7676516 kB
Inactive(file):  7824280 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26532 kB
Writeback:             0 kB
AnonPages:       1029292 kB
Mapped:            66012 kB
Shmem:             49636 kB
Slab:             471472 kB
SReclaimable:     442932 kB
SUnreclaim:        28540 kB
KernelStack:        3792 kB
PageTables:         8404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2073096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 08:19:55