Trace number 4298316

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-29SAT (TO)4 2520.02 2497.91

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-4x4_c18.xml
MD5SUM854371ae6c45321a117efbc84c9832b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.006115
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":8},{"arity":5,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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
0.33/0.30	o 7
0.33/0.30	o 6
0.33/0.31	o 5
0.33/0.31	o 4
2520.00/2497.90	s SATISFIABLE
2520.00/2497.90	v <instantiation>
2520.00/2497.90	v 	<list>
2520.00/2497.90	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] 
2520.00/2497.90	v 	</list>
2520.00/2497.90	v 	<values>
2520.00/2497.90	v 		0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 
2520.00/2497.90	v 	</values>
2520.00/2497.90	v </instantiation>

Verifier Data

OK	4

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

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=23725, runsolver pid=23722
Current StackSize limit: 8192 KiB


[startup+0.100427 s]*
/proc/loadavg: 1.92 1.77 1.84 4/215 23740
/proc/meminfo: memFree=23713716/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661056 memory=27632 CPUtime=0.13 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 5274 0 0 0 12 1 0 0 20 0 15 0 92978860 10916921344 6908 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665264 6908 2849 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 3148 0 0 0 9 0 0 0 20 0 15 0 92978860 10916921344 6908 33554432000 4194304 4196468 140725746070784 140652544454088 140652540235158 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661056 memory=5793854997982824889 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916921344 6908 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661056 memory=139746972931712 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978861 10916921344 6908 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916921344 6908 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916921344 6908 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978862 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92978863 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 21807 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 92978865 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651572160752 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978865 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651571108208 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661056 memory=139746972931712 CPUtime=0.01 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) R 23722 23725 21807 0 -1 4202560 334 0 0 0 1 0 0 0 20 0 15 0 92978865 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651570055152 140652523844276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661056 memory=139746972931712 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978866 10916921344 6908 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27632 KiB

[startup+0.210566 s]*
/proc/loadavg: 1.92 1.77 1.84 5/215 23740
/proc/meminfo: memFree=23702180/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661132 memory=40372 CPUtime=0.33 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 8140 0 0 0 31 2 0 0 20 0 15 0 92978860 10916999168 10093 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665283 10093 2981 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661132 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 5236 0 0 0 19 1 0 0 20 0 15 0 92978860 10916999168 10093 33554432000 4194304 4196468 140725746070784 140652544455536 140652524266853 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=4211973473177722250 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 10093 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=139746972931712 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 10093 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 10093 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 10093 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=139746972931712 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978862 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 21807 0 -1 1077944384 564 0 0 0 2 0 0 0 20 0 15 0 92978865 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651572160752 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 21807 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 15 0 92978865 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651571108208 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661132 memory=139746972931712 CPUtime=0.07 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 21807 0 -1 1077944384 800 0 0 0 7 0 0 0 20 0 15 0 92978865 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651570055152 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661132 memory=139746972931712 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 10093 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40372 KiB

[startup+0.310438 s]*
/proc/loadavg: 1.92 1.77 1.84 7/215 23740
/proc/meminfo: memFree=23697900/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661132 memory=44468 CPUtime=0.53 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 8812 0 0 0 50 3 0 0 20 0 15 0 92978860 10916999168 11117 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665283 11117 3057 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661132 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 5694 0 0 0 28 2 0 0 20 0 15 0 92978860 10916999168 11117 33554432000 4194304 4196468 140725746070784 140652544461936 140652142792775 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=4211973473177722250 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 11117 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=139746972934069 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 11117 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=139746827435839 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 11117 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=139746827423183 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 11117 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=139746972953546 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978862 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661132 memory=139746827432367 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661132 memory=279493654855568 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661132 memory=279493654853264 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) R 23722 23725 21807 0 -1 1077944384 647 0 0 0 5 0 0 0 20 0 15 0 92978865 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651572160752 140652540234370 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661132 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) R 23722 23725 21807 0 -1 4202560 217 0 0 0 4 0 0 0 20 0 15 0 92978865 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651571108128 140652532512512 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661132 memory=139746972931712 CPUtime=0.13 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 21807 0 -1 1077944384 884 0 0 0 13 0 0 0 20 0 15 0 92978865 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651570055152 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661132 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661132 memory=139746972931712 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 11117 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44468 KiB

[startup+0.700746 s]
/proc/loadavg: 1.92 1.77 1.84 5/215 23740
/proc/meminfo: memFree=23655200/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661132 memory=136100 CPUtime=1.72 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 14323 0 0 0 167 5 0 0 20 0 15 0 92978860 10916999168 34025 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665283 34025 3084 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661132 memory=1228 CPUtime=0.68 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 5732 0 0 0 65 3 0 0 20 0 15 0 92978860 10916999168 34025 33554432000 4194304 4196468 140725746070784 140652544460320 140652144877526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=1852 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 34025 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=872 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 34025 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=7307747153392788800 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 34025 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=7453282923444727654 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 34025 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=6370994028255662166 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 92978862 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661132 memory=80 CPUtime=0.43 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) R 23722 23725 21807 0 -1 4202560 2452 0 0 0 43 0 0 0 20 0 15 0 92978865 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651572148224 140652523780650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661132 memory=3 CPUtime=0.41 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) R 23722 23725 21807 0 -1 4202560 2865 0 0 0 41 0 0 0 20 0 15 0 92978865 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651571089224 140652521767312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661132 memory=261 CPUtime=0.17 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 21807 0 -1 1077944384 1904 0 0 0 17 0 0 0 20 0 15 0 92978865 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651570055152 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661132 memory=279493655039472 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 34025 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 136100 KiB

[startup+1.50083 s]
/proc/loadavg: 1.92 1.77 1.84 3/215 23740
/proc/meminfo: memFree=23549848/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661132 memory=194168 CPUtime=2.75 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 15133 0 0 0 268 7 0 0 20 0 15 0 92978860 10916999168 48542 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665283 48542 3098 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661132 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 5773 0 0 0 142 4 0 0 20 0 15 0 92978860 10916999168 48542 33554432000 4194304 4196468 140725746070784 140652544463152 140652145140286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=4948500075088484992 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 48542 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=-6293596342585549409 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 48542 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=-6007660418857049897 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 48542 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 92978861 10916999168 48542 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=-6305710590167114880 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 92978862 10916999168 48542 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0

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

/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 30544 0 0 0 236070 39 0 0 20 0 15 0 92978860 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652544463280 140652145677401 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=0 CPUtime=7.17 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2459 0 0 0 611 106 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.1 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 3112 0 0 0 613 97 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.15 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2705 0 0 0 614 101 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=0 CPUtime=7.17 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 1457 0 0 0 618 99 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=206932 CPUtime=10.88 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 5211 0 0 0 1015 73 0 0 20 0 15 0 92978862 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661132 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661132 memory=279493656295008 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661132 memory=6791534058613427641 CPUtime=0.58 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 21807 0 -1 1077944384 3522 0 0 0 58 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651572160752 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661132 memory=1236 CPUtime=0.56 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 21807 0 -1 1077944384 3476 0 0 0 55 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651571108208 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661132 memory=4132 CPUtime=0.21 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 21807 0 -1 1077944384 3135 0 0 0 20 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651570055152 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661132 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661132 memory=206932 CPUtime=1.41 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1073 0 0 0 71 70 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 2403.41 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206932 KiB

[startup+2442.3 s]
/proc/loadavg: 1.51 1.44 1.46 3/216 23892
/proc/meminfo: memFree=27266320/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661132 memory=206932 CPUtime=2463.93 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 58606 0 0 0 245991 402 0 0 20 0 15 0 92978860 10916999168 51733 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665283 51733 3125 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661132 memory=206932 CPUtime=2420.53 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 31072 0 0 0 242014 39 0 0 20 0 15 0 92978860 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652544463152 140652145800912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.35 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2460 0 0 0 627 108 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.28 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 3112 0 0 0 628 100 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=0 CPUtime=7.34 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2709 0 0 0 631 103 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=0 CPUtime=7.35 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 1460 0 0 0 634 101 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=206932 CPUtime=11.18 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 5216 0 0 0 1043 75 0 0 20 0 15 0 92978862 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661132 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661132 memory=3156 CPUtime=0.58 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 21807 0 -1 1077944384 3524 0 0 0 58 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651572160752 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.56 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 21807 0 -1 1077944384 3478 0 0 0 55 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651571108208 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.21 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 21807 0 -1 1077944384 3137 0 0 0 20 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651570055152 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661132 memory=303430223234596890 CPUtime=1.45 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1077 0 0 0 74 71 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 2463.93 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.9 s]
/proc/loadavg: 1.62 1.47 1.47 3/216 23972
/proc/meminfo: memFree=27695760/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661132 memory=206932 CPUtime=2520 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 59103 0 0 0 251587 413 0 0 20 0 15 0 92978860 10916999168 51733 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665283 51733 3125 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661132 memory=206932 CPUtime=2475.62 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 31565 0 0 0 247521 41 0 0 20 0 15 0 92978860 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652544463152 140652145679471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.53 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2460 0 0 0 641 112 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.46 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 3112 0 0 0 642 104 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=279493656690080 CPUtime=7.51 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2709 0 0 0 646 105 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.53 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 1460 0 0 0 648 105 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=4140 CPUtime=11.44 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 5218 0 0 0 1067 77 0 0 20 0 15 0 92978862 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.58 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 21807 0 -1 1077944384 3524 0 0 0 58 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651572160752 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.56 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 21807 0 -1 1077944384 3478 0 0 0 55 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651571108208 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.21 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 21807 0 -1 1077944384 3137 0 0 0 20 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651570055152 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661132 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1079 0 0 0 76 72 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206932 KiB

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

[startup+2497.91 s]
# the end of solver process 23725 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.88 s, system=4.138 s

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

[startup+2497.9 s]
/proc/loadavg: 1.62 1.47 1.47 3/216 23972
/proc/meminfo: memFree=27695760/32770624 swapFree=67108436/67108860
[pid=23725] ppid=23722 vsize=10661132 memory=206932 CPUtime=2520 cores=0,2,4,6
/proc/23725/stat : 23725 (java) S 23722 23725 21807 0 -1 1077944320 59103 0 0 0 251587 413 0 0 20 0 15 0 92978860 10916999168 51733 33554432000 4194304 4196468 140725746070784 140725746053328 140652540223223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
/proc/23725/statm: 2665283 51733 3125 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10661132 memory=206932 CPUtime=2475.62 cores=0,2,4,6
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 21807 0 -1 4202560 31565 0 0 0 247521 41 0 0 20 0 15 0 92978860 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652544463152 140652145679471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23728] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.53 cores=0,2,4,6
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 21807 0 -1 1077944384 2460 0 0 0 641 112 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652466297360 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23729] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.46 cores=0,2,4,6
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 21807 0 -1 1077944384 3112 0 0 0 642 104 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652465244816 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23730] ppid=23722 vsize=10661132 memory=279493656690080 CPUtime=7.51 cores=0,2,4,6
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 21807 0 -1 1077944384 2709 0 0 0 646 105 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652464191760 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23731] ppid=23722 vsize=10661132 memory=206932 CPUtime=7.53 cores=0,2,4,6
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 21807 0 -1 1077944384 1460 0 0 0 648 105 0 0 20 0 15 0 92978861 10916999168 51733 33554432000 4194304 4196468 140725746070784 140652463139216 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23732] ppid=23722 vsize=10661132 memory=4140 CPUtime=11.44 cores=0,2,4,6
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 21807 0 -1 1077944384 5218 0 0 0 1067 77 0 0 20 0 15 0 92978862 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651576371952 140652540234370 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23733] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 21807 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651575318176 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23734] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 21807 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 92978863 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651574265072 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23735] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651573213648 140652540241819 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23736] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.58 cores=0,2,4,6
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 21807 0 -1 1077944384 3524 0 0 0 58 0 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651572160752 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23737] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.56 cores=0,2,4,6
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 21807 0 -1 1077944384 3478 0 0 0 55 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651571108208 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23738] ppid=23722 vsize=10661132 memory=206932 CPUtime=0.21 cores=0,2,4,6
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 21807 0 -1 1077944384 3137 0 0 0 20 1 0 0 20 0 15 0 92978865 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651570055152 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23739] ppid=23722 vsize=10661132 memory=206932 CPUtime=0 cores=0,2,4,6
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 21807 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651569002848 140652540233429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
[pid=23725/tid=23740] ppid=23722 vsize=10661132 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 21807 0 -1 1077944384 1079 0 0 0 76 72 0 0 20 0 15 0 92978866 10916999168 51733 33554432000 4194304 4196468 140725746070784 140651567950896 140652540234370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15454208 140725746078837 140725746078985 140725746078985 140725746081743 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206932 KiB

Child status: 143
Real time (s): 2497.91
CPU time (s): 2520.02
CPU user time (s): 2515.88
CPU system time (s): 4.138
CPU usage (%): 100.885
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 206932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.88
system time used= 4.138
maximum resident set size= 207448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59373
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 387063
involuntary context switches= 8039


# summary of solver processes directly reported to runsolver:
#   pid: 23725
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2515.88
#   total CPU system time (s): 4.138

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4905 second user time and 23.5624 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-28 07:02:37
IDJOB=4298316
IDBENCH=141110
IDSOLVER=2762
FILE ID=node137/4298316-1532754157
RUNJOBID= node137-1532739149-21838
PBS_JOBID= 21022437
Free space on /tmp= 48136 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-4x4_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298316-1532754157/watcher-4298316-1532754157 -o /tmp/evaluation-result-4298316-1532754157/solver-4298316-1532754157 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532739149-21838 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298316-1532754157.xml

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=1883842687

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:        23729232 kB
MemAvailable:   27565236 kB
Buffers:          179620 kB
Cached:          3890176 kB
SwapCached:           32 kB
Active:          6169140 kB
Inactive:        2311268 kB
Active(anon):    4358704 kB
Inactive(anon):    80060 kB
Active(file):    1810436 kB
Inactive(file):  2231208 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       4549552 kB
Mapped:            52396 kB
Shmem:             25052 kB
Slab:             248364 kB
SReclaimable:     220388 kB
SUnreclaim:        27976 kB
KernelStack:        3792 kB
PageTables:        14040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5045264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4423680 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 07:44:15