Trace number 4270932

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.5 par (2017-08-09)? (TO) 20031.699 2520.22

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-08-07-fair.xml
MD5SUM5f690ca061a68a4e848a5e1ee5dffcd4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark824.70099
Satisfiable
(Un)Satisfiability was proved
Number of variables14823
Number of constraints14025
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":2009},{"size":201,"count":72},{"size":20001,"count":12742}]
Minimum variable degree2
Maximum variable degree121
Distribution of variable degrees[{"degree":2,"count":13085},{"degree":3,"count":336},{"degree":4,"count":31},{"degree":5,"count":160},{"degree":6,"count":95},{"degree":7,"count":288},{"degree":8,"count":391},{"degree":9,"count":247},{"degree":10,"count":88},{"degree":11,"count":8},{"degree":13,"count":56},{"degree":18,"count":1},{"degree":26,"count":8},{"degree":42,"count":8},{"degree":44,"count":5},{"degree":52,"count":1},{"degree":59,"count":7},{"degree":92,"count":2},{"degree":93,"count":5},{"degree":121,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2319},{"arity":3,"count":11704}]
Number of extensional constraints0
Number of intensional constraints14025
Distribution of constraint types[{"type":"intension","count":14025}]
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-4270932-1502823831.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270932-1502823831.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
43.50/7.80	c solve instance...
20030.73/2520.09	s UNKNOWN
20030.73/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 (15173 MiB free)
  memory of node 1: 16384 MiB (15569 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270932-1502823831/watcher-4270932-1502823831 -o /tmp/evaluation-result-4270932-1502823831/solver-4270932-1502823831 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502822886-28667 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 160325819 HOME/instance-4270932-1502823831.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
solver pid=28890, runsolver pid=28887
Current StackSize limit: 8192 KiB


[startup+0.100112 s]*
/proc/loadavg: 4.08 1.62 1.45 2/199 28911
/proc/meminfo: memFree=31464816/32770624 swapFree=67108860/67108860
[pid=28890] ppid=28887 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28890/stat : 28890 (xcsp3-exec) S 28887 28890 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115471269 9740288 346 33554432000 4194304 5098028 140726827400848 140726827398952 139663876047484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15560704 140726827406437 140726827406647 140726827406647 140726827409387 0
/proc/28890/statm: 2378 346 289 221 0 87 0
[pid=28892] ppid=28890 vsize=25999808 memory=27096 CPUtime=0.11 cores=0-7
/proc/28892/stat : 28892 (java) S 28890 28890 28640 0 -1 1077944320 5637 0 0 0 10 1 0 0 20 0 20 0 115471269 26623803392 6774 33554432000 4194304 4196468 140730806815136 140730806797680 140550423658231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
/proc/28892/statm: 6499952 6774 2871 1 0 6488269 0
[pid=28892/tid=28893] ppid=28890 vsize=25999808 memory=8258646724318239648 CPUtime=0.09 cores=0-7
/proc/28892/task/28893/stat : 28893 (java) R 28890 28890 28640 0 -1 4202560 3648 0 0 0 8 1 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140550427890560 140550423670166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28894] ppid=28890 vsize=25999808 memory=732370143281294309 CPUtime=0 cores=0-7
/proc/28892/task/28894/stat : 28894 (java) S 28890 28890 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549982309008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28895] ppid=28890 vsize=25999808 memory=140004943840896 CPUtime=0 cores=0-7
/proc/28892/task/28895/stat : 28895 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549981256208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28896] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28896/stat : 28896 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549980203408 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28897] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28897/stat : 28897 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549979150608 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28898] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28898/stat : 28898 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549978098832 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28899] ppid=28890 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28892/task/28899/stat : 28899 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549977046032 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28900] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28900/stat : 28900 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549975993232 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28901] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28901/stat : 28901 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26623803392 6774 33554432000 4194304 4196468 140730806815136 140549974940432 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28902] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28902/stat : 28902 (java) S 28890 28890 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115471272 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548628728176 140550423669378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28903] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28903/stat : 28903 (java) S 28890 28890 28640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115471272 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548627674144 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28904] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28904/stat : 28904 (java) S 28890 28890 28640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115471273 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548626621296 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28905] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28905/stat : 28905 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471275 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548625569616 140550423676827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28906] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28906/stat : 28906 (java) S 28890 28890 28640 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 20 0 115471275 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548624518000 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28907] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28907/stat : 28907 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471275 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548623465200 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28908] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28908/stat : 28908 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471275 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548622412400 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28909] ppid=28890 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/28892/task/28909/stat : 28909 (java) R 28890 28890 28640 0 -1 4202560 249 0 0 0 1 0 0 0 20 0 20 0 115471275 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548621359600 140550402358432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28910] ppid=28890 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28910/stat : 28910 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471275 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548620307040 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28911] ppid=28890 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28892/task/28911/stat : 28911 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471275 26623803392 6774 33554432000 4194304 4196468 140730806815136 140548619254320 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28480 KiB

[startup+0.209983 s]*
/proc/loadavg: 4.08 1.62 1.45 2/199 28911
/proc/meminfo: memFree=31455576/32770624 swapFree=67108860/67108860
[pid=28890] ppid=28887 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28890/stat : 28890 (xcsp3-exec) S 28887 28890 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115471269 9740288 346 33554432000 4194304 5098028 140726827400848 140726827398952 139663876047484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15560704 140726827406437 140726827406647 140726827406647 140726827409387 0
/proc/28890/statm: 2378 346 289 221 0 87 0
[pid=28892] ppid=28890 vsize=26004064 memory=39116 CPUtime=0.33 cores=0-7
/proc/28892/stat : 28892 (java) S 28890 28890 28640 0 -1 1077944320 8365 0 0 0 30 3 0 0 20 0 20 0 115471269 26628161536 9779 33554432000 4194304 4196468 140730806815136 140730806797680 140550423658231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
/proc/28892/statm: 6501016 9779 3055 1 0 6488269 0
[pid=28892/tid=28893] ppid=28890 vsize=26004064 memory=0 CPUtime=0.2 cores=0-7
/proc/28892/task/28893/stat : 28893 (java) R 28890 28890 28640 0 -1 4202560 5451 0 0 0 18 2 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140550427869936 140550423680157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28894] ppid=28890 vsize=26004064 memory=732370143281294309 CPUtime=0 cores=0-7
/proc/28892/task/28894/stat : 28894 (java) S 28890 28890 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549982309008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28895] ppid=28890 vsize=26004064 memory=140004943840896 CPUtime=0 cores=0-7
/proc/28892/task/28895/stat : 28895 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549981256208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28896] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28896/stat : 28896 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549980203408 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28897] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28897/stat : 28897 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549979150608 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28898] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28898/stat : 28898 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549978098832 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28899] ppid=28890 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28892/task/28899/stat : 28899 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549977046032 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28900] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28900/stat : 28900 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549975993232 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28901] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28901/stat : 28901 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 9779 33554432000 4194304 4196468 140730806815136 140549974940432 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28902] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28902/stat : 28902 (java) S 28890 28890 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115471272 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548628728176 140550423669378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28903] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28903/stat : 28903 (java) S 28890 28890 28640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115471272 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548627674144 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28904] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28904/stat : 28904 (java) S 28890 28890 28640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115471273 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548626621296 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28905] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28905/stat : 28905 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471275 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548625569616 140550423676827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28906] ppid=28890 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/28892/task/28906/stat : 28906 (java) S 28890 28890 28640 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 20 0 115471275 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548624518000 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28907] ppid=28890 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/28892/task/28907/stat : 28907 (java) S 28890 28890 28640 0 -1 1077944384 163 0 0 0 2 0 0 0 20 0 20 0 115471275 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548623465200 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28908] ppid=28890 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/28892/task/28908/stat : 28908 (java) S 28890 28890 28640 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 115471275 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548622412400 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28909] ppid=28890 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/28892/task/28909/stat : 28909 (java) R 28890 28890 28640 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 20 0 115471275 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548621359600 140550403091323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28910] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28910/stat : 28910 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471275 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548620307040 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28911] ppid=28890 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28892/task/28911/stat : 28911 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471275 26628161536 9782 33554432000 4194304 4196468 140730806815136 140548619254320 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40500 KiB

[startup+0.309264 s]*
/proc/loadavg: 4.08 1.62 1.45 3/199 28911
/proc/meminfo: memFree=31449496/32770624 swapFree=67108860/67108860
[pid=28890] ppid=28887 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28890/stat : 28890 (xcsp3-exec) S 28887 28890 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115471269 9740288 346 33554432000 4194304 5098028 140726827400848 140726827398952 139663876047484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15560704 140726827406437 140726827406647 140726827406647 140726827409387 0
/proc/28890/statm: 2378 346 289 221 0 87 0
[pid=28892] ppid=28890 vsize=26004064 memory=44048 CPUtime=0.49 cores=0-7
/proc/28892/stat : 28892 (java) S 28890 28890 28640 0 -1 1077944320 9201 0 0 0 46 3 0 0 20 0 20 0 115471269 26628161536 11012 33554432000 4194304 4196468 140730806815136 140730806797680 140550423658231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
/proc/28892/statm: 6501016 11012 3090 1 0 6488269 0
[pid=28892/tid=28893] ppid=28890 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28892/task/28893/stat : 28893 (java) R 28890 28890 28640 0 -1 4202560 6142 0 0 0 27 2 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140550427897568 140550061497188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28894] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28894/stat : 28894 (java) S 28890 28890 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549982309008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28895] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28895/stat : 28895 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549981256208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28896] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28896/stat : 28896 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549980203408 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28897] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28897/stat : 28897 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549979150608 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28898] ppid=28890 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/28892/task/28898/stat : 28898 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549978098832 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28899] ppid=28890 vsize=26004064 memory=140004793873327 CPUtime=0 cores=0-7
/proc/28892/task/28899/stat : 28899 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549977046032 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28900] ppid=28890 vsize=26004064 memory=140004793875632 CPUtime=0 cores=0-7
/proc/28892/task/28900/stat : 28900 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549975993232 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28901] ppid=28890 vsize=26004064 memory=140004793877936 CPUtime=0 cores=0-7
/proc/28892/task/28901/stat : 28901 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628161536 11012 33554432000 4194304 4196468 140730806815136 140549974940432 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28902] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28902/stat : 28902 (java) S 28890 28890 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115471272 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548628728176 140550423669378 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28903] ppid=28890 vsize=26004064 memory=280009587762832 CPUtime=0 cores=0-7
/proc/28892/task/28903/stat : 28903 (java) S 28890 28890 28640 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 115471272 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548627674144 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28904] ppid=28890 vsize=26004064 memory=280009587769744 CPUtime=0 cores=0-7
/proc/28892/task/28904/stat : 28904 (java) S 28890 28890 28640 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 115471273 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548626621296 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28905] ppid=28890 vsize=26004064 memory=280009587711024 CPUtime=0 cores=0-7
/proc/28892/task/28905/stat : 28905 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471275 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548625569616 140550423676827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28906] ppid=28890 vsize=26004064 memory=280009587783568 CPUtime=0.01 cores=0-7
/proc/28892/task/28906/stat : 28906 (java) S 28890 28890 28640 0 -1 1077944384 507 0 0 0 1 0 0 0 20 0 20 0 115471275 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548624518000 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28907] ppid=28890 vsize=26004064 memory=280009587790480 CPUtime=0.03 cores=0-7
/proc/28892/task/28907/stat : 28907 (java) R 28890 28890 28640 0 -1 4202560 211 0 0 0 3 0 0 0 20 0 20 0 115471275 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548623465200 140550407626432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28908] ppid=28890 vsize=26004064 memory=280009587788176 CPUtime=0.01 cores=0-7
/proc/28892/task/28908/stat : 28908 (java) S 28890 28890 28640 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 115471275 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548622412400 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28909] ppid=28890 vsize=26004064 memory=280009587804336 CPUtime=0.12 cores=0-7
/proc/28892/task/28909/stat : 28909 (java) R 28890 28890 28640 0 -1 4202560 816 0 0 0 12 0 0 0 20 0 20 0 115471275 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548621359600 140550415613075 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28910] ppid=28890 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28910/stat : 28910 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471275 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548620307040 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28911] ppid=28890 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28892/task/28911/stat : 28911 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471275 26628161536 11012 33554432000 4194304 4196468 140730806815136 140548619254320 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45432 KiB

[startup+0.700943 s]
/proc/loadavg: 4.08 1.62 1.45 6/199 28911
/proc/meminfo: memFree=31420960/32770624 swapFree=67108860/67108860
[pid=28890] ppid=28887 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28890/stat : 28890 (xcsp3-exec) S 28887 28890 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115471269 9740288 346 33554432000 4194304 5098028 140726827400848 140726827398952 139663876047484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15560704 140726827406437 140726827406647 140726827406647 140726827409387 0
/proc/28890/statm: 2378 346 289 221 0 87 0
[pid=28892] ppid=28890 vsize=26004140 memory=132032 CPUtime=2.07 cores=0-7
/proc/28892/stat : 28892 (java) S 28890 28890 28640 0 -1 1077944320 13805 0 0 0 202 5 0 0 20 0 20 0 115471269 26628239360 33008 33554432000 4194304 4196468 140730806815136 140730806797680 140550423658231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
/proc/28892/statm: 6501035 33008 3204 1 0 6488269 0
[pid=28892/tid=28893] ppid=28890 vsize=26004140 memory=280009588099264 CPUtime=0.68 cores=0-7
/proc/28892/task/28893/stat : 28893 (java) R 28890 28890 28640 0 -1 4202560 6499 0 0 0 64 4 0 0 20 0 20 0 115471270 26628239360 33074 33554432000 4194304 4196468 140730806815136 140550427891216 140550065137714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28894] ppid=28890 vsize=26004140 memory=5050881541254 CPUtime=0 cores=0-7
/proc/28892/task/28894/stat : 28894 (java) S 28890 28890 28640 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 115471270 26628239360 33074 33554432000 4194304 4196468 140730806815136 140549982309008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28895] ppid=28890 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28895/stat : 28895 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 115471270 26628239360 33074 33554432000 4194304 4196468 140730806815136 140549981256208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28896] ppid=28890 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/28892/task/28896/stat : 28896 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 115471270 26628239360 33074 33554432000 4194304 4196468 140730806815136 140549980203408 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0

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

/proc/meminfo: memFree=22516196/32770624 swapFree=67108860/67108860
[pid=28890] ppid=28887 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28890/stat : 28890 (xcsp3-exec) S 28887 28890 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115471269 9740288 346 33554432000 4194304 5098028 140726827400848 140726827398952 139663876047484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15560704 140726827406437 140726827406647 140726827406647 140726827409387 0
/proc/28890/statm: 2378 346 289 221 0 87 0
[pid=28892] ppid=28890 vsize=26538700 memory=8961940 CPUtime=19889.4 cores=0-7
/proc/28892/stat : 28892 (java) S 28890 28890 28640 0 -1 1077944320 656055 0 0 0 1986636 2308 0 0 20 0 28 0 115471269 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140730806797680 140550423658231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
/proc/28892/statm: 6634675 2240485 3305 1 0 6621909 0
[pid=28892/tid=28893] ppid=28890 vsize=26538700 memory=8961940 CPUtime=4.11 cores=0-7
/proc/28892/task/28893/stat : 28893 (java) S 28890 28890 28640 0 -1 1077944384 9835 0 0 0 393 18 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140550427899008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28894] ppid=28890 vsize=26538700 memory=1384 CPUtime=32.1 cores=0-7
/proc/28892/task/28894/stat : 28894 (java) S 28890 28890 28640 0 -1 1077944384 21626 0 0 0 3014 196 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549982309008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28895] ppid=28890 vsize=26538700 memory=1384 CPUtime=32.4 cores=0-7
/proc/28892/task/28895/stat : 28895 (java) S 28890 28890 28640 0 -1 1077944384 18922 0 0 0 3054 186 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549981256208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28896] ppid=28890 vsize=26538700 memory=9082908 CPUtime=32.36 cores=0-7
/proc/28892/task/28896/stat : 28896 (java) S 28890 28890 28640 0 -1 1077944384 18868 0 0 0 3030 206 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549980203408 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28897] ppid=28890 vsize=26538700 memory=1384 CPUtime=32.61 cores=0-7
/proc/28892/task/28897/stat : 28897 (java) S 28890 28890 28640 0 -1 1077944384 16126 0 0 0 3051 210 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549979150608 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28898] ppid=28890 vsize=26538700 memory=140004795179832 CPUtime=32.51 cores=0-7
/proc/28892/task/28898/stat : 28898 (java) S 28890 28890 28640 0 -1 1077944384 18870 0 0 0 3050 201 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549978098832 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28899] ppid=28890 vsize=26538700 memory=-3472574944341025154 CPUtime=32.44 cores=0-7
/proc/28892/task/28899/stat : 28899 (java) S 28890 28890 28640 0 -1 1077944384 20180 0 0 0 3045 199 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549977046032 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28900] ppid=28890 vsize=26538700 memory=1384 CPUtime=32.35 cores=0-7
/proc/28892/task/28900/stat : 28900 (java) S 28890 28890 28640 0 -1 1077944384 17969 0 0 0 3044 191 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549975993232 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28901] ppid=28890 vsize=26538700 memory=8961940 CPUtime=32.55 cores=0-7
/proc/28892/task/28901/stat : 28901 (java) S 28890 28890 28640 0 -1 1077944384 18970 0 0 0 3064 191 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549974940432 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28902] ppid=28890 vsize=26538700 memory=9082908 CPUtime=7.51 cores=0-7
/proc/28892/task/28902/stat : 28902 (java) S 28890 28890 28640 0 -1 1077944384 29912 0 0 0 702 49 0 0 20 0 28 0 115471272 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548628728176 140550423669378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28903] ppid=28890 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/28892/task/28903/stat : 28903 (java) S 28890 28890 28640 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 115471272 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548627674208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28904] ppid=28890 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/28892/task/28904/stat : 28904 (java) S 28890 28890 28640 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 28 0 115471273 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548626621312 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28905] ppid=28890 vsize=26538700 memory=9082908 CPUtime=0 cores=0-7
/proc/28892/task/28905/stat : 28905 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548625569616 140550423676827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28906] ppid=28890 vsize=26538700 memory=4465 CPUtime=6.73 cores=0-7
/proc/28892/task/28906/stat : 28906 (java) S 28890 28890 28640 0 -1 1077944384 27191 0 0 0 668 5 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548624518000 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28907] ppid=28890 vsize=26538700 memory=4420 CPUtime=7.18 cores=0-7
/proc/28892/task/28907/stat : 28907 (java) S 28890 28890 28640 0 -1 1077944384 34313 0 0 0 712 6 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548623465200 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28908] ppid=28890 vsize=26538700 memory=1384 CPUtime=6.58 cores=0-7
/proc/28892/task/28908/stat : 28908 (java) S 28890 28890 28640 0 -1 1077944384 35536 0 0 0 654 4 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548622412400 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28909] ppid=28890 vsize=26538700 memory=8961940 CPUtime=1.24 cores=0-7
/proc/28892/task/28909/stat : 28909 (java) S 28890 28890 28640 0 -1 1077944384 20094 0 0 0 120 4 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548621359600 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28910] ppid=28890 vsize=26538700 memory=8961940 CPUtime=0 cores=0-7
/proc/28892/task/28910/stat : 28910 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548620307040 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28911] ppid=28890 vsize=26538700 memory=1384 CPUtime=1.01 cores=0-7
/proc/28892/task/28911/stat : 28911 (java) S 28890 28890 28640 0 -1 1077944384 3473 0 0 0 56 45 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548619254320 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28912] ppid=28890 vsize=26538700 memory=1384 CPUtime=2455.54 cores=0-7
/proc/28892/task/28912/stat : 28912 (java) R 28890 28890 28640 0 -1 4202560 16788 0 0 0 245502 52 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548611242304 140550064591652 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28913] ppid=28890 vsize=26538700 memory=32452 CPUtime=2452.39 cores=0-7
/proc/28892/task/28913/stat : 28913 (java) R 28890 28890 28640 0 -1 4202560 17295 0 0 0 245204 35 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548610195512 140550070256307 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28914] ppid=28890 vsize=26538700 memory=1384 CPUtime=2456.3 cores=0-7
/proc/28892/task/28914/stat : 28914 (java) R 28890 28890 28640 0 -1 4202560 78692 0 0 0 245485 145 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548609142048 140550069819117 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28915] ppid=28890 vsize=26538700 memory=8961940 CPUtime=2434.05 cores=0-7
/proc/28892/task/28915/stat : 28915 (java) R 28890 28890 28640 0 -1 4202560 42757 0 0 0 243320 85 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548608090920 140550070105621 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28916] ppid=28890 vsize=26538700 memory=2240 CPUtime=2446.74 cores=0-7
/proc/28892/task/28916/stat : 28916 (java) R 28890 28890 28640 0 -1 4202560 36105 0 0 0 244643 31 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548607037552 140550064657600 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28917] ppid=28890 vsize=26538700 memory=4128 CPUtime=2446.76 cores=0-7
/proc/28892/task/28917/stat : 28917 (java) R 28890 28890 28640 0 -1 4202560 59250 0 0 0 244547 129 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548605980776 140550063891131 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28918] ppid=28890 vsize=26538700 memory=4616 CPUtime=2455.81 cores=0-7
/proc/28892/task/28918/stat : 28918 (java) R 28890 28890 28640 0 -1 4202560 48271 0 0 0 245525 56 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548604932536 140550062905516 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28919] ppid=28890 vsize=26538700 memory=792 CPUtime=2447.99 cores=0-7
/proc/28892/task/28919/stat : 28919 (java) R 28890 28890 28640 0 -1 4202560 43627 0 0 0 244697 102 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548603879736 140550063794215 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
Current children cumulated CPU time: 19889.4 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8963324 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.16 8.18 7.78 9/208 28985
/proc/meminfo: memFree=22516196/32770624 swapFree=67108860/67108860
[pid=28890] ppid=28887 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/28890/stat : 28890 (xcsp3-exec) S 28887 28890 28640 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 115471269 9740288 346 33554432000 4194304 5098028 140726827400848 140726827398952 139663876047484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15560704 140726827406437 140726827406647 140726827406647 140726827409387 0
/proc/28890/statm: 2378 346 289 221 0 87 0
[pid=28892] ppid=28890 vsize=26538700 memory=8961940 CPUtime=20030.7 cores=0-7
/proc/28892/stat : 28892 (java) S 28890 28890 28640 0 -1 1077944320 656711 0 0 0 2000763 2310 0 0 20 0 28 0 115471269 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140730806797680 140550423658231 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
/proc/28892/statm: 6634675 2240485 3305 1 0 6621909 0
[pid=28892/tid=28893] ppid=28890 vsize=26538700 memory=1196 CPUtime=4.11 cores=0-7
/proc/28892/task/28893/stat : 28893 (java) S 28890 28890 28640 0 -1 1077944384 9835 0 0 0 393 18 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140550427899008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28894] ppid=28890 vsize=26538700 memory=-7003737579269690708 CPUtime=32.1 cores=0-7
/proc/28892/task/28894/stat : 28894 (java) S 28890 28890 28640 0 -1 1077944384 21626 0 0 0 3014 196 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549982309008 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28895] ppid=28890 vsize=26538700 memory=1228 CPUtime=32.4 cores=0-7
/proc/28892/task/28895/stat : 28895 (java) S 28890 28890 28640 0 -1 1077944384 18922 0 0 0 3054 186 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549981256208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28896] ppid=28890 vsize=26538700 memory=15876 CPUtime=32.36 cores=0-7
/proc/28892/task/28896/stat : 28896 (java) S 28890 28890 28640 0 -1 1077944384 18868 0 0 0 3030 206 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549980203408 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28897] ppid=28890 vsize=26538700 memory=18476 CPUtime=32.61 cores=0-7
/proc/28892/task/28897/stat : 28897 (java) S 28890 28890 28640 0 -1 1077944384 16126 0 0 0 3051 210 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549979150608 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28898] ppid=28890 vsize=26538700 memory=18396 CPUtime=32.51 cores=0-7
/proc/28892/task/28898/stat : 28898 (java) S 28890 28890 28640 0 -1 1077944384 18870 0 0 0 3050 201 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549978098832 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28899] ppid=28890 vsize=26538700 memory=4040 CPUtime=32.44 cores=0-7
/proc/28892/task/28899/stat : 28899 (java) S 28890 28890 28640 0 -1 1077944384 20180 0 0 0 3045 199 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549977046032 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28900] ppid=28890 vsize=26538700 memory=1236 CPUtime=32.35 cores=0-7
/proc/28892/task/28900/stat : 28900 (java) S 28890 28890 28640 0 -1 1077944384 17969 0 0 0 3044 191 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549975993232 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28901] ppid=28890 vsize=26538700 memory=644 CPUtime=32.55 cores=0-7
/proc/28892/task/28901/stat : 28901 (java) S 28890 28890 28640 0 -1 1077944384 18970 0 0 0 3064 191 0 0 20 0 28 0 115471270 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140549974940432 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28902] ppid=28890 vsize=26538700 memory=1788 CPUtime=7.51 cores=0-7
/proc/28892/task/28902/stat : 28902 (java) S 28890 28890 28640 0 -1 1077944384 29912 0 0 0 702 49 0 0 20 0 28 0 115471272 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548628728176 140550423669378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28903] ppid=28890 vsize=26538700 memory=1716 CPUtime=0 cores=0-7
/proc/28892/task/28903/stat : 28903 (java) S 28890 28890 28640 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 115471272 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548627674208 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28904] ppid=28890 vsize=26538700 memory=5792 CPUtime=0 cores=0-7
/proc/28892/task/28904/stat : 28904 (java) S 28890 28890 28640 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 28 0 115471273 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548626621312 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28905] ppid=28890 vsize=26538700 memory=4616 CPUtime=0 cores=0-7
/proc/28892/task/28905/stat : 28905 (java) S 28890 28890 28640 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548625569616 140550423676827 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28906] ppid=28890 vsize=26538700 memory=792 CPUtime=6.73 cores=0-7
/proc/28892/task/28906/stat : 28906 (java) S 28890 28890 28640 0 -1 1077944384 27191 0 0 0 668 5 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548624518000 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28907] ppid=28890 vsize=26538700 memory=1420 CPUtime=7.18 cores=0-7
/proc/28892/task/28907/stat : 28907 (java) S 28890 28890 28640 0 -1 1077944384 34313 0 0 0 712 6 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548623465200 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28908] ppid=28890 vsize=26538700 memory=13040 CPUtime=6.58 cores=0-7
/proc/28892/task/28908/stat : 28908 (java) S 28890 28890 28640 0 -1 1077944384 35536 0 0 0 654 4 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548622412400 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28909] ppid=28890 vsize=26538700 memory=1944 CPUtime=1.24 cores=0-7
/proc/28892/task/28909/stat : 28909 (java) S 28890 28890 28640 0 -1 1077944384 20094 0 0 0 120 4 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548621359600 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28910] ppid=28890 vsize=26538700 memory=1196 CPUtime=0 cores=0-7
/proc/28892/task/28910/stat : 28910 (java) S 28890 28890 28640 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548620307040 140550423668437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28911] ppid=28890 vsize=26538700 memory=8560 CPUtime=1.01 cores=0-7
/proc/28892/task/28911/stat : 28911 (java) S 28890 28890 28640 0 -1 1077944384 3475 0 0 0 56 45 0 0 20 0 28 0 115471275 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548619254320 140550423669378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28912] ppid=28890 vsize=26538700 memory=6791534058613427641 CPUtime=2473.25 cores=0-7
/proc/28892/task/28912/stat : 28912 (java) R 28890 28890 28640 0 -1 4202560 16803 0 0 0 247273 52 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548611242304 140550064657571 0 4 0 16800975 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28913] ppid=28890 vsize=26538700 memory=32452 CPUtime=2469.72 cores=0-7
/proc/28892/task/28913/stat : 28913 (java) R 28890 28890 28640 0 -1 4202560 17305 0 0 0 246937 35 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548610195512 140550064657502 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28914] ppid=28890 vsize=26538700 memory=1296 CPUtime=2474.01 cores=0-7
/proc/28892/task/28914/stat : 28914 (java) R 28890 28890 28640 0 -1 4202560 79112 0 0 0 247255 146 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548609142048 140550069819134 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28915] ppid=28890 vsize=26538700 memory=2336 CPUtime=2451.76 cores=0-7
/proc/28892/task/28915/stat : 28915 (java) R 28890 28890 28640 0 -1 4202560 42784 0 0 0 245091 85 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548608090920 140550064591652 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28916] ppid=28890 vsize=26538700 memory=1724 CPUtime=2464.44 cores=0-7
/proc/28892/task/28916/stat : 28916 (java) R 28890 28890 28640 0 -1 4202560 36134 0 0 0 246413 31 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548607037552 140550071231049 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28917] ppid=28890 vsize=26538700 memory=1012 CPUtime=2464.47 cores=0-7
/proc/28892/task/28917/stat : 28917 (java) R 28890 28890 28640 0 -1 4202560 59309 0 0 0 246317 130 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548605980776 140550063795080 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28918] ppid=28890 vsize=26538700 memory=6791534058613427641 CPUtime=2473.52 cores=0-7
/proc/28892/task/28918/stat : 28918 (java) R 28890 28890 28640 0 -1 4202560 48322 0 0 0 247296 56 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548604932536 140550063795066 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
[pid=28892/tid=28919] ppid=28890 vsize=26538700 memory=9082908 CPUtime=2465.7 cores=0-7
/proc/28892/task/28919/stat : 28919 (java) R 28890 28890 28640 0 -1 4202560 43670 0 0 0 246468 102 0 0 20 0 28 0 115472055 27175628800 2240485 33554432000 4194304 4196468 140730806815136 140548603879736 140550069122535 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 35012608 140730806817938 140730806818115 140730806818115 140730806820815 0
Current children cumulated CPU time: 20030.7 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 8963324 KiB

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

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

[startup+2520.22 s]
# the end of solver process 28892 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20008.5 s, system=23.1888 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

[startup+2520.21 s]*
/proc/loadavg: 8.16 8.18 7.78 2/181 28987
/proc/meminfo: memFree=31223580/32770624 swapFree=67108860/67108860
Current cumulated CPU time of completed processes: 0.001977 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.22
CPU time (s): 20031.7
CPU user time (s): 20008.5
CPU system time (s): 23.1888
CPU usage (%): 794.839
Max. virtual memory (cumulated for all children) (KiB): 26671828
Max. memory (cumulated for all children) (KiB): 9430004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20008.5
system time used= 23.1888
maximum resident set size= 9428620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 658021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67011
involuntary context switches= 205139


# summary of solver processes directly reported to runsolver:
#   pid: 28890,28892
#   total CPU time (s): 20031.7
#   total CPU user time (s): 20008.5
#   total CPU system time (s): 23.1888

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.2759 second user time and 31.1921 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-15 20:49:32
IDJOB=4270932
IDBENCH=139283
IDSOLVER=2662
FILE ID=node103/4270932-1502823831
RUNJOBID= node103-1502822886-28667
PBS_JOBID= 20629831
Free space on /tmp= 61800 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-08-07-fair.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-4270932-1502823831/watcher-4270932-1502823831 -o /tmp/evaluation-result-4270932-1502823831/solver-4270932-1502823831 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502822886-28667 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 160325819 HOME/instance-4270932-1502823831.xml

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

MD5SUM BENCH= 5f690ca061a68a4e848a5e1ee5dffcd4
RANDOM SEED=160325819

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:        31480064 kB
MemAvailable:   31981836 kB
Buffers:          191016 kB
Cached:           596636 kB
SwapCached:            0 kB
Active:           598316 kB
Inactive:         244756 kB
Active(anon):       4964 kB
Inactive(anon):    78564 kB
Active(file):     593352 kB
Inactive(file):   166192 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7904 kB
Writeback:             0 kB
AnonPages:        110060 kB
Mapped:            45528 kB
Shmem:             25228 kB
Slab:             143020 kB
SReclaimable:     116128 kB
SUnreclaim:        26892 kB
KernelStack:        3952 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 61788 MiB
End job on node103 at 2017-08-15 21:31:32