Trace number 4300364

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT 8.79082 7.51051

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.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
8.68/7.48	s SATISFIABLE
8.68/7.48	v <instantiation>
8.68/7.48	v 	<list>
8.68/7.48	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] 
8.68/7.48	v 	</list>
8.68/7.48	v 	<values>
8.68/7.48	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 
8.68/7.48	v 	</values>
8.68/7.48	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 (9574 MiB free)
  memory of node 1: 16384 MiB (15796 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300364-1532854879/watcher-4300364-1532854879 -o /tmp/evaluation-result-4300364-1532854879/solver-4300364-1532854879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5751 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300364-1532854879.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=6485, runsolver pid=6482

[startup+0.100139 s]*
/proc/loadavg: 1.46 1.34 1.34 3/217 6500
/proc/meminfo: memFree=25963576/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661052 memory=27360 CPUtime=0.13 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 5272 0 0 0 12 1 0 0 20 0 15 0 103051050 10916917248 6840 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665263 6840 2856 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661052 memory=-8968742129444418752 CPUtime=0.08 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 3142 0 0 0 8 0 0 0 20 0 15 0 103051051 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805706427760 139805686248805 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661052 memory=140102568826496 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661052 memory=140102568826496 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051053 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051054 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) R 6482 6485 5719 0 -1 4202560 297 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805190072560 139805695190217 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) R 6482 6485 5719 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805189020016 139805702216322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661052 memory=140102568826496 CPUtime=0.02 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) R 6482 6485 5719 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 103051056 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805187966960 139805686285662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661052 memory=140102568826496 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 6906 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27360 KiB

[startup+0.210711 s]*
/proc/loadavg: 1.46 1.34 1.34 4/217 6500
/proc/meminfo: memFree=25950752/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661052 memory=40676 CPUtime=0.35 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 8286 0 0 0 33 2 0 0 20 0 15 0 103051050 10916917248 10169 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665263 10169 2985 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 5093 0 0 0 18 2 0 0 20 0 15 0 103051051 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805706436112 139805702227101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661052 memory=342 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661052 memory=140102568833150 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051052 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661052 memory=140102568826496 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051053 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051054 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) R 6482 6485 5719 0 -1 4202560 569 0 0 0 3 0 0 0 20 0 15 0 103051056 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805190053576 139805686592224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661052 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) R 6482 6485 5719 0 -1 1077944384 390 0 0 0 2 0 0 0 20 0 15 0 103051056 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805189006800 139805702215381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661052 memory=140102568826496 CPUtime=0.08 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) R 6482 6485 5719 0 -1 4202560 868 0 0 0 8 0 0 0 20 0 15 0 103051056 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805187963896 139805681232569 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661052 memory=140102568826496 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051056 10916917248 10169 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40676 KiB

[startup+0.310872 s]*
/proc/loadavg: 1.46 1.34 1.34 6/217 6500
/proc/meminfo: memFree=25945356/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661128 memory=47812 CPUtime=0.6 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 9094 0 0 0 57 3 0 0 20 0 15 0 103051050 10916995072 11953 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665282 11953 3056 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 5417 0 0 0 28 2 0 0 20 0 15 0 103051051 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805706442912 139805296013460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661128 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661128 memory=140102569437730 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661128 memory=140102568826496 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051053 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) R 6482 6485 5719 0 -1 4202560 788 0 0 0 7 0 0 0 20 0 15 0 103051056 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805190058584 139805687133504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661128 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) R 6482 6485 5719 0 -1 4202560 515 0 0 0 5 0 0 0 20 0 15 0 103051056 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805189007008 139805687086983 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661128 memory=140102568826496 CPUtime=0.16 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) R 6482 6485 5719 0 -1 1077944384 1007 0 0 0 16 0 0 0 20 0 15 0 103051056 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805187966960 139805702216322 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661128 memory=140102568826496 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 11953 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47812 KiB

[startup+0.700744 s]
/proc/loadavg: 1.46 1.34 1.34 5/217 6500
/proc/meminfo: memFree=25912588/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661128 memory=138732 CPUtime=1.74 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 11328 0 0 0 170 4 0 0 20 0 15 0 103051050 10916995072 34683 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665282 34683 3109 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661128 memory=167985364872379 CPUtime=0.68 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 5562 0 0 0 65 3 0 0 20 0 15 0 103051051 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805706441728 139805299614361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661128 memory=602509 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661128 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 103051053 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661128 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) R 6482 6485 5719 0 -1 4202560 1570 0 0 0 39 0 0 0 20 0 15 0 103051056 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805190072560 139805679800032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661128 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) R 6482 6485 5719 0 -1 4202560 1123 0 0 0 36 0 0 0 20 0 15 0 103051056 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805189020016 139805681918311 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661128 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) S 6482 6485 5719 0 -1 1077944384 1703 0 0 0 29 0 0 0 20 0 15 0 103051056 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805187966960 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661128 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 34683 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 138732 KiB

[startup+1.50075 s]
/proc/loadavg: 1.51 1.35 1.35 3/217 6500
/proc/meminfo: memFree=25810384/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661128 memory=184312 CPUtime=2.64 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 11482 0 0 0 258 6 0 0 20 0 15 0 103051050 10916995072 46078 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665282 46078 3117 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661128 memory=9169 CPUtime=1.46 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 5586 0 0 0 143 3 0 0 20 0 15 0 103051051 10916995072 46078 33554432000 4194304 4196468 140733462903536 139805706444608 139805299612843 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 46078 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 46078 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 46078 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 103051052 10916995072 46078 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 103051053 10916995072 46078 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0

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

/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 5936 0 0 0 620 3 0 0 20 0 15 0 103051051 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805706442696 139805299612825 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661128 memory=738 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661128 memory=604 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 224 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661128 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661128 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 103051053 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661128 memory=-7391905930163091140 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661128 memory=-4116735710718344508 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661128 memory=7234822169319403368 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661128 memory=8868 CPUtime=0.42 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) S 6482 6485 5719 0 -1 1077944384 2020 0 0 0 42 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805190072560 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661128 memory=280204874675912 CPUtime=0.47 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) S 6482 6485 5719 0 -1 1077944384 2783 0 0 0 47 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805189020016 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661128 memory=288230583149265200 CPUtime=0.31 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) S 6482 6485 5719 0 -1 1077944384 1818 0 0 0 31 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805187966960 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661128 memory=15823278816101712 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 169740 KiB

[startup+7.51048 s]
# the end of solver process 6485 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=8.68723 s, system=0.10359 s

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

[startup+6.40092 s]
/proc/loadavg: 1.55 1.36 1.35 3/217 6577
/proc/meminfo: memFree=25979412/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661128 memory=169740 CPUtime=7.68 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 14933 0 0 0 759 9 0 0 20 0 15 0 103051050 10916995072 42435 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665282 42435 3147 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661128 memory=0 CPUtime=6.33 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 5936 0 0 0 630 3 0 0 20 0 15 0 103051051 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805706442696 139805299614806 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661128 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 224 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 260 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661128 memory=280204874457288 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 101 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661128 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 252 0 0 0 1 0 0 0 20 0 15 0 103051053 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661128 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661128 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661128 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661128 memory=800 CPUtime=0.42 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) S 6482 6485 5719 0 -1 1077944384 2020 0 0 0 42 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805190072560 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661128 memory=5220 CPUtime=0.47 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) S 6482 6485 5719 0 -1 1077944384 2783 0 0 0 47 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805189020016 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661128 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) S 6482 6485 5719 0 -1 1077944384 1818 0 0 0 31 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805187966960 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661128 memory=3184238022513188176 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 42435 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 169740 KiB

[startup+7.20076 s]
/proc/loadavg: 1.55 1.36 1.35 3/217 6577
/proc/meminfo: memFree=25987212/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661128 memory=165124 CPUtime=8.48 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 15697 0 0 0 839 9 0 0 20 0 15 0 103051050 10916995072 41281 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665282 41281 3147 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661128 memory=11073 CPUtime=7.12 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 6088 0 0 0 709 3 0 0 20 0 15 0 103051051 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805706444864 139805299613050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661128 memory=4420 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661128 memory=6628 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661128 memory=8836 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 595 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661128 memory=11044 CPUtime=0.02 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 104 0 0 0 1 1 0 0 20 0 15 0 103051052 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661128 memory=11076 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 15 0 103051053 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661128 memory=167176 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661128 memory=55 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661128 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) S 6482 6485 5719 0 -1 1077944384 2020 0 0 0 42 0 0 0 20 0 15 0 103051056 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805190072560 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661128 memory=2321959003207254882 CPUtime=0.47 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) S 6482 6485 5719 0 -1 1077944384 2783 0 0 0 47 0 0 0 20 0 15 0 103051056 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805189020016 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661128 memory=7595149695232729686 CPUtime=0.31 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) S 6482 6485 5719 0 -1 1077944384 1818 0 0 0 31 0 0 0 20 0 15 0 103051056 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805187966960 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661128 memory=5794276076531237730 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661128 memory=5794276093711106914 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 41281 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 165124 KiB

[startup+7.40075 s]
/proc/loadavg: 1.55 1.36 1.35 3/217 6577
/proc/meminfo: memFree=25987212/32770624 swapFree=67028644/67108860
[pid=6485] ppid=6482 vsize=10661128 memory=163072 CPUtime=8.68 cores=1,3,5,7
/proc/6485/stat : 6485 (java) S 6482 6485 5719 0 -1 1077944320 15770 0 0 0 859 9 0 0 20 0 15 0 103051050 10916995072 40768 33554432000 4194304 4196468 140733462903536 140733462886080 139805702205175 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
/proc/6485/statm: 2665282 40768 3147 1 0 2627263 0
[pid=6485/tid=6487] ppid=6482 vsize=10661128 memory=8100621420726742378 CPUtime=7.32 cores=1,3,5,7
/proc/6485/task/6487/stat : 6487 (java) R 6482 6485 5719 0 -1 4202560 6155 0 0 0 729 3 0 0 20 0 15 0 103051051 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805706444864 139805299613355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6488] ppid=6482 vsize=10661128 memory=-3351064526135847021 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6488/stat : 6488 (java) S 6482 6485 5719 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805628279312 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6489] ppid=6482 vsize=10661128 memory=4639059877604708710 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6489/stat : 6489 (java) S 6482 6485 5719 0 -1 1077944384 263 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805627226768 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6490] ppid=6482 vsize=10661128 memory=-8820979915922421270 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6490/stat : 6490 (java) S 6482 6485 5719 0 -1 1077944384 595 0 0 0 1 0 0 0 20 0 15 0 103051052 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805626173712 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6491] ppid=6482 vsize=10661128 memory=288230574492221466 CPUtime=0.02 cores=1,3,5,7
/proc/6485/task/6491/stat : 6491 (java) S 6482 6485 5719 0 -1 1077944384 105 0 0 0 1 1 0 0 20 0 15 0 103051052 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805625121168 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6492] ppid=6482 vsize=10661128 memory=288230621803970871 CPUtime=0.01 cores=1,3,5,7
/proc/6485/task/6492/stat : 6492 (java) S 6482 6485 5719 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 103051053 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805194283760 139805702216322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6493] ppid=6482 vsize=10661128 memory=15816686058080632 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6493/stat : 6493 (java) S 6482 6485 5719 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805193229984 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6494] ppid=6482 vsize=10661128 memory=13352 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6494/stat : 6494 (java) S 6482 6485 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051054 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805192176880 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6495] ppid=6482 vsize=10661128 memory=15128 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6495/stat : 6495 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805191125456 139805702223771 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6496] ppid=6482 vsize=10661128 memory=640 CPUtime=0.42 cores=1,3,5,7
/proc/6485/task/6496/stat : 6496 (java) S 6482 6485 5719 0 -1 1077944384 2020 0 0 0 42 0 0 0 20 0 15 0 103051056 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805190072560 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6497] ppid=6482 vsize=10661128 memory=1760 CPUtime=0.47 cores=1,3,5,7
/proc/6485/task/6497/stat : 6497 (java) S 6482 6485 5719 0 -1 1077944384 2783 0 0 0 47 0 0 0 20 0 15 0 103051056 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805189020016 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6498] ppid=6482 vsize=10661128 memory=960 CPUtime=0.31 cores=1,3,5,7
/proc/6485/task/6498/stat : 6498 (java) S 6482 6485 5719 0 -1 1077944384 1818 0 0 0 31 0 0 0 20 0 15 0 103051056 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805187966960 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6499] ppid=6482 vsize=10661128 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6499/stat : 6499 (java) S 6482 6485 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805186914656 139805702215381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
[pid=6485/tid=6500] ppid=6482 vsize=10661128 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/6485/task/6500/stat : 6500 (java) S 6482 6485 5719 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 15 0 103051056 10916995072 40768 33554432000 4194304 4196468 140733462903536 139805185862704 139805702216322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 22675456 140733462906029 140733462906121 140733462906121 140733462908879 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 163072 KiB

[startup+7.50075 s]*
/proc/loadavg: 1.55 1.36 1.35 3/204 6578
/proc/meminfo: memFree=26109924/32770624 swapFree=67028644/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 7.51051
CPU time (s): 8.79082
CPU user time (s): 8.68723
CPU system time (s): 0.10359
CPU usage (%): 117.047
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 187100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.68723
system time used= 0.10359
maximum resident set size= 189148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2011
involuntary context switches= 29


# summary of solver processes directly reported to runsolver:
#   pid: 6485
#   total CPU time (s): 8.79082
#   total CPU user time (s): 8.68723
#   total CPU system time (s): 0.10359

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.073089 second user time and 0.111057 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 11:01:19
IDJOB=4300364
IDBENCH=141590
IDSOLVER=2766
FILE ID=node102/4300364-1532854879
RUNJOBID= node102-1532847434-5751
PBS_JOBID= 21022508
Free space on /tmp= 52744 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300364-1532854879/watcher-4300364-1532854879 -o /tmp/evaluation-result-4300364-1532854879/solver-4300364-1532854879 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5751 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300364-1532854879.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=979780544

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
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:        25980456 kB
MemAvailable:   31168872 kB
Buffers:          224784 kB
Cached:          5207444 kB
SwapCached:        53208 kB
Active:          1978836 kB
Inactive:        4285548 kB
Active(anon):     758096 kB
Inactive(anon):    99168 kB
Active(file):    1220740 kB
Inactive(file):  4186380 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028644 kB
Dirty:              1248 kB
Writeback:             0 kB
AnonPages:        835360 kB
Mapped:            49112 kB
Shmem:             22408 kB
Slab:             223376 kB
SReclaimable:     194260 kB
SUnreclaim:        29116 kB
KernelStack:        3840 kB
PageTables:         6536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1430016 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    788480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52744 MiB
End job on node102 at 2018-07-29 11:01:26