Trace number 4307995

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT (TO)2 2520.06 2488.71

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m2-1_c18.xml
MD5SUM03e8a75034815332807f603ddfd28107
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.09662
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints13
Number of domains3
Minimum domain size2
Maximum domain size801
Distribution of domain sizes[{"size":2,"count":3},{"size":5,"count":9},{"size":801,"count":3}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":6},{"degree":3,"count":6},{"degree":5,"count":3}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":6},{"arity":3,"count":4},{"arity":6,"count":3}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"ordered","count":1},{"type":"sum","count":6}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 469031521
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
1.36/1.00	c Parsing done, starting search...
1.51/1.02	o 2
2520.03/2488.70	s SATISFIABLE
2520.03/2488.70	v <instantiation>
2520.03/2488.70	v 	<list>
2520.03/2488.70	v 		d[0][0] d[0][1] d[0][2] d[1][0] d[1][1] d[1][2] d[2][0] d[2][1] d[2][2] npt[0] npt[1] npt[2] u[0] u[1] u[2]
2520.03/2488.70	v 	</list>
2520.03/2488.70	v 	<values>
2520.03/2488.70	v 		0 2 2 2 0 2 4 0 0 272 136 0 1 1 0 
2520.03/2488.70	v 	</values>
2520.03/2488.70	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307995-1534309033/watcher-4307995-1534309033 -o /tmp/evaluation-result-4307995-1534309033/solver-4307995-1534309033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534294089-18031 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 469031521 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307995-1534309033.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.106397 s]*
/proc/loadavg: 1.15 1.30 1.37 3/215 19559
/proc/meminfo: memFree=22803892/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14082736 memory=33628 CPUtime=0.13 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 7311 0 0 0 12 1 0 0 20 0 15 0 248466213 14420721664 8407 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3520684 8407 3160 1 0 3482761 0
[pid=19544/tid=19546] ppid=19541 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 5346 0 0 0 9 0 0 0 20 0 15 0 248466213 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732784793248 139732780594333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14082736 memory=5793855142499236281 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248466215 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248466216 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732254147616 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248466216 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732253094768 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) S 19541 19544 17999 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 248466218 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732250991472 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466218 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732249938672 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0.01 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) S 19541 19544 17999 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 248466218 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732248885872 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466219 14420721664 8407 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33628 KiB

[startup+0.211915 s]*
/proc/loadavg: 1.15 1.30 1.37 4/215 19559
/proc/meminfo: memFree=22788884/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14082736 memory=47580 CPUtime=0.32 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 10406 0 0 0 30 2 0 0 20 0 15 0 248466213 14420721664 11895 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3520684 11895 3418 1 0 3482761 0
[pid=19544/tid=19546] ppid=19541 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 8075 0 0 0 19 1 0 0 20 0 15 0 248466213 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732784792960 139732766280129 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14082736 memory=4211973617694133642 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248466215 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248466216 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732254147616 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248466216 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732253094768 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) R 19541 19544 17999 0 -1 1077944384 531 0 0 0 2 0 0 0 20 0 15 0 248466218 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732250991472 139732780582613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) R 19541 19544 17999 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 15 0 248466218 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732249938768 139732780582613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0.06 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) R 19541 19544 17999 0 -1 4202560 335 0 0 0 6 0 0 0 20 0 15 0 248466218 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732248879536 139732780584342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466219 14420721664 11895 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47580 KiB

[startup+0.310479 s]*
/proc/loadavg: 1.15 1.30 1.37 3/215 19559
/proc/meminfo: memFree=22785596/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14082736 memory=50896 CPUtime=0.45 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 10793 0 0 0 43 2 0 0 20 0 15 0 248466213 14420721664 12724 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3520684 12724 3420 1 0 3482761 0
[pid=19544/tid=19546] ppid=19541 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 8424 0 0 0 29 1 0 0 20 0 15 0 248466213 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732784780240 139732760847745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14082736 memory=4211973617694133642 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14082736 memory=279782869252480 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14082736 memory=279782759846400 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14082736 memory=139891379909391 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248466214 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14082736 memory=279782869261696 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248466215 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14082736 memory=139891379913999 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248466216 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732254147616 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14082736 memory=139891379934335 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248466216 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732253094768 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14082736 memory=139891379937770 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) S 19541 19544 17999 0 -1 1077944384 533 0 0 0 2 0 0 0 20 0 15 0 248466218 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732250991472 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) S 19541 19544 17999 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 15 0 248466218 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732249938672 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14082736 memory=139891489343104 CPUtime=0.08 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) S 19541 19544 17999 0 -1 1077944384 353 0 0 0 8 0 0 0 20 0 15 0 248466218 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732248885872 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14082736 memory=139891489376732 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466219 14420721664 12724 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50896 KiB

[startup+0.700794 s]
/proc/loadavg: 1.15 1.30 1.37 3/215 19559
/proc/meminfo: memFree=22761040/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14084804 memory=89044 CPUtime=1 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 17641 0 0 0 96 4 0 0 20 0 15 0 248466213 14422839296 22261 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3521201 22261 3504 1 0 3483273 0
[pid=19544/tid=19546] ppid=19541 vsize=14084804 memory=56 CPUtime=0.68 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 14886 0 0 0 65 3 0 0 20 0 15 0 248466213 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732784797824 139732780584342 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466214 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248466214 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14084804 memory=748 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248466215 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14084804 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248466216 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732254147616 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14084804 memory=6608 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248466216 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732253094768 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14084804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14084804 memory=4452 CPUtime=0.07 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) R 19541 19544 17999 0 -1 1077944384 675 0 0 0 7 0 0 0 20 0 15 0 248466218 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732250991472 139732780583554 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14084804 memory=3732 CPUtime=0.07 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) S 19541 19544 17999 0 -1 1077944384 262 0 0 0 7 0 0 0 20 0 15 0 248466218 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732249938672 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14084804 memory=12668 CPUtime=0.15 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) S 19541 19544 17999 0 -1 1077944384 436 0 0 0 15 0 0 0 20 0 15 0 248466218 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732248885872 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14084804 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14084804 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248466219 14422839296 22261 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89044 KiB

[startup+1.50197 s]
/proc/loadavg: 1.15 1.30 1.37 4/215 19559
/proc/meminfo: memFree=22725268/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14090948 memory=223148 CPUtime=2.47 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 25621 0 0 0 239 8 0 0 20 0 15 0 248466213 14429130752 55787 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3522737 55787 3563 1 0 3484809 0
[pid=19544/tid=19546] ppid=19541 vsize=14090948 memory=3868 CPUtime=1.46 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) S 19541 19544 17999 0 -1 1077944384 19296 0 0 0 141 5 0 0 20 0 15 0 248466213 14429130752 55787 33554432000 4194304 4196468 140721533061984 139732784811104 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14090948 memory=67772 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 267 0 0 0 0 0 0 0 20 0 15 0 248466214 14429130752 55787 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14090948 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 248466214 14429130752 55787 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 248466214 14429130752 55787 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) R 19541 19544 17999 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 248466214 14429130752 55787 33554432000 4194304 4196468 140721533061984 139732373134176 139732780582613 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14090948 memory=7595982026306511956 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 144 0 0 0 0 0 0 0 20 0 15 0 248466215 14429130752 55787 33554432000 4194304 4196468 140721533061984 139732255200160 139732780582613 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0

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

/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 65727 0 0 0 235304 77 0 0 20 0 15 0 248466213 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732784811120 139732416013792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.33 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 4441 0 0 0 911 122 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14090948 memory=279782760149728 CPUtime=10.33 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 5273 0 0 0 910 123 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.33 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 3758 0 0 0 907 126 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14090948 memory=3732 CPUtime=10.3 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 5399 0 0 0 911 119 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14090948 memory=1078108 CPUtime=14.64 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 10075 0 0 0 1360 104 0 0 20 0 15 0 248466215 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732254147680 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14090948 memory=67844 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732253094784 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14090948 memory=6608 CPUtime=0.3 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) S 19541 19544 17999 0 -1 1077944384 1510 0 0 0 30 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732250991472 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14090948 memory=1296 CPUtime=0.33 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) S 19541 19544 17999 0 -1 1077944384 922 0 0 0 32 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732249938672 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14090948 memory=67844 CPUtime=0.36 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) S 19541 19544 17999 0 -1 1077944384 2695 0 0 0 35 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732248885872 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14090948 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14090948 memory=4452 CPUtime=1.51 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1567 0 0 0 68 83 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 2412.35 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1078108 KiB

[startup+2442.3 s]
/proc/loadavg: 1.41 1.31 1.33 3/215 19734
/proc/meminfo: memFree=21631108/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14090948 memory=1078108 CPUtime=2473.1 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 104116 0 0 0 246773 537 0 0 20 0 15 0 248466213 14429130752 269527 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3522737 269527 3575 1 0 3484809 0
[pid=19544/tid=19546] ppid=19541 vsize=14090948 memory=1078108 CPUtime=2413.07 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 66719 0 0 0 241228 79 0 0 20 0 15 0 248466213 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732784810896 139732419669312 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.59 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 4537 0 0 0 934 125 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.61 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 5305 0 0 0 935 126 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.61 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 3762 0 0 0 932 129 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.57 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 5407 0 0 0 935 122 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14090948 memory=1078108 CPUtime=15.02 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 10253 0 0 0 1396 106 0 0 20 0 15 0 248466215 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732254147680 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732253094784 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0.3 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) S 19541 19544 17999 0 -1 1077944384 1513 0 0 0 30 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732250991472 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0.33 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) S 19541 19544 17999 0 -1 1077944384 924 0 0 0 32 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732249938672 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0.36 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) S 19541 19544 17999 0 -1 1077944384 2697 0 0 0 35 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732248885872 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14090948 memory=1078108 CPUtime=1.55 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1581 0 0 0 70 85 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 2473.1 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1078108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488.7 s]
/proc/loadavg: 1.39 1.31 1.33 3/215 19735
/proc/meminfo: memFree=21627136/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14090948 memory=1078108 CPUtime=2520.03 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 105415 0 0 0 251458 545 0 0 20 0 15 0 248466213 14429130752 269527 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3522737 269527 3575 1 0 3484809 0
[pid=19544/tid=19546] ppid=19541 vsize=14090948 memory=1078108 CPUtime=2458.92 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 67682 0 0 0 245812 80 0 0 20 0 15 0 248466213 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732784810896 139732419570664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.79 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 4565 0 0 0 952 127 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.79 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 5310 0 0 0 951 128 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.8 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 3863 0 0 0 950 130 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.76 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 5414 0 0 0 952 124 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14090948 memory=3868 CPUtime=15.3 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 10428 0 0 0 1422 108 0 0 20 0 15 0 248466215 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14090948 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732254147680 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14090948 memory=67844 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732253094784 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14090948 memory=804 CPUtime=0.3 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) S 19541 19544 17999 0 -1 1077944384 1516 0 0 0 30 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732250991472 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0.33 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) S 19541 19544 17999 0 -1 1077944384 926 0 0 0 32 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732249938672 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0.36 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) S 19541 19544 17999 0 -1 1077944384 2700 0 0 0 35 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732248885872 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14090948 memory=3184 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14090948 memory=377456 CPUtime=1.58 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1593 0 0 0 71 87 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1078108 KiB

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

[startup+2488.71 s]
# the end of solver process 19544 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.6 s, system=5.46113 s

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

[startup+2488.7 s]
/proc/loadavg: 1.39 1.31 1.33 3/215 19735
/proc/meminfo: memFree=21627136/32770624 swapFree=67108688/67108860
[pid=19544] ppid=19541 vsize=14090948 memory=1078108 CPUtime=2520.03 cores=1,3,5,7
/proc/19544/stat : 19544 (java) S 19541 19544 17999 0 -1 1077944320 105415 0 0 0 251458 545 0 0 20 0 15 0 248466213 14429130752 269527 33554432000 4194304 4196468 140721533061984 140721533044528 139732780572407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
/proc/19544/statm: 3522737 269527 3575 1 0 3484809 0
[pid=19544/tid=19546] ppid=19541 vsize=14090948 memory=1078108 CPUtime=2458.92 cores=1,3,5,7
/proc/19544/task/19546/stat : 19546 (java) R 19541 19544 17999 0 -1 4202560 67682 0 0 0 245812 80 0 0 20 0 15 0 248466213 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732784810896 139732419570664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19547] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.79 cores=1,3,5,7
/proc/19544/task/19547/stat : 19547 (java) S 19541 19544 17999 0 -1 1077944384 4565 0 0 0 952 127 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732737125520 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19548] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.79 cores=1,3,5,7
/proc/19544/task/19548/stat : 19548 (java) S 19541 19544 17999 0 -1 1077944384 5310 0 0 0 951 128 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732736072720 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19549] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.8 cores=1,3,5,7
/proc/19544/task/19549/stat : 19549 (java) S 19541 19544 17999 0 -1 1077944384 3863 0 0 0 950 130 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732374186896 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19550] ppid=19541 vsize=14090948 memory=1078108 CPUtime=10.76 cores=1,3,5,7
/proc/19544/task/19550/stat : 19550 (java) S 19541 19544 17999 0 -1 1077944384 5414 0 0 0 952 124 0 0 20 0 15 0 248466214 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732373134096 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19551] ppid=19541 vsize=14090948 memory=3868 CPUtime=15.3 cores=1,3,5,7
/proc/19544/task/19551/stat : 19551 (java) S 19541 19544 17999 0 -1 1077944384 10428 0 0 0 1422 108 0 0 20 0 15 0 248466215 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732255201648 139732780583554 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19552] ppid=19541 vsize=14090948 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19552/stat : 19552 (java) S 19541 19544 17999 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732254147680 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19553] ppid=19541 vsize=14090948 memory=67844 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19553/stat : 19553 (java) S 19541 19544 17999 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 248466216 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732253094784 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19554] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19554/stat : 19554 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732252043088 139732780591003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19555] ppid=19541 vsize=14090948 memory=804 CPUtime=0.3 cores=1,3,5,7
/proc/19544/task/19555/stat : 19555 (java) S 19541 19544 17999 0 -1 1077944384 1516 0 0 0 30 0 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732250991472 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19556] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0.33 cores=1,3,5,7
/proc/19544/task/19556/stat : 19556 (java) S 19541 19544 17999 0 -1 1077944384 926 0 0 0 32 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732249938672 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19557] ppid=19541 vsize=14090948 memory=1078108 CPUtime=0.36 cores=1,3,5,7
/proc/19544/task/19557/stat : 19557 (java) S 19541 19544 17999 0 -1 1077944384 2700 0 0 0 35 1 0 0 20 0 15 0 248466218 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732248885872 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19558] ppid=19541 vsize=14090948 memory=3184 CPUtime=0 cores=1,3,5,7
/proc/19544/task/19558/stat : 19558 (java) S 19541 19544 17999 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732247833312 139732780582613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
[pid=19544/tid=19559] ppid=19541 vsize=14090948 memory=377456 CPUtime=1.58 cores=1,3,5,7
/proc/19544/task/19559/stat : 19559 (java) S 19541 19544 17999 0 -1 1077944384 1593 0 0 0 71 87 0 0 20 0 15 0 248466219 14429130752 269527 33554432000 4194304 4196468 140721533061984 139732246780592 139732780583554 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 38948864 140721533064265 140721533064457 140721533064457 140721533067215 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 1078108 KiB

Child status: 143
Real time (s): 2488.71
CPU time (s): 2520.06
CPU user time (s): 2514.6
CPU system time (s): 5.46113
CPU usage (%): 101.259
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 1116812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.6
system time used= 5.46113
maximum resident set size= 1118360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 476896
involuntary context switches= 6342


# summary of solver processes directly reported to runsolver:
#   pid: 19544
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2514.6
#   total CPU system time (s): 5.46113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0661 second user time and 24.0513 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-15 06:57:13
IDJOB=4307995
IDBENCH=141360
IDSOLVER=2791
FILE ID=node106/4307995-1534309033
RUNJOBID= node106-1534294089-18031
PBS_JOBID= 21038149
Free space on /tmp= 42412 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m2-1_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307995-1534309033/watcher-4307995-1534309033 -o /tmp/evaluation-result-4307995-1534309033/solver-4307995-1534309033 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534294089-18031 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 469031521 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307995-1534309033.xml

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

MD5SUM BENCH= 03e8a75034815332807f603ddfd28107
RANDOM SEED=469031521

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22823432 kB
MemAvailable:   31656192 kB
Buffers:          195472 kB
Cached:          8852728 kB
SwapCached:            0 kB
Active:          4827896 kB
Inactive:        4514800 kB
Active(anon):     241500 kB
Inactive(anon):   113648 kB
Active(file):    4586396 kB
Inactive(file):  4401152 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35796 kB
Writeback:             0 kB
AnonPages:        310136 kB
Mapped:            68632 kB
Shmem:             57824 kB
Slab:             302044 kB
SReclaimable:     273672 kB
SUnreclaim:        28372 kB
KernelStack:        3792 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1221712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 42376 MiB
End job on node106 at 2018-08-15 07:38:42