Trace number 4300360

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29SAT 5.26848 3.43366

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.111886
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
5.23/3.41	s SATISFIABLE
5.23/3.41	v <instantiation>
5.23/3.41	v 	<list>
5.23/3.41	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] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] 
5.23/3.41	v 	</list>
5.23/3.41	v 	<values>
5.23/3.41	v 		4 3 1 9 13 2 6 8 1 0 8 1 5 9 0 1 1 12 9 8 13 13 5 5 3 8 5 5 5 9 
5.23/3.41	v 	</values>
5.23/3.41	v </instantiation>

Verifier Data

OK	

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300360-1532869056/watcher-4300360-1532869056 -o /tmp/evaluation-result-4300360-1532869056/solver-4300360-1532869056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532846543-2788 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300360-1532869056.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=5146, runsolver pid=5143

[startup+0.100058 s]*
/proc/loadavg: 1.19 1.37 1.39 4/215 5161
/proc/meminfo: memFree=25316484/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661056 memory=30072 CPUtime=0.12 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 5405 0 0 0 12 0 0 0 20 0 15 0 104468472 10916921344 7518 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665264 7518 2866 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661056 memory=-8824348794974729408 CPUtime=0.09 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 4202560 3287 0 0 0 9 0 0 0 20 0 15 0 104468472 10916921344 7518 33554432000 4194304 4196468 140736998330800 140713706899552 140713684581634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 7518 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661056 memory=140333979424384 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 7518 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 7518 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 7518 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661056 memory=140333979424384 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104468475 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104468475 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104468475 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) R 5143 5146 2756 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712801708656 140713702681218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) S 5143 5146 2756 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712800655856 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661056 memory=140333979424384 CPUtime=0.01 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) R 5143 5146 2756 0 -1 4202560 321 0 0 0 1 0 0 0 20 0 15 0 104468478 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712799603568 140713702682006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661056 memory=140333979424384 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) R 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 7518 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 30072 KiB

[startup+0.210527 s]*
/proc/loadavg: 1.19 1.37 1.39 5/215 5161
/proc/meminfo: memFree=25304732/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661056 memory=42796 CPUtime=0.35 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 8350 0 0 0 33 2 0 0 20 0 15 0 104468472 10916921344 10699 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665264 10699 3011 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 1077944384 5173 0 0 0 19 1 0 0 20 0 15 0 104468472 10916921344 10699 33554432000 4194304 4196468 140736998330800 140713706908272 140713702680277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 10699 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661056 memory=3979412777038141088 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 10699 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 10699 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104468473 10916921344 10699 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661056 memory=140333979424384 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104468475 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104468475 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104468475 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) S 5143 5146 2756 0 -1 1077944384 439 0 0 0 2 0 0 0 20 0 15 0 104468478 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712801701680 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661056 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) R 5143 5146 2756 0 -1 4202560 523 0 0 0 3 0 0 0 20 0 15 0 104468478 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712800636872 140713694907198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661056 memory=140333979424384 CPUtime=0.08 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) R 5143 5146 2756 0 -1 4202560 851 0 0 0 8 0 0 0 20 0 15 0 104468478 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712799600504 140713681293024 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661056 memory=140333979424384 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468478 10916921344 10699 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 42796 KiB

[startup+0.310689 s]*
/proc/loadavg: 1.19 1.37 1.39 5/215 5161
/proc/meminfo: memFree=25299460/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661132 memory=48156 CPUtime=0.58 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 9098 0 0 0 56 2 0 0 20 0 15 0 104468472 10916999168 12039 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665283 12039 3063 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661132 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 4202560 5498 0 0 0 28 1 0 0 20 0 15 0 104468472 10916999168 12039 33554432000 4194304 4196468 140736998330800 140713706907928 140713339498648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661132 memory=4294979917 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 12039 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661132 memory=3762957407551116960 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 12039 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 12039 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 12039 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661132 memory=140333979424384 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) R 5143 5146 2756 0 -1 4202560 690 0 0 0 5 0 0 0 20 0 15 0 104468478 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712801698128 140713680264864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) R 5143 5146 2756 0 -1 1077944384 603 0 0 0 6 0 0 0 20 0 15 0 104468478 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712800655856 140713702681218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661132 memory=140333979424384 CPUtime=0.16 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) R 5143 5146 2756 0 -1 4202560 946 0 0 0 16 0 0 0 20 0 15 0 104468478 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712799598832 140713681473284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661132 memory=140333979424384 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 12039 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48156 KiB

[startup+0.700744 s]
/proc/loadavg: 1.19 1.37 1.39 5/215 5161
/proc/meminfo: memFree=25264156/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661132 memory=96940 CPUtime=1.8 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 14187 0 0 0 176 4 0 0 20 0 15 0 104468472 10916999168 24235 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665283 24235 3117 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661132 memory=162465795024768 CPUtime=0.66 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 4202560 5762 0 0 0 64 2 0 0 20 0 15 0 104468472 10916999168 24235 33554432000 4194304 4196468 140736998330800 140713706906624 140713342796139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661132 memory=596297 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 24235 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 24235 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 24235 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661132 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 24235 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661132 memory=-6079436537918267177 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661132 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661132 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) R 5143 5146 2756 0 -1 4202560 3672 0 0 0 40 0 0 0 20 0 15 0 104468478 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712801689672 140713680687063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661132 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) R 5143 5146 2756 0 -1 4202560 1666 0 0 0 40 0 0 0 20 0 15 0 104468478 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712800655984 140713687414305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661132 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) S 5143 5146 2756 0 -1 1077944384 1717 0 0 0 30 0 0 0 20 0 15 0 104468478 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712799603568 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661132 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 24235 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 96940 KiB

[startup+1.5007 s]
/proc/loadavg: 1.19 1.37 1.39 4/215 5161
/proc/meminfo: memFree=25218072/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661132 memory=177340 CPUtime=3.3 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 20917 0 0 0 324 6 0 0 20 0 15 0 104468472 10916999168 44335 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665283 44335 3120 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661132 memory=12848 CPUtime=1.46 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 4202560 5833 0 0 0 143 3 0 0 20 0 15 0 104468472 10916999168 44335 33554432000 4194304 4196468 140736998330800 140713706907256 140713343562272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 44335 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 44335 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 44335 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 44335 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661132 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) S 5143 5146 2756 0 -1 1077944384 9107 0 0 0 80 1 0 0 20 0 15 0 104468478 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712801708656 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661132 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) S 5143 5146 2756 0 -1 1077944384 2734 0 0 0 67 0 0 0 20 0 15 0 104468478 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712800655856 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661132 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) S 5143 5146 2756 0 -1 1077944384 1871 0 0 0 32 0 0 0 20 0 15 0 104468478 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712799603568 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 44335 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 3.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 177340 KiB

[startup+3.10992 s]
/proc/loadavg: 1.19 1.37 1.39 3/215 5161
/proc/meminfo: memFree=25140204/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661132 memory=206348 CPUtime=4.94 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 22279 0 0 0 487 7 0 0 20 0 15 0 104468472 10916999168 51587 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665283 51587 3150 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661132 memory=55 CPUtime=3.06 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 4202560 6111 0 0 0 303 3 0 0 20 0 15 0 104468472 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713706909456 140713343562108 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661132 memory=-8311738553153378854 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661132 memory=8819580419504778285 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661132 memory=288285558848095396 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661132 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661132 memory=-2317720213663851332 CPUtime=0.81 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) S 5143 5146 2756 0 -1 1077944384 9237 0 0 0 80 1 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712801708656 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661132 memory=109148 CPUtime=0.68 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) S 5143 5146 2756 0 -1 1077944384 2852 0 0 0 68 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712800655856 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661132 memory=18076 CPUtime=0.32 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) S 5143 5146 2756 0 -1 1077944384 1881 0 0 0 32 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712799603568 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) S 5143 5146 2756 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206348 KiB

[startup+3.4336 s]
# the end of solver process 5146 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.18766 s, system=0.08082 s

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

[startup+3.20088 s]
/proc/loadavg: 1.19 1.37 1.39 3/215 5161
/proc/meminfo: memFree=25140204/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661132 memory=206348 CPUtime=5.03 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 22282 0 0 0 496 7 0 0 20 0 15 0 104468472 10916999168 51587 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665283 51587 3150 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661132 memory=0 CPUtime=3.15 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 4202560 6114 0 0 0 312 3 0 0 20 0 15 0 104468472 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713706909344 140713343560299 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661132 memory=140333828978456 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661132 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661132 memory=928 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661132 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661132 memory=7086240636095255139 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661132 memory=8099279071866868836 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661132 memory=5937242188758470756 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661132 memory=2244 CPUtime=0.81 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) S 5143 5146 2756 0 -1 1077944384 9237 0 0 0 80 1 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712801708656 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661132 memory=167100 CPUtime=0.68 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) S 5143 5146 2756 0 -1 1077944384 2852 0 0 0 68 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712800655856 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661132 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) S 5143 5146 2756 0 -1 1077944384 1881 0 0 0 32 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712799603568 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661132 memory=280667657099008 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661132 memory=3472328296227680300 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) S 5143 5146 2756 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206348 KiB

[startup+3.40069 s]
/proc/loadavg: 1.19 1.37 1.39 3/215 5161
/proc/meminfo: memFree=25140204/32770624 swapFree=67108688/67108860
[pid=5146] ppid=5143 vsize=10661132 memory=206348 CPUtime=5.23 cores=1,3,5,7
/proc/5146/stat : 5146 (java) S 5143 5146 2756 0 -1 1077944320 22282 0 0 0 516 7 0 0 20 0 15 0 104468472 10916999168 51587 33554432000 4194304 4196468 140736998330800 140736998313344 140713702670071 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
/proc/5146/statm: 2665283 51587 3150 1 0 2627263 0
[pid=5146/tid=5148] ppid=5143 vsize=10661132 memory=8819580419504778285 CPUtime=3.35 cores=1,3,5,7
/proc/5146/task/5148/stat : 5148 (java) R 5143 5146 2756 0 -1 4202560 6114 0 0 0 332 3 0 0 20 0 15 0 104468472 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713706909344 140713343261306 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5149] ppid=5143 vsize=10661132 memory=288285558848095396 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5149/stat : 5149 (java) S 5143 5146 2756 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713665776528 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5150] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5150/stat : 5150 (java) S 5143 5146 2756 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713308904208 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5151] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5151/stat : 5151 (java) S 5143 5146 2756 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713307851920 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5152] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5152/stat : 5152 (java) S 5143 5146 2756 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 104468473 10916999168 51587 33554432000 4194304 4196468 140736998330800 140713306799120 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5153] ppid=5143 vsize=10661132 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5153/stat : 5153 (java) S 5143 5146 2756 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712805918832 140713702681218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5154] ppid=5143 vsize=10661132 memory=-2317720213663851332 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5154/stat : 5154 (java) S 5143 5146 2756 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712804864800 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5155] ppid=5143 vsize=10661132 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5155/stat : 5155 (java) S 5143 5146 2756 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 104468475 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712803812464 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5156] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5156/stat : 5156 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712802760784 140713702688667 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5157] ppid=5143 vsize=10661132 memory=0 CPUtime=0.81 cores=1,3,5,7
/proc/5146/task/5157/stat : 5157 (java) S 5143 5146 2756 0 -1 1077944384 9237 0 0 0 80 1 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712801708656 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5158] ppid=5143 vsize=10661132 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/5146/task/5158/stat : 5158 (java) S 5143 5146 2756 0 -1 1077944384 2852 0 0 0 68 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712800655856 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5159] ppid=5143 vsize=10661132 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/5146/task/5159/stat : 5159 (java) S 5143 5146 2756 0 -1 1077944384 1881 0 0 0 32 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712799603568 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5160] ppid=5143 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5160/stat : 5160 (java) S 5143 5146 2756 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712798551008 140713702680277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
[pid=5146/tid=5161] ppid=5143 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5146/task/5161/stat : 5161 (java) S 5143 5146 2756 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 104468478 10916999168 51587 33554432000 4194304 4196468 140736998330800 140712797497776 140713702681218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14553088 140736998335605 140736998335753 140736998335753 140736998338511 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206348 KiB

Child status: 0
Real time (s): 3.43366
CPU time (s): 5.26848
CPU user time (s): 5.18766
CPU system time (s): 0.08082
CPU usage (%): 153.436
Max. virtual memory (cumulated for all children) (KiB): 10663196
Max. memory (cumulated for all children) (KiB): 206348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.18766
system time used= 0.08082
maximum resident set size= 206592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23097
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= 1500
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 5146
#   total CPU time (s): 5.26848
#   total CPU user time (s): 5.18766
#   total CPU system time (s): 0.08082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046455 second user time and 0.072264 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 14:57:36
IDJOB=4300360
IDBENCH=141590
IDSOLVER=2762
FILE ID=node106/4300360-1532869056
RUNJOBID= node106-1532846543-2788
PBS_JOBID= 21022506
Free space on /tmp= 54724 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300360-1532869056/watcher-4300360-1532869056 -o /tmp/evaluation-result-4300360-1532869056/solver-4300360-1532869056 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532846543-2788 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4300360-1532869056.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=350372463

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25335360 kB
MemAvailable:   31607492 kB
Buffers:          241380 kB
Cached:          6264552 kB
SwapCached:            0 kB
Active:          2668564 kB
Inactive:        4217384 kB
Active(anon):     327552 kB
Inactive(anon):    80476 kB
Active(file):    2341012 kB
Inactive(file):  4136908 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:        337892 kB
Mapped:            56260 kB
Shmem:             25056 kB
Slab:             247216 kB
SReclaimable:     220096 kB
SUnreclaim:        27120 kB
KernelStack:        3808 kB
PageTables:         6176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1068936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54724 MiB
End job on node106 at 2018-07-29 14:57:40