Trace number 4297764

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)? (TO) 19879.6 2520.12

General information on the benchmark

NameSportsScheduling/
SportsScheduling-18_c18.xml
MD5SUM4eb29a597c5d97627c316d99279efe71
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables477
Number of constraints225
Number of domains2
Minimum domain size18
Maximum domain size153
Distribution of domain sizes[{"size":18,"count":324},{"size":153,"count":153}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":162},{"degree":4,"count":315}]
Minimum constraint arity1
Maximum constraint arity153
Distribution of constraint arities[{"arity":1,"count":9},{"arity":2,"count":9},{"arity":3,"count":153},{"arity":9,"count":17},{"arity":18,"count":18},{"arity":34,"count":9},{"arity":36,"count":9},{"arity":153,"count":1}]
Number of extensional constraints153
Number of intensional constraints18
Distribution of constraint types[{"type":"extension","count":153},{"type":"intension","count":18},{"type":"allDifferent","count":19},{"type":"count","count":17},{"type":"cardinality","count":18}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297764-1532729811.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4297764-1532729811.xml, -tl, 20160s, -p, 8]
0.12/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.15/0.85	c solve instance...
19878.79/2520.09	s UNKNOWN
19878.79/2520.09	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297764-1532729811/watcher-4297764-1532729811 -o /tmp/evaluation-result-4297764-1532729811/solver-4297764-1532729811 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532724759-22610 --watchdog 2580 HOME/xcsp3-exec -seed 1548257653 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297764-1532729811.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=24115, runsolver pid=24112

[startup+0.100135 s]*
/proc/loadavg: 8.65 8.23 8.15 2/199 24136
/proc/meminfo: memFree=22346456/32770624 swapFree=67108796/67108860
[pid=24115] ppid=24112 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24115/stat : 24115 (xcsp3-exec) S 24112 24115 22583 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90544256 115843072 363 33554432000 4194304 5098028 140720866528544 140720866526648 139648818553468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32436224 140720866534453 140720866534656 140720866534656 140720866537418 0
/proc/24115/statm: 28282 363 305 221 0 87 0
[pid=24117] ppid=24115 vsize=26104152 memory=27840 CPUtime=0.12 cores=0-7
/proc/24117/stat : 24117 (java) S 24115 24115 22583 0 -1 1077944320 5885 0 0 0 10 2 0 0 20 0 20 0 90544257 26730651648 6960 33554432000 4194304 4196468 140731504453408 140731504435952 139781127261943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
/proc/24117/statm: 6526038 6960 3006 1 0 6488315 0
[pid=24117/tid=24118] ppid=24115 vsize=26104152 memory=7753117666145902744 CPUtime=0.08 cores=0-7
/proc/24117/task/24118/stat : 24118 (java) R 24115 24115 22583 0 -1 4202560 3900 0 0 0 7 1 0 0 20 0 20 0 90544257 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781131488288 139781127273878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24119] ppid=24115 vsize=26104152 memory=732370620675218405 CPUtime=0 cores=0-7
/proc/24117/task/24119/stat : 24119 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781079882256 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24120] ppid=24115 vsize=26104152 memory=140482337764992 CPUtime=0 cores=0-7
/proc/24117/task/24120/stat : 24120 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781078829712 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24121] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24121/stat : 24121 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781077776656 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24122] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24122/stat : 24122 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781076724112 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24123] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24123/stat : 24123 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781075672080 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24124] ppid=24115 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24117/task/24124/stat : 24124 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781074619536 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24125] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24125/stat : 24125 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781073566480 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24126] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24126/stat : 24126 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 6960 33554432000 4194304 4196468 140731504453408 139781072513936 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24127] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24127/stat : 24127 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544259 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779914356976 139781127273090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24128] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24128/stat : 24128 (java) S 24115 24115 22583 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90544260 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779913303200 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24129] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24129/stat : 24129 (java) S 24115 24115 22583 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 90544260 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779643532016 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24130] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24130/stat : 24130 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544262 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779642480592 139781127280539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24131] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24131/stat : 24131 (java) S 24115 24115 22583 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 90544262 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779641428720 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24132] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24132/stat : 24132 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544262 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779640376176 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24133] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24133/stat : 24133 (java) S 24115 24115 22583 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 90544262 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779639323120 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24134] ppid=24115 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/24117/task/24134/stat : 24134 (java) R 24115 24115 22583 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 90544262 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779638270576 139781106533749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24135] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24135/stat : 24135 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90544263 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779637217760 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24136] ppid=24115 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24117/task/24136/stat : 24136 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544263 26730651648 6960 33554432000 4194304 4196468 140731504453408 139779636165296 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29292 KiB

[startup+0.212497 s]*
/proc/loadavg: 8.65 8.23 8.15 3/199 24136
/proc/meminfo: memFree=22336780/32770624 swapFree=67108796/67108860
[pid=24115] ppid=24112 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24115/stat : 24115 (xcsp3-exec) S 24112 24115 22583 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90544256 115843072 363 33554432000 4194304 5098028 140720866528544 140720866526648 139648818553468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32436224 140720866534453 140720866534656 140720866534656 140720866537418 0
/proc/24115/statm: 28282 363 305 221 0 87 0
[pid=24117] ppid=24115 vsize=26104152 memory=39360 CPUtime=0.34 cores=0-7
/proc/24117/stat : 24117 (java) S 24115 24115 22583 0 -1 1077944320 8504 0 0 0 30 4 0 0 20 0 20 0 90544257 26730651648 9840 33554432000 4194304 4196468 140731504453408 140731504435952 139781127261943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
/proc/24117/statm: 6526038 9840 3138 1 0 6488315 0
[pid=24117/tid=24118] ppid=24115 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/24117/task/24118/stat : 24118 (java) R 24115 24115 22583 0 -1 4202560 5611 0 0 0 17 2 0 0 20 0 20 0 90544257 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781131496928 139781111342430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24119] ppid=24115 vsize=26104152 memory=280964544001784 CPUtime=0 cores=0-7
/proc/24117/task/24119/stat : 24119 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781079882256 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24120] ppid=24115 vsize=26104152 memory=140482337764992 CPUtime=0 cores=0-7
/proc/24117/task/24120/stat : 24120 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781078829712 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24121] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24121/stat : 24121 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781077776656 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24122] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24122/stat : 24122 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781076724112 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24123] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24123/stat : 24123 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781075672080 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24124] ppid=24115 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24117/task/24124/stat : 24124 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781074619536 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24125] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24125/stat : 24125 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781073566480 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24126] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24126/stat : 24126 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26730651648 9840 33554432000 4194304 4196468 140731504453408 139781072513936 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24127] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24127/stat : 24127 (java) S 24115 24115 22583 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90544259 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779914356976 139781127273090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24128] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24128/stat : 24128 (java) S 24115 24115 22583 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90544260 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779913303200 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24129] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24129/stat : 24129 (java) S 24115 24115 22583 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 90544260 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779643532016 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24130] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24130/stat : 24130 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544262 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779642480592 139781127280539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24131] ppid=24115 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/24117/task/24131/stat : 24131 (java) S 24115 24115 22583 0 -1 1077944384 641 0 0 0 2 0 0 0 20 0 20 0 90544262 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779641428720 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24132] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24132/stat : 24132 (java) S 24115 24115 22583 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 90544262 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779640376176 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24133] ppid=24115 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/24117/task/24133/stat : 24133 (java) S 24115 24115 22583 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 20 0 90544262 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779639323120 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24134] ppid=24115 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/24117/task/24134/stat : 24134 (java) S 24115 24115 22583 0 -1 1077944384 723 0 0 0 7 0 0 0 20 0 20 0 90544262 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779638270576 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24135] ppid=24115 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24135/stat : 24135 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90544263 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779637217760 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24136] ppid=24115 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/24117/task/24136/stat : 24136 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544263 26730651648 9840 33554432000 4194304 4196468 140731504453408 139779636165296 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40812 KiB

[startup+0.310348 s]*
/proc/loadavg: 8.65 8.23 8.15 5/199 24136
/proc/meminfo: memFree=22330948/32770624 swapFree=67108796/67108860
[pid=24115] ppid=24112 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24115/stat : 24115 (xcsp3-exec) S 24112 24115 22583 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90544256 115843072 363 33554432000 4194304 5098028 140720866528544 140720866526648 139648818553468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32436224 140720866534453 140720866534656 140720866534656 140720866537418 0
/proc/24115/statm: 28282 363 305 221 0 87 0
[pid=24117] ppid=24115 vsize=26108408 memory=46700 CPUtime=0.52 cores=0-7
/proc/24117/stat : 24117 (java) S 24115 24115 22583 0 -1 1077944320 9371 0 0 0 48 4 0 0 20 0 20 0 90544257 26735009792 11675 33554432000 4194304 4196468 140731504453408 140731504435952 139781127261943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
/proc/24117/statm: 6527102 11675 3263 1 0 6488315 0
[pid=24117/tid=24118] ppid=24115 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/24117/task/24118/stat : 24118 (java) R 24115 24115 22583 0 -1 4202560 6285 0 0 0 26 3 0 0 20 0 20 0 90544257 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781131493056 139781111342430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24119] ppid=24115 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24119/stat : 24119 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781079882256 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24120] ppid=24115 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24120/stat : 24120 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781078829712 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24121] ppid=24115 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24121/stat : 24121 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781077776656 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24122] ppid=24115 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24122/stat : 24122 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781076724112 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24123] ppid=24115 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/24117/task/24123/stat : 24123 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781075672080 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24124] ppid=24115 vsize=26108408 memory=140482206331823 CPUtime=0 cores=0-7
/proc/24117/task/24124/stat : 24124 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781074619536 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24125] ppid=24115 vsize=26108408 memory=140482206334128 CPUtime=0 cores=0-7
/proc/24117/task/24125/stat : 24125 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781073566480 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24126] ppid=24115 vsize=26108408 memory=140482206336432 CPUtime=0 cores=0-7
/proc/24117/task/24126/stat : 24126 (java) S 24115 24115 22583 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90544258 26735009792 11675 33554432000 4194304 4196468 140731504453408 139781072513936 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24127] ppid=24115 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24127/stat : 24127 (java) S 24115 24115 22583 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90544259 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779914356976 139781127273090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24128] ppid=24115 vsize=26108408 memory=280964412679824 CPUtime=0 cores=0-7
/proc/24117/task/24128/stat : 24128 (java) S 24115 24115 22583 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90544260 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779913303200 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24129] ppid=24115 vsize=26108408 memory=280964412686736 CPUtime=0 cores=0-7
/proc/24117/task/24129/stat : 24129 (java) S 24115 24115 22583 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 90544260 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779643532016 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24130] ppid=24115 vsize=26108408 memory=280964412628016 CPUtime=0 cores=0-7
/proc/24117/task/24130/stat : 24130 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544262 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779642480592 139781127280539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24131] ppid=24115 vsize=26108408 memory=280964412700560 CPUtime=0.03 cores=0-7
/proc/24117/task/24131/stat : 24131 (java) R 24115 24115 22583 0 -1 4202560 716 0 0 0 3 0 0 0 20 0 20 0 90544262 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779641409736 139781108786726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24132] ppid=24115 vsize=26108408 memory=280964412707472 CPUtime=0.02 cores=0-7
/proc/24117/task/24132/stat : 24132 (java) S 24115 24115 22583 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 20 0 90544262 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779640376176 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24133] ppid=24115 vsize=26108408 memory=280964412705168 CPUtime=0.03 cores=0-7
/proc/24117/task/24133/stat : 24133 (java) S 24115 24115 22583 0 -1 1077944384 164 0 0 0 3 0 0 0 20 0 20 0 90544262 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779639323120 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24134] ppid=24115 vsize=26108408 memory=280964412721328 CPUtime=0.12 cores=0-7
/proc/24117/task/24134/stat : 24134 (java) S 24115 24115 22583 0 -1 1077944384 809 0 0 0 12 0 0 0 20 0 20 0 90544262 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779638270576 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24135] ppid=24115 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/24117/task/24135/stat : 24135 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90544263 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779637217760 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24136] ppid=24115 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/24117/task/24136/stat : 24136 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544263 26735009792 11675 33554432000 4194304 4196468 140731504453408 139779636165296 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48152 KiB

[startup+0.706675 s]
/proc/loadavg: 8.65 8.23 8.15 5/199 24136
/proc/meminfo: memFree=22315876/32770624 swapFree=67108796/67108860
[pid=24115] ppid=24112 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24115/stat : 24115 (xcsp3-exec) S 24112 24115 22583 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90544256 115843072 363 33554432000 4194304 5098028 140720866528544 140720866526648 139648818553468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32436224 140720866534453 140720866534656 140720866534656 140720866537418 0
/proc/24115/statm: 28282 363 305 221 0 87 0
[pid=24117] ppid=24115 vsize=26110532 memory=85752 CPUtime=1.72 cores=0-7
/proc/24117/stat : 24117 (java) S 24115 24115 22583 0 -1 1077944320 13084 0 0 0 165 7 0 0 20 0 20 0 90544257 26737184768 21438 33554432000 4194304 4196468 140731504453408 140731504435952 139781127261943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
/proc/24117/statm: 6527633 21438 3365 1 0 6488827 0
[pid=24117/tid=24118] ppid=24115 vsize=26110532 memory=280964413016192 CPUtime=0.67 cores=0-7
/proc/24117/task/24118/stat : 24118 (java) R 24115 24115 22583 0 -1 4202560 7263 0 0 0 64 3 0 0 20 0 20 0 90544257 26737184768 21438 33554432000 4194304 4196468 140731504453408 139781131501392 139780734193732 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24119] ppid=24115 vsize=26110532 memory=8800 CPUtime=0 cores=0-7
/proc/24117/task/24119/stat : 24119 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26737184768 21438 33554432000 4194304 4196468 140731504453408 139781079882256 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24120] ppid=24115 vsize=26110532 memory=1120 CPUtime=0 cores=0-7
/proc/24117/task/24120/stat : 24120 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90544258 26737184768 21438 33554432000 4194304 4196468 140731504453408 139781078829712 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24121] ppid=24115 vsize=26110532 memory=792 CPUtime=0 cores=0-7
/proc/24117/task/24121/stat : 24121 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90544258 26737184768 21438 33554432000 4194304 4196468 140731504453408 139781077776656 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0

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

[pid=24117/tid=24144] ppid=24115 vsize=26645092 memory=1452 CPUtime=2388.39 cores=0-7
/proc/24117/task/24144/stat : 24144 (java) R 24115 24115 22583 0 -1 4202560 65784 0 0 0 238791 48 0 0 20 0 28 0 90544344 27284574208 137131 33554432000 4194304 4196468 140731504453408 139779618103264 139780742314910 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
Current children cumulated CPU time: 19264.2 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 549976 KiB

[startup+2502.3 s]
/proc/loadavg: 8.17 8.28 8.27 9/207 24179
/proc/meminfo: memFree=21829380/32770624 swapFree=67108796/67108860
[pid=24115] ppid=24112 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24115/stat : 24115 (xcsp3-exec) S 24112 24115 22583 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90544256 115843072 363 33554432000 4194304 5098028 140720866528544 140720866526648 139648818553468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32436224 140720866534453 140720866534656 140720866534656 140720866537418 0
/proc/24115/statm: 28282 363 305 221 0 87 0
[pid=24117] ppid=24115 vsize=26645092 memory=545952 CPUtime=19738.7 cores=0-7
/proc/24117/stat : 24117 (java) S 24115 24115 22583 0 -1 1077944320 876243 0 0 0 1972416 1454 0 0 20 0 28 0 90544257 27284574208 136488 33554432000 4194304 4196468 140731504453408 140731504435952 139781127261943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
/proc/24117/statm: 6661273 136488 3451 1 0 6622467 0
[pid=24117/tid=24118] ppid=24115 vsize=26645092 memory=1452 CPUtime=0.84 cores=0-7
/proc/24117/task/24118/stat : 24118 (java) S 24115 24115 22583 0 -1 1077944384 7365 0 0 0 80 4 0 0 20 0 28 0 90544257 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781131502720 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24119] ppid=24115 vsize=26645092 memory=545952 CPUtime=14.31 cores=0-7
/proc/24117/task/24119/stat : 24119 (java) S 24115 24115 22583 0 -1 1077944384 31746 0 0 0 1385 46 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781079882256 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24120] ppid=24115 vsize=26645092 memory=545952 CPUtime=14.4 cores=0-7
/proc/24117/task/24120/stat : 24120 (java) S 24115 24115 22583 0 -1 1077944384 29739 0 0 0 1394 46 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781078829712 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24121] ppid=24115 vsize=26645092 memory=1452 CPUtime=14.3 cores=0-7
/proc/24117/task/24121/stat : 24121 (java) S 24115 24115 22583 0 -1 1077944384 31400 0 0 0 1387 43 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781077776656 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24122] ppid=24115 vsize=26645092 memory=88206182 CPUtime=14.34 cores=0-7
/proc/24117/task/24122/stat : 24122 (java) S 24115 24115 22583 0 -1 1077944384 29238 0 0 0 1389 45 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781076724112 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24123] ppid=24115 vsize=26645092 memory=3472328296227679313 CPUtime=14.43 cores=0-7
/proc/24117/task/24123/stat : 24123 (java) S 24115 24115 22583 0 -1 1077944384 28315 0 0 0 1401 42 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781075672080 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24124] ppid=24115 vsize=26645092 memory=1452 CPUtime=14.27 cores=0-7
/proc/24117/task/24124/stat : 24124 (java) S 24115 24115 22583 0 -1 1077944384 31862 0 0 0 1382 45 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781074619536 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24125] ppid=24115 vsize=26645092 memory=545952 CPUtime=14.43 cores=0-7
/proc/24117/task/24125/stat : 24125 (java) S 24115 24115 22583 0 -1 1077944384 29874 0 0 0 1400 43 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781073566480 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24126] ppid=24115 vsize=26645092 memory=1452 CPUtime=14.4 cores=0-7
/proc/24117/task/24126/stat : 24126 (java) S 24115 24115 22583 0 -1 1077944384 30872 0 0 0 1397 43 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781072513936 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24127] ppid=24115 vsize=26645092 memory=280964412947776 CPUtime=17.95 cores=0-7
/proc/24117/task/24127/stat : 24127 (java) S 24115 24115 22583 0 -1 1077944384 115447 0 0 0 1065 730 0 0 20 0 28 0 90544259 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779914356976 139781127273090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24128] ppid=24115 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/24117/task/24128/stat : 24128 (java) S 24115 24115 22583 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 90544260 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779913303264 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24129] ppid=24115 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/24117/task/24129/stat : 24129 (java) S 24115 24115 22583 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 90544260 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779643532016 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24130] ppid=24115 vsize=26645092 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/24117/task/24130/stat : 24130 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779642480592 139781127280539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24131] ppid=24115 vsize=26645092 memory=1040 CPUtime=2.68 cores=0-7
/proc/24117/task/24131/stat : 24131 (java) S 24115 24115 22583 0 -1 1077944384 10942 0 0 0 265 3 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779641428720 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24132] ppid=24115 vsize=26645092 memory=25964 CPUtime=2.67 cores=0-7
/proc/24117/task/24132/stat : 24132 (java) S 24115 24115 22583 0 -1 1077944384 10018 0 0 0 266 1 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779640376176 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24133] ppid=24115 vsize=26645092 memory=2088 CPUtime=3.05 cores=0-7
/proc/24117/task/24133/stat : 24133 (java) S 24115 24115 22583 0 -1 1077944384 9441 0 0 0 303 2 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779639323120 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24134] ppid=24115 vsize=26645092 memory=1452 CPUtime=0.9 cores=0-7
/proc/24117/task/24134/stat : 24134 (java) S 24115 24115 22583 0 -1 1077944384 8756 0 0 0 88 2 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779638270576 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24135] ppid=24115 vsize=26645092 memory=545952 CPUtime=0 cores=0-7
/proc/24117/task/24135/stat : 24135 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90544263 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779637217760 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24136] ppid=24115 vsize=26645092 memory=1452 CPUtime=1.05 cores=0-7
/proc/24117/task/24136/stat : 24136 (java) S 24115 24115 22583 0 -1 1077944384 4932 0 0 0 35 70 0 0 20 0 28 0 90544263 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779636165296 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24137] ppid=24115 vsize=26645092 memory=545952 CPUtime=2448.98 cores=0-7
/proc/24117/task/24137/stat : 24137 (java) R 24115 24115 22583 0 -1 4202560 49315 0 0 0 244860 38 0 0 20 0 28 0 90544343 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779625470632 139780741832462 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24138] ppid=24115 vsize=26645092 memory=545952 CPUtime=2450.74 cores=0-7
/proc/24117/task/24138/stat : 24138 (java) R 24115 24115 22583 0 -1 4202560 53587 0 0 0 245031 43 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779624421832 139780742159424 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24139] ppid=24115 vsize=26645092 memory=1452 CPUtime=2449.88 cores=0-7
/proc/24117/task/24139/stat : 24139 (java) R 24115 24115 22583 0 -1 4202560 69659 0 0 0 244923 65 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779623366656 139780740316893 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24140] ppid=24115 vsize=26645092 memory=1452 CPUtime=2449.4 cores=0-7
/proc/24117/task/24140/stat : 24140 (java) R 24115 24115 22583 0 -1 4202560 75390 0 0 0 244864 76 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779622314496 139780740197145 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24141] ppid=24115 vsize=26645092 memory=1452 CPUtime=2449.95 cores=0-7
/proc/24117/task/24141/stat : 24141 (java) R 24115 24115 22583 0 -1 4202560 63587 0 0 0 244946 49 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779621261328 139780740716923 0 4 0 16800975 0 0 0 -1 3 0 0 19 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24142] ppid=24115 vsize=26645092 memory=545952 CPUtime=2447.11 cores=0-7
/proc/24117/task/24142/stat : 24142 (java) R 24115 24115 22583 0 -1 4202560 32874 0 0 0 244677 34 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779620208784 139780742208548 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24143] ppid=24115 vsize=26645092 memory=244503 CPUtime=2451.12 cores=0-7
/proc/24117/task/24143/stat : 24143 (java) R 24115 24115 22583 0 -1 4202560 54289 0 0 0 245073 39 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779619159040 139780742208603 0 4 0 16800975 0 0 0 -1 1 0 0 18 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24144] ppid=24115 vsize=26645092 memory=545952 CPUtime=2447.37 cores=0-7
/proc/24117/task/24144/stat : 24144 (java) R 24115 24115 22583 0 -1 4202560 66254 0 0 0 244688 49 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779618103184 139780740268786 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
Current children cumulated CPU time: 19738.7 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 547404 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.19 8.28 8.27 9/207 24179
/proc/meminfo: memFree=21828824/32770624 swapFree=67108796/67108860
[pid=24115] ppid=24112 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/24115/stat : 24115 (xcsp3-exec) S 24112 24115 22583 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90544256 115843072 363 33554432000 4194304 5098028 140720866528544 140720866526648 139648818553468 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32436224 140720866534453 140720866534656 140720866534656 140720866537418 0
/proc/24115/statm: 28282 363 305 221 0 87 0
[pid=24117] ppid=24115 vsize=26645092 memory=545952 CPUtime=19878.8 cores=0-7
/proc/24117/stat : 24117 (java) S 24115 24115 22583 0 -1 1077944320 883384 0 0 0 1986419 1460 0 0 20 0 28 0 90544257 27284574208 136488 33554432000 4194304 4196468 140731504453408 140731504435952 139781127261943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
/proc/24117/statm: 6661273 136488 3451 1 0 6622467 0
[pid=24117/tid=24118] ppid=24115 vsize=26645092 memory=1398720917958146503 CPUtime=0.84 cores=0-7
/proc/24117/task/24118/stat : 24118 (java) S 24115 24115 22583 0 -1 1077944384 7365 0 0 0 80 4 0 0 20 0 28 0 90544257 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781131502720 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24119] ppid=24115 vsize=26645092 memory=-7003737579269690708 CPUtime=14.42 cores=0-7
/proc/24117/task/24119/stat : 24119 (java) S 24115 24115 22583 0 -1 1077944384 31916 0 0 0 1396 46 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781079882256 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24120] ppid=24115 vsize=26645092 memory=832 CPUtime=14.5 cores=0-7
/proc/24117/task/24120/stat : 24120 (java) S 24115 24115 22583 0 -1 1077944384 30182 0 0 0 1404 46 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781078829712 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24121] ppid=24115 vsize=26645092 memory=1608 CPUtime=14.41 cores=0-7
/proc/24117/task/24121/stat : 24121 (java) S 24115 24115 22583 0 -1 1077944384 32191 0 0 0 1397 44 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781077776656 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24122] ppid=24115 vsize=26645092 memory=5012 CPUtime=14.44 cores=0-7
/proc/24117/task/24122/stat : 24122 (java) S 24115 24115 22583 0 -1 1077944384 29349 0 0 0 1399 45 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781076724112 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24123] ppid=24115 vsize=26645092 memory=4032 CPUtime=14.54 cores=0-7
/proc/24117/task/24123/stat : 24123 (java) S 24115 24115 22583 0 -1 1077944384 28440 0 0 0 1412 42 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781075672080 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24124] ppid=24115 vsize=26645092 memory=1284 CPUtime=14.39 cores=0-7
/proc/24117/task/24124/stat : 24124 (java) S 24115 24115 22583 0 -1 1077944384 32025 0 0 0 1394 45 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781074619536 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24125] ppid=24115 vsize=26645092 memory=1088 CPUtime=14.55 cores=0-7
/proc/24117/task/24125/stat : 24125 (java) S 24115 24115 22583 0 -1 1077944384 30341 0 0 0 1412 43 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781073566480 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24126] ppid=24115 vsize=26645092 memory=1800 CPUtime=14.52 cores=0-7
/proc/24117/task/24126/stat : 24126 (java) S 24115 24115 22583 0 -1 1077944384 31353 0 0 0 1408 44 0 0 20 0 28 0 90544258 27284574208 136488 33554432000 4194304 4196468 140731504453408 139781072513936 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24127] ppid=24115 vsize=26645092 memory=7024 CPUtime=18.01 cores=0-7
/proc/24117/task/24127/stat : 24127 (java) S 24115 24115 22583 0 -1 1077944384 116207 0 0 0 1071 730 0 0 20 0 28 0 90544259 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779914356976 139781127273090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24128] ppid=24115 vsize=26645092 memory=15044 CPUtime=0 cores=0-7
/proc/24117/task/24128/stat : 24128 (java) S 24115 24115 22583 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 28 0 90544260 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779913303264 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24129] ppid=24115 vsize=26645092 memory=19932 CPUtime=0 cores=0-7
/proc/24117/task/24129/stat : 24129 (java) S 24115 24115 22583 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 90544260 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779643532016 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24130] ppid=24115 vsize=26645092 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/24117/task/24130/stat : 24130 (java) S 24115 24115 22583 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779642480592 139781127280539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24131] ppid=24115 vsize=26645092 memory=25968 CPUtime=2.68 cores=0-7
/proc/24117/task/24131/stat : 24131 (java) S 24115 24115 22583 0 -1 1077944384 10946 0 0 0 265 3 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779641428720 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24132] ppid=24115 vsize=26645092 memory=2088 CPUtime=2.67 cores=0-7
/proc/24117/task/24132/stat : 24132 (java) S 24115 24115 22583 0 -1 1077944384 10022 0 0 0 266 1 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779640376176 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24133] ppid=24115 vsize=26645092 memory=1040 CPUtime=3.05 cores=0-7
/proc/24117/task/24133/stat : 24133 (java) S 24115 24115 22583 0 -1 1077944384 9445 0 0 0 303 2 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779639323120 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24134] ppid=24115 vsize=26645092 memory=1628 CPUtime=0.9 cores=0-7
/proc/24117/task/24134/stat : 24134 (java) S 24115 24115 22583 0 -1 1077944384 8760 0 0 0 88 2 0 0 20 0 28 0 90544262 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779638270576 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24135] ppid=24115 vsize=26645092 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/24117/task/24135/stat : 24135 (java) S 24115 24115 22583 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90544263 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779637217760 139781127272149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24136] ppid=24115 vsize=26645092 memory=288230583166042425 CPUtime=1.05 cores=0-7
/proc/24117/task/24136/stat : 24136 (java) S 24115 24115 22583 0 -1 1077944384 5002 0 0 0 35 70 0 0 20 0 28 0 90544263 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779636165296 139781127273090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24137] ppid=24115 vsize=26645092 memory=15539617717815893 CPUtime=2466.33 cores=0-7
/proc/24117/task/24137/stat : 24137 (java) R 24115 24115 22583 0 -1 4202560 49660 0 0 0 246594 39 0 0 20 0 28 0 90544343 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779625473808 139780742156717 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24138] ppid=24115 vsize=26645092 memory=832 CPUtime=2468.08 cores=0-7
/proc/24117/task/24138/stat : 24138 (java) R 24115 24115 22583 0 -1 4202560 53975 0 0 0 246764 44 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779624418960 139780740716714 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24139] ppid=24115 vsize=26645092 memory=1608 CPUtime=2467.28 cores=0-7
/proc/24117/task/24139/stat : 24139 (java) R 24115 24115 22583 0 -1 4202560 70325 0 0 0 246662 66 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779623369800 139780740316934 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24140] ppid=24115 vsize=26645092 memory=5012 CPUtime=2466.81 cores=0-7
/proc/24117/task/24140/stat : 24140 (java) R 24115 24115 22583 0 -1 4202560 76039 0 0 0 246604 77 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779622314496 139780742208603 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24141] ppid=24115 vsize=26645092 memory=4032 CPUtime=2467.36 cores=0-7
/proc/24117/task/24141/stat : 24141 (java) R 24115 24115 22583 0 -1 4202560 64094 0 0 0 246686 50 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779621261328 139780741364532 0 4 0 16800975 0 0 0 -1 3 0 0 19 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24142] ppid=24115 vsize=26645092 memory=1284 CPUtime=2464.53 cores=0-7
/proc/24117/task/24142/stat : 24142 (java) R 24115 24115 22583 0 -1 4202560 33109 0 0 0 246419 34 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779620208592 139780741074913 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24143] ppid=24115 vsize=26645092 memory=1452 CPUtime=2468.51 cores=0-7
/proc/24117/task/24143/stat : 24143 (java) R 24115 24115 22583 0 -1 4202560 54680 0 0 0 246812 39 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779619155976 139780741364532 0 4 0 16800975 0 0 0 -1 7 0 0 18 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
[pid=24117/tid=24144] ppid=24115 vsize=26645092 memory=545952 CPUtime=2464.8 cores=0-7
/proc/24117/task/24144/stat : 24144 (java) R 24115 24115 22583 0 -1 4202560 66617 0 0 0 246431 49 0 0 20 0 28 0 90544344 27284574208 136488 33554432000 4194304 4196468 140731504453408 139779618103184 139780742315239 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 24383488 140731504460929 140731504461101 140731504461101 140731504463823 0
Current children cumulated CPU time: 19878.8 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 547404 KiB

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

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

[startup+2520.12 s]
# the end of solver process 24117 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19865 s, system=14.6091 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.12
CPU time (s): 19879.6
CPU user time (s): 19865
CPU system time (s): 14.6091
CPU usage (%): 788.836
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 2193744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19865
system time used= 14.6091
maximum resident set size= 2194428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 884167
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 571184
involuntary context switches= 227806


# summary of solver processes directly reported to runsolver:
#   pid: 24115,24117
#   total CPU time (s): 19879.6
#   total CPU user time (s): 19865
#   total CPU system time (s): 14.6091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4811 second user time and 31.5351 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 00:16:51
IDJOB=4297764
IDBENCH=141597
IDSOLVER=2760
FILE ID=node138/4297764-1532729811
RUNJOBID= node138-1532724759-22610
PBS_JOBID= 21022340
Free space on /tmp= 53804 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-18_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297764-1532729811/watcher-4297764-1532729811 -o /tmp/evaluation-result-4297764-1532729811/solver-4297764-1532729811 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node138-1532724759-22610 --watchdog 2580  HOME/xcsp3-exec -seed 1548257653 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297764-1532729811.xml

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

MD5SUM BENCH= 4eb29a597c5d97627c316d99279efe71
RANDOM SEED=1548257653

node138.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.71
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.71
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.71
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.71
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:        22363748 kB
MemAvailable:   31921532 kB
Buffers:          193880 kB
Cached:          9574996 kB
SwapCached:           44 kB
Active:          2479756 kB
Inactive:        7349028 kB
Active(anon):       4024 kB
Inactive(anon):    83748 kB
Active(file):    2475732 kB
Inactive(file):  7265280 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             21800 kB
Writeback:             0 kB
AnonPages:         66644 kB
Mapped:            37024 kB
Shmem:             25164 kB
Slab:             273104 kB
SReclaimable:     245232 kB
SUnreclaim:        27872 kB
KernelStack:        3152 kB
PageTables:         5032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53780 MiB
End job on node138 at 2018-07-28 00:58:51