Trace number 4309005

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
OscaR - Parallel with EPS 2018-08-14SAT 6.05977 2.49142

General information on the benchmark

NameColouredQueens/
ColouredQueens-07_c18.xml
MD5SUM968c6e40c1de71b17fca4670fe54f327
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 benchmark1.50775
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints36
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":49}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":45}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":16}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":36}]
Optimization problemNO
Type of objective

Solver Data

0.64/0.67	c version: 2018-08-14
0.64/0.67	c seed: 508517251
0.64/0.67	c timeout: 20160
0.64/0.67	c memlimit: 22000
0.64/0.67	c nbcore: 8
0.78/0.70	c Parsing instance...
1.15/0.95	c Parsing done, starting search...
4.96/2.34	s SATISFIABLE
4.96/2.34	v <instantiation>
4.96/2.34	v 	<list>
4.96/2.34	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
4.96/2.34	v 	</list>
4.96/2.34	v 	<values>
4.96/2.34	v 		6 3 0 5 2 1 4 5 2 1 4 6 3 0 4 6 3 0 5 2 1 0 5 2 1 4 6 3 1 4 6 3 0 5 2 3 0 5 2 1 4 6 2 1 4 6 3 0 5 
4.96/2.34	v 	</values>
4.96/2.34	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 (11199 MiB free)
  memory of node 1: 16384 MiB (13029 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309005-1534351989/watcher-4309005-1534351989 -o /tmp/evaluation-result-4309005-1534351989/solver-4309005-1534351989 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534351989-8617 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 508517251 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309005-1534351989.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=8635, runsolver pid=8632

[startup+0.100148 s]*
/proc/loadavg: 0.02 0.59 1.07 1/185 8637
/proc/meminfo: memFree=24808684/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=111596 memory=5604 CPUtime=0 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 1651 0 0 0 0 0 0 0 20 0 2 0 252762231 114274304 1401 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 27899 1401 1062 1 0 16810 0
[pid=8635/tid=8637] ppid=8632 vsize=111596 memory=4134692831991783777 CPUtime=0 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) D 8632 8635 8590 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 2 0 252762237 114274304 1401 33554432000 4194304 4196468 140730261266032 139782343991528 139782332429685 0 4 0 16784584 18446744072101813796 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 111596 KiB
Current children cumulated memory: 5604 KiB

[startup+0.209365 s]*
/proc/loadavg: 0.02 0.59 1.07 2/203 8655
/proc/meminfo: memFree=24793292/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=26103420 memory=28944 CPUtime=0.1 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 6694 0 0 0 9 1 0 0 20 0 20 0 252762231 26729902080 7236 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 6525855 7236 3137 1 0 6487932 0
[pid=8635/tid=8637] ppid=8632 vsize=26103420 memory=8316850467074736180 CPUtime=0.08 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) R 8632 8635 8590 0 -1 4202560 4772 0 0 0 7 1 0 0 20 0 20 0 252762237 26729902080 7236 33554432000 4194304 4196468 140730261266032 139782343934232 139782323832158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8638] ppid=8632 vsize=26103420 memory=3412 CPUtime=0 cores=0-7
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139782262332176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8639] ppid=8632 vsize=26103420 memory=139793503844649 CPUtime=0 cores=0-7
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781896952720 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8640] ppid=8632 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781895900176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8641] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781894847632 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8642] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781893794064 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8643] ppid=8632 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781892741520 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8644] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781891688976 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8645] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781890636432 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8646] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762245 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781468051952 139782339762818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8647] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 252762245 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781466998176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8648] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 252762245 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781465945584 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8649] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781464894160 139782339770267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8650] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8590 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781463840752 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8651] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781462788208 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8652] ppid=8632 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781461735664 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8653] ppid=8632 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8590 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781460683120 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8654] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8654/stat : 8654 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781459630816 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8655] ppid=8632 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/8635/task/8655/stat : 8655 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762249 26729902080 7236 33554432000 4194304 4196468 140730261266032 139781458578352 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 28944 KiB

[startup+0.310389 s]*
/proc/loadavg: 0.02 0.59 1.07 4/203 8655
/proc/meminfo: memFree=24778408/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=26103420 memory=44664 CPUtime=0.25 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 10293 0 0 0 23 2 0 0 20 0 20 0 252762231 26729902080 11166 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 6525855 11166 3275 1 0 6487932 0
[pid=8635/tid=8637] ppid=8632 vsize=26103420 memory=8112282956445269571 CPUtime=0.18 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) R 8632 8635 8590 0 -1 4202560 8138 0 0 0 17 1 0 0 20 0 20 0 252762237 26729902080 11166 33554432000 4194304 4196468 140730261266032 139782343973808 139782339763606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8638] ppid=8632 vsize=26103420 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139782262332176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8639] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781896952720 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8640] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781895900176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8641] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781894847632 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8642] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781893794064 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8643] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781892741520 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8644] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781891688976 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8645] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781890636432 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8646] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 252762245 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781468051952 139782339762818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8647] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 252762245 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781466998176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8648] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 252762245 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781465945584 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8649] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781464894160 139782339770267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8650] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8650/stat : 8650 (java) R 8632 8635 8590 0 -1 4202560 443 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781463840752 139782324145015 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8651] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8651/stat : 8651 (java) R 8632 8635 8590 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781462788304 139782339761877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8652] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8652/stat : 8652 (java) R 8632 8635 8590 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781461727312 139782321108688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8653] ppid=8632 vsize=26103420 memory=0 CPUtime=0.04 cores=0-7
/proc/8635/task/8653/stat : 8653 (java) R 8632 8635 8590 0 -1 4202560 274 0 0 0 4 0 0 0 20 0 20 0 252762248 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781460683120 139782320982229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8654] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8654/stat : 8654 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762248 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781459630816 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8655] ppid=8632 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8655/stat : 8655 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762249 26729902080 11166 33554432000 4194304 4196468 140730261266032 139781458578352 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 44664 KiB

[startup+0.700926 s]
/proc/loadavg: 0.02 0.59 1.07 2/203 8655
/proc/meminfo: memFree=24769104/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=26103440 memory=78612 CPUtime=0.78 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 16632 0 0 0 73 5 0 0 20 0 20 0 252762231 26729922560 19653 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 6525860 19653 3414 1 0 6487932 0
[pid=8635/tid=8637] ppid=8632 vsize=26103440 memory=0 CPUtime=0.56 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) R 8632 8635 8590 0 -1 4202560 14160 0 0 0 52 4 0 0 20 0 20 0 252762237 26729922560 19653 33554432000 4194304 4196468 140730261266032 139782343986800 139782339763606 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8638] ppid=8632 vsize=26103440 memory=4132 CPUtime=0 cores=0-7
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139782262332176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8639] ppid=8632 vsize=26103440 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781896952720 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8640] ppid=8632 vsize=26103440 memory=139793400865376 CPUtime=0 cores=0-7
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781895900176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8641] ppid=8632 vsize=26103440 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781894847632 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8642] ppid=8632 vsize=26103440 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781893794064 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8643] ppid=8632 vsize=26103440 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781892741520 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8644] ppid=8632 vsize=26103440 memory=7809523229951467574 CPUtime=0 cores=0-7
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781891688976 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8645] ppid=8632 vsize=26103440 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781890636432 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8646] ppid=8632 vsize=26103440 memory=-6295010320509002849 CPUtime=0 cores=0-7
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 252762245 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781468051952 139782339762818 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8647] ppid=8632 vsize=26103440 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 252762245 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781466998176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8648] ppid=8632 vsize=26103440 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 252762245 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781465945584 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8649] ppid=8632 vsize=26103440 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762248 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781464894160 139782339770267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8650] ppid=8632 vsize=26103440 memory=0 CPUtime=0.02 cores=0-7
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8590 0 -1 1077944384 539 0 0 0 2 0 0 0 20 0 20 0 252762248 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781463840752 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8651] ppid=8632 vsize=26103440 memory=0 CPUtime=0.03 cores=0-7
/proc/8635/task/8651/stat : 8651 (java) R 8632 8635 8590 0 -1 4202560 166 0 0 0 3 0 0 0 20 0 20 0 252762248 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781462788208 139782320518936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8652] ppid=8632 vsize=26103440 memory=0 CPUtime=0.02 cores=0-7
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8590 0 -1 1077944384 56 0 0 0 2 0 0 0 20 0 20 0 252762248 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781461735664 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8653] ppid=8632 vsize=26103440 memory=6933690305039933585 CPUtime=0.12 cores=0-7
/proc/8635/task/8653/stat : 8653 (java) R 8632 8635 8590 0 -1 4202560 324 0 0 0 12 0 0 0 20 0 20 0 252762248 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781460683120 139782318433657 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8654] ppid=8632 vsize=26103440 memory=279586801716624 CPUtime=0 cores=0-7
/proc/8635/task/8654/stat : 8654 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762248 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781459630816 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8655] ppid=8632 vsize=26103440 memory=279586801716496 CPUtime=0 cores=0-7
/proc/8635/task/8655/stat : 8655 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762249 26729922560 19653 33554432000 4194304 4196468 140730261266032 139781458578352 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 26103440 KiB
Current children cumulated memory: 78612 KiB

[startup+1.50139 s]
/proc/loadavg: 0.02 0.59 1.07 3/203 8655
/proc/meminfo: memFree=24723888/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=26111632 memory=144844 CPUtime=2.6 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 25016 0 0 0 251 9 0 0 20 0 20 0 252762231 26738311168 36211 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 6527908 36211 3545 1 0 6489980 0
[pid=8635/tid=8637] ppid=8632 vsize=26111632 memory=279585996440101 CPUtime=1.35 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) R 8632 8635 8590 0 -1 4202560 18394 0 0 0 129 6 0 0 20 0 20 0 252762237 26738311168 36211 33554432000 4194304 4196468 140730261266032 139782343979664 139781947812202 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8638] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 36211 33554432000 4194304 4196468 140730261266032 139782262332176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8639] ppid=8632 vsize=26111632 memory=74311524172692 CPUtime=0 cores=0-7
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 36211 33554432000 4194304 4196468 140730261266032 139781896952720 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8640] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 36211 33554432000 4194304 4196468 140730261266032 139781895900176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0

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

Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 144844 KiB

[startup+2.49136 s]
# the end of solver process 8635 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=5.87522 s, system=0.184546 s

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

[startup+1.60105 s]
/proc/loadavg: 0.02 0.59 1.07 3/203 8655
/proc/meminfo: memFree=24723888/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=26111632 memory=160176 CPUtime=2.85 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 25287 0 0 0 275 10 0 0 20 0 20 0 252762231 26738311168 40044 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 6527908 40044 3546 1 0 6489980 0
[pid=8635/tid=8637] ppid=8632 vsize=26111632 memory=0 CPUtime=1.44 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) R 8632 8635 8590 0 -1 4202560 18401 0 0 0 138 6 0 0 20 0 20 0 252762237 26738311168 40044 33554432000 4194304 4196468 140730261266032 139782343979664 139781947799522 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8638] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139782262332176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8639] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781896952720 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8640] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781895900176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8641] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781894847632 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8642] ppid=8632 vsize=26111632 memory=139793400981336 CPUtime=0 cores=0-7
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781893794064 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8643] ppid=8632 vsize=26111632 memory=8243114992657236055 CPUtime=0 cores=0-7
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781892741520 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8644] ppid=8632 vsize=26111632 memory=288283398412447059 CPUtime=0 cores=0-7
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781891688976 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8645] ppid=8632 vsize=26111632 memory=288288865890399030 CPUtime=0 cores=0-7
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762243 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781890636432 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8646] ppid=8632 vsize=26111632 memory=3977301005858766880 CPUtime=0 cores=0-7
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8590 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 252762245 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781468051952 139782339762818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8647] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 252762245 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781466998176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8648] ppid=8632 vsize=26111632 memory=7377554137340735078 CPUtime=0 cores=0-7
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 252762245 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781465945584 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8649] ppid=8632 vsize=26111632 memory=5793975926755185002 CPUtime=0 cores=0-7
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762248 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781464894160 139782339770267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8650] ppid=8632 vsize=26111632 memory=7090988413152880236 CPUtime=0.28 cores=0-7
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8590 0 -1 1077944384 1304 0 0 0 28 0 0 0 20 0 20 0 252762248 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781463840752 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8651] ppid=8632 vsize=26111632 memory=6227725709080105897 CPUtime=0.27 cores=0-7
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8590 0 -1 1077944384 703 0 0 0 26 1 0 0 20 0 20 0 252762248 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781462788208 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8652] ppid=8632 vsize=26111632 memory=0 CPUtime=0.31 cores=0-7
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8590 0 -1 1077944384 802 0 0 0 31 0 0 0 20 0 20 0 252762248 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781461735664 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8653] ppid=8632 vsize=26111632 memory=279586801995232 CPUtime=0.49 cores=0-7
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8590 0 -1 1077944384 2684 0 0 0 49 0 0 0 20 0 20 0 252762248 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781460683120 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8654] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8654/stat : 8654 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 252762248 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781459630816 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8655] ppid=8632 vsize=26111632 memory=0 CPUtime=0 cores=0-7
/proc/8635/task/8655/stat : 8655 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 252762249 26738311168 40044 33554432000 4194304 4196468 140730261266032 139781458578352 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 160176 KiB

[startup+2.00079 s]*
/proc/loadavg: 0.02 0.59 1.07 3/205 8657
/proc/meminfo: memFree=24583992/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=26246808 memory=238792 CPUtime=3.86 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 28056 0 0 0 371 15 0 0 20 0 22 0 252762231 26876731392 59698 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 6561702 59698 3576 1 0 6523774 0
[pid=8635/tid=8637] ppid=8632 vsize=26246808 memory=8112282956445269571 CPUtime=1.77 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) R 8632 8635 8590 0 -1 4202560 19575 0 0 0 170 7 0 0 20 0 22 0 252762237 26876731392 59698 33554432000 4194304 4196468 140730261266032 139782343981536 139782339773597 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8638] ppid=8632 vsize=26246808 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8590 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139782262332176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8639] ppid=8632 vsize=26246808 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8590 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781896952720 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8640] ppid=8632 vsize=26246808 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8590 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781895900176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8641] ppid=8632 vsize=26246808 memory=2321103359604701494 CPUtime=0.01 cores=0-7
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8590 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781894847632 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8642] ppid=8632 vsize=26246808 memory=2319413410198991411 CPUtime=0.01 cores=0-7
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8590 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781893794064 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8643] ppid=8632 vsize=26246808 memory=7813587196152197429 CPUtime=0.01 cores=0-7
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8590 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781892741520 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8644] ppid=8632 vsize=26246808 memory=8751464017575424310 CPUtime=0.01 cores=0-7
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8590 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781891688976 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8645] ppid=8632 vsize=26246808 memory=8242257093008240950 CPUtime=0.01 cores=0-7
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8590 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 22 0 252762243 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781890636432 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8646] ppid=8632 vsize=26246808 memory=0 CPUtime=0.02 cores=0-7
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8590 0 -1 1077944384 667 0 0 0 2 0 0 0 20 0 22 0 252762245 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781468051952 139782339762818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8647] ppid=8632 vsize=26246808 memory=7668062709956563795 CPUtime=0 cores=0-7
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 22 0 252762245 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781466998240 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8648] ppid=8632 vsize=26246808 memory=7374193956555679577 CPUtime=0 cores=0-7
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 22 0 252762245 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781465945600 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8649] ppid=8632 vsize=26246808 memory=7012783471246596192 CPUtime=0 cores=0-7
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 252762248 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781464894160 139782339770267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8650] ppid=8632 vsize=26246808 memory=7811327889679149937 CPUtime=0.42 cores=0-7
/proc/8635/task/8650/stat : 8650 (java) S 8632 8635 8590 0 -1 1077944384 1352 0 0 0 41 1 0 0 20 0 22 0 252762248 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781463840752 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8651] ppid=8632 vsize=26246808 memory=279586802319584 CPUtime=0.4 cores=0-7
/proc/8635/task/8651/stat : 8651 (java) S 8632 8635 8590 0 -1 1077944384 769 0 0 0 39 1 0 0 20 0 22 0 252762248 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781462788208 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8652] ppid=8632 vsize=26246808 memory=734122130331934768 CPUtime=0.45 cores=0-7
/proc/8635/task/8652/stat : 8652 (java) S 8632 8635 8590 0 -1 1077944384 977 0 0 0 45 0 0 0 20 0 22 0 252762248 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781461735664 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8653] ppid=8632 vsize=26246808 memory=0 CPUtime=0.62 cores=0-7
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8590 0 -1 1077944384 2993 0 0 0 61 1 0 0 20 0 22 0 252762248 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781460683120 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8654] ppid=8632 vsize=26246808 memory=662039247141364841 CPUtime=0 cores=0-7
/proc/8635/task/8654/stat : 8654 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 252762248 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781459630816 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8655] ppid=8632 vsize=26246808 memory=-1 CPUtime=0 cores=0-7
/proc/8635/task/8655/stat : 8655 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 252762249 26876731392 59698 33554432000 4194304 4196468 140730261266032 139781458578352 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8656] ppid=8632 vsize=26246808 memory=-1 CPUtime=0 cores=0-7
/proc/8635/task/8656/stat : 8656 (java) S 8632 8635 8590 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 22 0 252762401 26876731392 59698 33554432000 4194304 4196468 140730261266032 139780524860672 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8657] ppid=8632 vsize=26246808 memory=279586802345904 CPUtime=0 cores=0-7
/proc/8635/task/8657/stat : 8657 (java) S 8632 8635 8590 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 22 0 252762421 26876731392 59698 33554432000 4194304 4196468 140730261266032 139780521711056 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
Current children cumulated CPU time: 3.86 s
Current children cumulated vsize: 26246808 KiB
Current children cumulated memory: 238792 KiB

[startup+2.40133 s]
/proc/loadavg: 0.02 0.59 1.07 3/205 8657
/proc/meminfo: memFree=24583992/32770624 swapFree=67108856/67108860
[pid=8635] ppid=8632 vsize=27650832 memory=247480 CPUtime=5.62 cores=0-7
/proc/8635/stat : 8635 (java) S 8632 8635 8590 0 -1 1077944320 30844 0 0 0 545 17 0 0 20 0 42 0 252762231 28314451968 61870 33554432000 4194304 4196468 140730261266032 140730261248576 139782339751671 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
/proc/8635/statm: 6912708 61870 3588 1 0 6874259 0
[pid=8635/tid=8637] ppid=8632 vsize=27650832 memory=0 CPUtime=1.95 cores=0-7
/proc/8635/task/8637/stat : 8637 (java) S 8632 8635 8590 0 -1 1077944384 20165 0 0 0 188 7 0 0 20 0 42 0 252762237 28314451968 61870 33554432000 4194304 4196468 140730261266032 139782343994544 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8638] ppid=8632 vsize=27650832 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8638/stat : 8638 (java) S 8632 8635 8590 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139782262332176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8639] ppid=8632 vsize=27650832 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8639/stat : 8639 (java) S 8632 8635 8590 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781896952720 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8640] ppid=8632 vsize=27650832 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8640/stat : 8640 (java) S 8632 8635 8590 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781895900176 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8641] ppid=8632 vsize=27650832 memory=8112282956445269571 CPUtime=0.01 cores=0-7
/proc/8635/task/8641/stat : 8641 (java) S 8632 8635 8590 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781894847632 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8642] ppid=8632 vsize=27650832 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8642/stat : 8642 (java) S 8632 8635 8590 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781893794064 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8643] ppid=8632 vsize=27650832 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8643/stat : 8643 (java) S 8632 8635 8590 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781892741520 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8644] ppid=8632 vsize=27650832 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8644/stat : 8644 (java) S 8632 8635 8590 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781891688976 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8645] ppid=8632 vsize=27650832 memory=0 CPUtime=0.01 cores=0-7
/proc/8635/task/8645/stat : 8645 (java) S 8632 8635 8590 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 42 0 252762243 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781890636432 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8646] ppid=8632 vsize=27650832 memory=189280 CPUtime=0.02 cores=0-7
/proc/8635/task/8646/stat : 8646 (java) S 8632 8635 8590 0 -1 1077944384 668 0 0 0 2 0 0 0 20 0 42 0 252762245 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781468051952 139782339762818 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8647] ppid=8632 vsize=27650832 memory=1192 CPUtime=0 cores=0-7
/proc/8635/task/8647/stat : 8647 (java) S 8632 8635 8590 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 42 0 252762245 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781466998240 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8648] ppid=8632 vsize=27650832 memory=1616 CPUtime=0 cores=0-7
/proc/8635/task/8648/stat : 8648 (java) S 8632 8635 8590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 42 0 252762245 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781465945600 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8649] ppid=8632 vsize=27650832 memory=1384 CPUtime=0 cores=0-7
/proc/8635/task/8649/stat : 8649 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 42 0 252762248 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781464894160 139782339770267 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8650] ppid=8632 vsize=27650832 memory=752 CPUtime=0.59 cores=0-7
/proc/8635/task/8650/stat : 8650 (java) R 8632 8635 8590 0 -1 4202560 1405 0 0 0 58 1 0 0 20 0 42 0 252762248 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781463840560 139782319052626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8651] ppid=8632 vsize=27650832 memory=7332 CPUtime=0.55 cores=0-7
/proc/8635/task/8651/stat : 8651 (java) R 8632 8635 8590 0 -1 4202560 805 0 0 0 54 1 0 0 20 0 42 0 252762248 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781462777008 139782321105121 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8652] ppid=8632 vsize=27650832 memory=5400 CPUtime=0.66 cores=0-7
/proc/8635/task/8652/stat : 8652 (java) R 8632 8635 8590 0 -1 4202560 1481 0 0 0 66 0 0 0 20 0 42 0 252762248 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781461721544 139782321295775 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8653] ppid=8632 vsize=27650832 memory=1108 CPUtime=0.77 cores=0-7
/proc/8635/task/8653/stat : 8653 (java) S 8632 8635 8590 0 -1 1077944384 3391 0 0 0 76 1 0 0 20 0 42 0 252762248 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781460683120 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8654] ppid=8632 vsize=27650832 memory=10784 CPUtime=0 cores=0-7
/proc/8635/task/8654/stat : 8654 (java) S 8632 8635 8590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 42 0 252762248 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781459630816 139782339761877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
[pid=8635/tid=8655] ppid=8632 vsize=27650832 memory=872 CPUtime=0 cores=0-7
/proc/8635/task/8655/stat : 8655 (java) S 8632 8635 8590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 42 0 252762249 28314451968 61870 33554432000 4194304 4196468 140730261266032 139781458578352 139782339762818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13168640 140730261267534 140730261267717 140730261267717 140730261270479 0
Current children cumulated CPU time: 5.62 s
Current children cumulated vsize: 27650832 KiB
Current children cumulated memory: 247480 KiB

Child status: 0
Real time (s): 2.49142
CPU time (s): 6.05977
CPU user time (s): 5.87522
CPU system time (s): 0.184546
CPU usage (%): 243.225
Max. virtual memory (cumulated for all children) (KiB): 27650832
Max. memory (cumulated for all children) (KiB): 247480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.87522
system time used= 0.184546
maximum resident set size= 250148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31168
page faults= 0
swaps= 0
block input operations= 3744
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5468
involuntary context switches= 147


# summary of solver processes directly reported to runsolver:
#   pid: 8635
#   total CPU time (s): 6.05977
#   total CPU user time (s): 5.87522
#   total CPU system time (s): 0.184546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039142 second user time and 0.067646 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-15 18:53:09
IDJOB=4309005
IDBENCH=141018
IDSOLVER=2793
FILE ID=node132/4309005-1534351989
RUNJOBID= node132-1534351989-8617
PBS_JOBID= 21038250
Free space on /tmp= 47092 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-07_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309005-1534351989/watcher-4309005-1534351989 -o /tmp/evaluation-result-4309005-1534351989/solver-4309005-1534351989 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534351989-8617 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 508517251 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309005-1534351989.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 968c6e40c1de71b17fca4670fe54f327
RANDOM SEED=508517251

node132.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.65
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.65
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.65
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.65
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:        24810324 kB
MemAvailable:   31891824 kB
Buffers:          235032 kB
Cached:          7103404 kB
SwapCached:            4 kB
Active:          3870752 kB
Inactive:        3520808 kB
Active(anon):       3116 kB
Inactive(anon):   110864 kB
Active(file):    3867636 kB
Inactive(file):  3409944 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             35708 kB
Writeback:             0 kB
AnonPages:         60676 kB
Mapped:            57872 kB
Shmem:             58012 kB
Slab:             260432 kB
SReclaimable:     232380 kB
SUnreclaim:        28052 kB
KernelStack:        3184 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     356748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 47060 MiB
End job on node132 at 2018-08-15 18:53:13