Trace number 4305233

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 8.583 4.48975

General information on the benchmark

NameSportsScheduling/
SportsScheduling-08_c18.xml
MD5SUMd342e5d3265d7d58fa84b10ce3b2f22d
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.019931
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints60
Number of domains2
Minimum domain size8
Maximum domain size28
Distribution of domain sizes[{"size":8,"count":64},{"size":28,"count":28}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":32},{"degree":4,"count":60}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":4},{"arity":3,"count":28},{"arity":4,"count":7},{"arity":8,"count":8},{"arity":14,"count":4},{"arity":16,"count":4},{"arity":28,"count":1}]
Number of extensional constraints28
Number of intensional constraints8
Distribution of constraint types[{"type":"extension","count":28},{"type":"intension","count":8},{"type":"allDifferent","count":9},{"type":"count","count":7},{"type":"cardinality","count":8}]
Optimization problemNO
Type of objective

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.28/4.07	v <instantiation>
8.28/4.07	v       <list>
8.28/4.07	v         h[0][0] h[0][1] h[0][2] h[0][3] h[0][4] h[0][5] h[0][6] h[1][0] h[1][1] h[1][2] h[1][3] h[1][4] h[1][5] h[1][6] h[2][0] h[2][1] h[2][2] h[2][3] h[2][4] h[2][5] h[2][6] h[3][0] h[3][1] h[3][2] h[3][3] h[3][4] h[3][5] h[3][6] a[0][0] a[0][1] a[0][2] a[0][3] a[0][4] a[0][5] a[0][6] a[1][0] a[1][1] a[1][2] a[1][3] a[1][4] a[1][5] a[1][6] a[2][0] a[2][1] a[2][2] a[2][3] a[2][4] a[2][5] a[2][6] a[3][0] a[3][1] a[3][2] a[3][3] a[3][4] a[3][5] a[3][6] m[0][0] m[0][1] m[0][2] m[0][3] m[0][4] m[0][5] m[0][6] m[1][0] m[1][1] m[1][2] m[1][3] m[1][4] m[1][5] m[1][6] m[2][0] m[2][1] m[2][2] m[2][3] m[2][4] m[2][5] m[2][6] m[3][0] m[3][1] m[3][2] m[3][3] m[3][4] m[3][5] m[3][6] hd[0] hd[1] hd[2] hd[3] ad[0] ad[1] ad[2] ad[3]
8.28/4.07	v       </list>
8.28/4.07	v       <values>
8.28/4.07	v         0 5 2 1 2 3 0 2 3 1 2 0 1 4 4 1 0 5 3 0 1 6 0 4 0 1 2 3 1 7 6 3 4 4 7 3 6 5 7 5 7 6 5 4 3 6 7 6 2 7 2 7 4 6 5 5 0 26 16 8 14 18 6 13 20 10 17 4 12 23 22 9 2 25 21 5 7 27 1 24 3 11 15 19 5 0 2 1 6 4 7 3
8.28/4.07	v       </values>
8.54/4.35	v     </instantiation>
8.54/4.35	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 (8659 MiB free)
  memory of node 1: 16384 MiB (8363 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305233-1534141264/watcher-4305233-1534141264 -o /tmp/evaluation-result-4305233-1534141264/solver-4305233-1534141264 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=597730486 HOME/instance-4305233-1534141264.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
Current StackSize limit: 8192 KiB

solver pid=21115, runsolver pid=21112

[startup+0.101238 s]*
/proc/loadavg: 1.61 1.40 1.34 2/207 21172
/proc/meminfo: memFree=17421612/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=10005480 memory=18324 CPUtime=0.09 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 4242 12969 0 0 1 1 5 2 20 0 6 0 231689576 10245611520 4581 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2501370 4581 1930 1 0 2489808 0
[pid=21115/tid=21168] ppid=21112 vsize=10005480 memory=5852835220496416925 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 2061 12969 0 0 1 0 5 2 20 0 6 0 231689585 10245611520 4581 33554432000 4194304 4196468 140728842464976 139704335553104 139704349398869 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=10005480 memory=5793855398224234937 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 231689585 10245611520 4581 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=10005480 memory=140147214341760 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 231689585 10245611520 4581 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 6 0 231689585 10245611520 4581 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 6 0 231689585 10245611520 4581 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18324 KiB

[startup+0.209908 s]*
/proc/loadavg: 1.61 1.40 1.34 3/216 21181
/proc/meminfo: memFree=17401760/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=10982744 memory=45244 CPUtime=0.25 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 7465 12969 0 0 16 2 5 2 20 0 15 0 231689576 11246329856 11245 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2745686 11311 2957 1 0 2708109 0
[pid=21115/tid=21168] ppid=21112 vsize=10982744 memory=-8540663193526752614 CPUtime=0.18 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 4195 12969 0 0 10 1 5 2 20 0 15 0 231689585 11246329856 11443 33554432000 4194304 4196468 140728842464976 139704335516256 139704355953470 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=10982744 memory=4211973873419132298 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246329856 11443 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=10982744 memory=140147214341760 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246329856 11443 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246329856 11443 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246329856 11443 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21173] ppid=21112 vsize=10982744 memory=140147214341760 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21173/stat : 21173 (java) S 21112 21115 19646 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 231689587 11246329856 11443 33554432000 4194304 4196468 140728842464976 139703789496304 139704363727490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21174] ppid=21112 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21174/stat : 21174 (java) S 21112 21115 19646 0 -1 1077944384 13 12969 0 0 0 0 5 2 20 0 15 0 231689587 11246329856 11443 33554432000 4194304 4196468 140728842464976 139703139427232 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21175] ppid=21112 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21175/stat : 21175 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689588 11246329856 11443 33554432000 4194304 4196468 140728842464976 139702938100720 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21176] ppid=21112 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21176/stat : 21176 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11246329856 11509 33554432000 4194304 4196468 140728842464976 139702630701264 139704363734939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21177] ppid=21112 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21177/stat : 21177 (java) S 21112 21115 19646 0 -1 1077944384 529 12969 0 0 1 0 5 2 20 0 15 0 231689590 11246329856 11509 33554432000 4194304 4196468 140728842464976 139703788444144 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21178] ppid=21112 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21178/stat : 21178 (java) S 21112 21115 19646 0 -1 1077944384 64 12969 0 0 0 0 5 2 20 0 15 0 231689590 11246329856 11509 33554432000 4194304 4196468 140728842464976 139703787391600 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21179] ppid=21112 vsize=10982744 memory=140147214341760 CPUtime=0.09 cores=0,2,4,6
/proc/21115/task/21179/stat : 21179 (java) S 21112 21115 19646 0 -1 1077944384 617 12969 0 0 2 0 5 2 20 0 15 0 231689590 11246329856 11509 33554432000 4194304 4196468 140728842464976 139703786339056 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21180] ppid=21112 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21180/stat : 21180 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11246329856 11509 33554432000 4194304 4196468 140728842464976 139702199905376 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21181] ppid=21112 vsize=10982744 memory=140147214341760 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21181/stat : 21181 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689591 11246329856 11509 33554432000 4194304 4196468 140728842464976 139703785285936 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45244 KiB

[startup+0.310191 s]*
/proc/loadavg: 1.61 1.40 1.34 3/216 21181
/proc/meminfo: memFree=17389108/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=10983192 memory=57000 CPUtime=0.37 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 10282 12969 0 0 27 3 5 2 20 0 15 0 231689576 11246788608 14250 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2745798 14250 3076 1 0 2708109 0
[pid=21115/tid=21168] ppid=21112 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 6843 12969 0 0 19 2 5 2 20 0 15 0 231689585 11246788608 14250 33554432000 4194304 4196468 140728842464976 139704335528352 139704345279912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 14250 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 14250 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 14250 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 14250 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21173] ppid=21112 vsize=10983192 memory=140147214341759 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21173/stat : 21173 (java) S 21112 21115 19646 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 231689587 11246788608 14250 33554432000 4194304 4196468 140728842464976 139703789496304 139704363727490 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21174] ppid=21112 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21174/stat : 21174 (java) S 21112 21115 19646 0 -1 1077944384 13 12969 0 0 0 0 5 2 20 0 15 0 231689587 11246788608 14250 33554432000 4194304 4196468 140728842464976 139703139427232 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21175] ppid=21112 vsize=10983192 memory=140147214341760 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21175/stat : 21175 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689588 11246788608 14250 33554432000 4194304 4196468 140728842464976 139702938100720 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21176] ppid=21112 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21176/stat : 21176 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11246788608 14250 33554432000 4194304 4196468 140728842464976 139702630701264 139704363734939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21177] ppid=21112 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21177/stat : 21177 (java) S 21112 21115 19646 0 -1 1077944384 529 12969 0 0 1 0 5 2 20 0 15 0 231689590 11246788608 14250 33554432000 4194304 4196468 140728842464976 139703788444144 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21178] ppid=21112 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21178/stat : 21178 (java) S 21112 21115 19646 0 -1 1077944384 65 12969 0 0 1 0 5 2 20 0 15 0 231689590 11246788608 14250 33554432000 4194304 4196468 140728842464976 139703787391600 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21179] ppid=21112 vsize=10983192 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21115/task/21179/stat : 21179 (java) S 21112 21115 19646 0 -1 1077944384 628 12969 0 0 4 0 5 2 20 0 15 0 231689590 11246788608 14250 33554432000 4194304 4196468 140728842464976 139703786339056 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21180] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21180/stat : 21180 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11246788608 14250 33554432000 4194304 4196468 140728842464976 139702199905376 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21181] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21181/stat : 21181 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689591 11246788608 14250 33554432000 4194304 4196468 140728842464976 139703785285936 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57000 KiB

[startup+0.700771 s]
/proc/loadavg: 1.61 1.40 1.34 3/216 21181
/proc/meminfo: memFree=17378564/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=10983192 memory=89256 CPUtime=0.98 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 16385 12969 0 0 86 5 5 2 20 0 15 0 231689576 11246788608 22314 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2745798 22314 3238 1 0 2708109 0
[pid=21115/tid=21168] ppid=21112 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 11901 12969 0 0 55 3 5 2 20 0 15 0 231689585 11246788608 22314 33554432000 4194304 4196468 140728842464976 139704335537168 139704346903152 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 22314 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 22314 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=10983192 memory=280294129143216 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 22314 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=10983192 memory=2467592930817 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 2 12969 0 0 0 0 5 2 20 0 15 0 231689585 11246788608 22314 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21173] ppid=21112 vsize=10983192 memory=2471887898113 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21173/stat : 21173 (java) S 21112 21115 19646 0 -1 1077944384 6 12969 0 0 0 0 5 2 20 0 15 0 231689587 11246788608 22314 33554432000 4194304 4196468 140728842464976 139703789496304 139704363727490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21174] ppid=21112 vsize=10983192 memory=2110497671819908 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21174/stat : 21174 (java) S 21112 21115 19646 0 -1 1077944384 13 12969 0 0 0 0 5 2 20 0 15 0 231689587 11246788608 22314 33554432000 4194304 4196468 140728842464976 139703139427232 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21175] ppid=21112 vsize=10983192 memory=4028 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21175/stat : 21175 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689588 11246788608 22314 33554432000 4194304 4196468 140728842464976 139702938100720 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21176] ppid=21112 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21176/stat : 21176 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11246788608 22314 33554432000 4194304 4196468 140728842464976 139702630701264 139704363734939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21177] ppid=21112 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21115/task/21177/stat : 21177 (java) S 21112 21115 19646 0 -1 1077944384 952 12969 0 0 6 0 5 2 20 0 15 0 231689590 11246788608 22314 33554432000 4194304 4196468 140728842464976 139703788444144 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21178] ppid=21112 vsize=10983192 memory=2241 CPUtime=0.16 cores=0,2,4,6
/proc/21115/task/21178/stat : 21178 (java) S 21112 21115 19646 0 -1 1077944384 631 12969 0 0 9 0 5 2 20 0 15 0 231689590 11246788608 22314 33554432000 4194304 4196468 140728842464976 139703787391600 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21179] ppid=21112 vsize=10983192 memory=280294129163296 CPUtime=0.2 cores=0,2,4,6
/proc/21115/task/21179/stat : 21179 (java) S 21112 21115 19646 0 -1 1077944384 680 12969 0 0 13 0 5 2 20 0 15 0 231689590 11246788608 22314 33554432000 4194304 4196468 140728842464976 139703786339056 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21180] ppid=21112 vsize=10983192 memory=11524 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21180/stat : 21180 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11246788608 22314 33554432000 4194304 4196468 140728842464976 139702199905376 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21181] ppid=21112 vsize=10983192 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21181/stat : 21181 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689591 11246788608 22314 33554432000 4194304 4196468 140728842464976 139703785285936 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89256 KiB

[startup+1.50071 s]
/proc/loadavg: 1.61 1.40 1.34 4/216 21181
/proc/meminfo: memFree=17333420/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=10998092 memory=177436 CPUtime=2.28 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 23429 12969 0 0 210 11 5 2 20 0 15 0 231689576 11262046208 44359 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2749523 44359 3470 1 0 2711181 0
[pid=21115/tid=21168] ppid=21112 vsize=10998092 memory=102900 CPUtime=1.42 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 17315 12969 0 0 129 6 5 2 20 0 15 0 231689585 11262046208 44359 33554432000 4194304 4196468 140728842464976 139704335546320 139704345279824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 55 12969 0 0 1 0 5 2 20 0 15 0 231689585 11262046208 44359 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 20 12969 0 0 1 0 5 2 20 0 15 0 231689585 11262046208 44359 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=10998092 memory=280294129496800 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 236 12969 0 0 1 0 5 2 20 0 15 0 231689585 11262046208 44359 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 31 12969 0 0 1 0 5 2 20 0 15 0 231689585 11262046208 44359 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21173] ppid=21112 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21115/task/21173/stat : 21173 (java) S 21112 21115 19646 0 -1 1077944384 49 12969 0 0 1 0 5 2 20 0 15 0 231689587 11262046208 44359 33554432000 4194304 4196468 140728842464976 139703789496304 139704363727490 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21174] ppid=21112 vsize=10998092 memory=17 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21174/stat : 21174 (java) S 21112 21115 19646 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 231689587 11262046208 44359 33554432000 4194304 4196468 140728842464976 139703139427296 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21175] ppid=21112 vsize=10998092 memory=19 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21175/stat : 21175 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689588 11262046208 44359 33554432000 4194304 4196468 140728842464976 139702938100720 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21176] ppid=21112 vsize=10998092 memory=30 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21176/stat : 21176 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11262046208 44359 33554432000 4194304 4196468 140728842464976 139702630701264 139704363734939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21177] ppid=21112 vsize=10998092 memory=0 CPUtime=0.26 cores=0,2,4,6
/proc/21115/task/21177/stat : 21177 (java) S 21112 21115 19646 0 -1 1077944384 1184 12969 0 0 19 0 5 2 20 0 15 0 231689590 11262046208 44359 33554432000 4194304 4196468 140728842464976 139703788444144 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21178] ppid=21112 vsize=10998092 memory=0 CPUtime=0.28 cores=0,2,4,6
/proc/21115/task/21178/stat : 21178 (java) S 21112 21115 19646 0 -1 1077944384 1082 12969 0 0 21 0 5 2 20 0 15 0 231689590 11262046208 44359 33554432000 4194304 4196468 140728842464976 139703787391600 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21179] ppid=21112 vsize=10998092 memory=192 CPUtime=0.39 cores=0,2,4,6
/proc/21115/task/21179/stat : 21179 (java) S 21112 21115 19646 0 -1 1077944384 1246 12969 0 0 32 0 5 2 20 0 15 0 231689590 11262046208 44359 33554432000 4194304 4196468 140728842464976 139703786339056 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21180] ppid=21112 vsize=10998092 memory=118 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21180/stat : 21180 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11262046208 44359 33554432000 4194304 4196468 140728842464976 139702199905376 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21181] ppid=21112 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21181/stat : 21181 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689591 11262046208 44359 33554432000 4194304 4196468 140728842464976 139703785285936 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 177436 KiB

[startup+3.11036 s]
/proc/loadavg: 1.64 1.41 1.35 6/216 21181
/proc/meminfo: memFree=17191416/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=11008352 memory=250384 CPUtime=5.58 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 34106 12969 0 0 534 17 5 2 20 0 15 0 231689576 11272552448 62596 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2752088 62596 3494 1 0 2713741 0
[pid=21115/tid=21168] ppid=21112 vsize=11008352 memory=182552 CPUtime=2.97 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 24875 12969 0 0 282 8 5 2 20 0 15 0 231689585 11272552448 62596 33554432000 4194304 4196468 140728842464976 139704335549584 139703894551236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=11008352 memory=140144782889592 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 84 12969 0 0 3 0 5 2 20 0 15 0 231689585 11272552448 62596 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=11008352 memory=280291847481152 CPUtime=0.09 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 37 12969 0 0 2 0 5 2 20 0 15 0 231689585 11272552448 62596 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=11008352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 246 12969 0 0 3 0 5 2 20 0 15 0 231689585 11272552448 62596 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=11008352 memory=140147064764576 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 49 12969 0 0 3 0 5 2 20 0 15 0 231689585 11272552448 62596 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21173] ppid=21112 vsize=11008352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21173/stat : 21173 (java) S 21112 21115 19646 0 -1 1077944384 280 12969 0 0 3 0 5 2 20 0 15 0 231689587 11272552448 62596 33554432000 4194304 4196468 140728842464976 139703789496304 139704363727490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21174] ppid=21112 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21174/stat : 21174 (java) S 21112 21115 19646 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 231689587 11272552448 62596 33554432000 4194304 4196468 140728842464976 139703139427296 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21175] ppid=21112 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21175/stat : 21175 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689588 11272552448 62596 33554432000 4194304 4196468 140728842464976 139702938100736 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21176] ppid=21112 vsize=11008352 memory=17 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21176/stat : 21176 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11272552448 62596 33554432000 4194304 4196468 140728842464976 139702630701264 139704363734939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21177] ppid=21112 vsize=11008352 memory=19 CPUtime=0.67 cores=0,2,4,6
/proc/21115/task/21177/stat : 21177 (java) R 21112 21115 19646 0 -1 1077944384 1685 12969 0 0 59 1 5 2 20 0 15 0 231689590 11272552448 62596 33554432000 4194304 4196468 140728842464976 139703788444144 139704363727490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21178] ppid=21112 vsize=11008352 memory=30 CPUtime=0.77 cores=0,2,4,6
/proc/21115/task/21178/stat : 21178 (java) R 21112 21115 19646 0 -1 4202560 1544 12969 0 0 69 1 5 2 20 0 15 0 231689590 11272552448 62596 33554432000 4194304 4196468 140728842464976 139703787391600 139704343149389 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21179] ppid=21112 vsize=11008352 memory=0 CPUtime=1.13 cores=0,2,4,6
/proc/21115/task/21179/stat : 21179 (java) S 21112 21115 19646 0 -1 1077944384 3095 12969 0 0 105 1 5 2 20 0 15 0 231689590 11272552448 62596 33554432000 4194304 4196468 140728842464976 139703786339056 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21180] ppid=21112 vsize=11008352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21180/stat : 21180 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11272552448 62596 33554432000 4194304 4196468 140728842464976 139702199905376 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21181] ppid=21112 vsize=11008352 memory=280294129424320 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21181/stat : 21181 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689591 11272552448 62596 33554432000 4194304 4196468 140728842464976 139703785285936 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 11008352 KiB
Current children cumulated memory: 250384 KiB

[startup+4.4897 s]
# the end of solver process 21115 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.30042 s, system=0.282582 s

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

[startup+3.2008 s]
/proc/loadavg: 1.64 1.41 1.35 6/216 21181
/proc/meminfo: memFree=17191416/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=11010400 memory=252272 CPUtime=5.8 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 35493 12969 0 0 555 18 5 2 20 0 15 0 231689576 11274649600 63068 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2752600 63068 3496 1 0 2714253 0
[pid=21115/tid=21168] ppid=21112 vsize=11010400 memory=4495248198392506983 CPUtime=3.07 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 25762 12969 0 0 291 9 5 2 20 0 15 0 231689585 11274649600 63068 33554432000 4194304 4196468 140728842464976 139704335549360 139704349409841 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=11010400 memory=4638778398332698720 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 84 12969 0 0 3 0 5 2 20 0 15 0 231689585 11274649600 63068 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=11010400 memory=4715435516538746410 CPUtime=0.09 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 37 12969 0 0 2 0 5 2 20 0 15 0 231689585 11274649600 63068 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=11010400 memory=-9062862659931694204 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 246 12969 0 0 3 0 5 2 20 0 15 0 231689585 11274649600 63068 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=11010400 memory=-7233780906022726806 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 49 12969 0 0 3 0 5 2 20 0 15 0 231689585 11274649600 63068 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21173] ppid=21112 vsize=11010400 memory=6958448866314184762 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21173/stat : 21173 (java) S 21112 21115 19646 0 -1 1077944384 280 12969 0 0 3 0 5 2 20 0 15 0 231689587 11274649600 63069 33554432000 4194304 4196468 140728842464976 139703789496304 139704363727490 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21174] ppid=21112 vsize=11010400 memory=-7316765473029595040 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21174/stat : 21174 (java) S 21112 21115 19646 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 231689587 11274649600 63069 33554432000 4194304 4196468 140728842464976 139703139427296 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21175] ppid=21112 vsize=11010400 memory=-7673225154500992928 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21175/stat : 21175 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689588 11274649600 63069 33554432000 4194304 4196468 140728842464976 139702938100736 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21176] ppid=21112 vsize=11010400 memory=-6948055166404804227 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21176/stat : 21176 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11274649600 63069 33554432000 4194304 4196468 140728842464976 139702630701264 139704363734939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21177] ppid=21112 vsize=11010400 memory=6944656592455360604 CPUtime=0.7 cores=0,2,4,6
/proc/21115/task/21177/stat : 21177 (java) S 21112 21115 19646 0 -1 1077944384 1946 12969 0 0 62 1 5 2 20 0 15 0 231689590 11274649600 63069 33554432000 4194304 4196468 140728842464976 139703788444144 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21178] ppid=21112 vsize=11010400 memory=6944652177228980320 CPUtime=0.81 cores=0,2,4,6
/proc/21115/task/21178/stat : 21178 (java) R 21112 21115 19646 0 -1 4202560 1839 12969 0 0 73 1 5 2 20 0 15 0 231689590 11274649600 63069 33554432000 4194304 4196468 140728842464976 139703787377568 139704343409413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21179] ppid=21112 vsize=11010400 memory=6791534058613427641 CPUtime=1.19 cores=0,2,4,6
/proc/21115/task/21179/stat : 21179 (java) S 21112 21115 19646 0 -1 1077944384 3213 12969 0 0 111 1 5 2 20 0 15 0 231689590 11274649600 63069 33554432000 4194304 4196468 140728842464976 139703786339056 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21180] ppid=21112 vsize=11010400 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21180/stat : 21180 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11274649600 63069 33554432000 4194304 4196468 140728842464976 139702199905376 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21181] ppid=21112 vsize=11010400 memory=280294129564624 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21181/stat : 21181 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689591 11274649600 63069 33554432000 4194304 4196468 140728842464976 139703785285936 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 11010400 KiB
Current children cumulated memory: 252272 KiB

[startup+4.00126 s]*
/proc/loadavg: 1.64 1.41 1.35 5/216 21181
/proc/meminfo: memFree=17094776/32770624 swapFree=67108196/67108860
[pid=21115] ppid=21112 vsize=11082892 memory=330892 CPUtime=8.28 cores=0,2,4,6
/proc/21115/stat : 21115 (java) S 21112 21115 19646 0 -1 1077944320 74761 12969 0 0 798 23 5 2 20 0 15 0 231689576 11348881408 82723 33554432000 4194304 4196468 140728842464976 140728842447520 139704363716343 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
/proc/21115/statm: 2770723 82723 3502 1 0 2732376 0
[pid=21115/tid=21168] ppid=21112 vsize=11082892 memory=-8540663193526752614 CPUtime=3.87 cores=0,2,4,6
/proc/21115/task/21168/stat : 21168 (java) R 21112 21115 19646 0 -1 4202560 50104 12969 0 0 368 12 5 2 20 0 15 0 231689585 11348881408 82921 33554432000 4194304 4196468 140728842464976 139704335550512 139703907413248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21169] ppid=21112 vsize=11082892 memory=4211973873419132298 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21169/stat : 21169 (java) S 21112 21115 19646 0 -1 1077944384 84 12969 0 0 3 0 5 2 20 0 15 0 231689585 11348881408 82921 33554432000 4194304 4196468 140728842464976 139704367958800 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21170] ppid=21112 vsize=11082892 memory=3472468443374913200 CPUtime=0.09 cores=0,2,4,6
/proc/21115/task/21170/stat : 21170 (java) S 21112 21115 19646 0 -1 1077944384 37 12969 0 0 2 0 5 2 20 0 15 0 231689585 11348881408 82921 33554432000 4194304 4196468 140728842464976 139704222677904 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21171] ppid=21112 vsize=11082892 memory=6656426216303648864 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21171/stat : 21171 (java) S 21112 21115 19646 0 -1 1077944384 246 12969 0 0 3 0 5 2 20 0 15 0 231689585 11348881408 82987 33554432000 4194304 4196468 140728842464976 139704221625360 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21172] ppid=21112 vsize=11082892 memory=3472328296227418159 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21172/stat : 21172 (java) S 21112 21115 19646 0 -1 1077944384 49 12969 0 0 3 0 5 2 20 0 15 0 231689585 11348881408 82987 33554432000 4194304 4196468 140728842464976 139704220572816 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21173] ppid=21112 vsize=11082892 memory=7813733811872237193 CPUtime=0.1 cores=0,2,4,6
/proc/21115/task/21173/stat : 21173 (java) S 21112 21115 19646 0 -1 1077944384 398 12969 0 0 3 0 5 2 20 0 15 0 231689587 11348881408 82987 33554432000 4194304 4196468 140728842464976 139703789496304 139704363727490 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21174] ppid=21112 vsize=11082892 memory=3467833509888929823 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21174/stat : 21174 (java) S 21112 21115 19646 0 -1 1077944384 14 12969 0 0 0 0 5 2 20 0 15 0 231689587 11348881408 82987 33554432000 4194304 4196468 140728842464976 139703139427296 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21175] ppid=21112 vsize=11082892 memory=-3975649505123405620 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21175/stat : 21175 (java) S 21112 21115 19646 0 -1 1077944384 1 12969 0 0 0 0 5 2 20 0 15 0 231689588 11348881408 82987 33554432000 4194304 4196468 140728842464976 139702938100736 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21176] ppid=21112 vsize=11082892 memory=-7662980745959663145 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21176/stat : 21176 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11348881408 82987 33554432000 4194304 4196468 140728842464976 139702630701264 139704363734939 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21177] ppid=21112 vsize=11082892 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/21115/task/21177/stat : 21177 (java) R 21112 21115 19646 0 -1 4202560 9882 12969 0 0 135 2 5 2 20 0 15 0 231689590 11348881408 82987 33554432000 4194304 4196468 140728842464976 139703788429648 139704345260060 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21178] ppid=21112 vsize=11082892 memory=3471202396320837679 CPUtime=1.46 cores=0,2,4,6
/proc/21115/task/21178/stat : 21178 (java) R 21112 21115 19646 0 -1 4202560 6011 12969 0 0 138 1 5 2 20 0 15 0 231689590 11348881408 82987 33554432000 4194304 4196468 140728842464976 139703787378144 139704347102977 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21179] ppid=21112 vsize=11082892 memory=3822066794254875624 CPUtime=1.48 cores=0,2,4,6
/proc/21115/task/21179/stat : 21179 (java) R 21112 21115 19646 0 -1 1077944384 5980 12969 0 0 139 2 5 2 20 0 15 0 231689590 11348881408 82987 33554432000 4194304 4196468 140728842464976 139703786339056 139704363727490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21180] ppid=21112 vsize=11082892 memory=2321658604335150648 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21180/stat : 21180 (java) S 21112 21115 19646 0 -1 1077944384 3 12969 0 0 0 0 5 2 20 0 15 0 231689590 11348881408 82987 33554432000 4194304 4196468 140728842464976 139702199905376 139704363726549 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
[pid=21115/tid=21181] ppid=21112 vsize=11082892 memory=3684143140700063648 CPUtime=0.07 cores=0,2,4,6
/proc/21115/task/21181/stat : 21181 (java) S 21112 21115 19646 0 -1 1077944384 9 12969 0 0 0 0 5 2 20 0 15 0 231689591 11348881408 82987 33554432000 4194304 4196468 140728842464976 139703785285936 139704363727490 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6971392 140728842467949 140728842470748 140728842470748 140728842473423 0
Current children cumulated CPU time: 8.28 s
Current children cumulated vsize: 11082892 KiB
Current children cumulated memory: 330892 KiB

[startup+4.40057 s]*
/proc/loadavg: 1.64 1.41 1.35 2/203 21182
/proc/meminfo: memFree=17423696/32770624 swapFree=67108196/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 4.48975
CPU time (s): 8.583
CPU user time (s): 8.30042
CPU system time (s): 0.282582
CPU usage (%): 191.169
Max. virtual memory (cumulated for all children) (KiB): 11148428
Max. memory (cumulated for all children) (KiB): 334292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.30042
system time used= 0.282582
maximum resident set size= 336308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88949
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= 6938
involuntary context switches= 32


# summary of solver processes directly reported to runsolver:
#   pid: 21115
#   total CPU time (s): 8.583
#   total CPU user time (s): 8.30042
#   total CPU system time (s): 0.282582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047195 second user time and 0.08561 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-13 08:21:04
IDJOB=4305233
IDBENCH=141601
IDSOLVER=2780
FILE ID=node151/4305233-1534141264
RUNJOBID= node151-1534138766-20507
PBS_JOBID= 21037016
Free space on /tmp= 41228 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-08_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305233-1534141264/watcher-4305233-1534141264 -o /tmp/evaluation-result-4305233-1534141264/solver-4305233-1534141264 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534138766-20507 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=597730486 HOME/instance-4305233-1534141264.xml

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

MD5SUM BENCH= d342e5d3265d7d58fa84b10ce3b2f22d
RANDOM SEED=597730486

node151.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.87
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.87
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.87
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.87
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:        17431816 kB
MemAvailable:   30743284 kB
Buffers:          218252 kB
Cached:         13206192 kB
SwapCached:           16 kB
Active:          7041256 kB
Inactive:        7597892 kB
Active(anon):    1164324 kB
Inactive(anon):   102564 kB
Active(file):    5876932 kB
Inactive(file):  7495328 kB
Unevictable:        7836 kB
Mlocked:            7836 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             26928 kB
Writeback:             0 kB
AnonPages:       1210304 kB
Mapped:            73252 kB
Shmem:             49524 kB
Slab:             395932 kB
SReclaimable:     367668 kB
SUnreclaim:        28264 kB
KernelStack:        3504 kB
PageTables:         7756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2562600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    991232 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= 41204 MiB
End job on node151 at 2018-08-13 08:21:08