Trace number 4404804

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 2019-09-20 parallel? (TO) 20056.2 2520.11

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark48151
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404804-1569011172.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404804-1569011172.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
21.04/5.33	c solve instance...
20055.55/2520.07	s UNKNOWN
20055.55/2520.07	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 (13267 MiB free)
  memory of node 1: 16384 MiB (11786 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404804-1569011172/watcher-4404804-1569011172 -o /tmp/evaluation-result-4404804-1569011172/solver-4404804-1569011172 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569000410-26068 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1512501985 HOME/instance-4404804-1569011172.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=30297, runsolver pid=30294
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 7.64 8.06 8.05 2/210 30318
/proc/meminfo: memFree=25638156/32770624 swapFree=66986244/67108860
[pid=30297] ppid=30294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30297/stat : 30297 (xcsp3-exec) S 30294 30297 26041 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477374013 115843072 363 33554432000 4194304 5098028 140720541072704 140720541070808 139957660041852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14622720 140720541078389 140720541078633 140720541078633 140720541081546 0
/proc/30297/statm: 28282 363 304 221 0 87 0
[pid=30299] ppid=30297 vsize=28227396 memory=29932 CPUtime=0.12 cores=0-7
/proc/30299/stat : 30299 (java) S 30297 30297 26041 0 -1 1077944320 5892 0 0 0 11 1 0 0 20 0 20 0 477374013 28904853504 7483 33554432000 4194304 4196468 140735372709824 140735372692368 140582714965751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
/proc/30299/statm: 7056849 7483 3161 1 0 7019032 0
[pid=30299/tid=30300] ppid=30297 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/30299/task/30300/stat : 30300 (java) R 30297 30297 26041 0 -1 4202560 3802 0 0 0 8 0 0 0 20 0 20 0 477374014 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582719198248 140582714987677 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30301] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30301/stat : 30301 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582671518480 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30302] ppid=30297 vsize=28227396 memory=140706927327868 CPUtime=0 cores=0-7
/proc/30299/task/30302/stat : 30302 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582670465936 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30303] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30303/stat : 30303 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582669413392 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30304] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30304/stat : 30304 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582263577744 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30305] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30305/stat : 30305 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582262524176 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30306] ppid=30297 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30299/task/30306/stat : 30306 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582261471632 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30307] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30307/stat : 30307 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582260419088 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30308] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30308/stat : 30308 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 7483 33554432000 4194304 4196468 140735372709824 140582259366544 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30309] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30309/stat : 30309 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374016 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580843493872 140582714976898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30310] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30310/stat : 30310 (java) S 30297 30297 26041 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477374017 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580842440096 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30311] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30311/stat : 30311 (java) S 30297 30297 26041 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477374017 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580841387504 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30312] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30312/stat : 30312 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580840336080 140582714984347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30313] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30313/stat : 30313 (java) S 30297 30297 26041 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580839282672 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30314] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30314/stat : 30314 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580838230128 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30315] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30315/stat : 30315 (java) R 30297 30297 26041 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580837177584 140582714976898 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30316] ppid=30297 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30299/task/30316/stat : 30316 (java) R 30297 30297 26041 0 -1 4202560 366 0 0 0 2 0 0 0 20 0 20 0 477374019 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580836125040 140582694355068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30317] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30317/stat : 30317 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580835072736 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30318] ppid=30297 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30299/task/30318/stat : 30318 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374020 28904853504 7483 33554432000 4194304 4196468 140735372709824 140580834020272 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31384 KiB

[startup+0.21049 s]*
/proc/loadavg: 7.64 8.06 8.05 3/210 30318
/proc/meminfo: memFree=25625724/32770624 swapFree=66986244/67108860
[pid=30297] ppid=30294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30297/stat : 30297 (xcsp3-exec) S 30294 30297 26041 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477374013 115843072 363 33554432000 4194304 5098028 140720541072704 140720541070808 139957660041852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14622720 140720541078389 140720541078633 140720541078633 140720541081546 0
/proc/30297/statm: 28282 363 304 221 0 87 0
[pid=30299] ppid=30297 vsize=28227396 memory=41004 CPUtime=0.34 cores=0-7
/proc/30299/stat : 30299 (java) S 30297 30297 26041 0 -1 1077944320 9497 0 0 0 31 3 0 0 20 0 20 0 477374013 28904853504 10251 33554432000 4194304 4196468 140735372709824 140735372692368 140582714965751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
/proc/30299/statm: 7056849 10251 3263 1 0 7019032 0
[pid=30299/tid=30300] ppid=30297 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30299/task/30300/stat : 30300 (java) R 30297 30297 26041 0 -1 4202560 6658 0 0 0 18 2 0 0 20 0 20 0 477374014 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582719205424 140582714977686 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30301] ppid=30297 vsize=28227396 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/30299/task/30301/stat : 30301 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582671518480 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30302] ppid=30297 vsize=28227396 memory=288371083079018112 CPUtime=0 cores=0-7
/proc/30299/task/30302/stat : 30302 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582670465936 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30303] ppid=30297 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30299/task/30303/stat : 30303 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582669413392 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30304] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30304/stat : 30304 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582263577744 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30305] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30305/stat : 30305 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582262524176 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30306] ppid=30297 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30299/task/30306/stat : 30306 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582261471632 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30307] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30307/stat : 30307 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582260419088 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30308] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30308/stat : 30308 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28904853504 10251 33554432000 4194304 4196468 140735372709824 140582259366544 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30309] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30309/stat : 30309 (java) S 30297 30297 26041 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477374016 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580843493872 140582714976898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30310] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30310/stat : 30310 (java) S 30297 30297 26041 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477374017 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580842440096 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30311] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30311/stat : 30311 (java) S 30297 30297 26041 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477374017 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580841387504 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30312] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30312/stat : 30312 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580840336080 140582714984347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30313] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30313/stat : 30313 (java) R 30297 30297 26041 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580839282672 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30314] ppid=30297 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/30299/task/30314/stat : 30314 (java) S 30297 30297 26041 0 -1 1077944384 219 0 0 0 2 0 0 0 20 0 20 0 477374019 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580838230128 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30315] ppid=30297 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/30299/task/30315/stat : 30315 (java) S 30297 30297 26041 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 477374019 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580837177584 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30316] ppid=30297 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/30299/task/30316/stat : 30316 (java) R 30297 30297 26041 0 -1 4202560 753 0 0 0 8 0 0 0 20 0 20 0 477374019 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580836125040 140582693677791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30317] ppid=30297 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30317/stat : 30317 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477374019 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580835072736 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30318] ppid=30297 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/30299/task/30318/stat : 30318 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374020 28904853504 10251 33554432000 4194304 4196468 140735372709824 140580834020272 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42456 KiB

[startup+0.310118 s]*
/proc/loadavg: 7.64 8.06 8.05 4/210 30318
/proc/meminfo: memFree=25617364/32770624 swapFree=66986244/67108860
[pid=30297] ppid=30294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30297/stat : 30297 (xcsp3-exec) S 30294 30297 26041 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477374013 115843072 363 33554432000 4194304 5098028 140720541072704 140720541070808 139957660041852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14622720 140720541078389 140720541078633 140720541078633 140720541081546 0
/proc/30297/statm: 28282 363 304 221 0 87 0
[pid=30299] ppid=30297 vsize=28231652 memory=49988 CPUtime=0.51 cores=0-7
/proc/30299/stat : 30299 (java) S 30297 30297 26041 0 -1 1077944320 10794 0 0 0 47 4 0 0 20 0 20 0 477374013 28909211648 12497 33554432000 4194304 4196468 140735372709824 140735372692368 140582714965751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
/proc/30299/statm: 7057913 12497 3353 1 0 7019032 0
[pid=30299/tid=30300] ppid=30297 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/30299/task/30300/stat : 30300 (java) R 30297 30297 26041 0 -1 4202560 7796 0 0 0 27 3 0 0 20 0 20 0 477374014 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582719199536 140582699046238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30301] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30301/stat : 30301 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582671518480 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30302] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30302/stat : 30302 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582670465936 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30303] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30303/stat : 30303 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582669413392 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30304] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30304/stat : 30304 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582263577744 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30305] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30305/stat : 30305 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582262524176 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30306] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30306/stat : 30306 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582261471632 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30307] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30307/stat : 30307 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582260419088 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30308] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30308/stat : 30308 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28909211648 12497 33554432000 4194304 4196468 140735372709824 140582259366544 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30309] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30309/stat : 30309 (java) S 30297 30297 26041 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477374016 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580843493872 140582714976898 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30310] ppid=30297 vsize=28231652 memory=281413639413120 CPUtime=0 cores=0-7
/proc/30299/task/30310/stat : 30310 (java) S 30297 30297 26041 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477374017 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580842440096 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30311] ppid=30297 vsize=28231652 memory=281413639417728 CPUtime=0 cores=0-7
/proc/30299/task/30311/stat : 30311 (java) S 30297 30297 26041 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477374017 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580841387504 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30312] ppid=30297 vsize=28231652 memory=281413639422336 CPUtime=0 cores=0-7
/proc/30299/task/30312/stat : 30312 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374019 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580840336080 140582714984347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30313] ppid=30297 vsize=28231652 memory=281413639426944 CPUtime=0.01 cores=0-7
/proc/30299/task/30313/stat : 30313 (java) S 30297 30297 26041 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 20 0 477374019 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580839282672 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30314] ppid=30297 vsize=28231652 memory=281413639431552 CPUtime=0.02 cores=0-7
/proc/30299/task/30314/stat : 30314 (java) S 30297 30297 26041 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 20 0 477374019 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580838230128 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30315] ppid=30297 vsize=28231652 memory=281413639436160 CPUtime=0.02 cores=0-7
/proc/30299/task/30315/stat : 30315 (java) S 30297 30297 26041 0 -1 1077944384 120 0 0 0 2 0 0 0 20 0 20 0 477374019 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580837177584 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30316] ppid=30297 vsize=28231652 memory=281413639440768 CPUtime=0.12 cores=0-7
/proc/30299/task/30316/stat : 30316 (java) S 30297 30297 26041 0 -1 1077944384 864 0 0 0 12 0 0 0 20 0 20 0 477374019 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580836125040 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30317] ppid=30297 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30317/stat : 30317 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477374019 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580835072736 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30318] ppid=30297 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/30299/task/30318/stat : 30318 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374020 28909211648 12497 33554432000 4194304 4196468 140735372709824 140580834020272 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51440 KiB

[startup+0.700972 s]
/proc/loadavg: 7.64 8.06 8.05 4/210 30318
/proc/meminfo: memFree=25597432/32770624 swapFree=66986244/67108860
[pid=30297] ppid=30294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30297/stat : 30297 (xcsp3-exec) S 30294 30297 26041 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477374013 115843072 363 33554432000 4194304 5098028 140720541072704 140720541070808 139957660041852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14622720 140720541078389 140720541078633 140720541078633 140720541081546 0
/proc/30297/statm: 28282 363 304 221 0 87 0
[pid=30299] ppid=30297 vsize=28233776 memory=110260 CPUtime=1.93 cores=0-7
/proc/30299/stat : 30299 (java) S 30297 30297 26041 0 -1 1077944320 16221 0 0 0 185 8 0 0 20 0 20 0 477374013 28911386624 27565 33554432000 4194304 4196468 140735372709824 140735372692368 140582714965751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
/proc/30299/statm: 7058444 27565 3446 1 0 7019544 0
[pid=30299/tid=30300] ppid=30297 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/30299/task/30300/stat : 30300 (java) R 30297 30297 26041 0 -1 4202560 8434 0 0 0 63 4 0 0 20 0 20 0 477374014 28911386624 27565 33554432000 4194304 4196468 140735372709824 140582719201136 140582351995744 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30301] ppid=30297 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30301/stat : 30301 (java) S 30297 30297 26041 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477374015 28911386624 27565 33554432000 4194304 4196468 140735372709824 140582671518480 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30302] ppid=30297 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/30299/task/30302/stat : 30302 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28911386624 27565 33554432000 4194304 4196468 140735372709824 140582670465936 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30303] ppid=30297 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/30299/task/30303/stat : 30303 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477374015 28911386624 27565 33554432000 4194304 4196468 140735372709824 140582669413392 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0

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

[pid=30299/tid=30328] ppid=30297 vsize=28768336 memory=1680 CPUtime=2418.45 cores=0-7
/proc/30299/task/30328/stat : 30328 (java) R 30297 30297 26041 0 -1 4202560 26120 0 0 0 241815 30 0 0 20 0 28 0 477374550 29458776064 890347 33554432000 4194304 4196468 140735372709824 140580815335752 140582351634351 0 4 0 16800975 0 0 0 -1 1 0 0 15 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
Current children cumulated CPU time: 19437.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3562840 KiB

[startup+2502.3 s]
/proc/loadavg: 8.55 8.28 8.24 9/218 30514
/proc/meminfo: memFree=22115428/32770624 swapFree=66986244/67108860
[pid=30297] ppid=30294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30297/stat : 30297 (xcsp3-exec) S 30294 30297 26041 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477374013 115843072 363 33554432000 4194304 5098028 140720541072704 140720541070808 139957660041852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14622720 140720541078389 140720541078633 140720541078633 140720541081546 0
/proc/30297/statm: 28282 363 304 221 0 87 0
[pid=30299] ppid=30297 vsize=28768336 memory=3540856 CPUtime=19914.4 cores=0-7
/proc/30299/stat : 30299 (java) S 30297 30297 26041 0 -1 1077944320 710942 0 0 0 1990612 833 0 0 20 0 28 0 477374013 29458776064 885214 33554432000 4194304 4196468 140735372709824 140735372692368 140582714965751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
/proc/30299/statm: 7192084 885214 3558 1 0 7153184 0
[pid=30299/tid=30300] ppid=30297 vsize=28768336 memory=3540856 CPUtime=4.7 cores=0-7
/proc/30299/task/30300/stat : 30300 (java) S 30297 30297 26041 0 -1 1077944384 12574 0 0 0 459 11 0 0 20 0 28 0 477374014 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582719206528 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30301] ppid=30297 vsize=28768336 memory=3541368 CPUtime=8.97 cores=0-7
/proc/30299/task/30301/stat : 30301 (java) S 30297 30297 26041 0 -1 1077944384 26861 0 0 0 867 30 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582671518480 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 7 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30302] ppid=30297 vsize=28768336 memory=1452 CPUtime=8.99 cores=0-7
/proc/30299/task/30302/stat : 30302 (java) S 30297 30297 26041 0 -1 1077944384 22096 0 0 0 871 28 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582670465936 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30303] ppid=30297 vsize=28768336 memory=0 CPUtime=9.12 cores=0-7
/proc/30299/task/30303/stat : 30303 (java) S 30297 30297 26041 0 -1 1077944384 22911 0 0 0 882 30 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582669413392 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30304] ppid=30297 vsize=28768336 memory=281413639593168 CPUtime=8.92 cores=0-7
/proc/30299/task/30304/stat : 30304 (java) S 30297 30297 26041 0 -1 1077944384 16102 0 0 0 865 27 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582263577744 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30305] ppid=30297 vsize=28768336 memory=6944656592387989600 CPUtime=9.03 cores=0-7
/proc/30299/task/30305/stat : 30305 (java) S 30297 30297 26041 0 -1 1077944384 22493 0 0 0 876 27 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582262524176 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30306] ppid=30297 vsize=28768336 memory=481 CPUtime=9.07 cores=0-7
/proc/30299/task/30306/stat : 30306 (java) S 30297 30297 26041 0 -1 1077944384 21696 0 0 0 879 28 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582261471632 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30307] ppid=30297 vsize=28768336 memory=4050490160694994843 CPUtime=8.97 cores=0-7
/proc/30299/task/30307/stat : 30307 (java) S 30297 30297 26041 0 -1 1077944384 21861 0 0 0 869 28 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582260419088 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30308] ppid=30297 vsize=28768336 memory=1452 CPUtime=9.14 cores=0-7
/proc/30299/task/30308/stat : 30308 (java) S 30297 30297 26041 0 -1 1077944384 19075 0 0 0 885 29 0 0 20 0 28 0 477374015 29458776064 885214 33554432000 4194304 4196468 140735372709824 140582259366544 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30309] ppid=30297 vsize=28768336 memory=1452 CPUtime=1.45 cores=0-7
/proc/30299/task/30309/stat : 30309 (java) S 30297 30297 26041 0 -1 1077944384 52038 0 0 0 118 27 0 0 20 0 28 0 477374016 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580843493872 140582714976898 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30310] ppid=30297 vsize=28768336 memory=7552 CPUtime=0 cores=0-7
/proc/30299/task/30310/stat : 30310 (java) S 30297 30297 26041 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 477374017 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580842440160 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30311] ppid=30297 vsize=28768336 memory=2832 CPUtime=0 cores=0-7
/proc/30299/task/30311/stat : 30311 (java) S 30297 30297 26041 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 477374017 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580841387520 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30312] ppid=30297 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/30299/task/30312/stat : 30312 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477374019 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580840336080 140582714984347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30313] ppid=30297 vsize=28768336 memory=3542908 CPUtime=7.62 cores=0-7
/proc/30299/task/30313/stat : 30313 (java) S 30297 30297 26041 0 -1 1077944384 38119 0 0 0 755 7 0 0 20 0 28 0 477374019 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580839282672 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30314] ppid=30297 vsize=28768336 memory=1452 CPUtime=6.65 cores=0-7
/proc/30299/task/30314/stat : 30314 (java) S 30297 30297 26041 0 -1 1077944384 29907 0 0 0 659 6 0 0 20 0 28 0 477374019 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580838230128 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30315] ppid=30297 vsize=28768336 memory=3559848 CPUtime=7.37 cores=0-7
/proc/30299/task/30315/stat : 30315 (java) S 30297 30297 26041 0 -1 1077944384 29064 0 0 0 733 4 0 0 20 0 28 0 477374019 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580837177584 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30316] ppid=30297 vsize=28768336 memory=3616 CPUtime=1.43 cores=0-7
/proc/30299/task/30316/stat : 30316 (java) S 30297 30297 26041 0 -1 1077944384 23161 0 0 0 139 4 0 0 20 0 28 0 477374019 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580836125040 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30317] ppid=30297 vsize=28768336 memory=55772 CPUtime=0 cores=0-7
/proc/30299/task/30317/stat : 30317 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477374019 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580835072736 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30318] ppid=30297 vsize=28768336 memory=3564976 CPUtime=1 cores=0-7
/proc/30299/task/30318/stat : 30318 (java) S 30297 30297 26041 0 -1 1077944384 5070 0 0 0 33 67 0 0 20 0 28 0 477374020 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580834020272 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 22 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30321] ppid=30297 vsize=28768336 memory=1452 CPUtime=2477.36 cores=0-7
/proc/30299/task/30321/stat : 30321 (java) R 30297 30297 26041 0 -1 4202560 31556 0 0 0 247696 40 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580822703440 140582354802904 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30322] ppid=30297 vsize=28768336 memory=3616 CPUtime=2467.36 cores=0-7
/proc/30299/task/30322/stat : 30322 (java) R 30297 30297 26041 0 -1 4202560 31703 0 0 0 246705 31 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580821652632 140582361978753 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30323] ppid=30297 vsize=28768336 memory=55772 CPUtime=2473.39 cores=0-7
/proc/30299/task/30323/stat : 30323 (java) R 30297 30297 26041 0 -1 4202560 34129 0 0 0 247302 37 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580820598664 140582355244694 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30324] ppid=30297 vsize=28768336 memory=1452 CPUtime=2479.01 cores=0-7
/proc/30299/task/30324/stat : 30324 (java) R 30297 30297 26041 0 -1 4202560 147873 0 0 0 247566 335 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580819548768 140582360996974 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30325] ppid=30297 vsize=28768336 memory=3545472 CPUtime=2478.09 cores=0-7
/proc/30299/task/30325/stat : 30325 (java) R 30297 30297 26041 0 -1 4202560 24515 0 0 0 247788 21 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580818493152 140582351634461 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30326] ppid=30297 vsize=28768336 memory=3616 CPUtime=2478.37 cores=0-7
/proc/30299/task/30326/stat : 30326 (java) R 30297 30297 26041 0 -1 4202560 21119 0 0 0 247808 29 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580817440640 140582351634422 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30327] ppid=30297 vsize=28768336 memory=55772 CPUtime=2480.55 cores=0-7
/proc/30299/task/30327/stat : 30327 (java) R 30297 30297 26041 0 -1 4202560 28628 0 0 0 248033 22 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580816388656 140582359841424 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30328] ppid=30297 vsize=28768336 memory=988 CPUtime=2477.68 cores=0-7
/proc/30299/task/30328/stat : 30328 (java) R 30297 30297 26041 0 -1 4202560 27042 0 0 0 247737 31 0 0 20 0 28 0 477374550 29458776064 885214 33554432000 4194304 4196468 140735372709824 140580815335752 140582356238119 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
Current children cumulated CPU time: 19914.4 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3542308 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.68 8.32 8.25 9/218 30515
/proc/meminfo: memFree=22110872/32770624 swapFree=66986244/67108860
[pid=30297] ppid=30294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30297/stat : 30297 (xcsp3-exec) S 30294 30297 26041 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477374013 115843072 363 33554432000 4194304 5098028 140720541072704 140720541070808 139957660041852 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14622720 140720541078389 140720541078633 140720541078633 140720541081546 0
/proc/30297/statm: 28282 363 304 221 0 87 0
[pid=30299] ppid=30297 vsize=28768336 memory=3544936 CPUtime=20055.6 cores=0-7
/proc/30299/stat : 30299 (java) S 30297 30297 26041 0 -1 1077944320 711362 0 0 0 2004718 837 0 0 20 0 28 0 477374013 29458776064 886234 33554432000 4194304 4196468 140735372709824 140735372692368 140582714965751 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
/proc/30299/statm: 7192084 886234 3558 1 0 7153184 0
[pid=30299/tid=30300] ppid=30297 vsize=28768336 memory=0 CPUtime=4.7 cores=0-7
/proc/30299/task/30300/stat : 30300 (java) S 30297 30297 26041 0 -1 1077944384 12574 0 0 0 459 11 0 0 20 0 28 0 477374014 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582719206528 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30301] ppid=30297 vsize=28768336 memory=7019813671201891176 CPUtime=9.08 cores=0-7
/proc/30299/task/30301/stat : 30301 (java) S 30297 30297 26041 0 -1 1077944384 26867 0 0 0 878 30 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582671518480 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30302] ppid=30297 vsize=28768336 memory=8317482817917895235 CPUtime=9.11 cores=0-7
/proc/30299/task/30302/stat : 30302 (java) S 30297 30297 26041 0 -1 1077944384 22106 0 0 0 883 28 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582670465936 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30303] ppid=30297 vsize=28768336 memory=29748 CPUtime=9.24 cores=0-7
/proc/30299/task/30303/stat : 30303 (java) S 30297 30297 26041 0 -1 1077944384 22926 0 0 0 894 30 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582669413392 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30304] ppid=30297 vsize=28768336 memory=2120 CPUtime=9.04 cores=0-7
/proc/30299/task/30304/stat : 30304 (java) S 30297 30297 26041 0 -1 1077944384 16117 0 0 0 877 27 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582263577744 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30305] ppid=30297 vsize=28768336 memory=532 CPUtime=9.15 cores=0-7
/proc/30299/task/30305/stat : 30305 (java) S 30297 30297 26041 0 -1 1077944384 22514 0 0 0 888 27 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582262524176 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30306] ppid=30297 vsize=28768336 memory=1564 CPUtime=9.19 cores=0-7
/proc/30299/task/30306/stat : 30306 (java) S 30297 30297 26041 0 -1 1077944384 21697 0 0 0 891 28 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582261471632 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30307] ppid=30297 vsize=28768336 memory=924 CPUtime=9.09 cores=0-7
/proc/30299/task/30307/stat : 30307 (java) S 30297 30297 26041 0 -1 1077944384 21865 0 0 0 881 28 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582260419088 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30308] ppid=30297 vsize=28768336 memory=1680 CPUtime=9.25 cores=0-7
/proc/30299/task/30308/stat : 30308 (java) S 30297 30297 26041 0 -1 1077944384 19080 0 0 0 896 29 0 0 20 0 28 0 477374015 29458776064 886234 33554432000 4194304 4196468 140735372709824 140582259366544 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30309] ppid=30297 vsize=28768336 memory=1440 CPUtime=1.48 cores=0-7
/proc/30299/task/30309/stat : 30309 (java) S 30297 30297 26041 0 -1 1077944384 52046 0 0 0 120 28 0 0 20 0 28 0 477374016 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580843493872 140582714976898 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30310] ppid=30297 vsize=28768336 memory=912 CPUtime=0 cores=0-7
/proc/30299/task/30310/stat : 30310 (java) S 30297 30297 26041 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 477374017 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580842440160 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30311] ppid=30297 vsize=28768336 memory=3546988 CPUtime=0 cores=0-7
/proc/30299/task/30311/stat : 30311 (java) S 30297 30297 26041 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 477374017 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580841387520 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30312] ppid=30297 vsize=28768336 memory=780 CPUtime=0 cores=0-7
/proc/30299/task/30312/stat : 30312 (java) S 30297 30297 26041 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477374019 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580840336080 140582714984347 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30313] ppid=30297 vsize=28768336 memory=3616 CPUtime=7.62 cores=0-7
/proc/30299/task/30313/stat : 30313 (java) S 30297 30297 26041 0 -1 1077944384 38119 0 0 0 755 7 0 0 20 0 28 0 477374019 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580839282672 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30314] ppid=30297 vsize=28768336 memory=1112 CPUtime=6.65 cores=0-7
/proc/30299/task/30314/stat : 30314 (java) S 30297 30297 26041 0 -1 1077944384 29907 0 0 0 659 6 0 0 20 0 28 0 477374019 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580838230128 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30315] ppid=30297 vsize=28768336 memory=5916 CPUtime=7.37 cores=0-7
/proc/30299/task/30315/stat : 30315 (java) S 30297 30297 26041 0 -1 1077944384 29064 0 0 0 733 4 0 0 20 0 28 0 477374019 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580837177584 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30316] ppid=30297 vsize=28768336 memory=7552 CPUtime=1.43 cores=0-7
/proc/30299/task/30316/stat : 30316 (java) S 30297 30297 26041 0 -1 1077944384 23161 0 0 0 139 4 0 0 20 0 28 0 477374019 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580836125040 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30317] ppid=30297 vsize=28768336 memory=2832 CPUtime=0 cores=0-7
/proc/30299/task/30317/stat : 30317 (java) S 30297 30297 26041 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477374019 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580835072736 140582714975957 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30318] ppid=30297 vsize=28768336 memory=1084 CPUtime=1.02 cores=0-7
/proc/30299/task/30318/stat : 30318 (java) S 30297 30297 26041 0 -1 1077944384 5072 0 0 0 34 68 0 0 20 0 28 0 477374020 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580834020272 140582714976898 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30321] ppid=30297 vsize=28768336 memory=14012 CPUtime=2494.93 cores=0-7
/proc/30299/task/30321/stat : 30321 (java) R 30297 30297 26041 0 -1 4202560 31589 0 0 0 249453 40 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580822703304 140582353590659 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30322] ppid=30297 vsize=28768336 memory=3545448 CPUtime=2484.81 cores=0-7
/proc/30299/task/30322/stat : 30322 (java) R 30297 30297 26041 0 -1 4202560 31720 0 0 0 248450 31 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580821651944 140582359841424 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30323] ppid=30297 vsize=28768336 memory=55772 CPUtime=2490.86 cores=0-7
/proc/30299/task/30323/stat : 30323 (java) R 30297 30297 26041 0 -1 4202560 34160 0 0 0 249049 37 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580820598384 140582352781974 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30324] ppid=30297 vsize=28768336 memory=988 CPUtime=2496.52 cores=0-7
/proc/30299/task/30324/stat : 30324 (java) R 30297 30297 26041 0 -1 4202560 148025 0 0 0 249315 337 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580819548768 140582353466214 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30325] ppid=30297 vsize=28768336 memory=2004 CPUtime=2495.64 cores=0-7
/proc/30299/task/30325/stat : 30325 (java) R 30297 30297 26041 0 -1 4202560 24537 0 0 0 249543 21 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580818493496 140582351634058 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30326] ppid=30297 vsize=28768336 memory=1416 CPUtime=2495.93 cores=0-7
/proc/30299/task/30326/stat : 30326 (java) R 30297 30297 26041 0 -1 4202560 21135 0 0 0 249564 29 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580817440776 140582351634277 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30327] ppid=30297 vsize=28768336 memory=1712 CPUtime=2498.11 cores=0-7
/proc/30299/task/30327/stat : 30327 (java) R 30297 30297 26041 0 -1 4202560 28640 0 0 0 249789 22 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580816388360 140582359841416 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
[pid=30299/tid=30328] ppid=30297 vsize=28768336 memory=692 CPUtime=2495.1 cores=0-7
/proc/30299/task/30328/stat : 30328 (java) R 30297 30297 26041 0 -1 4202560 27092 0 0 0 249479 31 0 0 20 0 28 0 477374550 29458776064 886234 33554432000 4194304 4196468 140735372709824 140580815335752 140582351634063 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 23969792 140735372710890 140735372711062 140735372711062 140735372713935 0
Current children cumulated CPU time: 20055.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3546388 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.11
CPU time (s): 20056.2
CPU user time (s): 20047.8
CPU system time (s): 8.39645
CPU usage (%): 795.845
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 4197608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20047.8
system time used= 8.39645
maximum resident set size= 4196156
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 712502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134105
involuntary context switches= 216115


# summary of solver processes directly reported to runsolver:
#   pid: 30297,30299
#   total CPU time (s): 20056.2
#   total CPU user time (s): 20047.8
#   total CPU system time (s): 8.39645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2885 second user time and 32.4236 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 21:15:50
IDJOB=4404804
IDBENCH=141053
IDSOLVER=2865
FILE ID=node104/4404804-1569011172
RUNJOBID= node104-1569000410-26068
PBS_JOBID= 21704740
Free space on /tmp= 9832 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404804-1569011172/watcher-4404804-1569011172 -o /tmp/evaluation-result-4404804-1569011172/solver-4404804-1569011172 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1569000410-26068 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1512501985 HOME/instance-4404804-1569011172.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=1512501985

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        25655420 kB
MemAvailable:   31828152 kB
Buffers:           44892 kB
Cached:          6202152 kB
SwapCached:        22652 kB
Active:          3122720 kB
Inactive:        3151496 kB
Active(anon):       2248 kB
Inactive(anon):    74116 kB
Active(file):    3120472 kB
Inactive(file):  3077380 kB
Unevictable:      109708 kB
Mlocked:          109708 kB
SwapTotal:      67108860 kB
SwapFree:       66986244 kB
Dirty:             26564 kB
Writeback:             0 kB
AnonPages:        143548 kB
Mapped:            51940 kB
Shmem:             40708 kB
Slab:             433456 kB
SReclaimable:     403340 kB
SUnreclaim:        30116 kB
KernelStack:        3696 kB
PageTables:         5660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9804 MiB
End job on node104 at 2019-09-20 21:57:51