Trace number 4300302

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
The dodo solver 2018-04-29SAT (TO) 2520.02 2491.72

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
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 benchmark2.36005
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2520.00/2491.70	s SATISFIABLE
2520.00/2491.70	v <instantiation>
2520.00/2491.70	v 	<list>
2520.00/2491.70	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] x[30] x[31] x[32] x[33] x[34] 
2520.00/2491.70	v 	</list>
2520.00/2491.70	v 	<values>
2520.00/2491.70	v 		4 4 1 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
2520.00/2491.70	v 	</values>
2520.00/2491.70	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 (9780 MiB free)
  memory of node 1: 16384 MiB (11305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300302-1532878430/watcher-4300302-1532878430 -o /tmp/evaluation-result-4300302-1532878430/solver-4300302-1532878430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532870891-23001 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300302-1532878430.xml --timelimit 2520 

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

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

solver pid=23865, runsolver pid=23862

[startup+0.100274 s]*
/proc/loadavg: 1.32 1.44 1.43 3/216 23880
/proc/meminfo: memFree=21576404/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10658972 memory=26936 CPUtime=0.12 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 5235 0 0 0 11 1 0 0 20 0 15 0 105406133 10914787328 6734 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2664743 6734 2800 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10658972 memory=-8341684059579126394 CPUtime=0.09 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 3107 0 0 0 8 1 0 0 20 0 15 0 105406134 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711666690144 140711662472598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10658972 memory=139935530534528 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406134 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10658972 memory=139935530534528 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406136 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406136 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711153116320 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406137 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) S 23862 23865 20189 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 105406139 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711149959920 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) R 23862 23865 20189 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 105406139 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711148907376 140711662471810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10658972 memory=139935530534528 CPUtime=0.01 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) R 23862 23865 20189 0 -1 4202560 326 0 0 0 1 0 0 0 20 0 15 0 105406139 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711147854320 140711646541150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10658972 memory=139935530534528 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406139 10914787328 6734 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 26936 KiB

[startup+0.210616 s]*
/proc/loadavg: 1.32 1.44 1.43 5/216 23880
/proc/meminfo: memFree=21560924/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10661056 memory=40448 CPUtime=0.33 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 8207 0 0 0 31 2 0 0 20 0 15 0 105406133 10916921344 10112 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2665264 10112 2988 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) S 23862 23865 20189 0 -1 1077944384 5103 0 0 0 18 2 0 0 20 0 15 0 105406134 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711666698768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661056 memory=343 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661056 memory=139935530555549 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406134 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661056 memory=139935530534528 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406136 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406136 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711153116320 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406137 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) R 23862 23865 20189 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 105406139 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711149959920 140711662471810 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) R 23862 23865 20189 0 -1 4202560 549 0 0 0 2 0 0 0 20 0 15 0 105406139 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711148907376 140711640340816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10661056 memory=139935530534528 CPUtime=0.08 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) R 23862 23865 20189 0 -1 4202560 826 0 0 0 8 0 0 0 20 0 15 0 105406139 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711147851128 140711641081760 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10661056 memory=139935530534528 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406139 10916921344 10112 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40448 KiB

[startup+0.315942 s]*
/proc/loadavg: 1.32 1.44 1.43 6/216 23880
/proc/meminfo: memFree=21555776/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10661132 memory=47760 CPUtime=0.62 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 9015 0 0 0 59 3 0 0 20 0 15 0 105406133 10916999168 11940 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2665283 11940 3061 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 5436 0 0 0 28 2 0 0 20 0 15 0 105406134 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711666698496 140711662482010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661132 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661132 memory=139935530555018 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661132 memory=139935530534528 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711153116320 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406137 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) R 23862 23865 20189 0 -1 4202560 541 0 0 0 6 0 0 0 20 0 15 0 105406139 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711149946016 140711644005133 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10661132 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) R 23862 23865 20189 0 -1 1077944384 689 0 0 0 7 0 0 0 20 0 15 0 105406139 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711148895488 140711662470869 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10661132 memory=139935530534528 CPUtime=0.16 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) R 23862 23865 20189 0 -1 4202560 979 0 0 0 16 0 0 0 20 0 15 0 105406139 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711147849584 140711641066000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10661132 memory=139935530534528 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 11940 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47760 KiB

[startup+0.700826 s]
/proc/loadavg: 1.32 1.44 1.43 5/216 23880
/proc/meminfo: memFree=21516516/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10661132 memory=111804 CPUtime=1.86 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 11938 0 0 0 181 5 0 0 20 0 15 0 105406133 10916999168 27951 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2665283 27951 3114 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10661132 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 5762 0 0 0 64 3 0 0 20 0 15 0 105406134 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711666697008 140711269424043 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661132 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661132 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661132 memory=9996 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10661132 memory=5792 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711153116320 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10661132 memory=1936 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406137 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10661132 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10661132 memory=6945208482816681536 CPUtime=0.42 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) S 23862 23865 20189 0 -1 1077944384 1500 0 0 0 42 0 0 0 20 0 15 0 105406139 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711149959920 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10661132 memory=7811323491934034026 CPUtime=0.43 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) S 23862 23865 20189 0 -1 1077944384 1484 0 0 0 43 0 0 0 20 0 15 0 105406139 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711148907376 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10661132 memory=5787213827163908199 CPUtime=0.32 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) S 23862 23865 20189 0 -1 1077944384 1821 0 0 0 32 0 0 0 20 0 15 0 105406139 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711147854320 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 27951 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 111804 KiB

[startup+1.50083 s]
/proc/loadavg: 1.32 1.44 1.43 4/216 23880
/proc/meminfo: memFree=21456512/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10661132 memory=195424 CPUtime=3.22 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 20427 0 0 0 315 7 0 0 20 0 15 0 105406133 10916999168 48856 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2665283 48856 3152 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10661132 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 6142 0 0 0 142 4 0 0 20 0 15 0 105406134 10916999168 48856 33554432000 4194304 4196468 140722109723936 140711666700288 140711269643638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 48856 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661132 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 48856 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 48856 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 105406134 10916999168 48856 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 222 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 48856 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0

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

/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 23725 0 0 0 236324 92 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711666700640 140711269643626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661132 memory=6791534058613427641 CPUtime=8.55 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 10142 0 0 0 808 47 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.52 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 8027 0 0 0 813 39 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.54 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 8420 0 0 0 810 44 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.55 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 7516 0 0 0 809 46 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661132 memory=321904 CPUtime=6.28 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 7296 0 0 0 581 47 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711153116384 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10661132 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105406137 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10661132 memory=4136 CPUtime=1.41 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) S 23862 23865 20189 0 -1 1077944384 10935 0 0 0 140 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711149959920 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10661132 memory=321904 CPUtime=1.68 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) S 23862 23865 20189 0 -1 1077944384 8943 0 0 0 167 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711148907376 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10661132 memory=321904 CPUtime=0.42 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) S 23862 23865 20189 0 -1 1077944384 3067 0 0 0 41 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711147854320 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10661132 memory=321904 CPUtime=1.32 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 632 0 0 0 70 62 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 2409.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 321904 KiB

[startup+2442.3 s]
/proc/loadavg: 1.36 1.35 1.33 3/216 23974
/proc/meminfo: memFree=20944388/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10661132 memory=321904 CPUtime=2470.11 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 91571 0 0 0 246679 332 0 0 20 0 15 0 105406133 10916999168 80476 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2665283 80476 3168 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10661132 memory=321904 CPUtime=2423.73 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 24144 0 0 0 242279 94 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711666700640 140711269643628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661132 memory=56 CPUtime=8.76 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 10332 0 0 0 828 48 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661132 memory=1728 CPUtime=8.73 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 8491 0 0 0 833 40 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.74 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 8511 0 0 0 829 45 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.76 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 7601 0 0 0 829 47 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661132 memory=321904 CPUtime=6.43 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 7469 0 0 0 595 48 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10661132 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711153116384 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105406137 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10661132 memory=321904 CPUtime=1.41 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) S 23862 23865 20189 0 -1 1077944384 10938 0 0 0 140 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711149959920 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10661132 memory=321904 CPUtime=1.68 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) S 23862 23865 20189 0 -1 1077944384 8945 0 0 0 167 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711148907376 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10661132 memory=321904 CPUtime=0.42 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) S 23862 23865 20189 0 -1 1077944384 3069 0 0 0 41 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711147854320 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10661132 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10661132 memory=321904 CPUtime=1.35 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 646 0 0 0 71 64 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 2470.11 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 321904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.7 s]
/proc/loadavg: 1.39 1.35 1.33 3/215 24052
/proc/meminfo: memFree=21479596/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10661132 memory=321904 CPUtime=2520 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 91983 0 0 0 251661 339 0 0 20 0 15 0 105406133 10916999168 80476 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2665283 80476 3168 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10661132 memory=4136 CPUtime=2472.8 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 24365 0 0 0 247185 95 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711666700576 140711269644132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.93 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 10407 0 0 0 844 49 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.9 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 8558 0 0 0 848 42 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.91 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 8516 0 0 0 845 46 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.93 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 7633 0 0 0 845 48 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661132 memory=1012 CPUtime=6.55 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 7478 0 0 0 606 49 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711153116384 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10661132 memory=18252 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105406137 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10661132 memory=321904 CPUtime=1.41 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) S 23862 23865 20189 0 -1 1077944384 10938 0 0 0 140 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711149959920 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10661132 memory=6791534058613427641 CPUtime=1.68 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) S 23862 23865 20189 0 -1 1077944384 8945 0 0 0 167 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711148907376 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10661132 memory=960 CPUtime=0.42 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) S 23862 23865 20189 0 -1 1077944384 3069 0 0 0 41 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711147854320 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10661132 memory=4136 CPUtime=1.37 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 649 0 0 0 72 65 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 321904 KiB

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

[startup+2491.72 s]
# the end of solver process 23865 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.63 s, system=3.39454 s

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

[startup+2491.7 s]
/proc/loadavg: 1.39 1.35 1.33 3/215 24052
/proc/meminfo: memFree=21479596/32770624 swapFree=67108860/67108860
[pid=23865] ppid=23862 vsize=10661132 memory=321904 CPUtime=2520 cores=0,2,4,6
/proc/23865/stat : 23865 (java) S 23862 23865 20189 0 -1 1077944320 91983 0 0 0 251661 339 0 0 20 0 15 0 105406133 10916999168 80476 33554432000 4194304 4196468 140722109723936 140722109706480 140711662460663 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
/proc/23865/statm: 2665283 80476 3168 1 0 2627263 0
[pid=23865/tid=23867] ppid=23862 vsize=10661132 memory=4136 CPUtime=2472.8 cores=0,2,4,6
/proc/23865/task/23867/stat : 23867 (java) R 23862 23865 20189 0 -1 4202560 24365 0 0 0 247185 95 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711666700576 140711269644132 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23868] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.93 cores=0,2,4,6
/proc/23865/task/23868/stat : 23868 (java) S 23862 23865 20189 0 -1 1077944384 10407 0 0 0 844 49 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711588535312 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23869] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.9 cores=0,2,4,6
/proc/23865/task/23869/stat : 23869 (java) S 23862 23865 20189 0 -1 1077944384 8558 0 0 0 848 42 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711587482768 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23870] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.91 cores=0,2,4,6
/proc/23865/task/23870/stat : 23870 (java) S 23862 23865 20189 0 -1 1077944384 8516 0 0 0 845 46 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711586429712 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23871] ppid=23862 vsize=10661132 memory=321904 CPUtime=8.93 cores=0,2,4,6
/proc/23865/task/23871/stat : 23871 (java) S 23862 23865 20189 0 -1 1077944384 7633 0 0 0 845 48 0 0 20 0 15 0 105406134 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711265561488 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23872] ppid=23862 vsize=10661132 memory=1012 CPUtime=6.55 cores=0,2,4,6
/proc/23865/task/23872/stat : 23872 (java) S 23862 23865 20189 0 -1 1077944384 7478 0 0 0 606 49 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711154170096 140711662471810 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23873] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23873/stat : 23873 (java) S 23862 23865 20189 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 105406136 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711153116384 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23874] ppid=23862 vsize=10661132 memory=18252 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23874/stat : 23874 (java) S 23862 23865 20189 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 105406137 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711152063216 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23875] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23875/stat : 23875 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711151011792 140711662479259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23876] ppid=23862 vsize=10661132 memory=321904 CPUtime=1.41 cores=0,2,4,6
/proc/23865/task/23876/stat : 23876 (java) S 23862 23865 20189 0 -1 1077944384 10938 0 0 0 140 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711149959920 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23877] ppid=23862 vsize=10661132 memory=6791534058613427641 CPUtime=1.68 cores=0,2,4,6
/proc/23865/task/23877/stat : 23877 (java) S 23862 23865 20189 0 -1 1077944384 8945 0 0 0 167 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711148907376 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23878] ppid=23862 vsize=10661132 memory=960 CPUtime=0.42 cores=0,2,4,6
/proc/23865/task/23878/stat : 23878 (java) S 23862 23865 20189 0 -1 1077944384 3069 0 0 0 41 1 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711147854320 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23879] ppid=23862 vsize=10661132 memory=321904 CPUtime=0 cores=0,2,4,6
/proc/23865/task/23879/stat : 23879 (java) S 23862 23865 20189 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711146802016 140711662470869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
[pid=23865/tid=23880] ppid=23862 vsize=10661132 memory=4136 CPUtime=1.37 cores=0,2,4,6
/proc/23865/task/23880/stat : 23880 (java) S 23862 23865 20189 0 -1 1077944384 649 0 0 0 72 65 0 0 20 0 15 0 105406139 10916999168 80476 33554432000 4194304 4196468 140722109723936 140711145749040 140711662471810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17321984 140722109731960 140722109732105 140722109732105 140722109734863 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 321904 KiB

Child status: 143
Real time (s): 2491.72
CPU time (s): 2520.02
CPU user time (s): 2516.63
CPU system time (s): 3.39454
CPU usage (%): 101.136
Max. virtual memory (cumulated for all children) (KiB): 10662960
Max. memory (cumulated for all children) (KiB): 321904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.63
system time used= 3.39454
maximum resident set size= 322300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92282
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 240094
involuntary context switches= 8237


# summary of solver processes directly reported to runsolver:
#   pid: 23865
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2516.63
#   total CPU system time (s): 3.39454

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0683 second user time and 23.8525 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-29 17:33:50
IDJOB=4300302
IDBENCH=141582
IDSOLVER=2768
FILE ID=node105/4300302-1532878430
RUNJOBID= node105-1532870891-23001
PBS_JOBID= 21022503
Free space on /tmp= 50884 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300302-1532878430/watcher-4300302-1532878430 -o /tmp/evaluation-result-4300302-1532878430/solver-4300302-1532878430 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1532870891-23001 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300302-1532878430.xml --timelimit 2520

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=486528331

node105.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.32
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.32
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.32
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.32
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:        21591344 kB
MemAvailable:   31586184 kB
Buffers:          276184 kB
Cached:          9904700 kB
SwapCached:            0 kB
Active:          2492484 kB
Inactive:        8087140 kB
Active(anon):     352800 kB
Inactive(anon):    73344 kB
Active(file):    2139684 kB
Inactive(file):  8013796 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1092 kB
Writeback:             0 kB
AnonPages:        498916 kB
Mapped:            56448 kB
Shmem:             25228 kB
Slab:             297616 kB
SReclaimable:     269820 kB
SUnreclaim:        27796 kB
KernelStack:        3824 kB
PageTables:         5620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1554968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    395264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 50884 MiB
End job on node105 at 2018-07-29 18:15:22