Trace number 4298176

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) 7.9511 3.962

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-scen-01-opt_c18.xml
MD5SUM4d0af1578eca9c90466c64483cb0ac5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark16
Best CPU time to get the best result obtained on this benchmark2520.07
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5548
Number of domains7
Minimum domain size6
Maximum domain size44
Distribution of domain sizes[{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree2
Maximum variable degree62
Distribution of variable degrees[{"degree":2,"count":12},{"degree":3,"count":2},{"degree":4,"count":38},{"degree":5,"count":25},{"degree":6,"count":95},{"degree":7,"count":25},{"degree":8,"count":106},{"degree":9,"count":20},{"degree":10,"count":111},{"degree":11,"count":39},{"degree":12,"count":56},{"degree":13,"count":41},{"degree":14,"count":47},{"degree":15,"count":30},{"degree":16,"count":41},{"degree":17,"count":19},{"degree":18,"count":32},{"degree":19,"count":15},{"degree":20,"count":27},{"degree":21,"count":21},{"degree":22,"count":8},{"degree":23,"count":11},{"degree":24,"count":18},{"degree":25,"count":13},{"degree":26,"count":7},{"degree":27,"count":7},{"degree":28,"count":7},{"degree":29,"count":7},{"degree":30,"count":7},{"degree":31,"count":6},{"degree":32,"count":4},{"degree":33,"count":2},{"degree":35,"count":1},{"degree":36,"count":1},{"degree":37,"count":2},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":40,"count":3},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":45,"count":2},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5548}]
Number of extensional constraints5548
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":5548}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
7.83/3.93	c Caught NotImplementedException
7.83/3.93	c 	xcsp3.XCSP3.buildObjToMinimize(XCSP3.java:530)
7.83/3.93	c 	org.xcsp.parser.XCallbacks.loadObj(XCallbacks.java:573)
7.83/3.93	c 	org.xcsp.parser.XCallbacks.lambda$loadObjectives$7(XCallbacks.java:542)
7.83/3.93	c 	java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.83/3.93	c 	java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7.83/3.93	c 	org.xcsp.parser.XCallbacks.loadObjectives(XCallbacks.java:542)
7.83/3.93	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:300)
7.83/3.93	c 	org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
7.83/3.93	c 	xcsp3.XCSP3.<init>(XCSP3.java:70)
7.83/3.93	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:63)
7.83/3.93	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:51)
7.83/3.93	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 (10493 MiB free)
  memory of node 1: 16384 MiB (14004 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298176-1532749146/watcher-4298176-1532749146 -o /tmp/evaluation-result-4298176-1532749146/solver-4298176-1532749146 -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-4298176-1532749146.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=23132, runsolver pid=23129

[startup+0.100061 s]*
/proc/loadavg: 1.35 1.31 1.44 4/215 23147
/proc/meminfo: memFree=25069880/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661056 memory=27296 CPUtime=0.13 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 5272 0 0 0 12 1 0 0 20 0 15 0 92477764 10916921344 6824 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665264 6824 2859 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 3145 0 0 0 9 0 0 0 20 0 15 0 92477764 10916921344 6824 33554432000 4194304 4196468 140722504124608 139749134013232 139749113828709 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661056 memory=5793855711695841721 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 6824 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661056 memory=140460685948544 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 6824 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 6824 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 6824 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92477766 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92477767 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) S 23129 23132 21807 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 92477769 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748617300336 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) S 23129 23132 21807 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 92477769 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748616247536 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661056 memory=140460685948544 CPUtime=0.01 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) R 23129 23132 21807 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 15 0 92477769 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748615194736 139749129806426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661056 memory=140460685948544 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916921344 6824 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27296 KiB

[startup+0.210544 s]*
/proc/loadavg: 1.35 1.31 1.44 4/215 23147
/proc/meminfo: memFree=25058344/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661056 memory=40468 CPUtime=0.35 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 8181 0 0 0 33 2 0 0 20 0 15 0 92477764 10916921344 10117 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665264 10117 3004 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 5112 0 0 0 19 1 0 0 20 0 15 0 92477764 10916921344 10117 33554432000 4194304 4196468 140722504124608 139749134022096 139748723224783 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661056 memory=4211974186890739082 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 10117 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661056 memory=140460685948544 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 10117 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 10117 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92477765 10916921344 10117 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661056 memory=140460685948544 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92477766 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92477767 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) R 23129 23132 21807 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 15 0 92477769 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748617300336 139749107380156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) R 23129 23132 21807 0 -1 1077944384 555 0 0 0 3 0 0 0 20 0 15 0 92477769 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748616247536 139749129796226 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661056 memory=140460685948544 CPUtime=0.08 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) R 23129 23132 21807 0 -1 4202560 799 0 0 0 8 0 0 0 20 0 15 0 92477769 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748615191480 139749108759682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661056 memory=140460685948544 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916921344 10117 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40468 KiB

[startup+0.311111 s]*
/proc/loadavg: 1.35 1.31 1.44 4/215 23147
/proc/meminfo: memFree=25044452/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661132 memory=53060 CPUtime=0.69 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 10465 0 0 0 67 2 0 0 20 0 15 0 92477764 10916999168 13265 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665283 13265 3067 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661132 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 5434 0 0 0 29 1 0 0 20 0 15 0 92477764 10916999168 13331 33554432000 4194304 4196468 140722504124608 139749134020384 139749113865566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661132 memory=4211974186890739082 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 13331 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661132 memory=140460685950901 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 13331 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661132 memory=140460530204479 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 13331 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661132 memory=140460530191823 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 13331 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661132 memory=140460685970378 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92477766 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661132 memory=140460530201007 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661132 memory=280921060392848 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661132 memory=280921060390544 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661132 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) R 23129 23132 21807 0 -1 4202560 1168 0 0 0 10 0 0 0 20 0 15 0 92477769 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748617300336 139749129806426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661132 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) R 23129 23132 21807 0 -1 4202560 1071 0 0 0 12 0 0 0 20 0 15 0 92477769 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748616238864 139749122022206 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661132 memory=140460685948544 CPUtime=0.14 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) R 23129 23132 21807 0 -1 1077944384 1442 0 0 0 14 0 0 0 20 0 15 0 92477769 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748615192528 139749129795285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661132 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661132 memory=140460685948544 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 13331 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 53060 KiB

[startup+0.700676 s]
/proc/loadavg: 1.35 1.31 1.44 5/215 23147
/proc/meminfo: memFree=25014264/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661132 memory=121404 CPUtime=1.92 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 11602 0 0 0 188 4 0 0 20 0 15 0 92477764 10916999168 30351 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665283 30351 3106 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661132 memory=1228 CPUtime=0.67 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 5599 0 0 0 65 2 0 0 20 0 15 0 92477764 10916999168 30351 33554432000 4194304 4196468 140722504124608 139749134021024 139749129797014 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 30351 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 30351 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661132 memory=7307747153392788800 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 30351 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92477765 10916999168 30351 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661132 memory=6370994028255662166 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 92477766 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661132 memory=78 CPUtime=0.45 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) R 23129 23132 21807 0 -1 4202560 1282 0 0 0 45 0 0 0 20 0 15 0 92477769 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748617286656 139749113281913 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661132 memory=3 CPUtime=0.45 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) R 23129 23132 21807 0 -1 4202560 1562 0 0 0 45 0 0 0 20 0 15 0 92477769 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748616237008 139749111348631 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661132 memory=259 CPUtime=0.31 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) R 23129 23132 21807 0 -1 1077944384 1789 0 0 0 31 0 0 0 20 0 15 0 92477769 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748615194736 139749129796226 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661132 memory=280921060576752 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 30351 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 121404 KiB

[startup+1.50078 s]
/proc/loadavg: 1.35 1.31 1.44 5/215 23147
/proc/meminfo: memFree=24724260/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661132 memory=670408 CPUtime=4.07 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 14115 0 0 0 381 26 0 0 20 0 15 0 92477764 10916999168 167602 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665283 167602 3151 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661132 memory=0 CPUtime=1.31 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 6093 0 0 0 123 8 0 0 20 0 15 0 92477764 10916999168 167602 33554432000 4194304 4196468 140722504124608 139749134023104 139748727984781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661132 memory=4947656762538105472 CPUtime=0.13 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 211 0 0 0 9 4 0 0 20 0 15 0 92477765 10916999168 167602 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661132 memory=-6653884312775189345 CPUtime=0.13 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 198 0 0 0 9 4 0 0 20 0 15 0 92477765 10916999168 167602 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661132 memory=-6079718012894977833 CPUtime=0.12 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 206 0 0 0 8 4 0 0 20 0 15 0 92477765 10916999168 167602 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661132 memory=-3472574513799858009 CPUtime=0.11 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 201 0 0 0 8 3 0 0 20 0 15 0 92477765 10916999168 167602 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661132 memory=-6305719412046718080 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 492 0 0 0 0 0 0 0 20 0 15 0 92477766 10916999168 167602 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0

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

[startup+3.96195 s]
# the end of solver process 23132 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=6.84237 s, system=1.10873 s

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

[startup+3.20094 s]
/proc/loadavg: 1.40 1.32 1.44 3/215 23147
/proc/meminfo: memFree=22665024/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661132 memory=2428632 CPUtime=6.75 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 18131 0 0 0 584 91 0 0 20 0 15 0 92477764 10916999168 607158 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665283 607158 3151 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661132 memory=0 CPUtime=2.71 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 7799 0 0 0 242 29 0 0 20 0 15 0 92477764 10916999168 607158 33554432000 4194304 4196468 140722504124608 139749134023008 139748727984781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661132 memory=6788 CPUtime=0.42 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 892 0 0 0 28 14 0 0 20 0 15 0 92477765 10916999168 607158 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661132 memory=3834596486859470385 CPUtime=0.43 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 415 0 0 0 28 15 0 0 20 0 15 0 92477765 10916999168 607158 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661132 memory=7300704776819335744 CPUtime=0.42 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 415 0 0 0 27 15 0 0 20 0 15 0 92477765 10916999168 607158 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661132 memory=6656426216303648864 CPUtime=0.41 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 647 0 0 0 27 14 0 0 20 0 15 0 92477765 10916999168 607158 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 92477766 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661132 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661132 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661132 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661132 memory=0 CPUtime=0.93 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) S 23129 23132 21807 0 -1 1077944384 1487 0 0 0 93 0 0 0 20 0 15 0 92477769 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748617300336 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661132 memory=6791534058613427641 CPUtime=0.95 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) S 23129 23132 21807 0 -1 1077944384 1923 0 0 0 95 0 0 0 20 0 15 0 92477769 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748616247536 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661132 memory=3834308427711264173 CPUtime=0.39 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) S 23129 23132 21807 0 -1 1077944384 1958 0 0 0 39 0 0 0 20 0 15 0 92477769 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748615194736 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 607158 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 6.75 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2428632 KiB

[startup+3.60076 s]
/proc/loadavg: 1.40 1.32 1.44 3/215 23147
/proc/meminfo: memFree=22665024/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661132 memory=2569944 CPUtime=7.51 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 18395 0 0 0 642 109 0 0 20 0 15 0 92477764 10916999168 642486 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665283 642486 3151 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661132 memory=26672 CPUtime=3 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 7800 0 0 0 271 29 0 0 20 0 15 0 92477764 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749134023120 139748727984049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661132 memory=2241 CPUtime=0.54 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 953 0 0 0 35 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661132 memory=2244 CPUtime=0.53 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 477 0 0 0 34 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661132 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 480 0 0 0 33 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661132 memory=7300728970739542608 CPUtime=0.53 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 709 0 0 0 34 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661132 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 92477766 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661132 memory=18524 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661132 memory=280921060882608 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661132 memory=7524852643998323417 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661132 memory=6944656592387989600 CPUtime=0.93 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) S 23129 23132 21807 0 -1 1077944384 1487 0 0 0 93 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748617300336 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661132 memory=6944656592455360604 CPUtime=0.98 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) S 23129 23132 21807 0 -1 1077944384 1936 0 0 0 98 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748616247536 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661132 memory=6944656592455359580 CPUtime=0.39 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) S 23129 23132 21807 0 -1 1077944384 1958 0 0 0 39 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748615194736 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661132 memory=1537 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661132 memory=4123380948168552754 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 7.51 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2569944 KiB

[startup+3.80072 s]
/proc/loadavg: 1.40 1.32 1.44 3/215 23147
/proc/meminfo: memFree=22665024/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661132 memory=2569944 CPUtime=7.71 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 18517 0 0 0 662 109 0 0 20 0 15 0 92477764 10916999168 642486 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665283 642486 3151 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661132 memory=2356 CPUtime=3.2 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 7921 0 0 0 291 29 0 0 20 0 15 0 92477764 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749134023120 139748727984781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661132 memory=6296143700806424935 CPUtime=0.54 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 953 0 0 0 35 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661132 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 477 0 0 0 34 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661132 memory=280921060597504 CPUtime=0.52 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 480 0 0 0 33 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661132 memory=140460530301024 CPUtime=0.53 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 709 0 0 0 34 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 92477766 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661132 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661132 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661132 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) S 23129 23132 21807 0 -1 1077944384 1487 0 0 0 94 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748617300336 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661132 memory=-6802222562472504615 CPUtime=0.98 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) S 23129 23132 21807 0 -1 1077944384 1936 0 0 0 98 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748616247536 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661132 memory=6944652177228980320 CPUtime=0.39 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) S 23129 23132 21807 0 -1 1077944384 1959 0 0 0 39 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748615194736 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661132 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 7.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2569944 KiB

[startup+3.90077 s]
/proc/loadavg: 1.40 1.32 1.44 3/215 23147
/proc/meminfo: memFree=22665024/32770624 swapFree=67108436/67108860
[pid=23132] ppid=23129 vsize=10661132 memory=2569944 CPUtime=7.83 cores=1,3,5,7
/proc/23132/stat : 23132 (java) S 23129 23132 21807 0 -1 1077944320 18533 0 0 0 674 109 0 0 20 0 15 0 92477764 10916999168 642486 33554432000 4194304 4196468 140722504124608 140722504107152 139749129785079 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
/proc/23132/statm: 2665283 642486 3151 1 0 2627263 0
[pid=23132/tid=23134] ppid=23129 vsize=10661132 memory=0 CPUtime=3.3 cores=1,3,5,7
/proc/23132/task/23134/stat : 23134 (java) R 23129 23132 21807 0 -1 4202560 7928 0 0 0 301 29 0 0 20 0 15 0 92477764 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749134023120 139748727984049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23135] ppid=23129 vsize=10661132 memory=280921060684336 CPUtime=0.54 cores=1,3,5,7
/proc/23132/task/23135/stat : 23135 (java) S 23129 23132 21807 0 -1 1077944384 953 0 0 0 35 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749055859344 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23136] ppid=23129 vsize=10661132 memory=2428632 CPUtime=0.53 cores=1,3,5,7
/proc/23132/task/23136/stat : 23136 (java) S 23129 23132 21807 0 -1 1077944384 477 0 0 0 34 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749054806544 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23137] ppid=23129 vsize=10661132 memory=7380671248541445222 CPUtime=0.52 cores=1,3,5,7
/proc/23132/task/23137/stat : 23137 (java) S 23129 23132 21807 0 -1 1077944384 480 0 0 0 33 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749053753744 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23138] ppid=23129 vsize=10661132 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/23132/task/23138/stat : 23138 (java) S 23129 23132 21807 0 -1 1077944384 709 0 0 0 34 19 0 0 20 0 15 0 92477765 10916999168 642486 33554432000 4194304 4196468 140722504124608 139749052700944 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23139] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23139/stat : 23139 (java) S 23129 23132 21807 0 -1 1077944384 1234 0 0 0 0 0 0 0 20 0 15 0 92477766 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748621511536 139749129796226 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23140] ppid=23129 vsize=10661132 memory=493 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23140/stat : 23140 (java) S 23129 23132 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748620457504 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23141] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23141/stat : 23141 (java) S 23129 23132 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92477767 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748619404656 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23142] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23142/stat : 23142 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748618352976 139749129803675 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23143] ppid=23129 vsize=10661132 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/23132/task/23143/stat : 23143 (java) S 23129 23132 21807 0 -1 1077944384 1489 0 0 0 95 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748617300336 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23144] ppid=23129 vsize=10661132 memory=0 CPUtime=0.98 cores=1,3,5,7
/proc/23132/task/23144/stat : 23144 (java) S 23129 23132 21807 0 -1 1077944384 1943 0 0 0 98 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748616247536 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23145] ppid=23129 vsize=10661132 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/23132/task/23145/stat : 23145 (java) S 23129 23132 21807 0 -1 1077944384 1959 0 0 0 39 0 0 0 20 0 15 0 92477769 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748615194736 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23146] ppid=23129 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23146/stat : 23146 (java) S 23129 23132 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748614142176 139749129795285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
[pid=23132/tid=23147] ppid=23129 vsize=10661132 memory=10 CPUtime=0 cores=1,3,5,7
/proc/23132/task/23147/stat : 23147 (java) S 23129 23132 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92477770 10916999168 642486 33554432000 4194304 4196468 140722504124608 139748613090480 139749129796226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34222080 140722504127605 140722504127753 140722504127753 140722504130511 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2569944 KiB

Child status: 0
Real time (s): 3.962
CPU time (s): 7.9511
CPU user time (s): 6.84237
CPU system time (s): 1.10873
CPU usage (%): 200.684
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 2569944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.84237
system time used= 1.10873
maximum resident set size= 2570656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1655
involuntary context switches= 41


# summary of solver processes directly reported to runsolver:
#   pid: 23132
#   total CPU time (s): 7.9511
#   total CPU user time (s): 6.84237
#   total CPU system time (s): 1.10873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057765 second user time and 0.065541 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 05:39:06
IDJOB=4298176
IDBENCH=141080
IDSOLVER=2762
FILE ID=node137/4298176-1532749146
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-scen-01-opt_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298176-1532749146/watcher-4298176-1532749146 -o /tmp/evaluation-result-4298176-1532749146/solver-4298176-1532749146 -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-4298176-1532749146.xml

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

MD5SUM BENCH= 4d0af1578eca9c90466c64483cb0ac5f
RANDOM SEED=1047208205

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:        25085632 kB
MemAvailable:   28895464 kB
Buffers:          177060 kB
Cached:          3866108 kB
SwapCached:           32 kB
Active:          4824056 kB
Inactive:        2307404 kB
Active(anon):    3035852 kB
Inactive(anon):    80060 kB
Active(file):    1788204 kB
Inactive(file):  2227344 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1732 kB
Writeback:             0 kB
AnonPages:       3138440 kB
Mapped:            52260 kB
Shmem:             25052 kB
Slab:             247820 kB
SReclaimable:     220236 kB
SUnreclaim:        27584 kB
KernelStack:        3808 kB
PageTables:        11156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3874312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3022848 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 05:39:10