Trace number 4298246

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
GG's minicp 2018-04-29? (NS) 6.46227 2.94431

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-14-opt_c18.xml
MD5SUM8ca8b1dfd302123404cd8e6125777478
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":4},{"size":24,"count":2},{"size":36,"count":426},{"size":42,"count":26},{"size":44,"count":458}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":8,"count":62},{"degree":9,"count":41},{"degree":10,"count":352},{"degree":11,"count":180},{"degree":12,"count":118},{"degree":13,"count":63},{"degree":14,"count":34},{"degree":15,"count":20},{"degree":16,"count":22},{"degree":17,"count":6},{"degree":19,"count":4},{"degree":21,"count":6},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":27,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4638}]
Number of extensional constraints4638
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4638}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
6.42/2.91	c Caught NotImplementedException
6.42/2.92	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:530)
6.42/2.92	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
6.42/2.92	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
6.42/2.92	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.42/2.92	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6.42/2.92	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
6.42/2.92	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
6.42/2.92	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6.42/2.92	c 	xcsp3.XCSP3.<init>(XCSP3.java:70)
6.42/2.92	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
6.42/2.92	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
6.42/2.92	s UNSUPPORTED

Verifier Data


Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298246-1532751662/watcher-4298246-1532751662 -o /tmp/evaluation-result-4298246-1532751662/solver-4298246-1532751662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298246-1532751662.xml 

running on 4 cores: 1,3,5,7

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=23472, runsolver pid=23469

[startup+0.100139 s]*
/proc/loadavg: 1.75 1.82 1.87 3/215 23487
/proc/meminfo: memFree=25796276/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661056 memory=27680 CPUtime=0.12 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 5272 0 0 0 12 0 0 0 20 0 15 0 92729328 10916921344 6920 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665264 6920 2843 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 3134 0 0 0 9 0 0 0 20 0 15 0 92729328 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640977994496 140640973778326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661056 memory=5793854894067407289 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661056 memory=139643057514112 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729330 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) R 23469 23472 21807 0 -1 4202560 431 0 0 0 0 0 0 0 20 0 15 0 92729333 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640529066864 140640973778326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640528014064 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661056 memory=139643057514112 CPUtime=0.02 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) R 23469 23472 21807 0 -1 4202560 337 0 0 0 2 0 0 0 20 0 15 0 92729333 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640526961264 140640957846878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661056 memory=139643057514112 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729334 10916921344 6920 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27680 KiB

[startup+0.210687 s]*
/proc/loadavg: 1.75 1.82 1.87 5/215 23487
/proc/meminfo: memFree=25784120/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661056 memory=39924 CPUtime=0.34 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 8101 0 0 0 32 2 0 0 20 0 15 0 92729328 10916921344 9981 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665264 9981 2974 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 5102 0 0 0 19 1 0 0 20 0 15 0 92729328 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640978004432 140640600084035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661056 memory=4211973369262304650 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661056 memory=139643057514112 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729329 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661056 memory=139643057514112 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729330 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) R 23469 23472 21807 0 -1 4202560 507 0 0 0 2 0 0 0 20 0 15 0 92729333 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640529066960 140640957783824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) R 23469 23472 21807 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 15 0 92729333 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640528014064 140640973777538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661056 memory=139643057514112 CPUtime=0.08 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) R 23469 23472 21807 0 -1 4202560 783 0 0 0 8 0 0 0 20 0 15 0 92729333 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640526959072 140640952569711 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661056 memory=139643057514112 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729334 10916921344 9981 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39924 KiB

[startup+0.311163 s]*
/proc/loadavg: 1.75 1.82 1.87 5/215 23487
/proc/meminfo: memFree=25771088/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661132 memory=52824 CPUtime=0.7 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 10333 0 0 0 68 2 0 0 20 0 15 0 92729328 10916999168 13206 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665283 13206 3068 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661132 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 5422 0 0 0 29 1 0 0 20 0 15 0 92729328 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640978000512 140640599966144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661132 memory=4211973369262304650 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661132 memory=139643057516469 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661132 memory=139642942914367 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661132 memory=139642942901711 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661132 memory=139643057535946 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92729330 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661132 memory=139642942910895 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661132 memory=279285885812624 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661132 memory=279285885810320 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) R 23469 23472 21807 0 -1 4202560 1027 0 0 0 11 0 0 0 20 0 15 0 92729333 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640529059888 140640973778326 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661132 memory=-1 CPUtime=0.11 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) R 23469 23472 21807 0 -1 4202560 1165 0 0 0 11 0 0 0 20 0 15 0 92729333 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640527999944 140640955286076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661132 memory=139643057514112 CPUtime=0.15 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) R 23469 23472 21807 0 -1 1077944384 1350 0 0 0 15 0 0 0 20 0 15 0 92729333 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640526959056 140640973776597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661132 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661132 memory=139643057514112 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729334 10916999168 13206 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 0.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 52824 KiB

[startup+0.700773 s]
/proc/loadavg: 1.75 1.82 1.87 5/215 23487
/proc/meminfo: memFree=25740724/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661132 memory=166616 CPUtime=1.95 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 11610 0 0 0 191 4 0 0 20 0 15 0 92729328 10916999168 41654 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665283 41654 3105 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661132 memory=1228 CPUtime=0.68 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 5630 0 0 0 65 3 0 0 20 0 15 0 92729328 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640978000480 140640603992870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661132 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729329 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661132 memory=6370994028255662166 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92729330 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 41654 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 42166 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661132 memory=79 CPUtime=0.46 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) R 23469 23472 21807 0 -1 4202560 1534 0 0 0 46 0 0 0 20 0 15 0 92729333 10916999168 42166 33554432000 4194304 4196468 140732568165632 140640529056336 140640954945299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661132 memory=3 CPUtime=0.45 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) R 23469 23472 21807 0 -1 4202560 1260 0 0 0 45 0 0 0 20 0 15 0 92729333 10916999168 42166 33554432000 4194304 4196468 140732568165632 140640528006000 140640957252350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661132 memory=261 CPUtime=0.34 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) S 23469 23472 21807 0 -1 1077944384 1814 0 0 0 34 0 0 0 20 0 15 0 92729333 10916999168 42166 33554432000 4194304 4196468 140732568165632 140640526961264 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661132 memory=279285885996528 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 42166 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92729334 10916999168 42166 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 1.95 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 166616 KiB

[startup+1.50086 s]
/proc/loadavg: 1.75 1.82 1.87 4/215 23487
/proc/meminfo: memFree=25464336/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661132 memory=694272 CPUtime=3.84 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 13965 0 0 0 354 30 0 0 20 0 15 0 92729328 10916999168 173568 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665283 173568 3149 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661132 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 6078 0 0 0 121 8 0 0 20 0 15 0 92729328 10916999168 173568 33554432000 4194304 4196468 140732568165632 140640978004416 140640604682290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661132 memory=4945966830346082944 CPUtime=0.14 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 234 0 0 0 9 5 0 0 20 0 15 0 92729329 10916999168 173568 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661132 memory=-6437711530661405286 CPUtime=0.11 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 232 0 0 0 7 4 0 0 20 0 15 0 92729329 10916999168 173568 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661132 memory=-6007660418857049897 CPUtime=0.13 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 157 0 0 0 8 5 0 0 20 0 15 0 92729329 10916999168 173568 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661132 memory=-3472574513799858009 CPUtime=0.14 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 231 0 0 0 9 5 0 0 20 0 15 0 92729329 10916999168 173568 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661132 memory=-6305711724038481024 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 15 0 92729330 10916999168 173568 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0

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

[startup+2.94427 s]
# the end of solver process 23472 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.49535 s, system=0.966923 s

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

[startup+1.60103 s]
/proc/loadavg: 1.75 1.82 1.87 4/215 23487
/proc/meminfo: memFree=25464336/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661132 memory=861396 CPUtime=4.01 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 14323 0 0 0 368 33 0 0 20 0 15 0 92729328 10916999168 215349 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665283 215349 3149 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661132 memory=7597132098393106257 CPUtime=1.4 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 6415 0 0 0 129 11 0 0 20 0 15 0 92729328 10916999168 215349 33554432000 4194304 4196468 140732568165632 140640978003264 140640604565301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661132 memory=7523102001985831020 CPUtime=0.14 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 234 0 0 0 9 5 0 0 20 0 15 0 92729329 10916999168 215349 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661132 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 232 0 0 0 7 4 0 0 20 0 15 0 92729329 10916999168 215349 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661132 memory=240484480124134 CPUtime=0.13 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 157 0 0 0 8 5 0 0 20 0 15 0 92729329 10916999168 215349 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661132 memory=33350 CPUtime=0.14 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 231 0 0 0 9 5 0 0 20 0 15 0 92729329 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 493 0 0 0 0 0 0 0 20 0 15 0 92729330 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661132 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661132 memory=-6205556093173128576 CPUtime=0.76 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) S 23469 23472 21807 0 -1 1077944384 1820 0 0 0 76 0 0 0 20 0 15 0 92729333 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640529066864 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661132 memory=6944656592387989600 CPUtime=0.85 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) S 23469 23472 21807 0 -1 1077944384 1445 0 0 0 85 0 0 0 20 0 15 0 92729333 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640528014064 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661132 memory=6944652177228980320 CPUtime=0.4 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) S 23469 23472 21807 0 -1 1077944384 1933 0 0 0 40 0 0 0 20 0 15 0 92729333 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640526961264 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661132 memory=-4051592751533505334 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729334 10916999168 215861 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 4.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 861396 KiB

[startup+2.40117 s]
/proc/loadavg: 1.75 1.82 1.87 3/215 23487
/proc/meminfo: memFree=24538684/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661132 memory=1369476 CPUtime=5.45 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 15552 0 0 0 482 63 0 0 20 0 15 0 92729328 10916999168 342369 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665283 342369 3149 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661132 memory=0 CPUtime=1.99 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 6682 0 0 0 184 15 0 0 20 0 15 0 92729328 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640978002648 140640604565301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661132 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 331 0 0 0 22 11 0 0 20 0 15 0 92729329 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661132 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 334 0 0 0 20 10 0 0 20 0 15 0 92729329 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661132 memory=-6437711530661405286 CPUtime=0.32 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 255 0 0 0 21 11 0 0 20 0 15 0 92729329 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661132 memory=-6007660418857049897 CPUtime=0.33 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 332 0 0 0 22 11 0 0 20 0 15 0 92729329 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661132 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 1042 0 0 0 0 0 0 0 20 0 15 0 92729330 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661132 memory=-6305711724038481024 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661132 memory=-2897801490638248215 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661132 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) S 23469 23472 21807 0 -1 1077944384 1826 0 0 0 80 0 0 0 20 0 15 0 92729333 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640529066864 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661132 memory=5787213827062917457 CPUtime=0.87 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) S 23469 23472 21807 0 -1 1077944384 1452 0 0 0 87 0 0 0 20 0 15 0 92729333 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640528014064 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661132 memory=7381513504230629971 CPUtime=0.41 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) S 23469 23472 21807 0 -1 1077944384 1935 0 0 0 41 0 0 0 20 0 15 0 92729333 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640526961264 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661132 memory=4640766332535986532 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661132 memory=203020705 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729334 10916999168 342369 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 1369476 KiB

[startup+2.80118 s]
/proc/loadavg: 1.75 1.82 1.87 3/215 23487
/proc/meminfo: memFree=24538684/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661132 memory=2442632 CPUtime=6.27 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 16923 0 0 0 532 95 0 0 20 0 15 0 92729328 10916999168 610658 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665283 610658 3149 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661132 memory=303430240531918057 CPUtime=2.26 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) S 23469 23472 21807 0 -1 1077944384 7140 0 0 0 197 29 0 0 20 0 15 0 92729328 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640978004448 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661132 memory=3834308427711266045 CPUtime=0.46 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) R 23469 23472 21807 0 -1 4202560 939 0 0 0 30 16 0 0 20 0 15 0 92729329 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640926387344 140640958794274 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661132 memory=-8341965534556098151 CPUtime=0.43 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) R 23469 23472 21807 0 -1 4202560 430 0 0 0 29 14 0 0 20 0 15 0 92729329 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640925334744 140640958794265 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661132 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) R 23469 23472 21807 0 -1 4202560 360 0 0 0 30 16 0 0 20 0 15 0 92729329 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640924281944 140640958794265 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661132 memory=279285885594528 CPUtime=0.47 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) R 23469 23472 21807 0 -1 4202560 426 0 0 0 31 16 0 0 20 0 15 0 92729329 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640923228944 140640958794265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661132 memory=19153 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 1042 0 0 0 0 0 0 0 20 0 15 0 92729330 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640533275552 140640973776597 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661132 memory=279285885567216 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661132 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) S 23469 23472 21807 0 -1 1077944384 1831 0 0 0 82 0 0 0 20 0 15 0 92729333 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640529066864 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661132 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) S 23469 23472 21807 0 -1 1077944384 1460 0 0 0 89 0 0 0 20 0 15 0 92729333 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640527994208 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661132 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) S 23469 23472 21807 0 -1 1077944384 1935 0 0 0 41 0 0 0 20 0 15 0 92729333 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640526961264 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729334 10916999168 611170 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2442632 KiB

[startup+2.90079 s]
/proc/loadavg: 1.75 1.82 1.87 3/215 23487
/proc/meminfo: memFree=24538684/32770624 swapFree=67108436/67108860
[pid=23472] ppid=23469 vsize=10661132 memory=2445240 CPUtime=6.42 cores=1,3,5,7
/proc/23472/stat : 23472 (java) S 23469 23472 21807 0 -1 1077944320 17128 0 0 0 547 95 0 0 20 0 15 0 92729328 10916999168 611310 33554432000 4194304 4196468 140732568165632 140732568148176 140640973766391 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
/proc/23472/statm: 2665283 611310 3149 1 0 2627263 0
[pid=23472/tid=23474] ppid=23469 vsize=10661132 memory=7452728842579373158 CPUtime=2.36 cores=1,3,5,7
/proc/23472/task/23474/stat : 23474 (java) R 23469 23472 21807 0 -1 4202560 7140 0 0 0 207 29 0 0 20 0 15 0 92729328 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640978001592 140640604659404 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23475] ppid=23469 vsize=10661132 memory=279285885569496 CPUtime=0.46 cores=1,3,5,7
/proc/23472/task/23475/stat : 23475 (java) S 23469 23472 21807 0 -1 1077944384 939 0 0 0 30 16 0 0 20 0 15 0 92729329 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640926387344 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23476] ppid=23469 vsize=10661132 memory=6228032335756289385 CPUtime=0.43 cores=1,3,5,7
/proc/23472/task/23476/stat : 23476 (java) S 23469 23472 21807 0 -1 1077944384 430 0 0 0 29 14 0 0 20 0 15 0 92729329 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640925334544 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23477] ppid=23469 vsize=10661132 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/23472/task/23477/stat : 23477 (java) S 23469 23472 21807 0 -1 1077944384 361 0 0 0 30 16 0 0 20 0 15 0 92729329 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640924281744 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23478] ppid=23469 vsize=10661132 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/23472/task/23478/stat : 23478 (java) S 23469 23472 21807 0 -1 1077944384 426 0 0 0 31 16 0 0 20 0 15 0 92729329 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640923228944 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23479] ppid=23469 vsize=10661132 memory=504 CPUtime=0.01 cores=1,3,5,7
/proc/23472/task/23479/stat : 23479 (java) S 23469 23472 21807 0 -1 1077944384 1235 0 0 0 1 0 0 0 20 0 15 0 92729330 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640533277040 140640973777538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23480] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23480/stat : 23480 (java) S 23469 23472 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640532223008 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23481] ppid=23469 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23481/stat : 23481 (java) S 23469 23472 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92729331 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640531170160 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23482] ppid=23469 vsize=10661132 memory=10 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23482/stat : 23482 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640530118480 140640973784987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23483] ppid=23469 vsize=10661132 memory=7100839852960354190 CPUtime=0.82 cores=1,3,5,7
/proc/23472/task/23483/stat : 23483 (java) S 23469 23472 21807 0 -1 1077944384 1831 0 0 0 82 0 0 0 20 0 15 0 92729333 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640529066864 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23484] ppid=23469 vsize=10661132 memory=56 CPUtime=0.94 cores=1,3,5,7
/proc/23472/task/23484/stat : 23484 (java) S 23469 23472 21807 0 -1 1077944384 1468 0 0 0 94 0 0 0 20 0 15 0 92729333 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640528014064 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23485] ppid=23469 vsize=10661132 memory=-7395679465411340910 CPUtime=0.41 cores=1,3,5,7
/proc/23472/task/23485/stat : 23485 (java) S 23469 23472 21807 0 -1 1077944384 1935 0 0 0 41 0 0 0 20 0 15 0 92729333 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640526961264 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23486] ppid=23469 vsize=10661132 memory=-5153075247754915967 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23486/stat : 23486 (java) S 23469 23472 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92729333 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640525908704 140640973776597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
[pid=23472/tid=23487] ppid=23469 vsize=10661132 memory=-9109213556524817781 CPUtime=0 cores=1,3,5,7
/proc/23472/task/23487/stat : 23487 (java) S 23469 23472 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92729334 10916999168 611310 33554432000 4194304 4196468 140732568165632 140640524855984 140640973777538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8757248 140732568167541 140732568167689 140732568167689 140732568170447 0
Current children cumulated CPU time: 6.42 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2445240 KiB

Child status: 0
Real time (s): 2.94431
CPU time (s): 6.46227
CPU user time (s): 5.49535
CPU system time (s): 0.966923
CPU usage (%): 219.483
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2445240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.49535
system time used= 0.966923
maximum resident set size= 2445984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17191
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1614
involuntary context switches= 47


# summary of solver processes directly reported to runsolver:
#   pid: 23472
#   total CPU time (s): 6.46227
#   total CPU user time (s): 5.49535
#   total CPU system time (s): 0.966923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037497 second user time and 0.071686 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 06:21:02
IDJOB=4298246
IDBENCH=141090
IDSOLVER=2762
FILE ID=node137/4298246-1532751662
RUNJOBID= node137-1532739149-21839
PBS_JOBID= 21022437
Free space on /tmp= 48156 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-14-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298246-1532751662/watcher-4298246-1532751662 -o /tmp/evaluation-result-4298246-1532751662/solver-4298246-1532751662 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21839 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298246-1532751662.xml

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

MD5SUM BENCH= 8ca8b1dfd302123404cd8e6125777478
RANDOM SEED=1908302001

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25812120 kB
MemAvailable:   29623828 kB
Buffers:          178404 kB
Cached:          3866684 kB
SwapCached:           32 kB
Active:          4096548 kB
Inactive:        2309388 kB
Active(anon):    2308508 kB
Inactive(anon):    80060 kB
Active(file):    1788040 kB
Inactive(file):  2229328 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1840 kB
Writeback:             0 kB
AnonPages:       2382560 kB
Mapped:            52256 kB
Shmem:             25052 kB
Slab:             248112 kB
SReclaimable:     220352 kB
SUnreclaim:        27760 kB
KernelStack:        3840 kB
PageTables:         9548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3668176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2271232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48156 MiB
End job on node137 at 2018-07-28 06:21:05