Trace number 4270885

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) 20074.6 2520.1399

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-14.xml
MD5SUMeb742fbc5fe115028f4ee34ab4b949cf
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 variables196
Number of constraints78
Number of domains1
Minimum domain size14
Maximum domain size14
Distribution of domain sizes[{"size":14,"count":196}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":192}]
Minimum constraint arity2
Maximum constraint arity14
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":30}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":78}]
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-4270885-1502666693.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270885-1502666693.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
1.01/0.59	c solve instance...
20073.81/2520.09	s UNKNOWN
20073.81/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 (12293 MiB free)
  memory of node 1: 16384 MiB (13579 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270885-1502666693/watcher-4270885-1502666693 -o /tmp/evaluation-result-4270885-1502666693/solver-4270885-1502666693 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502660791-28338 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1189513749 HOME/instance-4270885-1502666693.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=28889, runsolver pid=28886
Current StackSize limit: 8192 KiB


[startup+0.100155 s]*
/proc/loadavg: 6.85 7.74 7.91 2/199 28910
/proc/meminfo: memFree=26478612/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28889/stat : 28889 (xcsp3-exec) S 28886 28889 28311 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99740972 9740288 345 33554432000 4194304 5098028 140725534781248 140725534779352 139756398428796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36839424 140725534782564 140725534782775 140725534782775 140725534785515 0
/proc/28889/statm: 2378 345 289 221 0 87 0
[pid=28891] ppid=28889 vsize=25999808 memory=26368 CPUtime=0.11 cores=0-7
/proc/28891/stat : 28891 (java) S 28889 28889 28311 0 -1 1077944320 5444 0 0 0 10 1 0 0 20 0 20 0 99740972 26623803392 6592 33554432000 4194304 4196468 140732099057424 140732099039968 140157516480247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
/proc/28891/statm: 6499952 6592 2893 1 0 6488269 0
[pid=28891/tid=28892] ppid=28889 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/28891/task/28892/stat : 28892 (java) R 28889 28889 28311 0 -1 4202560 3460 0 0 0 8 0 0 0 20 0 20 0 99740973 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157520696400 140157516492182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28893] ppid=28889 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28891/task/28893/stat : 28893 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157469100816 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28894] ppid=28889 vsize=25999808 memory=139933425878656 CPUtime=0 cores=0-7
/proc/28891/task/28894/stat : 28894 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157468048272 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28895] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28895/stat : 28895 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157072571408 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28896] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28896/stat : 28896 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157071518864 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28897] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28897/stat : 28897 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157070465296 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28898] ppid=28889 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28891/task/28898/stat : 28898 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157069412752 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28899] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28899/stat : 28899 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157068360208 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28900] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28900/stat : 28900 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26623803392 6592 33554432000 4194304 4196468 140732099057424 140157067307664 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28901] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28901/stat : 28901 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740975 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156710992368 140157516491394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28902] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28902/stat : 28902 (java) S 28889 28889 28311 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99740975 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156709938592 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28903] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28903/stat : 28903 (java) S 28889 28889 28311 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99740976 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156708886000 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28904] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28904/stat : 28904 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740978 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156707834576 140157516498843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28905] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28905/stat : 28905 (java) S 28889 28889 28311 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 99740978 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156706781168 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28906] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28906/stat : 28906 (java) S 28889 28889 28311 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 99740978 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156705728624 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28907] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28907/stat : 28907 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740978 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156704676080 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28908] ppid=28889 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/28891/task/28908/stat : 28908 (java) R 28889 28889 28311 0 -1 4202560 247 0 0 0 1 0 0 0 20 0 20 0 99740978 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156703623536 140157501849328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28909] ppid=28889 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28909/stat : 28909 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99740979 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156702571232 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28910] ppid=28889 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/28891/task/28910/stat : 28910 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740979 26623803392 6592 33554432000 4194304 4196468 140732099057424 140156701518768 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27748 KiB

[startup+0.210427 s]*
/proc/loadavg: 6.85 7.74 7.91 2/199 28910
/proc/meminfo: memFree=26469372/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28889/stat : 28889 (xcsp3-exec) S 28886 28889 28311 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99740972 9740288 345 33554432000 4194304 5098028 140725534781248 140725534779352 139756398428796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36839424 140725534782564 140725534782775 140725534782775 140725534785515 0
/proc/28889/statm: 2378 345 289 221 0 87 0
[pid=28891] ppid=28889 vsize=26004064 memory=38564 CPUtime=0.32 cores=0-7
/proc/28891/stat : 28891 (java) S 28889 28889 28311 0 -1 1077944320 8286 0 0 0 30 2 0 0 20 0 20 0 99740972 26628161536 9641 33554432000 4194304 4196468 140732099057424 140732099039968 140157516480247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
/proc/28891/statm: 6501016 9641 2985 1 0 6488269 0
[pid=28891/tid=28892] ppid=28889 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/28891/task/28892/stat : 28892 (java) R 28889 28889 28311 0 -1 4202560 5385 0 0 0 18 1 0 0 20 0 20 0 99740973 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157520701240 140157500560734 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28893] ppid=28889 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/28891/task/28893/stat : 28893 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157469100816 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28894] ppid=28889 vsize=26004064 memory=139933426299599 CPUtime=0 cores=0-7
/proc/28891/task/28894/stat : 28894 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157468048272 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28895] ppid=28889 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28891/task/28895/stat : 28895 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157072571408 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28896] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28896/stat : 28896 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157071518864 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28897] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28897/stat : 28897 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157070465296 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28898] ppid=28889 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28891/task/28898/stat : 28898 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157069412752 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28899] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28899/stat : 28899 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157068360208 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28900] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28900/stat : 28900 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 9641 33554432000 4194304 4196468 140732099057424 140157067307664 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28901] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28901/stat : 28901 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740975 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156710992368 140157516491394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28902] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28902/stat : 28902 (java) S 28889 28889 28311 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99740975 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156709938592 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28903] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28903/stat : 28903 (java) S 28889 28889 28311 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99740976 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156708886000 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28904] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28904/stat : 28904 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740978 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156707834576 140157516498843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28905] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28905/stat : 28905 (java) S 28889 28889 28311 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 99740978 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156706781168 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28906] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28906/stat : 28906 (java) S 28889 28889 28311 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 20 0 99740978 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156705728624 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28907] ppid=28889 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/28891/task/28907/stat : 28907 (java) S 28889 28889 28311 0 -1 1077944384 320 0 0 0 2 0 0 0 20 0 20 0 99740978 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156704676080 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28908] ppid=28889 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/28891/task/28908/stat : 28908 (java) S 28889 28889 28311 0 -1 1077944384 761 0 0 0 7 0 0 0 20 0 20 0 99740978 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156703623536 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28909] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28909/stat : 28909 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99740979 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156702571232 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28910] ppid=28889 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28891/task/28910/stat : 28910 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740979 26628161536 9641 33554432000 4194304 4196468 140732099057424 140156701518768 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39944 KiB

[startup+0.310317 s]*
/proc/loadavg: 6.85 7.74 7.91 3/199 28910
/proc/meminfo: memFree=26462672/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28889/stat : 28889 (xcsp3-exec) S 28886 28889 28311 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99740972 9740288 345 33554432000 4194304 5098028 140725534781248 140725534779352 139756398428796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36839424 140725534782564 140725534782775 140725534782775 140725534785515 0
/proc/28889/statm: 2378 345 289 221 0 87 0
[pid=28891] ppid=28889 vsize=26004064 memory=45784 CPUtime=0.49 cores=0-7
/proc/28891/stat : 28891 (java) S 28889 28889 28311 0 -1 1077944320 9251 0 0 0 46 3 0 0 20 0 20 0 99740972 26628161536 11446 33554432000 4194304 4196468 140732099057424 140732099039968 140157516480247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
/proc/28891/statm: 6501016 11446 3101 1 0 6488269 0
[pid=28891/tid=28892] ppid=28889 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/28891/task/28892/stat : 28892 (java) R 28889 28889 28311 0 -1 4202560 6100 0 0 0 27 2 0 0 20 0 20 0 99740973 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157520702160 140157500560764 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28893] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28893/stat : 28893 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157469100816 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28894] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28894/stat : 28894 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157468048272 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28895] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28895/stat : 28895 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157072571408 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28896] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28896/stat : 28896 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157071518864 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28897] ppid=28889 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/28891/task/28897/stat : 28897 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157070465296 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28898] ppid=28889 vsize=26004064 memory=139933322933167 CPUtime=0 cores=0-7
/proc/28891/task/28898/stat : 28898 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157069412752 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28899] ppid=28889 vsize=26004064 memory=139933322935472 CPUtime=0 cores=0-7
/proc/28891/task/28899/stat : 28899 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157068360208 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28900] ppid=28889 vsize=26004064 memory=139933322937776 CPUtime=0 cores=0-7
/proc/28891/task/28900/stat : 28900 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740974 26628161536 11446 33554432000 4194304 4196468 140732099057424 140157067307664 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28901] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28901/stat : 28901 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99740975 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156710992368 140157516491394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28902] ppid=28889 vsize=26004064 memory=279866645882512 CPUtime=0 cores=0-7
/proc/28891/task/28902/stat : 28902 (java) S 28889 28889 28311 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99740975 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156709938592 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28903] ppid=28889 vsize=26004064 memory=279866645889424 CPUtime=0 cores=0-7
/proc/28891/task/28903/stat : 28903 (java) S 28889 28889 28311 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99740976 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156708886000 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28904] ppid=28889 vsize=26004064 memory=279866645830704 CPUtime=0 cores=0-7
/proc/28891/task/28904/stat : 28904 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740978 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156707834576 140157516498843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28905] ppid=28889 vsize=26004064 memory=279866645903248 CPUtime=0.01 cores=0-7
/proc/28891/task/28905/stat : 28905 (java) S 28889 28889 28311 0 -1 1077944384 325 0 0 0 1 0 0 0 20 0 20 0 99740978 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156706781168 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28906] ppid=28889 vsize=26004064 memory=279866645910160 CPUtime=0.02 cores=0-7
/proc/28891/task/28906/stat : 28906 (java) S 28889 28889 28311 0 -1 1077944384 235 0 0 0 2 0 0 0 20 0 20 0 99740978 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156705728624 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28907] ppid=28889 vsize=26004064 memory=279866645907856 CPUtime=0.02 cores=0-7
/proc/28891/task/28907/stat : 28907 (java) R 28889 28889 28311 0 -1 4202560 380 0 0 0 2 0 0 0 20 0 20 0 99740978 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156704662184 140157508717374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28908] ppid=28889 vsize=26004064 memory=279866645924016 CPUtime=0.12 cores=0-7
/proc/28891/task/28908/stat : 28908 (java) R 28889 28889 28311 0 -1 4202560 903 0 0 0 12 0 0 0 20 0 20 0 99740978 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156703620280 140157508499765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28909] ppid=28889 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28909/stat : 28909 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99740979 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156702571232 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28910] ppid=28889 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/28891/task/28910/stat : 28910 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99740979 26628161536 11446 33554432000 4194304 4196468 140732099057424 140156701518768 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47164 KiB

[startup+0.701418 s]
/proc/loadavg: 6.85 7.74 7.91 4/199 28910
/proc/meminfo: memFree=26447348/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28889/stat : 28889 (xcsp3-exec) S 28886 28889 28311 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99740972 9740288 345 33554432000 4194304 5098028 140725534781248 140725534779352 139756398428796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36839424 140725534782564 140725534782775 140725534782775 140725534785515 0
/proc/28889/statm: 2378 345 289 221 0 87 0
[pid=28891] ppid=28889 vsize=26538700 memory=98732 CPUtime=2.03 cores=0-7
/proc/28891/stat : 28891 (java) S 28889 28889 28311 0 -1 1077944320 12570 0 0 0 197 6 0 0 20 0 28 0 99740972 27175628800 24683 33554432000 4194304 4196468 140732099057424 140732099039968 140157516480247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
/proc/28891/statm: 6634675 24683 3212 1 0 6621909 0
[pid=28891/tid=28892] ppid=28889 vsize=26538700 memory=279866646281904 CPUtime=0.57 cores=0-7
/proc/28891/task/28892/stat : 28892 (java) S 28889 28889 28311 0 -1 1077944384 6757 0 0 0 54 3 0 0 20 0 28 0 99740973 27175628800 24683 33554432000 4194304 4196468 140732099057424 140157520721024 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28893] ppid=28889 vsize=26538700 memory=139933323142000 CPUtime=0 cores=0-7
/proc/28891/task/28893/stat : 28893 (java) S 28889 28889 28311 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 99740974 27175628800 24683 33554432000 4194304 4196468 140732099057424 140157469100816 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28894] ppid=28889 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/28891/task/28894/stat : 28894 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99740974 27175628800 24683 33554432000 4194304 4196468 140732099057424 140157468048272 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28895] ppid=28889 vsize=26538700 memory=1428 CPUtime=0 cores=0-7
/proc/28891/task/28895/stat : 28895 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99740974 27175628800 24683 33554432000 4194304 4196468 140732099057424 140157072571408 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0

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

/proc/meminfo: memFree=24464560/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28889/stat : 28889 (xcsp3-exec) S 28886 28889 28311 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99740972 9740288 345 33554432000 4194304 5098028 140725534781248 140725534779352 139756398428796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36839424 140725534782564 140725534782775 140725534782775 140725534785515 0
/proc/28889/statm: 2378 345 289 221 0 87 0
[pid=28891] ppid=28889 vsize=26538700 memory=2103428 CPUtime=19932.8 cores=0-7
/proc/28891/stat : 28891 (java) S 28889 28889 28311 0 -1 1077944320 272473 0 0 0 1992796 483 0 0 20 0 28 0 99740972 27175628800 525857 33554432000 4194304 4196468 140732099057424 140732099039968 140157516480247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
/proc/28891/statm: 6634675 525857 3279 1 0 6621909 0
[pid=28891/tid=28892] ppid=28889 vsize=26538700 memory=1442400 CPUtime=0.57 cores=0-7
/proc/28891/task/28892/stat : 28892 (java) S 28889 28889 28311 0 -1 1077944384 6757 0 0 0 54 3 0 0 20 0 28 0 99740973 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157520721024 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28893] ppid=28889 vsize=26538700 memory=2037632 CPUtime=3.12 cores=0-7
/proc/28891/task/28893/stat : 28893 (java) S 28889 28889 28311 0 -1 1077944384 7924 0 0 0 296 16 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157469100816 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28894] ppid=28889 vsize=26538700 memory=1380 CPUtime=3.09 cores=0-7
/proc/28891/task/28894/stat : 28894 (java) S 28889 28889 28311 0 -1 1077944384 8644 0 0 0 294 15 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157468048272 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28895] ppid=28889 vsize=26538700 memory=1380 CPUtime=3.1 cores=0-7
/proc/28891/task/28895/stat : 28895 (java) S 28889 28889 28311 0 -1 1077944384 8223 0 0 0 295 15 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157072571408 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28896] ppid=28889 vsize=26538700 memory=1672688 CPUtime=3.11 cores=0-7
/proc/28891/task/28896/stat : 28896 (java) S 28889 28889 28311 0 -1 1077944384 8443 0 0 0 296 15 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157071518864 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28897] ppid=28889 vsize=26538700 memory=164 CPUtime=3.09 cores=0-7
/proc/28891/task/28897/stat : 28897 (java) S 28889 28889 28311 0 -1 1077944384 8472 0 0 0 294 15 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157070465296 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28898] ppid=28889 vsize=26538700 memory=33 CPUtime=3.12 cores=0-7
/proc/28891/task/28898/stat : 28898 (java) S 28889 28889 28311 0 -1 1077944384 8346 0 0 0 295 17 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157069412752 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28899] ppid=28889 vsize=26538700 memory=164 CPUtime=3.08 cores=0-7
/proc/28891/task/28899/stat : 28899 (java) S 28889 28889 28311 0 -1 1077944384 8588 0 0 0 290 18 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157068360208 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28900] ppid=28889 vsize=26538700 memory=1937408 CPUtime=3.09 cores=0-7
/proc/28891/task/28900/stat : 28900 (java) S 28889 28889 28311 0 -1 1077944384 9517 0 0 0 294 15 0 0 20 0 28 0 99740974 27175628800 525857 33554432000 4194304 4196468 140732099057424 140157067307664 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28901] ppid=28889 vsize=26538700 memory=1380 CPUtime=2.07 cores=0-7
/proc/28891/task/28901/stat : 28901 (java) S 28889 28889 28311 0 -1 1077944384 25397 0 0 0 154 53 0 0 20 0 28 0 99740975 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156710992368 140157516491394 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28902] ppid=28889 vsize=26538700 memory=1859320 CPUtime=0 cores=0-7
/proc/28891/task/28902/stat : 28902 (java) S 28889 28889 28311 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 99740975 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156709938592 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28903] ppid=28889 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/28891/task/28903/stat : 28903 (java) S 28889 28889 28311 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 99740976 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156708886016 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28904] ppid=28889 vsize=26538700 memory=4012 CPUtime=0 cores=0-7
/proc/28891/task/28904/stat : 28904 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99740978 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156707834576 140157516498843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28905] ppid=28889 vsize=26538700 memory=288230574492221466 CPUtime=1.27 cores=0-7
/proc/28891/task/28905/stat : 28905 (java) S 28889 28889 28311 0 -1 1077944384 8900 0 0 0 124 3 0 0 20 0 28 0 99740978 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156706781168 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28906] ppid=28889 vsize=26538700 memory=288230621803970871 CPUtime=1.41 cores=0-7
/proc/28891/task/28906/stat : 28906 (java) S 28889 28889 28311 0 -1 1077944384 6375 0 0 0 139 2 0 0 20 0 28 0 99740978 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156705728624 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28907] ppid=28889 vsize=26538700 memory=-3622645143214314312 CPUtime=1.43 cores=0-7
/proc/28891/task/28907/stat : 28907 (java) S 28889 28889 28311 0 -1 1077944384 11907 0 0 0 141 2 0 0 20 0 28 0 99740978 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156704676080 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28908] ppid=28889 vsize=26538700 memory=796 CPUtime=0.61 cores=0-7
/proc/28891/task/28908/stat : 28908 (java) S 28889 28889 28311 0 -1 1077944384 7023 0 0 0 60 1 0 0 20 0 28 0 99740978 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156703623536 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28909] ppid=28889 vsize=26538700 memory=1937408 CPUtime=0 cores=0-7
/proc/28891/task/28909/stat : 28909 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 99740979 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156702571232 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28910] ppid=28889 vsize=26538700 memory=4012 CPUtime=0.41 cores=0-7
/proc/28891/task/28910/stat : 28910 (java) S 28889 28889 28311 0 -1 1077944384 2378 0 0 0 0 41 0 0 20 0 28 0 99740979 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156701518768 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28911] ppid=28889 vsize=26538700 memory=1728 CPUtime=2487.56 cores=0-7
/proc/28891/task/28911/stat : 28911 (java) R 28889 28889 28311 0 -1 4202560 2752 0 0 0 248752 4 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156693508056 140157153143084 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28912] ppid=28889 vsize=26538700 memory=12032 CPUtime=2492.33 cores=0-7
/proc/28891/task/28912/stat : 28912 (java) R 28889 28889 28311 0 -1 4202560 3644 0 0 0 249228 5 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156692456056 140157152826968 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28913] ppid=28889 vsize=26538700 memory=1380 CPUtime=2482.83 cores=0-7
/proc/28891/task/28913/stat : 28913 (java) R 28889 28889 28311 0 -1 4202560 18871 0 0 0 248272 11 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156691402088 140157152820125 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28914] ppid=28889 vsize=26538700 memory=525996 CPUtime=2484.39 cores=0-7
/proc/28891/task/28914/stat : 28914 (java) R 28889 28889 28311 0 -1 4202560 8262 0 0 0 248431 8 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156690349632 140157152935301 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28915] ppid=28889 vsize=26538700 memory=1380 CPUtime=2484.68 cores=0-7
/proc/28891/task/28915/stat : 28915 (java) R 28889 28889 28311 0 -1 4202560 9382 0 0 0 248460 8 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156689300160 140157152817591 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28916] ppid=28889 vsize=26538700 memory=2005248 CPUtime=2492.64 cores=0-7
/proc/28891/task/28916/stat : 28916 (java) R 28889 28889 28311 0 -1 4202560 3701 0 0 0 249260 4 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156688244824 140157152586606 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28917] ppid=28889 vsize=26538700 memory=1012 CPUtime=2491.24 cores=0-7
/proc/28891/task/28917/stat : 28917 (java) R 28889 28889 28311 0 -1 4202560 3210 0 0 0 249120 4 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156687192296 140157152824690 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28918] ppid=28889 vsize=26538700 memory=796 CPUtime=2484.31 cores=0-7
/proc/28891/task/28918/stat : 28918 (java) R 28889 28889 28311 0 -1 4202560 84404 0 0 0 248178 253 0 0 20 0 28 0 99741033 27175628800 525857 33554432000 4194304 4196468 140732099057424 140156686142776 140157154814644 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
Current children cumulated CPU time: 19932.8 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 2104808 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.14 8.26 8.31 10/209 28952
/proc/meminfo: memFree=23135464/32770624 swapFree=67108860/67108860
[pid=28889] ppid=28886 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/28889/stat : 28889 (xcsp3-exec) S 28886 28889 28311 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99740972 9740288 345 33554432000 4194304 5098028 140725534781248 140725534779352 139756398428796 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36839424 140725534782564 140725534782775 140725534782775 140725534785515 0
/proc/28889/statm: 2378 345 289 221 0 87 0
[pid=28891] ppid=28889 vsize=26538700 memory=3363780 CPUtime=20073.8 cores=0-7
/proc/28891/stat : 28891 (java) S 28889 28889 28311 0 -1 1077944320 274352 0 0 0 2006879 502 0 0 20 0 28 0 99740972 27175628800 840945 33554432000 4194304 4196468 140732099057424 140732099039968 140157516480247 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
/proc/28891/statm: 6634675 840945 3279 1 0 6621909 0
[pid=28891/tid=28892] ppid=28889 vsize=26538700 memory=6791534058613427641 CPUtime=0.57 cores=0-7
/proc/28891/task/28892/stat : 28892 (java) S 28889 28889 28311 0 -1 1077944384 6757 0 0 0 54 3 0 0 20 0 28 0 99740973 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157520721024 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28893] ppid=28889 vsize=26538700 memory=4872558044660077418 CPUtime=3.17 cores=0-7
/proc/28891/task/28893/stat : 28893 (java) S 28889 28889 28311 0 -1 1077944384 7928 0 0 0 301 16 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157469100816 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28894] ppid=28889 vsize=26538700 memory=928 CPUtime=3.13 cores=0-7
/proc/28891/task/28894/stat : 28894 (java) S 28889 28889 28311 0 -1 1077944384 8644 0 0 0 298 15 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157468048272 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28895] ppid=28889 vsize=26538700 memory=2240 CPUtime=3.14 cores=0-7
/proc/28891/task/28895/stat : 28895 (java) S 28889 28889 28311 0 -1 1077944384 8223 0 0 0 299 15 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157072571408 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28896] ppid=28889 vsize=26538700 memory=4128 CPUtime=3.16 cores=0-7
/proc/28891/task/28896/stat : 28896 (java) S 28889 28889 28311 0 -1 1077944384 8447 0 0 0 301 15 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157071518864 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28897] ppid=28889 vsize=26538700 memory=6791534058613427641 CPUtime=3.15 cores=0-7
/proc/28891/task/28897/stat : 28897 (java) S 28889 28889 28311 0 -1 1077944384 8475 0 0 0 300 15 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157070465296 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28898] ppid=28889 vsize=26538700 memory=2997812 CPUtime=3.17 cores=0-7
/proc/28891/task/28898/stat : 28898 (java) S 28889 28889 28311 0 -1 1077944384 8346 0 0 0 300 17 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157069412752 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28899] ppid=28889 vsize=26538700 memory=313 CPUtime=3.13 cores=0-7
/proc/28891/task/28899/stat : 28899 (java) S 28889 28889 28311 0 -1 1077944384 8589 0 0 0 295 18 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157068360208 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28900] ppid=28889 vsize=26538700 memory=308 CPUtime=3.15 cores=0-7
/proc/28891/task/28900/stat : 28900 (java) S 28889 28889 28311 0 -1 1077944384 9518 0 0 0 300 15 0 0 20 0 28 0 99740974 27175628800 840945 33554432000 4194304 4196468 140732099057424 140157067307664 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28901] ppid=28889 vsize=26538700 memory=309 CPUtime=2.09 cores=0-7
/proc/28891/task/28901/stat : 28901 (java) S 28889 28889 28311 0 -1 1077944384 25399 0 0 0 155 54 0 0 20 0 28 0 99740975 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156710992368 140157516491394 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28902] ppid=28889 vsize=26538700 memory=2200 CPUtime=0 cores=0-7
/proc/28891/task/28902/stat : 28902 (java) S 28889 28889 28311 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 99740975 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156709938592 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28903] ppid=28889 vsize=26538700 memory=6508 CPUtime=0 cores=0-7
/proc/28891/task/28903/stat : 28903 (java) S 28889 28889 28311 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 99740976 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156708886016 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28904] ppid=28889 vsize=26538700 memory=840 CPUtime=0 cores=0-7
/proc/28891/task/28904/stat : 28904 (java) S 28889 28889 28311 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99740978 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156707834576 140157516498843 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28905] ppid=28889 vsize=26538700 memory=1692 CPUtime=1.27 cores=0-7
/proc/28891/task/28905/stat : 28905 (java) S 28889 28889 28311 0 -1 1077944384 8900 0 0 0 124 3 0 0 20 0 28 0 99740978 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156706781168 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28906] ppid=28889 vsize=26538700 memory=916 CPUtime=1.41 cores=0-7
/proc/28891/task/28906/stat : 28906 (java) S 28889 28889 28311 0 -1 1077944384 6375 0 0 0 139 2 0 0 20 0 28 0 99740978 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156705728624 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28907] ppid=28889 vsize=26538700 memory=5620 CPUtime=1.43 cores=0-7
/proc/28891/task/28907/stat : 28907 (java) S 28889 28889 28311 0 -1 1077944384 11907 0 0 0 141 2 0 0 20 0 28 0 99740978 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156704676080 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28908] ppid=28889 vsize=26538700 memory=4108 CPUtime=0.61 cores=0-7
/proc/28891/task/28908/stat : 28908 (java) S 28889 28889 28311 0 -1 1077944384 7023 0 0 0 60 1 0 0 20 0 28 0 99740978 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156703623536 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28909] ppid=28889 vsize=26538700 memory=1152 CPUtime=0 cores=0-7
/proc/28891/task/28909/stat : 28909 (java) S 28889 28889 28311 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 99740979 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156702571232 140157516490453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28910] ppid=28889 vsize=26538700 memory=4616 CPUtime=0.41 cores=0-7
/proc/28891/task/28910/stat : 28910 (java) S 28889 28889 28311 0 -1 1077944384 2380 0 0 0 0 41 0 0 20 0 28 0 99740979 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156701518768 140157516491394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28911] ppid=28889 vsize=26538700 memory=1928 CPUtime=2505.2 cores=0-7
/proc/28891/task/28911/stat : 28911 (java) R 28889 28889 28311 0 -1 4202560 2752 0 0 0 250516 4 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156693507408 140157152587033 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28912] ppid=28889 vsize=26538700 memory=1428 CPUtime=2509.97 cores=0-7
/proc/28891/task/28912/stat : 28912 (java) R 28889 28889 28311 0 -1 4202560 3644 0 0 0 250992 5 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156692456056 140157152490297 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28913] ppid=28889 vsize=26538700 memory=1196 CPUtime=2500.3 cores=0-7
/proc/28891/task/28913/stat : 28913 (java) R 28889 28889 28311 0 -1 4202560 18877 0 0 0 250019 11 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156691405360 140157153020094 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28914] ppid=28889 vsize=26538700 memory=10640 CPUtime=2501.98 cores=0-7
/proc/28891/task/28914/stat : 28914 (java) R 28889 28889 28311 0 -1 4202560 8264 0 0 0 250190 8 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156690349536 140157152820883 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28915] ppid=28889 vsize=26538700 memory=15876 CPUtime=2502.19 cores=0-7
/proc/28891/task/28915/stat : 28915 (java) R 28889 28889 28311 0 -1 4202560 9385 0 0 0 250211 8 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156689297000 140157152935216 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28916] ppid=28889 vsize=26538700 memory=16092 CPUtime=2510.27 cores=0-7
/proc/28891/task/28916/stat : 28916 (java) R 28889 28889 28311 0 -1 4202560 3701 0 0 0 251023 4 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156688244824 140157152823938 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28917] ppid=28889 vsize=26538700 memory=16432 CPUtime=2508.88 cores=0-7
/proc/28891/task/28917/stat : 28917 (java) R 28889 28889 28311 0 -1 4202560 3210 0 0 0 250884 4 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156687192312 140157152820907 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
[pid=28891/tid=28918] ppid=28889 vsize=26538700 memory=4040 CPUtime=2501.81 cores=0-7
/proc/28891/task/28918/stat : 28918 (java) R 28889 28889 28311 0 -1 4202560 86255 0 0 0 249908 273 0 0 20 0 28 0 99741033 27175628800 840945 33554432000 4194304 4196468 140732099057424 140156686142776 140157154814644 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18214912 140732099064978 140732099065155 140732099065155 140732099067855 0
Current children cumulated CPU time: 20073.8 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 3365160 KiB

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

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

[startup+2520.14 s]
# the end of solver process 28891 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20069.6 s, system=5.059 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.13 s]*
/proc/loadavg: 8.14 8.26 8.31 2/182 28954
/proc/meminfo: memFree=26465496/32770624 swapFree=67108860/67108860
Current cumulated CPU time of completed processes: 0.00208 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.14
CPU time (s): 20074.6
CPU user time (s): 20069.6
CPU system time (s): 5.059
CPU usage (%): 796.568
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 3365160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20069.6
system time used= 5.059
maximum resident set size= 3397608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275056
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 178616
involuntary context switches= 210705


# summary of solver processes directly reported to runsolver:
#   pid: 28889,28891
#   total CPU time (s): 20074.6
#   total CPU user time (s): 20069.6
#   total CPU system time (s): 5.059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.5048 second user time and 27.301 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-14 01:10:35
IDJOB=4270885
IDBENCH=115875
IDSOLVER=2662
FILE ID=node105/4270885-1502666693
RUNJOBID= node105-1502660791-28338
PBS_JOBID= 20628960
Free space on /tmp= 60664 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-14.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-4270885-1502666693/watcher-4270885-1502666693 -o /tmp/evaluation-result-4270885-1502666693/solver-4270885-1502666693 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502660791-28338 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1189513749 HOME/instance-4270885-1502666693.xml

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

MD5SUM BENCH= eb742fbc5fe115028f4ee34ab4b949cf
RANDOM SEED=1189513749

node105.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.17
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.17
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.17
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.17
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:        26493916 kB
MemAvailable:   31975256 kB
Buffers:          188768 kB
Cached:          5566948 kB
SwapCached:            0 kB
Active:           728476 kB
Inactive:        5082396 kB
Active(anon):      57760 kB
Inactive(anon):    25060 kB
Active(file):     670716 kB
Inactive(file):  5057336 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7916 kB
Writeback:             0 kB
AnonPages:         52048 kB
Mapped:            43984 kB
Shmem:             25228 kB
Slab:             163540 kB
SReclaimable:     138248 kB
SUnreclaim:        25292 kB
KernelStack:        3344 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60656 MiB
End job on node105 at 2017-08-14 01:52:35