Trace number 4310577

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 - Hybrid 2018-08-14SAT (TO)523 252.055 242.318

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-ex1_c18.xml
MD5SUM7185d5885598b7dd528d8e2d67548d5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark523
Best CPU time to get the best result obtained on this benchmark3.14268
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints8
Number of domains5
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":8},{"size":11,"count":4},{"size":12,"count":1},{"size":100,"count":8}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":16},{"degree":3,"count":2},{"degree":5,"count":1}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":4},{"arity":6,"count":4}]
Number of extensional constraints4
Number of intensional constraints4
Distribution of constraint types[{"type":"extension","count":4},{"type":"intension","count":4}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.69/0.55	c version: 2018-08-14
0.69/0.55	c seed: 1662777305
0.69/0.55	c timeout: 252
0.69/0.55	c memlimit: 11000
0.69/0.55	c nbcore: 4
0.69/0.57	c Parsing instance...
2.33/1.21	c Parsing done, starting first complete search...
2.33/1.25	o 1960
2.33/1.29	o 1910
2.62/1.34	o 1861
2.62/1.34	o 1860
2.62/1.34	o 1212
2.62/1.39	o 1170
5.36/2.22	c First complete search done, starting ALNS search...
5.68/2.33	o 1127
5.68/2.33	o 967
5.68/2.33	o 807
5.68/2.33	o 806
5.68/2.33	o 646
5.68/2.33	o 564
5.68/2.33	o 524
5.68/2.37	o 523
252.03/242.30	s SATISFIABLE
252.03/242.30	v <instantiation>
252.03/242.30	v 	<list>
252.03/242.30	v 		f[0] f[1] f[2] f[3] p[0] p[1] p[2] p[3] k v1[0] v1[1] v1[2] v1[3] v2[0] v2[1] v2[2] v2[3] d[0] d[1] d[2] d[3]
252.03/242.30	v 	</list>
252.03/242.30	v 	<values>
252.03/242.30	v 		47 100 1 1 1 0 0 1 3 0 1 0 0 1 2 0 0 53 46 99 99 
252.03/242.30	v 	</values>
252.03/242.30	v </instantiation>

Verifier Data

OK	523

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310577-1534330561/watcher-4310577-1534330561 -o /tmp/evaluation-result-4310577-1534330561/solver-4310577-1534330561 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534329093-21608 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1662777305 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310577-1534330561.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=22616, runsolver pid=22613

[startup+0.100151 s]*
/proc/loadavg: 1.62 1.56 1.55 4/215 22631
/proc/meminfo: memFree=22836208/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14082736 memory=33348 CPUtime=0.11 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 7275 0 0 0 10 1 0 0 20 0 15 0 250618991 14420721664 8337 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3520684 8337 3139 1 0 3482761 0
[pid=22616/tid=22618] ppid=22613 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 5347 0 0 0 8 1 0 0 20 0 15 0 250618991 14420721664 8337 33554432000 4194304 4196468 140727223330192 139915687379184 139915664578106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14082736 memory=5793855834366908857 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 8337 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 8337 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 8337 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 8337 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250618993 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250618994 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914594956320 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250618994 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914593903472 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0.01 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) R 22613 22616 21576 0 -1 4202560 243 0 0 0 1 0 0 0 20 0 15 0 250618996 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914589694576 139915661884576 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 8337 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33348 KiB

[startup+0.214176 s]*
/proc/loadavg: 1.62 1.56 1.55 5/215 22631
/proc/meminfo: memFree=22821572/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14082736 memory=47440 CPUtime=0.32 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 10396 0 0 0 30 2 0 0 20 0 15 0 250618991 14420721664 11860 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3520684 11860 3413 1 0 3482761 0
[pid=22616/tid=22618] ppid=22613 vsize=14082736 memory=6735269665583770266 CPUtime=0.21 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 8106 0 0 0 19 2 0 0 20 0 15 0 250618991 14420721664 11860 33554432000 4194304 4196468 140727223330192 139915687411568 139915683196310 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14082736 memory=4211974309561806218 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 11860 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 11860 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 11860 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 11860 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250618993 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250618994 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914594956320 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250618994 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914593903472 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 250618996 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 250618996 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0.06 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) S 22613 22616 21576 0 -1 1077944384 280 0 0 0 6 0 0 0 20 0 15 0 250618996 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914589694576 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 11860 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47440 KiB

[startup+0.31058 s]*
/proc/loadavg: 1.62 1.56 1.55 3/215 22631
/proc/meminfo: memFree=22817664/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14082736 memory=50632 CPUtime=0.44 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 10735 0 0 0 41 3 0 0 20 0 15 0 250618991 14420721664 12658 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3520684 12658 3415 1 0 3482761 0
[pid=22616/tid=22618] ppid=22613 vsize=14082736 memory=6735269665583770266 CPUtime=0.3 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 8430 0 0 0 28 2 0 0 20 0 15 0 250618991 14420721664 12658 33554432000 4194304 4196468 140727223330192 139915687405472 139915663460135 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14082736 memory=4211974309561806218 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 12658 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14082736 memory=281166562204032 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 12658 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14082736 memory=281166410404352 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 12658 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14082736 memory=140583205188367 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250618992 14420721664 12658 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14082736 memory=281166562210944 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250618993 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14082736 memory=140583205192975 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250618994 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914594956320 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14082736 memory=140583205216887 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250618994 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914593903472 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14082736 memory=140583205219192 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 358 0 0 0 2 0 0 0 20 0 15 0 250618996 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 271 0 0 0 2 0 0 0 20 0 15 0 250618996 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14082736 memory=140583357015680 CPUtime=0.07 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) S 22613 22616 21576 0 -1 1077944384 295 0 0 0 7 0 0 0 20 0 15 0 250618996 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914589694576 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14082736 memory=140583357049028 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618996 14420721664 12658 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50632 KiB

[startup+0.700794 s]
/proc/loadavg: 1.62 1.56 1.55 3/215 22631
/proc/meminfo: memFree=22793852/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14084804 memory=88932 CPUtime=1 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 17603 0 0 0 94 6 0 0 20 0 15 0 250618991 14422839296 22233 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3521201 22233 3499 1 0 3483273 0
[pid=22616/tid=22618] ppid=22613 vsize=14084804 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 14872 0 0 0 63 4 0 0 20 0 15 0 250618991 14422839296 22233 33554432000 4194304 4196468 140727223330192 139915687408736 139915667264862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14422839296 22233 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14422839296 22233 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14422839296 22233 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250618992 14422839296 22233 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14084804 memory=748 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250618993 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14084804 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250618994 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914594956320 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14084804 memory=6608 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250618994 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914593903472 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14084804 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14084804 memory=4452 CPUtime=0.07 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 521 0 0 0 7 0 0 0 20 0 15 0 250618996 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14084804 memory=3732 CPUtime=0.07 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 425 0 0 0 7 0 0 0 20 0 15 0 250618996 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14084804 memory=12668 CPUtime=0.15 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) S 22613 22616 21576 0 -1 1077944384 404 0 0 0 15 0 0 0 20 0 15 0 250618996 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914589694576 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14084804 memory=1072 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14084804 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618996 14422839296 22233 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88932 KiB

[startup+1.50081 s]
/proc/loadavg: 1.62 1.56 1.55 3/215 22631
/proc/meminfo: memFree=22745396/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14090948 memory=160732 CPUtime=3.24 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 26340 0 0 0 314 10 0 0 20 0 15 0 250618991 14429130752 40183 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3522737 40183 3542 1 0 3484809 0
[pid=22616/tid=22618] ppid=22613 vsize=14090948 memory=3868 CPUtime=1.47 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 19076 0 0 0 140 7 0 0 20 0 15 0 250618991 14429130752 40183 33554432000 4194304 4196468 140727223330192 139915687413664 139915292223424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14090948 memory=68384 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14429130752 40183 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14090948 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14429130752 40183 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250618992 14429130752 40183 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250618992 14429130752 40183 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14090948 memory=7379241870439769681 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 250618993 14429130752 40183 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0

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

/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 28792 0 0 0 16049 16 0 0 20 0 15 0 250618991 14431227904 140204 33554432000 4194304 4196468 140727223330192 139915687422192 139915297435314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14092996 memory=560816 CPUtime=0.72 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1666 0 0 0 67 5 0 0 20 0 15 0 250618992 14431227904 140204 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14092996 memory=554576 CPUtime=0.71 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 2273 0 0 0 66 5 0 0 20 0 15 0 250618992 14431227904 140204 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14092996 memory=558768 CPUtime=0.71 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1132 0 0 0 65 6 0 0 20 0 15 0 250618992 14431227904 140204 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14092996 memory=15806 CPUtime=0.71 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 1843 0 0 0 66 5 0 0 20 0 15 0 250618992 14431227904 140204 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14092996 memory=560816 CPUtime=0.65 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 1573 0 0 0 61 4 0 0 20 0 15 0 250618993 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14092996 memory=560816 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914594956384 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14092996 memory=560816 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914593903488 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14092996 memory=560816 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14092996 memory=0 CPUtime=2.74 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 14828 0 0 0 272 2 0 0 20 0 15 0 250618996 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14092996 memory=560816 CPUtime=2.87 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 11734 0 0 0 285 2 0 0 20 0 15 0 250618996 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14092996 memory=560816 CPUtime=0.89 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) S 22613 22616 21576 0 -1 1077944384 5695 0 0 0 87 2 0 0 20 0 15 0 250618996 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914589694576 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14092996 memory=560816 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14092996 memory=560816 CPUtime=0.09 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 428 0 0 0 4 5 0 0 20 0 15 0 250618996 14431227904 140204 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 170.83 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 560816 KiB

[startup+222.301 s]
/proc/loadavg: 1.52 1.60 1.58 3/214 22746
/proc/meminfo: memFree=20085984/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14092996 memory=573104 CPUtime=231.7 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 74653 0 0 0 23112 58 0 0 20 0 15 0 250618991 14431227904 143276 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3523249 143276 3609 1 0 3485321 0
[pid=22616/tid=22618] ppid=22613 vsize=14092996 memory=571056 CPUtime=220 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 29882 0 0 0 21983 17 0 0 20 0 15 0 250618991 14431227904 143276 33554432000 4194304 4196468 140727223330192 139915687422304 139915297435242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14092996 memory=571056 CPUtime=1.02 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1873 0 0 0 96 6 0 0 20 0 15 0 250618992 14431227904 143276 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14092996 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 3280 0 0 0 95 7 0 0 20 0 15 0 250618992 14431227904 143276 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14092996 memory=571056 CPUtime=1.03 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1307 0 0 0 95 8 0 0 20 0 15 0 250618992 14431227904 143276 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14092996 memory=571056 CPUtime=1.02 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2045 0 0 0 96 6 0 0 20 0 15 0 250618992 14431227904 143276 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14092996 memory=573104 CPUtime=0.89 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 1884 0 0 0 83 6 0 0 20 0 15 0 250618993 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14092996 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914594956384 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14092996 memory=3868 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914593903488 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14092996 memory=68384 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14092996 memory=573104 CPUtime=2.74 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 14830 0 0 0 272 2 0 0 20 0 15 0 250618996 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14092996 memory=3868 CPUtime=2.87 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 11736 0 0 0 285 2 0 0 20 0 15 0 250618996 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14092996 memory=573104 CPUtime=0.89 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) S 22613 22616 21576 0 -1 1077944384 5900 0 0 0 87 2 0 0 20 0 15 0 250618996 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914589694576 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14092996 memory=573104 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14092996 memory=573104 CPUtime=0.12 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 447 0 0 0 5 7 0 0 20 0 15 0 250618996 14431227904 143276 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 231.7 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 573104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.301 s]
/proc/loadavg: 1.84 1.67 1.60 3/215 22802
/proc/meminfo: memFree=19668564/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14092996 memory=577200 CPUtime=252.03 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 75123 0 0 0 25139 64 0 0 20 0 15 0 250618991 14431227904 144300 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3523249 144300 3609 1 0 3485321 0
[pid=22616/tid=22618] ppid=22613 vsize=14092996 memory=577200 CPUtime=239.75 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 30140 0 0 0 23956 19 0 0 20 0 15 0 250618991 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915687422304 139915294799271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14092996 memory=575152 CPUtime=1.14 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1922 0 0 0 107 7 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14092996 memory=577200 CPUtime=1.13 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 3323 0 0 0 106 7 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14092996 memory=577200 CPUtime=1.15 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1351 0 0 0 106 9 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14092996 memory=1752 CPUtime=1.14 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2117 0 0 0 107 7 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14092996 memory=577200 CPUtime=0.98 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 1888 0 0 0 91 7 0 0 20 0 15 0 250618993 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914594956384 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14092996 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914593903488 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14092996 memory=575152 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14092996 memory=575152 CPUtime=2.74 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 14830 0 0 0 272 2 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14092996 memory=577200 CPUtime=2.87 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 11736 0 0 0 285 2 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14092996 memory=1072 CPUtime=0.89 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) S 22613 22616 21576 0 -1 1077944384 5900 0 0 0 87 2 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914589694576 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14092996 memory=868 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14092996 memory=1808 CPUtime=0.14 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 447 0 0 0 6 8 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 577200 KiB

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

[startup+242.318 s]
# the end of solver process 22616 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.4 s, system=0.655131 s

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

[startup+242.301 s]
/proc/loadavg: 1.84 1.67 1.60 3/215 22802
/proc/meminfo: memFree=19668564/32770624 swapFree=67108688/67108860
[pid=22616] ppid=22613 vsize=14092996 memory=577200 CPUtime=252.03 cores=1,3,5,7
/proc/22616/stat : 22616 (java) S 22613 22616 21576 0 -1 1077944320 75123 0 0 0 25139 64 0 0 20 0 15 0 250618991 14431227904 144300 33554432000 4194304 4196468 140727223330192 140727223312736 139915683184375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
/proc/22616/statm: 3523249 144300 3609 1 0 3485321 0
[pid=22616/tid=22618] ppid=22613 vsize=14092996 memory=577200 CPUtime=239.75 cores=1,3,5,7
/proc/22616/task/22618/stat : 22618 (java) R 22613 22616 21576 0 -1 4202560 30140 0 0 0 23956 19 0 0 20 0 15 0 250618991 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915687422304 139915294799271 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22619] ppid=22613 vsize=14092996 memory=575152 CPUtime=1.14 cores=1,3,5,7
/proc/22616/task/22619/stat : 22619 (java) S 22613 22616 21576 0 -1 1077944384 1922 0 0 0 107 7 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915613273232 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22620] ppid=22613 vsize=14092996 memory=577200 CPUtime=1.13 cores=1,3,5,7
/proc/22616/task/22620/stat : 22620 (java) S 22613 22616 21576 0 -1 1077944384 3323 0 0 0 106 7 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915612220432 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22621] ppid=22613 vsize=14092996 memory=577200 CPUtime=1.15 cores=1,3,5,7
/proc/22616/task/22621/stat : 22621 (java) S 22613 22616 21576 0 -1 1077944384 1351 0 0 0 106 9 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915611167632 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22622] ppid=22613 vsize=14092996 memory=1752 CPUtime=1.14 cores=1,3,5,7
/proc/22616/task/22622/stat : 22622 (java) S 22613 22616 21576 0 -1 1077944384 2117 0 0 0 107 7 0 0 20 0 15 0 250618992 14431227904 144300 33554432000 4194304 4196468 140727223330192 139915610114832 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22623] ppid=22613 vsize=14092996 memory=577200 CPUtime=0.98 cores=1,3,5,7
/proc/22616/task/22623/stat : 22623 (java) S 22613 22616 21576 0 -1 1077944384 1888 0 0 0 91 7 0 0 20 0 15 0 250618993 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914596010352 139915683195522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22624] ppid=22613 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22624/stat : 22624 (java) S 22613 22616 21576 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914594956384 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22625] ppid=22613 vsize=14092996 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22625/stat : 22625 (java) S 22613 22616 21576 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 250618994 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914593903488 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22626] ppid=22613 vsize=14092996 memory=575152 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22626/stat : 22626 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914592851792 139915683202971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22627] ppid=22613 vsize=14092996 memory=575152 CPUtime=2.74 cores=1,3,5,7
/proc/22616/task/22627/stat : 22627 (java) S 22613 22616 21576 0 -1 1077944384 14830 0 0 0 272 2 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914591800176 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22628] ppid=22613 vsize=14092996 memory=577200 CPUtime=2.87 cores=1,3,5,7
/proc/22616/task/22628/stat : 22628 (java) S 22613 22616 21576 0 -1 1077944384 11736 0 0 0 285 2 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914590747376 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22629] ppid=22613 vsize=14092996 memory=1072 CPUtime=0.89 cores=1,3,5,7
/proc/22616/task/22629/stat : 22629 (java) S 22613 22616 21576 0 -1 1077944384 5900 0 0 0 87 2 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914589694576 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22630] ppid=22613 vsize=14092996 memory=868 CPUtime=0 cores=1,3,5,7
/proc/22616/task/22630/stat : 22630 (java) S 22613 22616 21576 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914588642016 139915683194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
[pid=22616/tid=22631] ppid=22613 vsize=14092996 memory=1808 CPUtime=0.14 cores=1,3,5,7
/proc/22616/task/22631/stat : 22631 (java) S 22613 22616 21576 0 -1 1077944384 447 0 0 0 6 8 0 0 20 0 15 0 250618996 14431227904 144300 33554432000 4194304 4196468 140727223330192 139914587589296 139915683195522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21196800 140727223338074 140727223338254 140727223338254 140727223341007 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 577200 KiB

Child status: 143
Real time (s): 242.318
CPU time (s): 252.055
CPU user time (s): 251.4
CPU system time (s): 0.655131
CPU usage (%): 104.018
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 626192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.4
system time used= 0.655131
maximum resident set size= 626312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75855
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32975
involuntary context switches= 1007


# summary of solver processes directly reported to runsolver:
#   pid: 22616
#   total CPU time (s): 252.055
#   total CPU user time (s): 251.4
#   total CPU system time (s): 0.655131

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37348 second user time and 2.44394 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-15 12:56:01
IDJOB=4310577
IDBENCH=141260
IDSOLVER=2796
FILE ID=node106/4310577-1534330561
RUNJOBID= node106-1534329093-21608
PBS_JOBID= 21038157
Free space on /tmp= 42412 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-ex1_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310577-1534330561/watcher-4310577-1534330561 -o /tmp/evaluation-result-4310577-1534330561/solver-4310577-1534330561 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534329093-21608 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1662777305 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310577-1534330561.xml

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

MD5SUM BENCH= 7185d5885598b7dd528d8e2d67548d5f
RANDOM SEED=1662777305

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:        22855296 kB
MemAvailable:   31702392 kB
Buffers:          202196 kB
Cached:          8859592 kB
SwapCached:            0 kB
Active:          4791348 kB
Inactive:        4520936 kB
Active(anon):     196980 kB
Inactive(anon):   113648 kB
Active(file):    4594368 kB
Inactive(file):  4407288 kB
Unevictable:        6968 kB
Mlocked:            6968 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             35824 kB
Writeback:             0 kB
AnonPages:        257068 kB
Mapped:            68932 kB
Shmem:             57824 kB
Slab:             302600 kB
SReclaimable:     273900 kB
SUnreclaim:        28700 kB
KernelStack:        3568 kB
PageTables:         5828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1241088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 42172 MiB
End job on node106 at 2018-08-15 13:00:04