Trace number 4297535

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b par (e747e1e)? (TO) 20062 2520.12

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of 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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297535-1532692477.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297535-1532692477.xml, -tl, 20160s, -p, 8]
0.11/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
22.71/5.42	c solve instance...
20061.25/2520.08	s UNKNOWN
20061.25/2520.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: 16374 MiB (8460 MiB free)
  memory of node 1: 16384 MiB (11554 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297535-1532692477/watcher-4297535-1532692477 -o /tmp/evaluation-result-4297535-1532692477/solver-4297535-1532692477 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532687379-19294 --watchdog 2580 HOME/xcsp3-exec -seed 86963022 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297535-1532692477.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
Current StackSize limit: 8192 KiB

solver pid=19967, runsolver pid=19964

[startup+0.100156 s]*
/proc/loadavg: 7.45 8.02 8.20 2/200 19989
/proc/meminfo: memFree=20480068/32770624 swapFree=67108860/67108860
[pid=19967] ppid=19964 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19967/stat : 19967 (xcsp3-exec) S 19964 19967 19267 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86810895 115843072 363 33554432000 4194304 5098028 140727418847328 140727418845432 140575048995452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140727418856503 140727418856704 140727418856704 140727418859466 0
/proc/19967/statm: 28282 363 305 221 0 87 0
[pid=19969] ppid=19967 vsize=26104152 memory=26940 CPUtime=0.11 cores=0-7
/proc/19969/stat : 19969 (java) S 19967 19967 19267 0 -1 1077944320 5663 0 0 0 10 1 0 0 20 0 20 0 86810896 26730651648 6735 33554432000 4194304 4196468 140725341566784 140725341549328 139811117948663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
/proc/19969/statm: 6526038 6735 3003 1 0 6488315 0
[pid=19969/tid=19970] ppid=19967 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19969/task/19970/stat : 19970 (java) R 19967 19967 19267 0 -1 4202560 3659 0 0 0 8 1 0 0 20 0 20 0 86810896 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811122173968 139811117960598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19971] ppid=19967 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19969/task/19971/stat : 19971 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811070569488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19972] ppid=19967 vsize=26104152 memory=139790536877696 CPUtime=0 cores=0-7
/proc/19969/task/19972/stat : 19972 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811069516944 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19973] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19973/stat : 19973 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811068463888 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19974] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19974/stat : 19974 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811067411344 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19975] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19975/stat : 19975 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811066358288 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19976] ppid=19967 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19969/task/19976/stat : 19976 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811065305744 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19977] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19977/stat : 19977 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811064252688 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19978] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19978/stat : 19978 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 6735 33554432000 4194304 4196468 140725341566784 139811063200144 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19979] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19979/stat : 19979 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810898 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809860033264 139811117959810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19980] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19980/stat : 19980 (java) S 19967 19967 19267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86810899 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809858979488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19981] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19981/stat : 19981 (java) S 19967 19967 19267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86810899 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809857926384 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19982] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19982/stat : 19982 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810901 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809856874960 139811117967259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19983] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19983/stat : 19983 (java) S 19967 19967 19267 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 86810901 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809855822064 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19984] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19984/stat : 19984 (java) S 19967 19967 19267 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 86810901 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809854769520 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19986] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19986/stat : 19986 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810901 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809853716464 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19987] ppid=19967 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/19969/task/19987/stat : 19987 (java) S 19967 19967 19267 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 20 0 86810901 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809852663920 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19988] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19988/stat : 19988 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810902 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809851612128 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19989] ppid=19967 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19969/task/19989/stat : 19989 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810902 26730651648 6735 33554432000 4194304 4196468 140725341566784 139809850559664 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28392 KiB

[startup+0.210497 s]*
/proc/loadavg: 7.45 8.02 8.20 3/200 19989
/proc/meminfo: memFree=20468780/32770624 swapFree=67108860/67108860
[pid=19967] ppid=19964 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19967/stat : 19967 (xcsp3-exec) S 19964 19967 19267 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86810895 115843072 363 33554432000 4194304 5098028 140727418847328 140727418845432 140575048995452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140727418856503 140727418856704 140727418856704 140727418859466 0
/proc/19967/statm: 28282 363 305 221 0 87 0
[pid=19969] ppid=19967 vsize=26104152 memory=39720 CPUtime=0.33 cores=0-7
/proc/19969/stat : 19969 (java) S 19967 19967 19267 0 -1 1077944320 8510 0 0 0 31 2 0 0 20 0 20 0 86810896 26730651648 9930 33554432000 4194304 4196468 140725341566784 140725341549328 139811117948663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
/proc/19969/statm: 6526038 9930 3199 1 0 6488315 0
[pid=19969/tid=19970] ppid=19967 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19969/task/19970/stat : 19970 (java) R 19967 19967 19267 0 -1 4202560 5574 0 0 0 18 1 0 0 20 0 20 0 86810896 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811122183648 139811102029150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19971] ppid=19967 vsize=26104152 memory=330 CPUtime=0 cores=0-7
/proc/19969/task/19971/stat : 19971 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811070569488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19972] ppid=19967 vsize=26104152 memory=139790537453375 CPUtime=0 cores=0-7
/proc/19969/task/19972/stat : 19972 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811069516944 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19973] ppid=19967 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19969/task/19973/stat : 19973 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811068463888 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19974] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19974/stat : 19974 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811067411344 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19975] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19975/stat : 19975 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811066358288 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19976] ppid=19967 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19969/task/19976/stat : 19976 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811065305744 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19977] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19977/stat : 19977 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811064252688 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19978] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19978/stat : 19978 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26730651648 9930 33554432000 4194304 4196468 140725341566784 139811063200144 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19979] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19979/stat : 19979 (java) S 19967 19967 19267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86810898 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809860033264 139811117959810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19980] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19980/stat : 19980 (java) S 19967 19967 19267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86810899 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809858979488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19981] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19981/stat : 19981 (java) S 19967 19967 19267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86810899 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809857926384 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19982] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19982/stat : 19982 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810901 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809856874960 139811117967259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19983] ppid=19967 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/19969/task/19983/stat : 19983 (java) S 19967 19967 19267 0 -1 1077944384 473 0 0 0 1 0 0 0 20 0 20 0 86810901 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809855822064 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19984] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19984/stat : 19984 (java) S 19967 19967 19267 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 20 0 86810901 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809854769520 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19986] ppid=19967 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/19969/task/19986/stat : 19986 (java) S 19967 19967 19267 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 20 0 86810901 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809853716464 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19987] ppid=19967 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/19969/task/19987/stat : 19987 (java) S 19967 19967 19267 0 -1 1077944384 784 0 0 0 7 0 0 0 20 0 20 0 86810901 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809852663920 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19988] ppid=19967 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19988/stat : 19988 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810902 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809851612128 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19989] ppid=19967 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/19969/task/19989/stat : 19989 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810902 26730651648 9930 33554432000 4194304 4196468 140725341566784 139809850559664 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41172 KiB

[startup+0.311407 s]*
/proc/loadavg: 7.45 8.02 8.20 3/200 19989
/proc/meminfo: memFree=20461940/32770624 swapFree=67108860/67108860
[pid=19967] ppid=19964 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19967/stat : 19967 (xcsp3-exec) S 19964 19967 19267 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86810895 115843072 363 33554432000 4194304 5098028 140727418847328 140727418845432 140575048995452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140727418856503 140727418856704 140727418856704 140727418859466 0
/proc/19967/statm: 28282 363 305 221 0 87 0
[pid=19969] ppid=19967 vsize=26108408 memory=46720 CPUtime=0.51 cores=0-7
/proc/19969/stat : 19969 (java) S 19967 19967 19267 0 -1 1077944320 9399 0 0 0 48 3 0 0 20 0 20 0 86810896 26735009792 11680 33554432000 4194304 4196468 140725341566784 140725341549328 139811117948663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
/proc/19969/statm: 6527102 11680 3246 1 0 6488315 0
[pid=19969/tid=19970] ppid=19967 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19969/task/19970/stat : 19970 (java) R 19967 19967 19267 0 -1 4202560 6295 0 0 0 27 2 0 0 20 0 20 0 86810896 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811122185440 139811102029150 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19971] ppid=19967 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19971/stat : 19971 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811070569488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19972] ppid=19967 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19972/stat : 19972 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811069516944 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19973] ppid=19967 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19973/stat : 19973 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811068463888 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19974] ppid=19967 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19974/stat : 19974 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811067411344 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19975] ppid=19967 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/19969/task/19975/stat : 19975 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811066358288 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19976] ppid=19967 vsize=26108408 memory=139790381052847 CPUtime=0 cores=0-7
/proc/19969/task/19976/stat : 19976 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811065305744 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19977] ppid=19967 vsize=26108408 memory=139790381055152 CPUtime=0 cores=0-7
/proc/19969/task/19977/stat : 19977 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811064252688 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19978] ppid=19967 vsize=26108408 memory=139790381057456 CPUtime=0 cores=0-7
/proc/19969/task/19978/stat : 19978 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26735009792 11680 33554432000 4194304 4196468 140725341566784 139811063200144 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19979] ppid=19967 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19979/stat : 19979 (java) S 19967 19967 19267 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86810898 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809860033264 139811117959810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19980] ppid=19967 vsize=26108408 memory=279580762121872 CPUtime=0 cores=0-7
/proc/19969/task/19980/stat : 19980 (java) S 19967 19967 19267 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86810899 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809858979488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19981] ppid=19967 vsize=26108408 memory=279580762128784 CPUtime=0 cores=0-7
/proc/19969/task/19981/stat : 19981 (java) S 19967 19967 19267 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86810899 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809857926384 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19982] ppid=19967 vsize=26108408 memory=279580762070064 CPUtime=0 cores=0-7
/proc/19969/task/19982/stat : 19982 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810901 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809856874960 139811117967259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19983] ppid=19967 vsize=26108408 memory=279580762142608 CPUtime=0.04 cores=0-7
/proc/19969/task/19983/stat : 19983 (java) S 19967 19967 19267 0 -1 1077944384 556 0 0 0 4 0 0 0 20 0 20 0 86810901 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809855822064 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19984] ppid=19967 vsize=26108408 memory=279580762149520 CPUtime=0.01 cores=0-7
/proc/19969/task/19984/stat : 19984 (java) S 19967 19967 19267 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 86810901 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809854769520 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19986] ppid=19967 vsize=26108408 memory=279580762147216 CPUtime=0.02 cores=0-7
/proc/19969/task/19986/stat : 19986 (java) S 19967 19967 19267 0 -1 1077944384 220 0 0 0 2 0 0 0 20 0 20 0 86810901 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809853716464 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19987] ppid=19967 vsize=26108408 memory=279580762163376 CPUtime=0.11 cores=0-7
/proc/19969/task/19987/stat : 19987 (java) S 19967 19967 19267 0 -1 1077944384 852 0 0 0 11 0 0 0 20 0 20 0 86810901 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809852663920 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19988] ppid=19967 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19988/stat : 19988 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810902 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809851612128 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19989] ppid=19967 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/19969/task/19989/stat : 19989 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810902 26735009792 11680 33554432000 4194304 4196468 140725341566784 139809850559664 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48172 KiB

[startup+0.701059 s]
/proc/loadavg: 7.45 8.02 8.20 3/200 19989
/proc/meminfo: memFree=20437764/32770624 swapFree=67108860/67108860
[pid=19967] ppid=19964 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19967/stat : 19967 (xcsp3-exec) S 19964 19967 19267 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86810895 115843072 363 33554432000 4194304 5098028 140727418847328 140727418845432 140575048995452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140727418856503 140727418856704 140727418856704 140727418859466 0
/proc/19967/statm: 28282 363 305 221 0 87 0
[pid=19969] ppid=19967 vsize=26110532 memory=104900 CPUtime=1.94 cores=0-7
/proc/19969/stat : 19969 (java) S 19967 19967 19267 0 -1 1077944320 13716 0 0 0 189 5 0 0 20 0 20 0 86810896 26737184768 26225 33554432000 4194304 4196468 140725341566784 140725341549328 139811117948663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
/proc/19969/statm: 6527633 26225 3356 1 0 6488827 0
[pid=19969/tid=19970] ppid=19967 vsize=26110532 memory=279580762521264 CPUtime=0.67 cores=0-7
/proc/19969/task/19970/stat : 19970 (java) R 19967 19967 19267 0 -1 4202560 6837 0 0 0 65 2 0 0 20 0 20 0 86810896 26737184768 26225 33554432000 4194304 4196468 140725341566784 139811122183696 139810734560096 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19971] ppid=19967 vsize=26110532 memory=139790381261680 CPUtime=0 cores=0-7
/proc/19969/task/19971/stat : 19971 (java) S 19967 19967 19267 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86810897 26737184768 26225 33554432000 4194304 4196468 140725341566784 139811070569488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19972] ppid=19967 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/19969/task/19972/stat : 19972 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86810897 26737184768 26225 33554432000 4194304 4196468 140725341566784 139811069516944 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19973] ppid=19967 vsize=26110532 memory=8536 CPUtime=0 cores=0-7
/proc/19969/task/19973/stat : 19973 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86810897 26737184768 26225 33554432000 4194304 4196468 140725341566784 139811068463888 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0

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

[pid=19969/tid=19997] ppid=19967 vsize=26645092 memory=4136 CPUtime=2418.15 cores=0-7
/proc/19969/task/19997/stat : 19997 (java) R 19967 19967 19267 0 -1 4202560 22836 0 0 0 241798 17 0 0 20 0 28 0 86811442 27284574208 925499 33554432000 4194304 4196468 140725341566784 139809764897096 139810743881092 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
Current children cumulated CPU time: 19441.6 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 3703448 KiB

[startup+2502.3 s]
/proc/loadavg: 8.50 8.37 8.35 9/207 20078
/proc/meminfo: memFree=16805268/32770624 swapFree=67108860/67108860
[pid=19967] ppid=19964 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19967/stat : 19967 (xcsp3-exec) S 19964 19967 19267 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86810895 115843072 363 33554432000 4194304 5098028 140727418847328 140727418845432 140575048995452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140727418856503 140727418856704 140727418856704 140727418859466 0
/proc/19967/statm: 28282 363 305 221 0 87 0
[pid=19969] ppid=19967 vsize=26645092 memory=3695840 CPUtime=19920.1 cores=0-7
/proc/19969/stat : 19969 (java) S 19967 19967 19267 0 -1 1077944320 702912 0 0 0 1991366 646 0 0 20 0 28 0 86810896 27284574208 923960 33554432000 4194304 4196468 140725341566784 140725341549328 139811117948663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
/proc/19969/statm: 6661273 923960 3465 1 0 6622467 0
[pid=19969/tid=19970] ppid=19967 vsize=26645092 memory=1452 CPUtime=4.9 cores=0-7
/proc/19969/task/19970/stat : 19970 (java) S 19967 19967 19267 0 -1 1077944384 10025 0 0 0 480 10 0 0 20 0 28 0 86810896 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811122189440 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19971] ppid=19967 vsize=26645092 memory=0 CPUtime=9.13 cores=0-7
/proc/19969/task/19971/stat : 19971 (java) S 19967 19967 19267 0 -1 1077944384 21595 0 0 0 884 29 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811070569488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19972] ppid=19967 vsize=26645092 memory=0 CPUtime=9.07 cores=0-7
/proc/19969/task/19972/stat : 19972 (java) S 19967 19967 19267 0 -1 1077944384 21193 0 0 0 879 28 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811069516944 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19973] ppid=19967 vsize=26645092 memory=3696868 CPUtime=9.04 cores=0-7
/proc/19969/task/19973/stat : 19973 (java) S 19967 19967 19267 0 -1 1077944384 20926 0 0 0 877 27 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811068463888 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19974] ppid=19967 vsize=26645092 memory=1452 CPUtime=9.06 cores=0-7
/proc/19969/task/19974/stat : 19974 (java) S 19967 19967 19267 0 -1 1077944384 23381 0 0 0 874 32 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811067411344 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19975] ppid=19967 vsize=26645092 memory=1232 CPUtime=9.15 cores=0-7
/proc/19969/task/19975/stat : 19975 (java) S 19967 19967 19267 0 -1 1077944384 25488 0 0 0 885 30 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811066358288 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19976] ppid=19967 vsize=26645092 memory=2344 CPUtime=9.01 cores=0-7
/proc/19969/task/19976/stat : 19976 (java) S 19967 19967 19267 0 -1 1077944384 18410 0 0 0 872 29 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811065305744 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19977] ppid=19967 vsize=26645092 memory=916 CPUtime=9.02 cores=0-7
/proc/19969/task/19977/stat : 19977 (java) S 19967 19967 19267 0 -1 1077944384 21457 0 0 0 872 30 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811064252688 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19978] ppid=19967 vsize=26645092 memory=4156 CPUtime=9.09 cores=0-7
/proc/19969/task/19978/stat : 19978 (java) S 19967 19967 19267 0 -1 1077944384 23319 0 0 0 881 28 0 0 20 0 28 0 86810897 27284574208 923960 33554432000 4194304 4196468 140725341566784 139811063200144 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19979] ppid=19967 vsize=26645092 memory=928 CPUtime=1.46 cores=0-7
/proc/19969/task/19979/stat : 19979 (java) S 19967 19967 19267 0 -1 1077944384 56310 0 0 0 119 27 0 0 20 0 28 0 86810898 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809860033264 139811117959810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19980] ppid=19967 vsize=26645092 memory=1580 CPUtime=0 cores=0-7
/proc/19969/task/19980/stat : 19980 (java) S 19967 19967 19267 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 86810899 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809858979552 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19981] ppid=19967 vsize=26645092 memory=3697892 CPUtime=0 cores=0-7
/proc/19969/task/19981/stat : 19981 (java) S 19967 19967 19267 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 86810899 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809857926400 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19982] ppid=19967 vsize=26645092 memory=56 CPUtime=0 cores=0-7
/proc/19969/task/19982/stat : 19982 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86810901 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809856874960 139811117967259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19983] ppid=19967 vsize=26645092 memory=3697892 CPUtime=7.16 cores=0-7
/proc/19969/task/19983/stat : 19983 (java) S 19967 19967 19267 0 -1 1077944384 36716 0 0 0 711 5 0 0 20 0 28 0 86810901 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809855822064 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19984] ppid=19967 vsize=26645092 memory=3698920 CPUtime=7.26 cores=0-7
/proc/19969/task/19984/stat : 19984 (java) S 19967 19967 19267 0 -1 1077944384 31706 0 0 0 721 5 0 0 20 0 28 0 86810901 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809854769520 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19986] ppid=19967 vsize=26645092 memory=1452 CPUtime=7.46 cores=0-7
/proc/19969/task/19986/stat : 19986 (java) S 19967 19967 19267 0 -1 1077944384 32099 0 0 0 739 7 0 0 20 0 28 0 86810901 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809853716464 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19987] ppid=19967 vsize=26645092 memory=1452 CPUtime=1.35 cores=0-7
/proc/19969/task/19987/stat : 19987 (java) S 19967 19967 19267 0 -1 1077944384 24673 0 0 0 130 5 0 0 20 0 28 0 86810901 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809852663920 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19988] ppid=19967 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/19969/task/19988/stat : 19988 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86810902 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809851612128 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19989] ppid=19967 vsize=26645092 memory=3696868 CPUtime=1 cores=0-7
/proc/19969/task/19989/stat : 19989 (java) S 19967 19967 19267 0 -1 1077944384 5332 0 0 0 12 88 0 0 20 0 28 0 86810902 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809850559664 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19990] ppid=19967 vsize=26645092 memory=1452 CPUtime=2479.65 cores=0-7
/proc/19969/task/19990/stat : 19990 (java) R 19967 19967 19267 0 -1 4202560 23081 0 0 0 247940 25 0 0 20 0 28 0 86811441 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809843870840 139810744602047 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19991] ppid=19967 vsize=26645092 memory=1452 CPUtime=2479.66 cores=0-7
/proc/19969/task/19991/stat : 19991 (java) R 19967 19967 19267 0 -1 4202560 25523 0 0 0 247946 20 0 0 20 0 28 0 86811441 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809771212992 139810740066878 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19992] ppid=19967 vsize=26645092 memory=1452 CPUtime=2481.58 cores=0-7
/proc/19969/task/19992/stat : 19992 (java) R 19967 19967 19267 0 -1 4202560 34253 0 0 0 248119 39 0 0 20 0 28 0 86811441 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809770159960 139810744071823 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19993] ppid=19967 vsize=26645092 memory=4136 CPUtime=2478.13 cores=0-7
/proc/19969/task/19993/stat : 19993 (java) R 19967 19967 19267 0 -1 4202560 33802 0 0 0 247775 38 0 0 20 0 28 0 86811441 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809769107368 139810739069696 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19994] ppid=19967 vsize=26645092 memory=3696868 CPUtime=2469.23 cores=0-7
/proc/19969/task/19994/stat : 19994 (java) R 19967 19967 19267 0 -1 4202560 136096 0 0 0 246759 164 0 0 20 0 28 0 86811441 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809768057264 139810733188568 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19995] ppid=19967 vsize=26645092 memory=1452 CPUtime=2474.3 cores=0-7
/proc/19969/task/19995/stat : 19995 (java) R 19967 19967 19267 0 -1 4202560 28452 0 0 0 247404 26 0 0 20 0 28 0 86811441 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809767002008 139810736268428 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19996] ppid=19967 vsize=26645092 memory=3696868 CPUtime=2476.16 cores=0-7
/proc/19969/task/19996/stat : 19996 (java) R 19967 19967 19267 0 -1 4202560 24795 0 0 0 247593 23 0 0 20 0 28 0 86811441 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809765949392 139810744191682 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19997] ppid=19967 vsize=26645092 memory=-8253362762722141311 CPUtime=2478.03 cores=0-7
/proc/19969/task/19997/stat : 19997 (java) R 19967 19967 19267 0 -1 4202560 22918 0 0 0 247786 17 0 0 20 0 28 0 86811442 27284574208 923960 33554432000 4194304 4196468 140725341566784 139809764897384 139810744709149 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
Current children cumulated CPU time: 19920.1 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 3697292 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.55 8.39 8.36 9/207 20078
/proc/meminfo: memFree=16806532/32770624 swapFree=67108860/67108860
[pid=19967] ppid=19964 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/19967/stat : 19967 (xcsp3-exec) S 19964 19967 19267 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86810895 115843072 363 33554432000 4194304 5098028 140727418847328 140727418845432 140575048995452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22695936 140727418856503 140727418856704 140727418856704 140727418859466 0
/proc/19967/statm: 28282 363 305 221 0 87 0
[pid=19969] ppid=19967 vsize=26645092 memory=3694816 CPUtime=20061.2 cores=0-7
/proc/19969/stat : 19969 (java) S 19967 19967 19267 0 -1 1077944320 705264 0 0 0 2005478 647 0 0 20 0 28 0 86810896 27284574208 923704 33554432000 4194304 4196468 140725341566784 140725341549328 139811117948663 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
/proc/19969/statm: 6661273 923704 3465 1 0 6622467 0
[pid=19969/tid=19970] ppid=19967 vsize=26645092 memory=6791534058613427641 CPUtime=4.9 cores=0-7
/proc/19969/task/19970/stat : 19970 (java) S 19967 19967 19267 0 -1 1077944384 10025 0 0 0 480 10 0 0 20 0 28 0 86810896 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811122189440 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19971] ppid=19967 vsize=26645092 memory=4872558044660077418 CPUtime=9.15 cores=0-7
/proc/19969/task/19971/stat : 19971 (java) S 19967 19967 19267 0 -1 1077944384 21613 0 0 0 886 29 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811070569488 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19972] ppid=19967 vsize=26645092 memory=1728 CPUtime=9.09 cores=0-7
/proc/19969/task/19972/stat : 19972 (java) S 19967 19967 19267 0 -1 1077944384 21306 0 0 0 881 28 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811069516944 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19973] ppid=19967 vsize=26645092 memory=796 CPUtime=9.06 cores=0-7
/proc/19969/task/19973/stat : 19973 (java) S 19967 19967 19267 0 -1 1077944384 21059 0 0 0 879 27 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811068463888 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 8 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19974] ppid=19967 vsize=26645092 memory=1012 CPUtime=9.08 cores=0-7
/proc/19969/task/19974/stat : 19974 (java) S 19967 19967 19267 0 -1 1077944384 23400 0 0 0 876 32 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811067411344 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19975] ppid=19967 vsize=26645092 memory=1228 CPUtime=9.17 cores=0-7
/proc/19969/task/19975/stat : 19975 (java) S 19967 19967 19267 0 -1 1077944384 25558 0 0 0 887 30 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811066358288 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19976] ppid=19967 vsize=26645092 memory=1712 CPUtime=9.03 cores=0-7
/proc/19969/task/19976/stat : 19976 (java) S 19967 19967 19267 0 -1 1077944384 18420 0 0 0 874 29 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811065305744 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19977] ppid=19967 vsize=26645092 memory=1452 CPUtime=9.04 cores=0-7
/proc/19969/task/19977/stat : 19977 (java) S 19967 19967 19267 0 -1 1077944384 22014 0 0 0 874 30 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811064252688 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19978] ppid=19967 vsize=26645092 memory=3695840 CPUtime=9.11 cores=0-7
/proc/19969/task/19978/stat : 19978 (java) S 19967 19967 19267 0 -1 1077944384 23325 0 0 0 883 28 0 0 20 0 28 0 86810897 27284574208 923704 33554432000 4194304 4196468 140725341566784 139811063200144 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19979] ppid=19967 vsize=26645092 memory=0 CPUtime=1.46 cores=0-7
/proc/19969/task/19979/stat : 19979 (java) S 19967 19967 19267 0 -1 1077944384 56568 0 0 0 119 27 0 0 20 0 28 0 86810898 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809860033264 139811117959810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19980] ppid=19967 vsize=26645092 memory=9051559689797206189 CPUtime=0 cores=0-7
/proc/19969/task/19980/stat : 19980 (java) S 19967 19967 19267 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 86810899 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809858979552 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19981] ppid=19967 vsize=26645092 memory=9198851636692493723 CPUtime=0 cores=0-7
/proc/19969/task/19981/stat : 19981 (java) S 19967 19967 19267 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 28 0 86810899 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809857926400 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19982] ppid=19967 vsize=26645092 memory=-1161699032756226647 CPUtime=0 cores=0-7
/proc/19969/task/19982/stat : 19982 (java) S 19967 19967 19267 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86810901 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809856874960 139811117967259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19983] ppid=19967 vsize=26645092 memory=-2127763195573919624 CPUtime=7.16 cores=0-7
/proc/19969/task/19983/stat : 19983 (java) S 19967 19967 19267 0 -1 1077944384 36718 0 0 0 711 5 0 0 20 0 28 0 86810901 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809855822064 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19984] ppid=19967 vsize=26645092 memory=-2746958450906831424 CPUtime=7.26 cores=0-7
/proc/19969/task/19984/stat : 19984 (java) S 19967 19967 19267 0 -1 1077944384 31708 0 0 0 721 5 0 0 20 0 28 0 86810901 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809854769520 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19986] ppid=19967 vsize=26645092 memory=-3472574513799858009 CPUtime=7.46 cores=0-7
/proc/19969/task/19986/stat : 19986 (java) S 19967 19967 19267 0 -1 1077944384 32102 0 0 0 739 7 0 0 20 0 28 0 86810901 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809853716464 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19987] ppid=19967 vsize=26645092 memory=-6940708413554977122 CPUtime=1.35 cores=0-7
/proc/19969/task/19987/stat : 19987 (java) S 19967 19967 19267 0 -1 1077944384 24675 0 0 0 130 5 0 0 20 0 28 0 86810901 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809852663920 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19988] ppid=19967 vsize=26645092 memory=4947931661869554304 CPUtime=0 cores=0-7
/proc/19969/task/19988/stat : 19988 (java) S 19967 19967 19267 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86810902 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809851612128 139811117958869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19989] ppid=19967 vsize=26645092 memory=-2897801490638248215 CPUtime=1.01 cores=0-7
/proc/19969/task/19989/stat : 19989 (java) S 19967 19967 19267 0 -1 1077944384 5353 0 0 0 12 89 0 0 20 0 28 0 86810902 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809850559664 139811117959810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19990] ppid=19967 vsize=26645092 memory=-3535359994705171298 CPUtime=2497.3 cores=0-7
/proc/19969/task/19990/stat : 19990 (java) R 19967 19967 19267 0 -1 4202560 23211 0 0 0 249705 25 0 0 20 0 28 0 86811441 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809843873312 139810735088960 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19991] ppid=19967 vsize=26645092 memory=-3472574944341025154 CPUtime=2497.29 cores=0-7
/proc/19969/task/19991/stat : 19991 (java) R 19967 19967 19267 0 -1 4202560 25644 0 0 0 249709 20 0 0 20 0 28 0 86811441 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809771213064 139810740003971 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19992] ppid=19967 vsize=26645092 memory=6656426216303648864 CPUtime=2499.26 cores=0-7
/proc/19969/task/19992/stat : 19992 (java) R 19967 19967 19267 0 -1 4202560 34386 0 0 0 249887 39 0 0 20 0 28 0 86811441 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809770160648 139810744191621 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19993] ppid=19967 vsize=26645092 memory=3694816 CPUtime=2495.74 cores=0-7
/proc/19969/task/19993/stat : 19993 (java) R 19967 19967 19267 0 -1 4202560 33928 0 0 0 249536 38 0 0 20 0 28 0 86811441 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809769107296 139810738331037 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19994] ppid=19967 vsize=26645092 memory=15868 CPUtime=2486.87 cores=0-7
/proc/19969/task/19994/stat : 19994 (java) R 19967 19967 19267 0 -1 4202560 136394 0 0 0 248523 164 0 0 20 0 28 0 86811441 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809768054440 139810732853504 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19995] ppid=19967 vsize=26645092 memory=4052 CPUtime=2491.98 cores=0-7
/proc/19969/task/19995/stat : 19995 (java) R 19967 19967 19267 0 -1 4202560 28567 0 0 0 249172 26 0 0 20 0 28 0 86811441 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809767002008 139810736268368 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19996] ppid=19967 vsize=26645092 memory=18252 CPUtime=2493.53 cores=0-7
/proc/19969/task/19996/stat : 19996 (java) R 19967 19967 19267 0 -1 4202560 24922 0 0 0 249330 23 0 0 20 0 28 0 86811441 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809765950360 139810743211034 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
[pid=19969/tid=19997] ppid=19967 vsize=26645092 memory=14752 CPUtime=2495.72 cores=0-7
/proc/19969/task/19997/stat : 19997 (java) R 19967 19967 19267 0 -1 4202560 23006 0 0 0 249555 17 0 0 20 0 28 0 86811442 27284574208 923704 33554432000 4194304 4196468 140725341566784 139809764897384 139810734138460 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 35373056 140725341574273 140725341574445 140725341574445 140725341577167 0
Current children cumulated CPU time: 20061.2 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 3696268 KiB

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

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

[startup+2520.12 s]
# the end of solver process 19969 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20055.5 s, system=6.49205 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.12
CPU time (s): 20062
CPU user time (s): 20055.5
CPU system time (s): 6.49205
CPU usage (%): 796.074
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 4135360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20055.5
system time used= 6.49205
maximum resident set size= 4135876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 706369
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135882
involuntary context switches= 212047


# summary of solver processes directly reported to runsolver:
#   pid: 19967,19969
#   total CPU time (s): 20062
#   total CPU user time (s): 20055.5
#   total CPU system time (s): 6.49205

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4113 second user time and 33.6288 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-27 13:54:37
IDJOB=4297535
IDBENCH=141053
IDSOLVER=2760
FILE ID=node105/4297535-1532692477
RUNJOBID= node105-1532687379-19294
PBS_JOBID= 21022279
Free space on /tmp= 44624 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297535-1532692477/watcher-4297535-1532692477 -o /tmp/evaluation-result-4297535-1532692477/solver-4297535-1532692477 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1532687379-19294 --watchdog 2580  HOME/xcsp3-exec -seed 86963022 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297535-1532692477.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=86963022

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.32
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:        20496000 kB
MemAvailable:   31931696 kB
Buffers:          258160 kB
Cached:         11317584 kB
SwapCached:            0 kB
Active:          2381448 kB
Inactive:        9246168 kB
Active(anon):       6008 kB
Inactive(anon):    73364 kB
Active(file):    2375440 kB
Inactive(file):  9172804 kB
Unevictable:        7296 kB
Mlocked:            7296 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22304 kB
Writeback:             4 kB
AnonPages:         58120 kB
Mapped:            41844 kB
Shmem:             25228 kB
Slab:             343296 kB
SReclaimable:     315912 kB
SUnreclaim:        27384 kB
KernelStack:        3216 kB
PageTables:         4884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44600 MiB
End job on node105 at 2018-07-27 14:36:37