Trace number 4280627

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
choco-solver 4.0.5 par (2017-08-18)SAT (TO)119 20087.9 2520.1101

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-02.xml
MD5SUMa68811cefd95bd5595684aa0eec29a9f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark119
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
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.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280627-1503159043.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4280627-1503159043.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
1.02/0.57	c solve instance...
2.18/0.72	o 325 
2.18/0.73	o 317 
2.18/0.73	o 310 
2.18/0.74	o 302 
2.18/0.75	o 184 
2.18/0.76	o 179 
2.18/0.77	o 170 
2.63/0.81	o 167 
2.63/0.82	o 165 
2.63/0.84	o 159 
2.63/0.84	o 156 
2.63/0.86	o 140 
5.67/1.23	o 138 
5.67/1.24	o 136 
6.39/1.35	o 132 
27.86/4.08	o 130 
97.13/12.76	o 128 
216.73/27.73	o 127 
261.38/33.35	o 125 
368.24/46.75	o 124 
371.49/47.14	o 119 
20087.14/2520.09	s SATISFIABLE
20087.14/2520.09	v <instantiation>
20087.14/2520.09	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
20087.14/2520.09	v 	<values>0 1 6 8 4 2 7 9 11 13 15 18 16 17 19 14 12 10 5 3 3 10 4 6 10 6 4 6 5 7 12 4 8 3 8 3 6 5 4 5 </values>
20087.14/2520.09	v </instantiation>
20087.14/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	119

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280627-1503159043/watcher-4280627-1503159043 -o /tmp/evaluation-result-4280627-1503159043/solver-4280627-1503159043 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503152280-15823 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 949951740 HOME/instance-4280627-1503159043.xml 

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

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

solver pid=17907, runsolver pid=17904

[startup+0.10011 s]*
/proc/loadavg: 7.39 8.03 7.93 2/199 17928
/proc/meminfo: memFree=27021456/32770624 swapFree=67108860/67108860
[pid=17907] ppid=17904 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17907/stat : 17907 (xcsp3-exec) S 17904 17907 15796 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 148992334 9740288 345 33554432000 4194304 5098028 140732722552864 140732722550968 139920594367100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15589376 140732722553957 140732722554167 140732722554167 140732722556907 0
/proc/17907/statm: 2378 345 289 221 0 87 0
[pid=17909] ppid=17907 vsize=25999808 memory=26244 CPUtime=0.11 cores=0-7
/proc/17909/stat : 17909 (java) S 17907 17907 15796 0 -1 1077944320 5479 0 0 0 10 1 0 0 20 0 20 0 148992334 26623803392 6561 33554432000 4194304 4196468 140735999105968 140735999088512 140703020261111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
/proc/17909/statm: 6499952 6561 2849 1 0 6488269 0
[pid=17909/tid=17910] ppid=17907 vsize=25999808 memory=8330421743867830935 CPUtime=0.09 cores=0-7
/proc/17909/task/17910/stat : 17910 (java) R 17907 17907 15796 0 -1 4202560 3479 0 0 0 8 1 0 0 20 0 20 0 148992335 26623803392 6561 33554432000 4194304 4196468 140735999105968 140703024477088 140703020273046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17911] ppid=17907 vsize=25999808 memory=732370400351845349 CPUtime=0 cores=0-7
/proc/17909/task/17911/stat : 17911 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992335 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702578477584 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17912] ppid=17907 vsize=25999808 memory=140262014391936 CPUtime=0 cores=0-7
/proc/17909/task/17912/stat : 17912 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992335 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702577425040 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17913] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17913/stat : 17913 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702576371984 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17914] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17914/stat : 17914 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702575319440 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17915] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17915/stat : 17915 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992336 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702574267408 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17916] ppid=17907 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17909/task/17916/stat : 17916 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702573214864 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17917] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17917/stat : 17917 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992336 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702572161808 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17918] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17918/stat : 17918 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148992336 26623803392 6561 33554432000 4194304 4196468 140735999105968 140702571109264 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17919] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17919/stat : 17919 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992337 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701426784496 140703020272258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17920] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17920/stat : 17920 (java) S 17907 17907 15796 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148992338 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701425730720 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17921] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17921/stat : 17921 (java) S 17907 17907 15796 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148992338 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701424677616 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17922] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17922/stat : 17922 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992340 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701423626192 140703020279707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17923] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17923/stat : 17923 (java) S 17907 17907 15796 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 148992340 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701422574320 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17924] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17924/stat : 17924 (java) S 17907 17907 15796 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 148992340 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701421521776 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17925] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17925/stat : 17925 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148992340 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701420468720 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17926] ppid=17907 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/17909/task/17926/stat : 17926 (java) R 17907 17907 15796 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 148992340 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701419416176 140703004341598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17927] ppid=17907 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17927/stat : 17927 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148992340 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701418363360 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17928] ppid=17907 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/17909/task/17928/stat : 17928 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992341 26623803392 6561 33554432000 4194304 4196468 140735999105968 140701417310896 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27624 KiB

[startup+0.210097 s]*
/proc/loadavg: 7.39 8.03 7.93 2/199 17928
/proc/meminfo: memFree=27011240/32770624 swapFree=67108860/67108860
[pid=17907] ppid=17904 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17907/stat : 17907 (xcsp3-exec) S 17904 17907 15796 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 148992334 9740288 345 33554432000 4194304 5098028 140732722552864 140732722550968 139920594367100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15589376 140732722553957 140732722554167 140732722554167 140732722556907 0
/proc/17907/statm: 2378 345 289 221 0 87 0
[pid=17909] ppid=17907 vsize=26004064 memory=38848 CPUtime=0.32 cores=0-7
/proc/17909/stat : 17909 (java) S 17907 17907 15796 0 -1 1077944320 8292 0 0 0 29 3 0 0 20 0 20 0 148992334 26628161536 9712 33554432000 4194304 4196468 140735999105968 140735999088512 140703020261111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
/proc/17909/statm: 6501016 9712 3059 1 0 6488269 0
[pid=17909/tid=17910] ppid=17907 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/17909/task/17910/stat : 17910 (java) R 17907 17907 15796 0 -1 4202560 5392 0 0 0 17 2 0 0 20 0 20 0 148992335 26628161536 9712 33554432000 4194304 4196468 140735999105968 140703024482104 140703004341598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17911] ppid=17907 vsize=26004064 memory=732370400351845349 CPUtime=0 cores=0-7
/proc/17909/task/17911/stat : 17911 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992335 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702578477584 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17912] ppid=17907 vsize=26004064 memory=140262014391936 CPUtime=0 cores=0-7
/proc/17909/task/17912/stat : 17912 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992335 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702577425040 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17913] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17913/stat : 17913 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702576371984 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17914] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17914/stat : 17914 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702575319440 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17915] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17915/stat : 17915 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702574267408 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17916] ppid=17907 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17909/task/17916/stat : 17916 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702573214864 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17917] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17917/stat : 17917 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702572161808 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17918] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17918/stat : 17918 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 9712 33554432000 4194304 4196468 140735999105968 140702571109264 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17919] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17919/stat : 17919 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992337 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701426784496 140703020272258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17920] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17920/stat : 17920 (java) S 17907 17907 15796 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148992338 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701425730720 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17921] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17921/stat : 17921 (java) S 17907 17907 15796 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148992338 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701424677616 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17922] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17922/stat : 17922 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992340 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701423626192 140703020279707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17923] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17923/stat : 17923 (java) S 17907 17907 15796 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 148992340 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701422574320 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17924] ppid=17907 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/17909/task/17924/stat : 17924 (java) S 17907 17907 15796 0 -1 1077944384 305 0 0 0 1 0 0 0 20 0 20 0 148992340 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701421521776 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17925] ppid=17907 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/17909/task/17925/stat : 17925 (java) S 17907 17907 15796 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 20 0 148992340 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701420468720 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17926] ppid=17907 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/17909/task/17926/stat : 17926 (java) S 17907 17907 15796 0 -1 1077944384 747 0 0 0 7 0 0 0 20 0 20 0 148992340 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701419416176 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17927] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17927/stat : 17927 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148992340 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701418363360 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17928] ppid=17907 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17909/task/17928/stat : 17928 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992341 26628161536 9712 33554432000 4194304 4196468 140735999105968 140701417310896 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40228 KiB

[startup+0.309485 s]*
/proc/loadavg: 7.39 8.03 7.93 2/199 17928
/proc/meminfo: memFree=27002616/32770624 swapFree=67108860/67108860
[pid=17907] ppid=17904 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17907/stat : 17907 (xcsp3-exec) S 17904 17907 15796 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 148992334 9740288 345 33554432000 4194304 5098028 140732722552864 140732722550968 139920594367100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15589376 140732722553957 140732722554167 140732722554167 140732722556907 0
/proc/17907/statm: 2378 345 289 221 0 87 0
[pid=17909] ppid=17907 vsize=26004064 memory=45788 CPUtime=0.48 cores=0-7
/proc/17909/stat : 17909 (java) S 17907 17907 15796 0 -1 1077944320 9175 0 0 0 44 4 0 0 20 0 20 0 148992334 26628161536 11447 33554432000 4194304 4196468 140735999105968 140735999088512 140703020261111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
/proc/17909/statm: 6501016 11447 3079 1 0 6488269 0
[pid=17909/tid=17910] ppid=17907 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/17909/task/17910/stat : 17910 (java) R 17907 17907 15796 0 -1 4202560 6129 0 0 0 26 3 0 0 20 0 20 0 148992335 26628161536 11447 33554432000 4194304 4196468 140735999105968 140703024487712 140703020273046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17911] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17911/stat : 17911 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992335 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702578477584 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17912] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17912/stat : 17912 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992335 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702577425040 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17913] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17913/stat : 17913 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702576371984 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17914] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17914/stat : 17914 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702575319440 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17915] ppid=17907 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/17909/task/17915/stat : 17915 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702574267408 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17916] ppid=17907 vsize=26004064 memory=140261887931311 CPUtime=0 cores=0-7
/proc/17909/task/17916/stat : 17916 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702573214864 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17917] ppid=17907 vsize=26004064 memory=140261887933616 CPUtime=0 cores=0-7
/proc/17909/task/17917/stat : 17917 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702572161808 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17918] ppid=17907 vsize=26004064 memory=140261887935920 CPUtime=0 cores=0-7
/proc/17909/task/17918/stat : 17918 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148992336 26628161536 11447 33554432000 4194304 4196468 140735999105968 140702571109264 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17919] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17919/stat : 17919 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 148992337 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701426784496 140703020272258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17920] ppid=17907 vsize=26004064 memory=280523775878800 CPUtime=0 cores=0-7
/proc/17909/task/17920/stat : 17920 (java) S 17907 17907 15796 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 148992338 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701425730720 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17921] ppid=17907 vsize=26004064 memory=280523775885712 CPUtime=0 cores=0-7
/proc/17909/task/17921/stat : 17921 (java) S 17907 17907 15796 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 148992338 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701424677616 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17922] ppid=17907 vsize=26004064 memory=280523775826992 CPUtime=0 cores=0-7
/proc/17909/task/17922/stat : 17922 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992340 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701423626192 140703020279707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17923] ppid=17907 vsize=26004064 memory=280523775899536 CPUtime=0.01 cores=0-7
/proc/17909/task/17923/stat : 17923 (java) S 17907 17907 15796 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 20 0 148992340 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701422574320 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17924] ppid=17907 vsize=26004064 memory=280523775906448 CPUtime=0.02 cores=0-7
/proc/17909/task/17924/stat : 17924 (java) S 17907 17907 15796 0 -1 1077944384 322 0 0 0 2 0 0 0 20 0 20 0 148992340 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701421521776 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17925] ppid=17907 vsize=26004064 memory=280523775904144 CPUtime=0.02 cores=0-7
/proc/17909/task/17925/stat : 17925 (java) S 17907 17907 15796 0 -1 1077944384 227 0 0 0 2 0 0 0 20 0 20 0 148992340 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701420468720 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17926] ppid=17907 vsize=26004064 memory=280523775920304 CPUtime=0.1 cores=0-7
/proc/17909/task/17926/stat : 17926 (java) R 17907 17907 15796 0 -1 1077944384 812 0 0 0 10 0 0 0 20 0 20 0 148992340 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701419416176 140703020272258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17927] ppid=17907 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17927/stat : 17927 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 148992340 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701418363360 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17928] ppid=17907 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/17909/task/17928/stat : 17928 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 148992341 26628161536 11447 33554432000 4194304 4196468 140735999105968 140701417310896 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47168 KiB

[startup+0.709382 s]
/proc/loadavg: 7.39 8.03 7.93 3/199 17928
/proc/meminfo: memFree=26987780/32770624 swapFree=67108860/67108860
[pid=17907] ppid=17904 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17907/stat : 17907 (xcsp3-exec) S 17904 17907 15796 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 148992334 9740288 345 33554432000 4194304 5098028 140732722552864 140732722550968 139920594367100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15589376 140732722553957 140732722554167 140732722554167 140732722556907 0
/proc/17907/statm: 2378 345 289 221 0 87 0
[pid=17909] ppid=17907 vsize=26538700 memory=87420 CPUtime=2.18 cores=0-7
/proc/17909/stat : 17909 (java) S 17907 17907 15796 0 -1 1077944320 12215 0 0 0 212 6 0 0 20 0 28 0 148992334 27175628800 21855 33554432000 4194304 4196468 140735999105968 140735999088512 140703020261111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
/proc/17909/statm: 6634675 21855 3207 1 0 6621909 0
[pid=17909/tid=17910] ppid=17907 vsize=26538700 memory=280523776215232 CPUtime=0.55 cores=0-7
/proc/17909/task/17910/stat : 17910 (java) S 17907 17907 15796 0 -1 1077944384 6802 0 0 0 52 3 0 0 20 0 28 0 148992335 27175628800 21855 33554432000 4194304 4196468 140735999105968 140703024501888 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17911] ppid=17907 vsize=26538700 memory=1012 CPUtime=0 cores=0-7
/proc/17909/task/17911/stat : 17911 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148992335 27175628800 21855 33554432000 4194304 4196468 140735999105968 140702578477584 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17912] ppid=17907 vsize=26538700 memory=1716 CPUtime=0 cores=0-7
/proc/17909/task/17912/stat : 17912 (java) S 17907 17907 15796 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 148992335 27175628800 21855 33554432000 4194304 4196468 140735999105968 140702577425040 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17913] ppid=17907 vsize=26538700 memory=5792 CPUtime=0 cores=0-7
/proc/17909/task/17913/stat : 17913 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148992336 27175628800 21855 33554432000 4194304 4196468 140735999105968 140702576371984 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0

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

[pid=17909/tid=18104] ppid=17907 vsize=26605264 memory=1380 CPUtime=2380.16 cores=0-7
/proc/17909/task/18104/stat : 18104 (java) R 17907 17907 15796 0 -1 4202560 16402 0 0 0 238009 7 0 0 20 0 28 0 148997049 27243790336 81805 33554432000 4194304 4196468 140735999105968 140701407194720 140702612921266 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
Current children cumulated CPU time: 19467.2 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 328600 KiB

[startup+2502.3 s]
/proc/loadavg: 8.10 8.41 8.35 9/207 18162
/proc/meminfo: memFree=26720800/32770624 swapFree=67108860/67108860
[pid=17907] ppid=17904 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17907/stat : 17907 (xcsp3-exec) S 17904 17907 15796 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 148992334 9740288 345 33554432000 4194304 5098028 140732722552864 140732722550968 139920594367100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15589376 140732722553957 140732722554167 140732722554167 140732722556907 0
/proc/17907/statm: 2378 345 289 221 0 87 0
[pid=17909] ppid=17907 vsize=26605264 memory=331316 CPUtime=19945.9 cores=0-7
/proc/17909/stat : 17909 (java) S 17907 17907 15796 0 -1 1077944320 235428 0 0 0 1994439 148 0 0 20 0 28 0 148992334 27243790336 82829 33554432000 4194304 4196468 140735999105968 140735999088512 140703020261111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
/proc/17909/statm: 6651316 82829 3268 1 0 6638550 0
[pid=17909/tid=17910] ppid=17907 vsize=26605264 memory=331316 CPUtime=0.57 cores=0-7
/proc/17909/task/17910/stat : 17910 (java) S 17907 17907 15796 0 -1 1077944384 7524 0 0 0 53 4 0 0 20 0 28 0 148992335 27243790336 82829 33554432000 4194304 4196468 140735999105968 140703024501888 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17911] ppid=17907 vsize=26605264 memory=331316 CPUtime=0.92 cores=0-7
/proc/17909/task/17911/stat : 17911 (java) S 17907 17907 15796 0 -1 1077944384 5836 0 0 0 83 9 0 0 20 0 28 0 148992335 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702578477584 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17912] ppid=17907 vsize=26605264 memory=1380 CPUtime=0.94 cores=0-7
/proc/17909/task/17912/stat : 17912 (java) S 17907 17907 15796 0 -1 1077944384 7392 0 0 0 84 10 0 0 20 0 28 0 148992335 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702577425040 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17913] ppid=17907 vsize=26605264 memory=0 CPUtime=0.94 cores=0-7
/proc/17909/task/17913/stat : 17913 (java) S 17907 17907 15796 0 -1 1077944384 6081 0 0 0 85 9 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702576371984 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17914] ppid=17907 vsize=26605264 memory=0 CPUtime=0.94 cores=0-7
/proc/17909/task/17914/stat : 17914 (java) S 17907 17907 15796 0 -1 1077944384 8498 0 0 0 86 8 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702575319440 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17915] ppid=17907 vsize=26605264 memory=331316 CPUtime=0.95 cores=0-7
/proc/17909/task/17915/stat : 17915 (java) S 17907 17907 15796 0 -1 1077944384 5731 0 0 0 86 9 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702574267408 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17916] ppid=17907 vsize=26605264 memory=4128 CPUtime=0.93 cores=0-7
/proc/17909/task/17916/stat : 17916 (java) S 17907 17907 15796 0 -1 1077944384 8453 0 0 0 84 9 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702573214864 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17917] ppid=17907 vsize=26605264 memory=2336 CPUtime=0.93 cores=0-7
/proc/17909/task/17917/stat : 17917 (java) S 17907 17907 15796 0 -1 1077944384 6889 0 0 0 83 10 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702572161808 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17918] ppid=17907 vsize=26605264 memory=1724 CPUtime=0.94 cores=0-7
/proc/17909/task/17918/stat : 17918 (java) S 17907 17907 15796 0 -1 1077944384 5441 0 0 0 86 8 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702571109264 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17919] ppid=17907 vsize=26605264 memory=5792 CPUtime=1.08 cores=0-7
/proc/17909/task/17919/stat : 17919 (java) S 17907 17907 15796 0 -1 1077944384 20562 0 0 0 94 14 0 0 20 0 28 0 148992337 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701426784496 140703020272258 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17920] ppid=17907 vsize=26605264 memory=4616 CPUtime=0 cores=0-7
/proc/17909/task/17920/stat : 17920 (java) S 17907 17907 15796 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 148992338 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701425730784 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17921] ppid=17907 vsize=26605264 memory=0 CPUtime=0 cores=0-7
/proc/17909/task/17921/stat : 17921 (java) S 17907 17907 15796 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 148992338 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701424677632 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17922] ppid=17907 vsize=26605264 memory=590024537935931163 CPUtime=0 cores=0-7
/proc/17909/task/17922/stat : 17922 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701423626192 140703020279707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17923] ppid=17907 vsize=26605264 memory=315448 CPUtime=2.1 cores=0-7
/proc/17909/task/17923/stat : 17923 (java) S 17907 17907 15796 0 -1 1077944384 18624 0 0 0 208 2 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701422574320 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17924] ppid=17907 vsize=26605264 memory=1380 CPUtime=2.55 cores=0-7
/proc/17909/task/17924/stat : 17924 (java) S 17907 17907 15796 0 -1 1077944384 18349 0 0 0 251 4 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701421521776 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17925] ppid=17907 vsize=26605264 memory=4040 CPUtime=1.83 cores=0-7
/proc/17909/task/17925/stat : 17925 (java) S 17907 17907 15796 0 -1 1077944384 14582 0 0 0 181 2 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701420468720 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17926] ppid=17907 vsize=26605264 memory=1236 CPUtime=0.66 cores=0-7
/proc/17909/task/17926/stat : 17926 (java) S 17907 17907 15796 0 -1 1077944384 8595 0 0 0 65 1 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701419416176 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17927] ppid=17907 vsize=26605264 memory=1380 CPUtime=0 cores=0-7
/proc/17909/task/17927/stat : 17927 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701418363360 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17928] ppid=17907 vsize=26605264 memory=331316 CPUtime=0.33 cores=0-7
/proc/17909/task/17928/stat : 17928 (java) S 17907 17907 15796 0 -1 1077944384 3226 0 0 0 14 19 0 0 20 0 28 0 148992341 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701417310896 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18097] ppid=17907 vsize=26605264 memory=1380 CPUtime=2451.16 cores=0-7
/proc/17909/task/18097/stat : 18097 (java) R 17907 17907 15796 0 -1 4202560 3928 0 0 0 245114 2 0 0 20 0 28 0 148997048 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701400877568 140702612921115 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18098] ppid=17907 vsize=26605264 memory=331316 CPUtime=2450.06 cores=0-7
/proc/17909/task/18098/stat : 18098 (java) R 17907 17907 15796 0 -1 4202560 4046 0 0 0 245004 2 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701409300208 140702612921662 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18099] ppid=17907 vsize=26605264 memory=1380 CPUtime=2444.36 cores=0-7
/proc/17909/task/18099/stat : 18099 (java) R 17907 17907 15796 0 -1 4202560 11978 0 0 0 244432 4 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701406142576 140702612921198 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18100] ppid=17907 vsize=26605264 memory=1380 CPUtime=2439.84 cores=0-7
/proc/17909/task/18100/stat : 18100 (java) R 17907 17907 15796 0 -1 4202560 20269 0 0 0 243974 10 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701405093232 140702612921268 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18101] ppid=17907 vsize=26605264 memory=1380 CPUtime=2442.62 cores=0-7
/proc/17909/task/18101/stat : 18101 (java) R 17907 17907 15796 0 -1 4202560 9489 0 0 0 244254 8 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701402984560 140702614627271 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18102] ppid=17907 vsize=26605264 memory=331316 CPUtime=2447.75 cores=0-7
/proc/17909/task/18102/stat : 18102 (java) R 17907 17907 15796 0 -1 4202560 3339 0 0 0 244772 3 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701404037360 140702613835053 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18103] ppid=17907 vsize=26605264 memory=2336 CPUtime=2449.01 cores=0-7
/proc/17909/task/18103/stat : 18103 (java) R 17907 17907 15796 0 -1 4202560 3625 0 0 0 244899 2 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701401931264 140702609660480 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18104] ppid=17907 vsize=26605264 memory=1724 CPUtime=2439.91 cores=0-7
/proc/17909/task/18104/stat : 18104 (java) R 17907 17907 15796 0 -1 4202560 16553 0 0 0 243984 7 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701407194832 140702612921193 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
Current children cumulated CPU time: 19945.9 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 332696 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.08 8.39 8.34 9/207 18162
/proc/meminfo: memFree=26720980/32770624 swapFree=67108860/67108860
[pid=17907] ppid=17904 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/17907/stat : 17907 (xcsp3-exec) S 17904 17907 15796 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 148992334 9740288 345 33554432000 4194304 5098028 140732722552864 140732722550968 139920594367100 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15589376 140732722553957 140732722554167 140732722554167 140732722556907 0
/proc/17907/statm: 2378 345 289 221 0 87 0
[pid=17909] ppid=17907 vsize=26605264 memory=331316 CPUtime=20087.1 cores=0-7
/proc/17909/stat : 17909 (java) S 17907 17907 15796 0 -1 1077944320 235476 0 0 0 2008565 149 0 0 20 0 28 0 148992334 27243790336 82829 33554432000 4194304 4196468 140735999105968 140735999088512 140703020261111 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
/proc/17909/statm: 6651316 82829 3268 1 0 6638550 0
[pid=17909/tid=17910] ppid=17907 vsize=26605264 memory=22976 CPUtime=0.57 cores=0-7
/proc/17909/task/17910/stat : 17910 (java) S 17907 17907 15796 0 -1 1077944384 7524 0 0 0 53 4 0 0 20 0 28 0 148992335 27243790336 82829 33554432000 4194304 4196468 140735999105968 140703024501888 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17911] ppid=17907 vsize=26605264 memory=-7003737579269690708 CPUtime=0.93 cores=0-7
/proc/17909/task/17911/stat : 17911 (java) S 17907 17907 15796 0 -1 1077944384 5837 0 0 0 84 9 0 0 20 0 28 0 148992335 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702578477584 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17912] ppid=17907 vsize=26605264 memory=1236 CPUtime=0.95 cores=0-7
/proc/17909/task/17912/stat : 17912 (java) S 17907 17907 15796 0 -1 1077944384 7393 0 0 0 85 10 0 0 20 0 28 0 148992335 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702577425040 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17913] ppid=17907 vsize=26605264 memory=644 CPUtime=0.94 cores=0-7
/proc/17909/task/17913/stat : 17913 (java) S 17907 17907 15796 0 -1 1077944384 6081 0 0 0 85 9 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702576371984 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17914] ppid=17907 vsize=26605264 memory=1788 CPUtime=0.95 cores=0-7
/proc/17909/task/17914/stat : 17914 (java) S 17907 17907 15796 0 -1 1077944384 8499 0 0 0 87 8 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702575319440 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17915] ppid=17907 vsize=26605264 memory=956 CPUtime=0.96 cores=0-7
/proc/17909/task/17915/stat : 17915 (java) S 17907 17907 15796 0 -1 1077944384 5733 0 0 0 87 9 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702574267408 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17916] ppid=17907 vsize=26605264 memory=2344 CPUtime=0.93 cores=0-7
/proc/17909/task/17916/stat : 17916 (java) S 17907 17907 15796 0 -1 1077944384 8455 0 0 0 84 9 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702573214864 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17917] ppid=17907 vsize=26605264 memory=928 CPUtime=0.94 cores=0-7
/proc/17909/task/17917/stat : 17917 (java) S 17907 17907 15796 0 -1 1077944384 6889 0 0 0 84 10 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702572161808 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17918] ppid=17907 vsize=26605264 memory=1568 CPUtime=0.95 cores=0-7
/proc/17909/task/17918/stat : 17918 (java) S 17907 17907 15796 0 -1 1077944384 5442 0 0 0 87 8 0 0 20 0 28 0 148992336 27243790336 82829 33554432000 4194304 4196468 140735999105968 140702571109264 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17919] ppid=17907 vsize=26605264 memory=2240 CPUtime=1.08 cores=0-7
/proc/17909/task/17919/stat : 17919 (java) S 17907 17907 15796 0 -1 1077944384 20566 0 0 0 94 14 0 0 20 0 28 0 148992337 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701426784496 140703020272258 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17920] ppid=17907 vsize=26605264 memory=4128 CPUtime=0 cores=0-7
/proc/17909/task/17920/stat : 17920 (java) S 17907 17907 15796 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 148992338 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701425730784 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17921] ppid=17907 vsize=26605264 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/17909/task/17921/stat : 17921 (java) S 17907 17907 15796 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 148992338 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701424677632 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17922] ppid=17907 vsize=26605264 memory=644 CPUtime=0 cores=0-7
/proc/17909/task/17922/stat : 17922 (java) S 17907 17907 15796 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701423626192 140703020279707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17923] ppid=17907 vsize=26605264 memory=1788 CPUtime=2.1 cores=0-7
/proc/17909/task/17923/stat : 17923 (java) S 17907 17907 15796 0 -1 1077944384 18624 0 0 0 208 2 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701422574320 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17924] ppid=17907 vsize=26605264 memory=956 CPUtime=2.55 cores=0-7
/proc/17909/task/17924/stat : 17924 (java) S 17907 17907 15796 0 -1 1077944384 18349 0 0 0 251 4 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701421521776 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17925] ppid=17907 vsize=26605264 memory=2344 CPUtime=1.83 cores=0-7
/proc/17909/task/17925/stat : 17925 (java) S 17907 17907 15796 0 -1 1077944384 14582 0 0 0 181 2 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701420468720 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17926] ppid=17907 vsize=26605264 memory=928 CPUtime=0.66 cores=0-7
/proc/17909/task/17926/stat : 17926 (java) S 17907 17907 15796 0 -1 1077944384 8595 0 0 0 65 1 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701419416176 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17927] ppid=17907 vsize=26605264 memory=1568 CPUtime=0 cores=0-7
/proc/17909/task/17927/stat : 17927 (java) S 17907 17907 15796 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 148992340 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701418363360 140703020271317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=17928] ppid=17907 vsize=26605264 memory=2240 CPUtime=0.33 cores=0-7
/proc/17909/task/17928/stat : 17928 (java) S 17907 17907 15796 0 -1 1077944384 3228 0 0 0 14 19 0 0 20 0 28 0 148992341 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701417310896 140703020272258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18097] ppid=17907 vsize=26605264 memory=4128 CPUtime=2468.86 cores=0-7
/proc/17909/task/18097/stat : 18097 (java) R 17907 17907 15796 0 -1 4202560 3930 0 0 0 246884 2 0 0 20 0 28 0 148997048 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701400877704 140702613653194 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18098] ppid=17907 vsize=26605264 memory=2204 CPUtime=2467.76 cores=0-7
/proc/17909/task/18098/stat : 18098 (java) R 17907 17907 15796 0 -1 4202560 4047 0 0 0 246774 2 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701409300208 140702612922143 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18099] ppid=17907 vsize=26605264 memory=7788 CPUtime=2462.02 cores=0-7
/proc/17909/task/18099/stat : 18099 (java) R 17907 17907 15796 0 -1 4202560 11985 0 0 0 246198 4 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701406142832 140702612921319 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18100] ppid=17907 vsize=26605264 memory=840 CPUtime=2457.46 cores=0-7
/proc/17909/task/18100/stat : 18100 (java) R 17907 17907 15796 0 -1 4202560 20283 0 0 0 245736 10 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701405093232 140702612921543 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18101] ppid=17907 vsize=26605264 memory=3924 CPUtime=2460.32 cores=0-7
/proc/17909/task/18101/stat : 18101 (java) R 17907 17907 15796 0 -1 4202560 9490 0 0 0 246024 8 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701402984560 140702613153559 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18102] ppid=17907 vsize=26605264 memory=1380 CPUtime=2465.44 cores=0-7
/proc/17909/task/18102/stat : 18102 (java) R 17907 17907 15796 0 -1 4202560 3340 0 0 0 246541 3 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701404037360 140702612921136 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18103] ppid=17907 vsize=26605264 memory=331316 CPUtime=2466.71 cores=0-7
/proc/17909/task/18103/stat : 18103 (java) R 17907 17907 15796 0 -1 4202560 3626 0 0 0 246669 2 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701401931632 140702612921046 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
[pid=17909/tid=18104] ppid=17907 vsize=26605264 memory=6791534058613427641 CPUtime=2457.37 cores=0-7
/proc/17909/task/18104/stat : 18104 (java) R 17907 17907 15796 0 -1 4202560 16560 0 0 0 245730 7 0 0 20 0 28 0 148997049 27243790336 82829 33554432000 4194304 4196468 140735999105968 140701407194608 140702612921154 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 16269312 140735999112338 140735999112515 140735999112515 140735999115215 0
Current children cumulated CPU time: 20087.1 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 332696 KiB

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

[startup+2520.04 s]
# the end of solver process 17907 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000947 s, system=0.000947 s

[startup+2520.11 s]
# the end of solver process 17909 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20086.4 s, system=1.49722 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2520.11
CPU time (s): 20087.9
CPU user time (s): 20086.4
CPU system time (s): 1.49722
CPU usage (%): 797.104
Max. virtual memory (cumulated for all children) (KiB): 26616900
Max. memory (cumulated for all children) (KiB): 332696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20086.4
system time used= 1.49722
maximum resident set size= 331848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146856
involuntary context switches= 204932


# summary of solver processes directly reported to runsolver:
#   pid: 17907,17909
#   total CPU time (s): 20087.9
#   total CPU user time (s): 20086.4
#   total CPU system time (s): 1.49722

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4109 second user time and 28.6461 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-19 17:56:23
IDJOB=4280627
IDBENCH=135668
IDSOLVER=2675
FILE ID=node103/4280627-1503159043
RUNJOBID= node103-1503152280-15823
PBS_JOBID= 20630813
Free space on /tmp= 61652 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-02.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280627-1503159043/watcher-4280627-1503159043 -o /tmp/evaluation-result-4280627-1503159043/solver-4280627-1503159043 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503152280-15823 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 949951740 HOME/instance-4280627-1503159043.xml

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

MD5SUM BENCH= a68811cefd95bd5595684aa0eec29a9f
RANDOM SEED=949951740

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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:        27036496 kB
MemAvailable:   31974288 kB
Buffers:          234564 kB
Cached:          4997140 kB
SwapCached:            0 kB
Active:          1000828 kB
Inactive:        4285860 kB
Active(anon):       4492 kB
Inactive(anon):    86700 kB
Active(file):     996336 kB
Inactive(file):  4199160 kB
Unevictable:        7496 kB
Mlocked:            7496 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7760 kB
Writeback:             0 kB
AnonPages:         76260 kB
Mapped:            50928 kB
Shmem:             33420 kB
Slab:             142756 kB
SReclaimable:     116260 kB
SUnreclaim:        26496 kB
KernelStack:        3520 kB
PageTables:         4716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61644 MiB
End job on node103 at 2017-08-19 18:38:23