Trace number 4271868

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)? (TO) 2004.76 252.097

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-8.xml
MD5SUM9893704bf12390d346d425cfade6032e
Bench CategoryCOP (optimization 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 variables1620
Number of constraints1260
Number of domains22
Minimum domain size16
Maximum domain size1422
Distribution of domain sizes[{"size":16,"count":20},{"size":17,"count":100},{"size":18,"count":100},{"size":19,"count":100},{"size":20,"count":480},{"size":1422,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271868-1502639254.xml"  -tl '2016s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4271868-1502639254.xml, -tl, 2016s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.27	c parse instance...
4.22/1.27	c solve instance...
2004.15/252.06	s UNKNOWN
2004.15/252.06	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 (12307 MiB free)
  memory of node 1: 16384 MiB (13636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271868-1502639254/watcher-4271868-1502639254 -o /tmp/evaluation-result-4271868-1502639254/solver-4271868-1502639254 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1279340605 HOME/instance-4271868-1502639254.xml 

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

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

solver pid=6912, runsolver pid=6909

[startup+0.100108 s]*
/proc/loadavg: 8.44 5.27 3.29 3/200 6933
/proc/meminfo: memFree=26550976/32770624 swapFree=67108860/67108860
[pid=6912] ppid=6909 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6912/stat : 6912 (xcsp3-exec) S 6909 6912 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 96997077 9740288 345 33554432000 4194304 5098028 140728780036880 140728780034984 139843909415548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17788928 140728780039274 140728780039484 140728780039484 140728780042219 0
/proc/6912/statm: 2378 345 289 221 0 87 0
[pid=6914] ppid=6912 vsize=25999808 memory=26856 CPUtime=0.11 cores=0-7
/proc/6914/stat : 6914 (java) S 6912 6912 6764 0 -1 1077944320 5569 0 0 0 10 1 0 0 20 0 20 0 96997077 26623803392 6714 33554432000 4194304 4196468 140725266454192 140725266436736 140061991976695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
/proc/6914/statm: 6499952 6714 2863 1 0 6488269 0
[pid=6914/tid=6915] ppid=6912 vsize=25999808 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/6914/task/6915/stat : 6915 (java) R 6912 6912 6764 0 -1 4202560 3588 0 0 0 8 0 0 0 20 0 20 0 96997077 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061996202944 140061976020325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6916] ppid=6912 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/6914/task/6916/stat : 6916 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061914557328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6917] ppid=6912 vsize=25999808 memory=140098243470976 CPUtime=0 cores=0-7
/proc/6914/task/6917/stat : 6917 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061913504528 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6918] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6918/stat : 6918 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061912452240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6919] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6919/stat : 6919 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061911399440 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6920] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6920/stat : 6920 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061910346128 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6921] ppid=6912 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/6914/task/6921/stat : 6921 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061909293328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6922] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6922/stat : 6922 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061908241040 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6923] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6923/stat : 6923 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26623803392 6714 33554432000 4194304 4196468 140725266454192 140061907188240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6924] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6924/stat : 6924 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997079 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060398463600 140061991987842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6925] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6925/stat : 6925 (java) S 6912 6912 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 96997080 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060397409568 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6926] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6926/stat : 6926 (java) S 6912 6912 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 96997080 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060396357232 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6927] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6927/stat : 6927 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997083 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060395305552 140061991995291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6928] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6928/stat : 6928 (java) S 6912 6912 6764 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 20 0 96997083 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060394252400 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6929] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6929/stat : 6929 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 96997083 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060393199600 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6930] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6930/stat : 6930 (java) R 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997083 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060392147312 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6931] ppid=6912 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/6914/task/6931/stat : 6931 (java) R 6912 6912 6764 0 -1 4202560 248 0 0 0 1 0 0 0 20 0 20 0 96997083 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060391094512 140061971316993 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6932] ppid=6912 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6932/stat : 6932 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 96997083 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060390042464 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6933] ppid=6912 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/6914/task/6933/stat : 6933 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997083 26623803392 6714 33554432000 4194304 4196468 140725266454192 140060388989744 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28236 KiB

[startup+0.210067 s]*
/proc/loadavg: 8.44 5.27 3.29 2/200 6933
/proc/meminfo: memFree=26542232/32770624 swapFree=67108860/67108860
[pid=6912] ppid=6909 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6912/stat : 6912 (xcsp3-exec) S 6909 6912 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 96997077 9740288 345 33554432000 4194304 5098028 140728780036880 140728780034984 139843909415548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17788928 140728780039274 140728780039484 140728780039484 140728780042219 0
/proc/6912/statm: 2378 345 289 221 0 87 0
[pid=6914] ppid=6912 vsize=26004064 memory=38676 CPUtime=0.33 cores=0-7
/proc/6914/stat : 6914 (java) S 6912 6912 6764 0 -1 1077944320 8293 0 0 0 30 3 0 0 20 0 20 0 96997077 26628161536 9669 33554432000 4194304 4196468 140725266454192 140725266436736 140061991976695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
/proc/6914/statm: 6501016 9669 3037 1 0 6488269 0
[pid=6914/tid=6915] ppid=6912 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/6914/task/6915/stat : 6915 (java) R 6912 6912 6764 0 -1 4202560 5409 0 0 0 18 1 0 0 20 0 20 0 96997077 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061996198640 140061991998621 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6916] ppid=6912 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/6914/task/6916/stat : 6916 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061914557328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6917] ppid=6912 vsize=26004064 memory=3833324812186232480 CPUtime=0 cores=0-7
/proc/6914/task/6917/stat : 6917 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061913504528 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6918] ppid=6912 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6914/task/6918/stat : 6918 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061912452240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6919] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6919/stat : 6919 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061911399440 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6920] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6920/stat : 6920 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061910346128 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6921] ppid=6912 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6914/task/6921/stat : 6921 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061909293328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6922] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6922/stat : 6922 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061908241040 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6923] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6923/stat : 6923 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 9669 33554432000 4194304 4196468 140725266454192 140061907188240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6924] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6924/stat : 6924 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997079 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060398463600 140061991987842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6925] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6925/stat : 6925 (java) S 6912 6912 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 96997080 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060397409568 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6926] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6926/stat : 6926 (java) S 6912 6912 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 96997080 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060396357232 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6927] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6927/stat : 6927 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997083 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060395305552 140061991995291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6928] ppid=6912 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/6914/task/6928/stat : 6928 (java) S 6912 6912 6764 0 -1 1077944384 584 0 0 0 1 0 0 0 20 0 20 0 96997083 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060394252400 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6929] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6929/stat : 6929 (java) S 6912 6912 6764 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 96997083 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060393199600 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6930] ppid=6912 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/6914/task/6930/stat : 6930 (java) S 6912 6912 6764 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 20 0 96997083 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060392147312 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6931] ppid=6912 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/6914/task/6931/stat : 6931 (java) S 6912 6912 6764 0 -1 1077944384 743 0 0 0 7 0 0 0 20 0 20 0 96997083 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060391094512 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6932] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6932/stat : 6932 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 96997083 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060390042464 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6933] ppid=6912 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6914/task/6933/stat : 6933 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997083 26628161536 9669 33554432000 4194304 4196468 140725266454192 140060388989744 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40056 KiB

[startup+0.30946 s]*
/proc/loadavg: 8.44 5.27 3.29 3/200 6933
/proc/meminfo: memFree=26535532/32770624 swapFree=67108860/67108860
[pid=6912] ppid=6909 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6912/stat : 6912 (xcsp3-exec) S 6909 6912 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 96997077 9740288 345 33554432000 4194304 5098028 140728780036880 140728780034984 139843909415548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17788928 140728780039274 140728780039484 140728780039484 140728780042219 0
/proc/6912/statm: 2378 345 289 221 0 87 0
[pid=6914] ppid=6912 vsize=26004064 memory=43880 CPUtime=0.5 cores=0-7
/proc/6914/stat : 6914 (java) S 6912 6912 6764 0 -1 1077944320 9164 0 0 0 46 4 0 0 20 0 20 0 96997077 26628161536 10970 33554432000 4194304 4196468 140725266454192 140725266436736 140061991976695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
/proc/6914/statm: 6501016 10970 3088 1 0 6488269 0
[pid=6914/tid=6915] ppid=6912 vsize=26004064 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/6914/task/6915/stat : 6915 (java) R 6912 6912 6764 0 -1 4202560 6095 0 0 0 27 2 0 0 20 0 20 0 96997077 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061996212960 140061584804848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6916] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6916/stat : 6916 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061914557328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6917] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6917/stat : 6917 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061913504528 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6918] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6918/stat : 6918 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061912452240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6919] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6919/stat : 6919 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061911399440 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6920] ppid=6912 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/6914/task/6920/stat : 6920 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061910346128 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6921] ppid=6912 vsize=26004064 memory=140098142303151 CPUtime=0 cores=0-7
/proc/6914/task/6921/stat : 6921 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061909293328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6922] ppid=6912 vsize=26004064 memory=140098142305456 CPUtime=0 cores=0-7
/proc/6914/task/6922/stat : 6922 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061908241040 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6923] ppid=6912 vsize=26004064 memory=140098142307760 CPUtime=0 cores=0-7
/proc/6914/task/6923/stat : 6923 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26628161536 10970 33554432000 4194304 4196468 140725266454192 140061907188240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6924] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6924/stat : 6924 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997079 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060398463600 140061991987842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6925] ppid=6912 vsize=26004064 memory=280196284622480 CPUtime=0 cores=0-7
/proc/6914/task/6925/stat : 6925 (java) S 6912 6912 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 96997080 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060397409568 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6926] ppid=6912 vsize=26004064 memory=280196284629392 CPUtime=0 cores=0-7
/proc/6914/task/6926/stat : 6926 (java) S 6912 6912 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 96997080 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060396357232 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6927] ppid=6912 vsize=26004064 memory=280196284570672 CPUtime=0 cores=0-7
/proc/6914/task/6927/stat : 6927 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997083 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060395305552 140061991995291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6928] ppid=6912 vsize=26004064 memory=280196284643216 CPUtime=0.02 cores=0-7
/proc/6914/task/6928/stat : 6928 (java) S 6912 6912 6764 0 -1 1077944384 584 0 0 0 2 0 0 0 20 0 20 0 96997083 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060394252400 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6929] ppid=6912 vsize=26004064 memory=280196284650128 CPUtime=0.02 cores=0-7
/proc/6914/task/6929/stat : 6929 (java) S 6912 6912 6764 0 -1 1077944384 149 0 0 0 2 0 0 0 20 0 20 0 96997083 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060393199600 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6930] ppid=6912 vsize=26004064 memory=280196284647824 CPUtime=0.02 cores=0-7
/proc/6914/task/6930/stat : 6930 (java) S 6912 6912 6764 0 -1 1077944384 200 0 0 0 2 0 0 0 20 0 20 0 96997083 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060392147312 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6931] ppid=6912 vsize=26004064 memory=280196284663984 CPUtime=0.12 cores=0-7
/proc/6914/task/6931/stat : 6931 (java) R 6912 6912 6764 0 -1 4202560 845 0 0 0 12 0 0 0 20 0 20 0 96997083 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060391091608 140061976223148 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6932] ppid=6912 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6932/stat : 6932 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 96997083 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060390042464 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6933] ppid=6912 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/6914/task/6933/stat : 6933 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997083 26628161536 10970 33554432000 4194304 4196468 140725266454192 140060388989744 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45260 KiB

[startup+0.700889 s]
/proc/loadavg: 8.44 5.27 3.29 6/200 6933
/proc/meminfo: memFree=26509572/32770624 swapFree=67108860/67108860
[pid=6912] ppid=6909 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6912/stat : 6912 (xcsp3-exec) S 6909 6912 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 96997077 9740288 345 33554432000 4194304 5098028 140728780036880 140728780034984 139843909415548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17788928 140728780039274 140728780039484 140728780039484 140728780042219 0
/proc/6912/statm: 2378 345 289 221 0 87 0
[pid=6914] ppid=6912 vsize=26006188 memory=90456 CPUtime=1.99 cores=0-7
/proc/6914/stat : 6914 (java) S 6912 6912 6764 0 -1 1077944320 13702 0 0 0 194 5 0 0 20 0 20 0 96997077 26630336512 22614 33554432000 4194304 4196468 140725266454192 140725266436736 140061991976695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
/proc/6914/statm: 6501547 22614 3211 1 0 6488781 0
[pid=6914/tid=6915] ppid=6912 vsize=26006188 memory=280196285021872 CPUtime=0.66 cores=0-7
/proc/6914/task/6915/stat : 6915 (java) R 6912 6912 6764 0 -1 4202560 6827 0 0 0 64 2 0 0 20 0 20 0 96997077 26630336512 22614 33554432000 4194304 4196468 140725266454192 140061996214752 140061984654709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6916] ppid=6912 vsize=26006188 memory=140098142511984 CPUtime=0 cores=0-7
/proc/6914/task/6916/stat : 6916 (java) S 6912 6912 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 96997078 26630336512 22614 33554432000 4194304 4196468 140725266454192 140061914557328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6917] ppid=6912 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/6914/task/6917/stat : 6917 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26630336512 22614 33554432000 4194304 4196468 140725266454192 140061913504528 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6918] ppid=6912 vsize=26006188 memory=1428 CPUtime=0 cores=0-7
/proc/6914/task/6918/stat : 6918 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 96997078 26630336512 22614 33554432000 4194304 4196468 140725266454192 140061912452240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0

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

[pid=6914/tid=6941] ppid=6912 vsize=26540748 memory=744932 CPUtime=159.61 cores=0-7
/proc/6914/task/6941/stat : 6941 (java) R 6912 6912 6764 0 -1 4202560 2391 0 0 0 15959 2 0 0 20 0 28 0 96997206 27177725952 187388 33554432000 4194304 4196468 140725266454192 140060373610248 140061597121909 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
Current children cumulated CPU time: 1288.42 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 750932 KiB

[startup+222.302 s]
/proc/loadavg: 8.62 7.00 4.40 9/207 6941
/proc/meminfo: memFree=25835516/32770624 swapFree=67108860/67108860
[pid=6912] ppid=6909 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6912/stat : 6912 (xcsp3-exec) S 6909 6912 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 96997077 9740288 345 33554432000 4194304 5098028 140728780036880 140728780034984 139843909415548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17788928 140728780039274 140728780039484 140728780039484 140728780042219 0
/proc/6912/statm: 2378 345 289 221 0 87 0
[pid=6914] ppid=6912 vsize=26540748 memory=746260 CPUtime=1767.14 cores=0-7
/proc/6914/stat : 6914 (java) S 6912 6912 6764 0 -1 1077944320 117043 0 0 0 176602 112 0 0 20 0 28 0 96997077 27177725952 186565 33554432000 4194304 4196468 140725266454192 140725266436736 140061991976695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
/proc/6914/statm: 6635187 186565 3292 1 0 6622421 0
[pid=6914/tid=6915] ppid=6912 vsize=26540748 memory=746260 CPUtime=1.22 cores=0-7
/proc/6914/task/6915/stat : 6915 (java) S 6912 6912 6764 0 -1 1077944384 8322 0 0 0 118 4 0 0 20 0 28 0 96997077 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061996217472 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6916] ppid=6912 vsize=26540748 memory=746260 CPUtime=0.2 cores=0-7
/proc/6914/task/6916/stat : 6916 (java) S 6912 6912 6764 0 -1 1077944384 1527 0 0 0 14 6 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061914557328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6917] ppid=6912 vsize=26540748 memory=746260 CPUtime=0.2 cores=0-7
/proc/6914/task/6917/stat : 6917 (java) S 6912 6912 6764 0 -1 1077944384 3652 0 0 0 12 8 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061913504528 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6918] ppid=6912 vsize=26540748 memory=33 CPUtime=0.19 cores=0-7
/proc/6914/task/6918/stat : 6918 (java) S 6912 6912 6764 0 -1 1077944384 722 0 0 0 11 8 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061912452240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6919] ppid=6912 vsize=26540748 memory=0 CPUtime=0.18 cores=0-7
/proc/6914/task/6919/stat : 6919 (java) S 6912 6912 6764 0 -1 1077944384 2710 0 0 0 12 6 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061911399440 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6920] ppid=6912 vsize=26540748 memory=7379261610229457513 CPUtime=0.21 cores=0-7
/proc/6914/task/6920/stat : 6920 (java) S 6912 6912 6764 0 -1 1077944384 958 0 0 0 13 8 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061910346128 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6921] ppid=6912 vsize=26540748 memory=1576 CPUtime=0.2 cores=0-7
/proc/6914/task/6921/stat : 6921 (java) S 6912 6912 6764 0 -1 1077944384 3725 0 0 0 13 7 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061909293328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6922] ppid=6912 vsize=26540748 memory=1380 CPUtime=0.2 cores=0-7
/proc/6914/task/6922/stat : 6922 (java) S 6912 6912 6764 0 -1 1077944384 1350 0 0 0 13 7 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061908241040 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6923] ppid=6912 vsize=26540748 memory=4012 CPUtime=0.19 cores=0-7
/proc/6914/task/6923/stat : 6923 (java) S 6912 6912 6764 0 -1 1077944384 1415 0 0 0 13 6 0 0 20 0 28 0 96997078 27177725952 186565 33554432000 4194304 4196468 140725266454192 140061907188240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6924] ppid=6912 vsize=26540748 memory=280196285912240 CPUtime=0.09 cores=0-7
/proc/6914/task/6924/stat : 6924 (java) S 6912 6912 6764 0 -1 1077944384 4147 0 0 0 5 4 0 0 20 0 28 0 96997079 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060398463600 140061991987842 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6925] ppid=6912 vsize=26540748 memory=5867461786280286306 CPUtime=0 cores=0-7
/proc/6914/task/6925/stat : 6925 (java) S 6912 6912 6764 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 96997080 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060397409632 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6926] ppid=6912 vsize=26540748 memory=640 CPUtime=0 cores=0-7
/proc/6914/task/6926/stat : 6926 (java) S 6912 6912 6764 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 28 0 96997080 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060396357248 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6927] ppid=6912 vsize=26540748 memory=960 CPUtime=0 cores=0-7
/proc/6914/task/6927/stat : 6927 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 96997083 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060395305552 140061991995291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6928] ppid=6912 vsize=26540748 memory=6935649255759568960 CPUtime=3.13 cores=0-7
/proc/6914/task/6928/stat : 6928 (java) S 6912 6912 6764 0 -1 1077944384 14850 0 0 0 310 3 0 0 20 0 28 0 96997083 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060394252400 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6929] ppid=6912 vsize=26540748 memory=6935649255759568960 CPUtime=3.4 cores=0-7
/proc/6914/task/6929/stat : 6929 (java) S 6912 6912 6764 0 -1 1077944384 14882 0 0 0 338 2 0 0 20 0 28 0 96997083 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060393199600 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6930] ppid=6912 vsize=26540748 memory=280196285751088 CPUtime=3.46 cores=0-7
/proc/6914/task/6930/stat : 6930 (java) S 6912 6912 6764 0 -1 1077944384 13211 0 0 0 344 2 0 0 20 0 28 0 96997083 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060392147312 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6931] ppid=6912 vsize=26540748 memory=-3704326594973231466 CPUtime=1.07 cores=0-7
/proc/6914/task/6931/stat : 6931 (java) S 6912 6912 6764 0 -1 1077944384 15869 0 0 0 104 3 0 0 20 0 28 0 96997083 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060391094512 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6932] ppid=6912 vsize=26540748 memory=1380 CPUtime=0 cores=0-7
/proc/6914/task/6932/stat : 6932 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 96997083 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060390042464 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6933] ppid=6912 vsize=26540748 memory=746260 CPUtime=0.05 cores=0-7
/proc/6914/task/6933/stat : 6933 (java) S 6912 6912 6764 0 -1 1077944384 1630 0 0 0 0 5 0 0 20 0 28 0 96997083 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060388989744 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6934] ppid=6912 vsize=26540748 memory=746260 CPUtime=218.16 cores=0-7
/proc/6914/task/6934/stat : 6934 (java) R 6912 6912 6764 0 -1 4202560 2429 0 0 0 21813 3 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060380982736 140061595652031 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6935] ppid=6912 vsize=26540748 memory=1380 CPUtime=219.21 cores=0-7
/proc/6914/task/6935/stat : 6935 (java) R 6912 6912 6764 0 -1 4202560 1994 0 0 0 21919 2 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060379931448 140061592964125 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6936] ppid=6912 vsize=26540748 memory=4012 CPUtime=218.85 cores=0-7
/proc/6914/task/6936/stat : 6936 (java) R 6912 6912 6764 0 -1 4202560 3379 0 0 0 21884 1 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060378878136 140061594445196 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6937] ppid=6912 vsize=26540748 memory=746260 CPUtime=219.74 cores=0-7
/proc/6914/task/6937/stat : 6937 (java) R 6912 6912 6764 0 -1 4202560 4374 0 0 0 21968 6 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060377820120 140061595651961 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6938] ppid=6912 vsize=26540748 memory=4872558044660077418 CPUtime=219.06 cores=0-7
/proc/6914/task/6938/stat : 6938 (java) R 6912 6912 6764 0 -1 4202560 6417 0 0 0 21896 10 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060376768192 140061597534847 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6939] ppid=6912 vsize=26540748 memory=1380 CPUtime=219.51 cores=0-7
/proc/6914/task/6939/stat : 6939 (java) R 6912 6912 6764 0 -1 4202560 1712 0 0 0 21950 1 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060375719744 140061593934094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6940] ppid=6912 vsize=26540748 memory=928 CPUtime=219.57 cores=0-7
/proc/6914/task/6940/stat : 6940 (java) R 6912 6912 6764 0 -1 4202560 3550 0 0 0 21955 2 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060374667392 140061595675783 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6941] ppid=6912 vsize=26540748 memory=2240 CPUtime=218.83 cores=0-7
/proc/6914/task/6941/stat : 6941 (java) R 6912 6912 6764 0 -1 4202560 2786 0 0 0 21880 3 0 0 20 0 28 0 96997206 27177725952 186565 33554432000 4194304 4196468 140725266454192 140060373610344 140061594805726 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
Current children cumulated CPU time: 1767.14 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 747640 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.38 7.09 4.52 9/207 6941
/proc/meminfo: memFree=25830816/32770624 swapFree=67108860/67108860
[pid=6912] ppid=6909 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/6912/stat : 6912 (xcsp3-exec) S 6909 6912 6764 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 96997077 9740288 345 33554432000 4194304 5098028 140728780036880 140728780034984 139843909415548 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 17788928 140728780039274 140728780039484 140728780039484 140728780042219 0
/proc/6912/statm: 2378 345 289 221 0 87 0
[pid=6914] ppid=6912 vsize=26540748 memory=750764 CPUtime=2004.15 cores=0-7
/proc/6914/stat : 6914 (java) S 6912 6912 6764 0 -1 1077944320 117520 0 0 0 200301 114 0 0 20 0 28 0 96997077 27177725952 187691 33554432000 4194304 4196468 140725266454192 140725266436736 140061991976695 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
/proc/6914/statm: 6635187 187691 3292 1 0 6622421 0
[pid=6914/tid=6915] ppid=6912 vsize=26540748 memory=8112282956445269571 CPUtime=1.22 cores=0-7
/proc/6914/task/6915/stat : 6915 (java) S 6912 6912 6764 0 -1 1077944384 8322 0 0 0 118 4 0 0 20 0 28 0 96997077 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061996217472 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6916] ppid=6912 vsize=26540748 memory=4872558044660077418 CPUtime=0.2 cores=0-7
/proc/6914/task/6916/stat : 6916 (java) S 6912 6912 6764 0 -1 1077944384 1531 0 0 0 14 6 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061914557328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6917] ppid=6912 vsize=26540748 memory=1792 CPUtime=0.2 cores=0-7
/proc/6914/task/6917/stat : 6917 (java) S 6912 6912 6764 0 -1 1077944384 3666 0 0 0 12 8 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061913504528 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6918] ppid=6912 vsize=26540748 memory=640 CPUtime=0.19 cores=0-7
/proc/6914/task/6918/stat : 6918 (java) S 6912 6912 6764 0 -1 1077944384 736 0 0 0 11 8 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061912452240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6919] ppid=6912 vsize=26540748 memory=8112282956445269571 CPUtime=0.18 cores=0-7
/proc/6914/task/6919/stat : 6919 (java) S 6912 6912 6764 0 -1 1077944384 2716 0 0 0 12 6 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061911399440 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6920] ppid=6912 vsize=26540748 memory=2344 CPUtime=0.21 cores=0-7
/proc/6914/task/6920/stat : 6920 (java) S 6912 6912 6764 0 -1 1077944384 961 0 0 0 13 8 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061910346128 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6921] ppid=6912 vsize=26540748 memory=1576 CPUtime=0.2 cores=0-7
/proc/6914/task/6921/stat : 6921 (java) S 6912 6912 6764 0 -1 1077944384 3735 0 0 0 13 7 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061909293328 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6922] ppid=6912 vsize=26540748 memory=928 CPUtime=0.2 cores=0-7
/proc/6914/task/6922/stat : 6922 (java) S 6912 6912 6764 0 -1 1077944384 1355 0 0 0 13 7 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061908241040 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6923] ppid=6912 vsize=26540748 memory=2240 CPUtime=0.19 cores=0-7
/proc/6914/task/6923/stat : 6923 (java) S 6912 6912 6764 0 -1 1077944384 1418 0 0 0 13 6 0 0 20 0 28 0 96997078 27177725952 187691 33554432000 4194304 4196468 140725266454192 140061907188240 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6924] ppid=6912 vsize=26540748 memory=4128 CPUtime=0.09 cores=0-7
/proc/6914/task/6924/stat : 6924 (java) S 6912 6912 6764 0 -1 1077944384 4157 0 0 0 5 4 0 0 20 0 28 0 96997079 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060398463600 140061991987842 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6925] ppid=6912 vsize=26540748 memory=2200 CPUtime=0 cores=0-7
/proc/6914/task/6925/stat : 6925 (java) S 6912 6912 6764 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 96997080 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060397409632 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6926] ppid=6912 vsize=26540748 memory=6508 CPUtime=0 cores=0-7
/proc/6914/task/6926/stat : 6926 (java) S 6912 6912 6764 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 28 0 96997080 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060396357248 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6927] ppid=6912 vsize=26540748 memory=840 CPUtime=0 cores=0-7
/proc/6914/task/6927/stat : 6927 (java) S 6912 6912 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 96997083 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060395305552 140061991995291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6928] ppid=6912 vsize=26540748 memory=4104 CPUtime=3.13 cores=0-7
/proc/6914/task/6928/stat : 6928 (java) S 6912 6912 6764 0 -1 1077944384 14850 0 0 0 310 3 0 0 20 0 28 0 96997083 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060394252400 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6929] ppid=6912 vsize=26540748 memory=1692 CPUtime=3.4 cores=0-7
/proc/6914/task/6929/stat : 6929 (java) S 6912 6912 6764 0 -1 1077944384 14882 0 0 0 338 2 0 0 20 0 28 0 96997083 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060393199600 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6930] ppid=6912 vsize=26540748 memory=916 CPUtime=3.46 cores=0-7
/proc/6914/task/6930/stat : 6930 (java) S 6912 6912 6764 0 -1 1077944384 13211 0 0 0 344 2 0 0 20 0 28 0 96997083 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060392147312 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6931] ppid=6912 vsize=26540748 memory=4120 CPUtime=1.07 cores=0-7
/proc/6914/task/6931/stat : 6931 (java) S 6912 6912 6764 0 -1 1077944384 15869 0 0 0 104 3 0 0 20 0 28 0 96997083 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060391094512 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6932] ppid=6912 vsize=26540748 memory=1156 CPUtime=0 cores=0-7
/proc/6914/task/6932/stat : 6932 (java) S 6912 6912 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 96997083 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060390042464 140061991986901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6933] ppid=6912 vsize=26540748 memory=3624 CPUtime=0.06 cores=0-7
/proc/6914/task/6933/stat : 6933 (java) S 6912 6912 6764 0 -1 1077944384 1632 0 0 0 0 6 0 0 20 0 28 0 96997083 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060388989744 140061991987842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6934] ppid=6912 vsize=26540748 memory=1380 CPUtime=247.8 cores=0-7
/proc/6914/task/6934/stat : 6934 (java) R 6912 6912 6764 0 -1 4202560 2440 0 0 0 24777 3 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060380978472 140061595652040 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6935] ppid=6912 vsize=26540748 memory=750764 CPUtime=248.39 cores=0-7
/proc/6914/task/6935/stat : 6935 (java) R 6912 6912 6764 0 -1 4202560 2007 0 0 0 24837 2 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060379927544 140061595675895 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6936] ppid=6912 vsize=26540748 memory=4012 CPUtime=248.55 cores=0-7
/proc/6914/task/6936/stat : 6936 (java) R 6912 6912 6764 0 -1 4202560 3529 0 0 0 24854 1 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060378874096 140061596762476 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6937] ppid=6912 vsize=26540748 memory=27824 CPUtime=249.43 cores=0-7
/proc/6914/task/6937/stat : 6937 (java) R 6912 6912 6764 0 -1 4202560 4404 0 0 0 24937 6 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060377823808 140061595651916 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6938] ppid=6912 vsize=26540748 memory=1296 CPUtime=248.76 cores=0-7
/proc/6914/task/6938/stat : 6938 (java) R 6912 6912 6764 0 -1 4202560 6467 0 0 0 24865 11 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060376767776 140061597535040 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6939] ppid=6912 vsize=26540748 memory=2400 CPUtime=249.21 cores=0-7
/proc/6914/task/6939/stat : 6939 (java) R 6912 6912 6764 0 -1 4202560 1723 0 0 0 24920 1 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060375716344 140061595652064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6940] ppid=6912 vsize=26540748 memory=1728 CPUtime=249.27 cores=0-7
/proc/6914/task/6940/stat : 6940 (java) R 6912 6912 6764 0 -1 4202560 3679 0 0 0 24924 3 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060374664056 140061585790975 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
[pid=6914/tid=6941] ppid=6912 vsize=26540748 memory=12032 CPUtime=248.52 cores=0-7
/proc/6914/task/6941/stat : 6941 (java) R 6912 6912 6764 0 -1 4202560 2798 0 0 0 24849 3 0 0 20 0 28 0 96997206 27177725952 187691 33554432000 4194304 4196468 140725266454192 140060373609896 140061597122205 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 32833536 140725266461848 140725266462024 140725266462024 140725266464719 0
Current children cumulated CPU time: 2004.15 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 752144 KiB

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

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

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

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

Child status: 143
Real time (s): 252.097
CPU time (s): 2004.76
CPU user time (s): 2003.6
CPU system time (s): 1.16645
CPU usage (%): 795.235
Max. virtual memory (cumulated for all children) (KiB): 26550260
Max. memory (cumulated for all children) (KiB): 755640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2003.6
system time used= 1.16645
maximum resident set size= 755696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118480
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11529
involuntary context switches= 21505


# summary of solver processes directly reported to runsolver:
#   pid: 6912,6914
#   total CPU time (s): 2004.76
#   total CPU user time (s): 2003.6
#   total CPU system time (s): 1.16645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.47387 second user time and 2.55918 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 17:33:16
IDJOB=4271868
IDBENCH=115837
IDSOLVER=2663
FILE ID=node105/4271868-1502639254
RUNJOBID= node105-1502638143-6791
PBS_JOBID= 20628331
Free space on /tmp= 60664 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-8.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-4271868-1502639254/watcher-4271868-1502639254 -o /tmp/evaluation-result-4271868-1502639254/solver-4271868-1502639254 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1279340605 HOME/instance-4271868-1502639254.xml

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

MD5SUM BENCH= 9893704bf12390d346d425cfade6032e
RANDOM SEED=1279340605

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:        26567968 kB
MemAvailable:   31976756 kB
Buffers:          173260 kB
Cached:          5511128 kB
SwapCached:            0 kB
Active:           673036 kB
Inactive:        5063944 kB
Active(anon):      55456 kB
Inactive(anon):    25060 kB
Active(file):     617580 kB
Inactive(file):  5038884 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7772 kB
Writeback:             0 kB
AnonPages:         58864 kB
Mapped:            43516 kB
Shmem:             25228 kB
Slab:             161728 kB
SReclaimable:     136320 kB
SUnreclaim:        25408 kB
KernelStack:        3184 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     322912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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-13 17:37:28