Trace number 4407504

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-24 parallel? (TO) 1983.86 252.13

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 benchmark2400.1
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-4407504-1569349752.xml"  -tl '2016s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4407504-1569349752.xml, -tl, 2016s, -p, 8]
0.33/0.25	c 8 solvers in parallel
0.51/0.32	c parse instance...
24.66/6.13	c solve instance...
1983.11/252.08	s UNKNOWN
1983.11/252.08	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: 16375 MiB (12528 MiB free)
  memory of node 1: 16384 MiB (12348 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4407504-1569349752/watcher-4407504-1569349752 -o /tmp/evaluation-result-4407504-1569349752/solver-4407504-1569349752 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324850400-23810 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1693300940 HOME/instance-4407504-1569349752.xml 

running on 8 cores: 0-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
solver pid=31436, runsolver pid=31433
Current StackSize limit: 8192 KiB


[startup+0.100108 s]*
/proc/loadavg: 7.94 8.06 8.01 3/211 31457
/proc/meminfo: memFree=25458248/32770688 swapFree=66927640/67108860
[pid=31436] ppid=31433 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31436/stat : 31436 (xcsp3-exec) S 31433 31436 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510981342 115843072 363 33554432000 4194304 5098028 140735299000992 140735298999096 139880408932988 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21504000 140735299007355 140735299007598 140735299007598 140735299010506 0
/proc/31436/statm: 28282 363 304 221 0 87 0
[pid=31438] ppid=31436 vsize=28227396 memory=27596 CPUtime=0.11 cores=0-7
/proc/31438/stat : 31438 (java) S 31436 31436 23783 0 -1 1077944320 5909 0 0 0 10 1 0 0 20 0 20 0 510981342 28904853504 6899 33554432000 4194304 4196468 140731853828016 140731853810560 139707867021047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
/proc/31438/statm: 7056849 6899 3114 1 0 7019032 0
[pid=31438/tid=31439] ppid=31436 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31438/task/31439/stat : 31439 (java) R 31436 31436 23783 0 -1 4202560 3784 0 0 0 8 1 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707871249280 139707867042973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31440] ppid=31436 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/31438/task/31440/stat : 31440 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707838863760 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31441] ppid=31436 vsize=28227396 memory=140470870455936 CPUtime=0 cores=0-7
/proc/31438/task/31441/stat : 31441 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707417135376 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31442] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31442/stat : 31442 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707416083088 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31443] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31443/stat : 31443 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707415030288 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31444] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31444/stat : 31444 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707413978000 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31445] ppid=31436 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31438/task/31445/stat : 31445 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707412925200 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31446] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31446/stat : 31446 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707411872912 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31447] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31447/stat : 31447 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 6899 33554432000 4194304 4196468 140731853828016 139707410820112 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31448] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31448/stat : 31448 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981345 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706848372848 139707867032194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31449] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31449/stat : 31449 (java) S 31436 31436 23783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510981346 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706847318816 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31450] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31450/stat : 31450 (java) S 31436 31436 23783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510981346 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706846266480 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31451] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31451/stat : 31451 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706845214800 139707867039643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31452] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31452/stat : 31452 (java) S 31436 31436 23783 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706844162672 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31453] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31453/stat : 31453 (java) S 31436 31436 23783 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706843109872 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31454] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31454/stat : 31454 (java) S 31436 31436 23783 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706842057584 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31455] ppid=31436 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31438/task/31455/stat : 31455 (java) S 31436 31436 23783 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 510981349 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706841004784 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31456] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31456/stat : 31456 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706839951712 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31457] ppid=31436 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31438/task/31457/stat : 31457 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 6899 33554432000 4194304 4196468 140731853828016 139706838898992 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29048 KiB

[startup+0.211238 s]*
/proc/loadavg: 7.94 8.06 8.01 2/211 31457
/proc/meminfo: memFree=25446088/32770688 swapFree=66927640/67108860
[pid=31436] ppid=31433 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31436/stat : 31436 (xcsp3-exec) S 31433 31436 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510981342 115843072 363 33554432000 4194304 5098028 140735299000992 140735298999096 139880408932988 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21504000 140735299007355 140735299007598 140735299007598 140735299010506 0
/proc/31436/statm: 28282 363 304 221 0 87 0
[pid=31438] ppid=31436 vsize=28227396 memory=38884 CPUtime=0.33 cores=0-7
/proc/31438/stat : 31438 (java) S 31436 31436 23783 0 -1 1077944320 9472 0 0 0 30 3 0 0 20 0 20 0 510981342 28904853504 9721 33554432000 4194304 4196468 140731853828016 140731853810560 139707867021047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
/proc/31438/statm: 7056849 9721 3284 1 0 7019032 0
[pid=31438/tid=31439] ppid=31436 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31438/task/31439/stat : 31439 (java) R 31436 31436 23783 0 -1 4202560 6602 0 0 0 18 2 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707871240384 139707867042973 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31440] ppid=31436 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/31438/task/31440/stat : 31440 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707838863760 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31441] ppid=31436 vsize=28227396 memory=140470870480003 CPUtime=0 cores=0-7
/proc/31438/task/31441/stat : 31441 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707417135376 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31442] ppid=31436 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31438/task/31442/stat : 31442 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707416083088 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31443] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31443/stat : 31443 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707415030288 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31444] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31444/stat : 31444 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707413978000 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31445] ppid=31436 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31438/task/31445/stat : 31445 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707412925200 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31446] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31446/stat : 31446 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707411872912 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31447] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31447/stat : 31447 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28904853504 9721 33554432000 4194304 4196468 140731853828016 139707410820112 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31448] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31448/stat : 31448 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981345 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706848372848 139707867032194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31449] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31449/stat : 31449 (java) S 31436 31436 23783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510981346 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706847318816 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31450] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31450/stat : 31450 (java) S 31436 31436 23783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510981346 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706846266480 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31451] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31451/stat : 31451 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706845214800 139707867039643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31452] ppid=31436 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31438/task/31452/stat : 31452 (java) S 31436 31436 23783 0 -1 1077944384 399 0 0 0 1 0 0 0 20 0 20 0 510981349 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706844162672 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31453] ppid=31436 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31438/task/31453/stat : 31453 (java) S 31436 31436 23783 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 20 0 510981349 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706843109872 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31454] ppid=31436 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/31438/task/31454/stat : 31454 (java) S 31436 31436 23783 0 -1 1077944384 178 0 0 0 1 0 0 0 20 0 20 0 510981349 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706842057584 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31455] ppid=31436 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31438/task/31455/stat : 31455 (java) S 31436 31436 23783 0 -1 1077944384 880 0 0 0 7 0 0 0 20 0 20 0 510981349 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706841004784 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31456] ppid=31436 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31456/stat : 31456 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706839951712 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31457] ppid=31436 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31438/task/31457/stat : 31457 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981349 28904853504 9721 33554432000 4194304 4196468 140731853828016 139706838898992 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 40336 KiB

[startup+0.310858 s]*
/proc/loadavg: 7.94 8.06 8.01 4/211 31457
/proc/meminfo: memFree=25441632/32770688 swapFree=66927640/67108860
[pid=31436] ppid=31433 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31436/stat : 31436 (xcsp3-exec) S 31433 31436 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510981342 115843072 363 33554432000 4194304 5098028 140735299000992 140735298999096 139880408932988 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21504000 140735299007355 140735299007598 140735299007598 140735299010506 0
/proc/31436/statm: 28282 363 304 221 0 87 0
[pid=31438] ppid=31436 vsize=28231652 memory=45472 CPUtime=0.51 cores=0-7
/proc/31438/stat : 31438 (java) S 31436 31436 23783 0 -1 1077944320 10786 0 0 0 47 4 0 0 20 0 20 0 510981342 28909211648 11368 33554432000 4194304 4196468 140731853828016 140731853810560 139707867021047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
/proc/31438/statm: 7057913 11368 3339 1 0 7019032 0
[pid=31438/tid=31439] ppid=31436 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/31438/task/31439/stat : 31439 (java) R 31436 31436 23783 0 -1 4202560 7611 0 0 0 27 3 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707871234640 139707859699061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31440] ppid=31436 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31440/stat : 31440 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707838863760 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31441] ppid=31436 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31441/stat : 31441 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707417135376 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31442] ppid=31436 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31442/stat : 31442 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707416083088 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31443] ppid=31436 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31443/stat : 31443 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707415030288 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31444] ppid=31436 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31438/task/31444/stat : 31444 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707413978000 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31445] ppid=31436 vsize=28231652 memory=140470730716079 CPUtime=0 cores=0-7
/proc/31438/task/31445/stat : 31445 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707412925200 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31446] ppid=31436 vsize=28231652 memory=140470730718384 CPUtime=0 cores=0-7
/proc/31438/task/31446/stat : 31446 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707411872912 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31447] ppid=31436 vsize=28231652 memory=140470730720688 CPUtime=0 cores=0-7
/proc/31438/task/31447/stat : 31447 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28909211648 11368 33554432000 4194304 4196468 140731853828016 139707410820112 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31448] ppid=31436 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31448/stat : 31448 (java) S 31436 31436 23783 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 510981345 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706848372848 139707867032194 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31449] ppid=31436 vsize=28231652 memory=280941461448336 CPUtime=0 cores=0-7
/proc/31438/task/31449/stat : 31449 (java) S 31436 31436 23783 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 510981346 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706847318816 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31450] ppid=31436 vsize=28231652 memory=280941461455248 CPUtime=0 cores=0-7
/proc/31438/task/31450/stat : 31450 (java) S 31436 31436 23783 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 510981346 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706846266480 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31451] ppid=31436 vsize=28231652 memory=280941461396528 CPUtime=0 cores=0-7
/proc/31438/task/31451/stat : 31451 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981349 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706845214800 139707867039643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31452] ppid=31436 vsize=28231652 memory=280941461469072 CPUtime=0.01 cores=0-7
/proc/31438/task/31452/stat : 31452 (java) S 31436 31436 23783 0 -1 1077944384 433 0 0 0 1 0 0 0 20 0 20 0 510981349 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706844162672 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31453] ppid=31436 vsize=28231652 memory=280941461475984 CPUtime=0.03 cores=0-7
/proc/31438/task/31453/stat : 31453 (java) S 31436 31436 23783 0 -1 1077944384 134 0 0 0 3 0 0 0 20 0 20 0 510981349 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706843109872 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31454] ppid=31436 vsize=28231652 memory=280941461473680 CPUtime=0.02 cores=0-7
/proc/31438/task/31454/stat : 31454 (java) S 31436 31436 23783 0 -1 1077944384 190 0 0 0 2 0 0 0 20 0 20 0 510981349 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706842057584 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31455] ppid=31436 vsize=28231652 memory=280941461489840 CPUtime=0.12 cores=0-7
/proc/31438/task/31455/stat : 31455 (java) S 31436 31436 23783 0 -1 1077944384 1105 0 0 0 12 0 0 0 20 0 20 0 510981349 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706841004784 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31456] ppid=31436 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31456/stat : 31456 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510981349 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706839951712 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31457] ppid=31436 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31438/task/31457/stat : 31457 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981349 28909211648 11368 33554432000 4194304 4196468 140731853828016 139706838898992 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 46924 KiB

[startup+0.701024 s]
/proc/loadavg: 7.94 8.06 8.01 3/211 31457
/proc/meminfo: memFree=25420728/32770688 swapFree=66927640/67108860
[pid=31436] ppid=31433 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31436/stat : 31436 (xcsp3-exec) S 31433 31436 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510981342 115843072 363 33554432000 4194304 5098028 140735299000992 140735298999096 139880408932988 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21504000 140735299007355 140735299007598 140735299007598 140735299010506 0
/proc/31436/statm: 28282 363 304 221 0 87 0
[pid=31438] ppid=31436 vsize=28233776 memory=88140 CPUtime=1.83 cores=0-7
/proc/31438/stat : 31438 (java) S 31436 31436 23783 0 -1 1077944320 15825 0 0 0 177 6 0 0 20 0 20 0 510981342 28911386624 22035 33554432000 4194304 4196468 140731853828016 140731853810560 139707867021047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
/proc/31438/statm: 7058444 22035 3443 1 0 7019544 0
[pid=31438/tid=31439] ppid=31436 vsize=28233776 memory=280941461847728 CPUtime=0.67 cores=0-7
/proc/31438/task/31439/stat : 31439 (java) R 31436 31436 23783 0 -1 4202560 8528 0 0 0 64 3 0 0 20 0 20 0 510981343 28911386624 22035 33554432000 4194304 4196468 140731853828016 139707871252848 139707506559812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31440] ppid=31436 vsize=28233776 memory=140470730924912 CPUtime=0 cores=0-7
/proc/31438/task/31440/stat : 31440 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28911386624 22035 33554432000 4194304 4196468 140731853828016 139707838863760 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31441] ppid=31436 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31438/task/31441/stat : 31441 (java) S 31436 31436 23783 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510981343 28911386624 22035 33554432000 4194304 4196468 140731853828016 139707417135376 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31442] ppid=31436 vsize=28233776 memory=2828 CPUtime=0 cores=0-7
/proc/31438/task/31442/stat : 31442 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510981343 28911386624 22035 33554432000 4194304 4196468 140731853828016 139707416083088 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0

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

[pid=31438/tid=31465] ppid=31436 vsize=28768336 memory=2828 CPUtime=153.42 cores=0-7
/proc/31438/task/31465/stat : 31465 (java) R 31436 31436 23783 0 -1 4202560 1695 0 0 0 15341 1 0 0 20 0 28 0 510981959 29458776064 755893 33554432000 4194304 4196468 140731853828016 139705966358120 139707510026384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
Current children cumulated CPU time: 1267.62 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3025024 KiB

[startup+222.302 s]
/proc/loadavg: 8.06 8.14 8.05 9/220 31486
/proc/meminfo: memFree=22154832/32770688 swapFree=66927640/67108860
[pid=31436] ppid=31433 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31436/stat : 31436 (xcsp3-exec) S 31433 31436 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510981342 115843072 363 33554432000 4194304 5098028 140735299000992 140735298999096 139880408932988 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21504000 140735299007355 140735299007598 140735299007598 140735299010506 0
/proc/31436/statm: 28282 363 304 221 0 87 0
[pid=31438] ppid=31436 vsize=28768336 memory=3326968 CPUtime=1746.14 cores=0-7
/proc/31438/stat : 31438 (java) S 31436 31436 23783 0 -1 1077944320 155669 0 0 0 174353 261 0 0 20 0 28 0 510981342 29458776064 831742 33554432000 4194304 4196468 140731853828016 140731853810560 139707867021047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
/proc/31438/statm: 7192084 831742 3554 1 0 7153184 0
[pid=31438/tid=31439] ppid=31436 vsize=28768336 memory=3326968 CPUtime=5.46 cores=0-7
/proc/31438/task/31439/stat : 31439 (java) S 31436 31436 23783 0 -1 1077944384 12773 0 0 0 534 12 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707871261824 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31440] ppid=31436 vsize=28768336 memory=1452 CPUtime=1.33 cores=0-7
/proc/31438/task/31440/stat : 31440 (java) S 31436 31436 23783 0 -1 1077944384 1283 0 0 0 116 17 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707838863760 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31441] ppid=31436 vsize=28768336 memory=270247932261832 CPUtime=1.36 cores=0-7
/proc/31438/task/31441/stat : 31441 (java) S 31436 31436 23783 0 -1 1077944384 1403 0 0 0 118 18 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707417135376 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31442] ppid=31436 vsize=28768336 memory=7235987630304028480 CPUtime=1.29 cores=0-7
/proc/31438/task/31442/stat : 31442 (java) S 31436 31436 23783 0 -1 1077944384 1221 0 0 0 111 18 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707416083088 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31443] ppid=31436 vsize=28768336 memory=7235987630304028480 CPUtime=1.3 cores=0-7
/proc/31438/task/31443/stat : 31443 (java) S 31436 31436 23783 0 -1 1077944384 2638 0 0 0 112 18 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707415030288 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31444] ppid=31436 vsize=28768336 memory=6791534058613427641 CPUtime=1.33 cores=0-7
/proc/31438/task/31444/stat : 31444 (java) S 31436 31436 23783 0 -1 1077944384 1854 0 0 0 113 20 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707413978000 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31445] ppid=31436 vsize=28768336 memory=75352 CPUtime=1.37 cores=0-7
/proc/31438/task/31445/stat : 31445 (java) S 31436 31436 23783 0 -1 1077944384 2084 0 0 0 118 19 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707412925200 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31446] ppid=31436 vsize=28768336 memory=1452 CPUtime=1.35 cores=0-7
/proc/31438/task/31446/stat : 31446 (java) S 31436 31436 23783 0 -1 1077944384 2154 0 0 0 118 17 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707411872912 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31447] ppid=31436 vsize=28768336 memory=3201768 CPUtime=1.3 cores=0-7
/proc/31438/task/31447/stat : 31447 (java) S 31436 31436 23783 0 -1 1077944384 991 0 0 0 111 19 0 0 20 0 28 0 510981343 29458776064 831742 33554432000 4194304 4196468 140731853828016 139707410820112 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31448] ppid=31436 vsize=28768336 memory=1452 CPUtime=0.28 cores=0-7
/proc/31438/task/31448/stat : 31448 (java) S 31436 31436 23783 0 -1 1077944384 7134 0 0 0 27 1 0 0 20 0 28 0 510981345 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706848372848 139707867032194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31449] ppid=31436 vsize=28768336 memory=3624 CPUtime=0 cores=0-7
/proc/31438/task/31449/stat : 31449 (java) S 31436 31436 23783 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 510981346 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706847318880 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31450] ppid=31436 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/31438/task/31450/stat : 31450 (java) S 31436 31436 23783 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 510981346 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706846266496 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31451] ppid=31436 vsize=28768336 memory=3037928 CPUtime=0 cores=0-7
/proc/31438/task/31451/stat : 31451 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510981349 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706845214800 139707867039643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31452] ppid=31436 vsize=28768336 memory=1560 CPUtime=7.61 cores=0-7
/proc/31438/task/31452/stat : 31452 (java) S 31436 31436 23783 0 -1 1077944384 22022 0 0 0 757 4 0 0 20 0 28 0 510981349 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706844162672 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31453] ppid=31436 vsize=28768336 memory=928 CPUtime=7.07 cores=0-7
/proc/31438/task/31453/stat : 31453 (java) S 31436 31436 23783 0 -1 1077944384 19339 0 0 0 704 3 0 0 20 0 28 0 510981349 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706843109872 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31454] ppid=31436 vsize=28768336 memory=9588 CPUtime=6.72 cores=0-7
/proc/31438/task/31454/stat : 31454 (java) S 31436 31436 23783 0 -1 1077944384 19573 0 0 0 668 4 0 0 20 0 28 0 510981349 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706842057584 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31455] ppid=31436 vsize=28768336 memory=1712 CPUtime=1.49 cores=0-7
/proc/31438/task/31455/stat : 31455 (java) S 31436 31436 23783 0 -1 1077944384 13484 0 0 0 146 3 0 0 20 0 28 0 510981349 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706841004784 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31456] ppid=31436 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/31438/task/31456/stat : 31456 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510981349 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706839951712 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31457] ppid=31436 vsize=28768336 memory=1452 CPUtime=0.09 cores=0-7
/proc/31438/task/31457/stat : 31457 (java) S 31436 31436 23783 0 -1 1077944384 1841 0 0 0 3 6 0 0 20 0 28 0 510981349 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706838898992 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31458] ppid=31436 vsize=28768336 memory=3624 CPUtime=213.22 cores=0-7
/proc/31438/task/31458/stat : 31458 (java) R 31436 31436 23783 0 -1 4202560 2858 0 0 0 21320 2 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139706832014552 139707509076999 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31459] ppid=31436 vsize=28768336 memory=75352 CPUtime=213.84 cores=0-7
/proc/31438/task/31459/stat : 31459 (java) R 31436 31436 23783 0 -1 4202560 2373 0 0 0 21382 2 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139705972677264 139707506233201 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31460] ppid=31436 vsize=28768336 memory=3624 CPUtime=212.68 cores=0-7
/proc/31438/task/31460/stat : 31460 (java) R 31436 31436 23783 0 -1 4202560 3531 0 0 0 21262 6 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139705971622408 139707514147541 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31461] ppid=31436 vsize=28768336 memory=75352 CPUtime=213.91 cores=0-7
/proc/31438/task/31461/stat : 31461 (java) R 31436 31436 23783 0 -1 4202560 2076 0 0 0 21389 2 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139705970569368 139707514785494 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31462] ppid=31436 vsize=28768336 memory=984 CPUtime=214.12 cores=0-7
/proc/31438/task/31462/stat : 31462 (java) R 31436 31436 23783 0 -1 4202560 2419 0 0 0 21408 4 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139705969516880 139707514785191 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31463] ppid=31436 vsize=28768336 memory=2020 CPUtime=211.93 cores=0-7
/proc/31438/task/31463/stat : 31463 (java) R 31436 31436 23783 0 -1 4202560 26216 0 0 0 21135 58 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139705968464104 139707507046852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31464] ppid=31436 vsize=28768336 memory=6791534058613427641 CPUtime=213.55 cores=0-7
/proc/31438/task/31464/stat : 31464 (java) R 31436 31436 23783 0 -1 4202560 2791 0 0 0 21352 3 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139705967410920 139707514785646 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31465] ppid=31436 vsize=28768336 memory=1964 CPUtime=213.35 cores=0-7
/proc/31438/task/31465/stat : 31465 (java) R 31436 31436 23783 0 -1 4202560 2241 0 0 0 21333 2 0 0 20 0 28 0 510981959 29458776064 831742 33554432000 4194304 4196468 140731853828016 139705966358120 139707507046740 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
Current children cumulated CPU time: 1746.14 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3328420 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.04 8.12 8.05 9/220 31486
/proc/meminfo: memFree=22140264/32770688 swapFree=66927640/67108860
[pid=31436] ppid=31433 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31436/stat : 31436 (xcsp3-exec) S 31433 31436 23783 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 510981342 115843072 363 33554432000 4194304 5098028 140735299000992 140735298999096 139880408932988 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 21504000 140735299007355 140735299007598 140735299007598 140735299010506 0
/proc/31436/statm: 28282 363 304 221 0 87 0
[pid=31438] ppid=31436 vsize=28768336 memory=3341420 CPUtime=1983.11 cores=0-7
/proc/31438/stat : 31438 (java) S 31436 31436 23783 0 -1 1077944320 161223 0 0 0 198036 275 0 0 20 0 28 0 510981342 29458776064 835355 33554432000 4194304 4196468 140731853828016 140731853810560 139707867021047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
/proc/31438/statm: 7192084 835355 3554 1 0 7153184 0
[pid=31438/tid=31439] ppid=31436 vsize=28768336 memory=6791534058613427641 CPUtime=5.46 cores=0-7
/proc/31438/task/31439/stat : 31439 (java) S 31436 31436 23783 0 -1 1077944384 12773 0 0 0 534 12 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707871261824 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31440] ppid=31436 vsize=28768336 memory=4872558044660077418 CPUtime=1.34 cores=0-7
/proc/31438/task/31440/stat : 31440 (java) S 31436 31436 23783 0 -1 1077944384 1309 0 0 0 117 17 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707838863760 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31441] ppid=31436 vsize=28768336 memory=38440 CPUtime=1.37 cores=0-7
/proc/31438/task/31441/stat : 31441 (java) S 31436 31436 23783 0 -1 1077944384 1425 0 0 0 119 18 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707417135376 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31442] ppid=31436 vsize=28768336 memory=2120 CPUtime=1.3 cores=0-7
/proc/31438/task/31442/stat : 31442 (java) S 31436 31436 23783 0 -1 1077944384 1227 0 0 0 112 18 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707416083088 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31443] ppid=31436 vsize=28768336 memory=496 CPUtime=1.3 cores=0-7
/proc/31438/task/31443/stat : 31443 (java) S 31436 31436 23783 0 -1 1077944384 2650 0 0 0 112 18 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707415030288 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31444] ppid=31436 vsize=28768336 memory=1560 CPUtime=1.34 cores=0-7
/proc/31438/task/31444/stat : 31444 (java) S 31436 31436 23783 0 -1 1077944384 2160 0 0 0 114 20 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707413978000 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31445] ppid=31436 vsize=28768336 memory=928 CPUtime=1.38 cores=0-7
/proc/31438/task/31445/stat : 31445 (java) S 31436 31436 23783 0 -1 1077944384 2117 0 0 0 119 19 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707412925200 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31446] ppid=31436 vsize=28768336 memory=1724 CPUtime=1.36 cores=0-7
/proc/31438/task/31446/stat : 31446 (java) S 31436 31436 23783 0 -1 1077944384 2173 0 0 0 119 17 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707411872912 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31447] ppid=31436 vsize=28768336 memory=1964 CPUtime=1.31 cores=0-7
/proc/31438/task/31447/stat : 31447 (java) S 31436 31436 23783 0 -1 1077944384 1003 0 0 0 112 19 0 0 20 0 28 0 510981343 29458776064 835355 33554432000 4194304 4196468 140731853828016 139707410820112 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31448] ppid=31436 vsize=28768336 memory=2776 CPUtime=0.28 cores=0-7
/proc/31438/task/31448/stat : 31448 (java) S 31436 31436 23783 0 -1 1077944384 7168 0 0 0 27 1 0 0 20 0 28 0 510981345 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706848372848 139707867032194 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31449] ppid=31436 vsize=28768336 memory=924 CPUtime=0 cores=0-7
/proc/31438/task/31449/stat : 31449 (java) S 31436 31436 23783 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 510981346 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706847318880 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31450] ppid=31436 vsize=28768336 memory=1444 CPUtime=0 cores=0-7
/proc/31438/task/31450/stat : 31450 (java) S 31436 31436 23783 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 510981346 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706846266496 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31451] ppid=31436 vsize=28768336 memory=1764 CPUtime=0 cores=0-7
/proc/31438/task/31451/stat : 31451 (java) S 31436 31436 23783 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 510981349 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706845214800 139707867039643 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31452] ppid=31436 vsize=28768336 memory=3326968 CPUtime=7.61 cores=0-7
/proc/31438/task/31452/stat : 31452 (java) S 31436 31436 23783 0 -1 1077944384 22022 0 0 0 757 4 0 0 20 0 28 0 510981349 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706844162672 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31453] ppid=31436 vsize=28768336 memory=6791534058613427641 CPUtime=7.08 cores=0-7
/proc/31438/task/31453/stat : 31453 (java) S 31436 31436 23783 0 -1 1077944384 19883 0 0 0 705 3 0 0 20 0 28 0 510981349 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706843109872 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31454] ppid=31436 vsize=28768336 memory=7522542320619902317 CPUtime=6.72 cores=0-7
/proc/31438/task/31454/stat : 31454 (java) S 31436 31436 23783 0 -1 1077944384 19573 0 0 0 668 4 0 0 20 0 28 0 510981349 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706842057584 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31455] ppid=31436 vsize=28768336 memory=7309450412901625192 CPUtime=1.51 cores=0-7
/proc/31438/task/31455/stat : 31455 (java) S 31436 31436 23783 0 -1 1077944384 14239 0 0 0 147 4 0 0 20 0 28 0 510981349 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706841004784 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31456] ppid=31436 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/31438/task/31456/stat : 31456 (java) S 31436 31436 23783 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 510981349 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706839951712 139707867031253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31457] ppid=31436 vsize=28768336 memory=3326968 CPUtime=0.1 cores=0-7
/proc/31438/task/31457/stat : 31457 (java) S 31436 31436 23783 0 -1 1077944384 1847 0 0 0 3 7 0 0 20 0 28 0 510981349 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706838898992 139707867032194 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 20 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31458] ppid=31436 vsize=28768336 memory=3693623862922404969 CPUtime=242.91 cores=0-7
/proc/31438/task/31458/stat : 31458 (java) R 31436 31436 23783 0 -1 4202560 2896 0 0 0 24289 2 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139706832014288 139707504149396 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31459] ppid=31436 vsize=28768336 memory=3693623862922404969 CPUtime=243.53 cores=0-7
/proc/31438/task/31459/stat : 31459 (java) R 31436 31436 23783 0 -1 4202560 2432 0 0 0 24351 2 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139705972677376 139707510218156 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31460] ppid=31436 vsize=28768336 memory=3693623862922404969 CPUtime=242.37 cores=0-7
/proc/31438/task/31460/stat : 31460 (java) R 31436 31436 23783 0 -1 4202560 3566 0 0 0 24231 6 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139705971621856 139707514147541 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31461] ppid=31436 vsize=28768336 memory=3693623862922404969 CPUtime=243.6 cores=0-7
/proc/31438/task/31461/stat : 31461 (java) R 31436 31436 23783 0 -1 4202560 2096 0 0 0 24358 2 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139705970569368 139707514785494 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31462] ppid=31436 vsize=28768336 memory=1712 CPUtime=243.81 cores=0-7
/proc/31438/task/31462/stat : 31462 (java) R 31436 31436 23783 0 -1 4202560 2487 0 0 0 24377 4 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139705969516880 139707510218124 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31463] ppid=31436 vsize=28768336 memory=6056 CPUtime=241.61 cores=0-7
/proc/31438/task/31463/stat : 31463 (java) R 31436 31436 23783 0 -1 4202560 29582 0 0 0 24091 70 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139705968464256 139707509077326 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31464] ppid=31436 vsize=28768336 memory=3668 CPUtime=243.23 cores=0-7
/proc/31438/task/31464/stat : 31464 (java) R 31436 31436 23783 0 -1 4202560 2928 0 0 0 24320 3 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139705967411032 139707504148932 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
[pid=31438/tid=31465] ppid=31436 vsize=28768336 memory=1056 CPUtime=242.37 cores=0-7
/proc/31438/task/31465/stat : 31465 (java) R 31436 31436 23783 0 -1 4202560 2297 0 0 0 24235 2 0 0 20 0 28 0 510981959 29458776064 835355 33554432000 4194304 4196468 140731853828016 139705966358120 139707505337530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12652544 140731853829104 140731853829275 140731853829275 140731853832143 0
Current children cumulated CPU time: 1983.11 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 3342872 KiB

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

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

[startup+252.13 s]
# the end of solver process 31438 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1981.07 s, system=2.79013 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.13
CPU time (s): 1983.86
CPU user time (s): 1981.07
CPU system time (s): 2.79013
CPU usage (%): 786.839
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 3342872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1981.07
system time used= 2.79013
maximum resident set size= 3341852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162324
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12665
involuntary context switches= 23984


# summary of solver processes directly reported to runsolver:
#   pid: 31436,31438
#   total CPU time (s): 1983.86
#   total CPU user time (s): 1981.07
#   total CPU system time (s): 2.79013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.02073 second user time and 3.59681 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 02:49:33
IDJOB=4407504
IDBENCH=141053
IDSOLVER=2872
FILE ID=node120/4407504-1569349752
RUNJOBID= node120-1324850400-23810
PBS_JOBID= 21705064
Free space on /tmp= 23412 MiB

SOLVER NAME= choco-solver 2019-09-24 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-4407504-1569349752/watcher-4407504-1569349752 -o /tmp/evaluation-result-4407504-1569349752/solver-4407504-1569349752 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324850400-23810 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1693300940 HOME/instance-4407504-1569349752.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=1693300940

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25473856 kB
MemAvailable:   31776112 kB
Buffers:          111396 kB
Cached:          6466840 kB
SwapCached:        68820 kB
Active:          3252868 kB
Inactive:        3398424 kB
Active(anon):       3804 kB
Inactive(anon):   133816 kB
Active(file):    3249064 kB
Inactive(file):  3264608 kB
Unevictable:      107952 kB
Mlocked:          107952 kB
SwapTotal:      67108860 kB
SwapFree:       66927640 kB
Dirty:             26520 kB
Writeback:             0 kB
AnonPages:        125304 kB
Mapped:            63408 kB
Shmem:             55948 kB
Slab:             238564 kB
SReclaimable:     208836 kB
SUnreclaim:        29728 kB
KernelStack:        3744 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     531464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23384 MiB
End job on node120 at 2011-12-26 02:53:45