Trace number 4297529

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.7 2520.13

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
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 variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"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-4297529-1532699076.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297529-1532699076.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
32.86/8.09	c solve instance...
20061.85/2520.09	s UNKNOWN
20061.85/2520.09	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (8280 MiB free)
  memory of node 1: 16384 MiB (14843 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297529-1532699076/watcher-4297529-1532699076 -o /tmp/evaluation-result-4297529-1532699076/solver-4297529-1532699076 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532696547-11582 --watchdog 2580 HOME/xcsp3-exec -seed 1481516963 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297529-1532699076.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11987, runsolver pid=11984
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 8.26 8.69 8.70 2/200 12008
/proc/meminfo: memFree=23662976/32770624 swapFree=67108404/67108860
[pid=11987] ppid=11984 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11987/stat : 11987 (xcsp3-exec) S 11984 11987 11555 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87470747 115843072 363 33554432000 4194304 5098028 140731522644928 140731522643032 140222236803708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22081536 140731522647093 140731522647296 140731522647296 140731522650058 0
/proc/11987/statm: 28282 363 306 221 0 87 0
[pid=11989] ppid=11987 vsize=26104152 memory=27468 CPUtime=0.11 cores=0-7
/proc/11989/stat : 11989 (java) S 11987 11987 11555 0 -1 1077944320 5796 0 0 0 10 1 0 0 20 0 20 0 87470747 26730651648 6867 33554432000 4194304 4196468 140725543885680 140725543868224 139733911879415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
/proc/11989/statm: 6526038 6867 3005 1 0 6488315 0
[pid=11989/tid=11990] ppid=11987 vsize=26104152 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11989/task/11990/stat : 11990 (java) R 11987 11987 11555 0 -1 4202560 3808 0 0 0 8 0 0 0 20 0 20 0 87470747 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733916100224 139733895923045 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11991] ppid=11987 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11989/task/11991/stat : 11991 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733877160464 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11992] ppid=11987 vsize=26104152 memory=139814646179456 CPUtime=0 cores=0-7
/proc/11989/task/11992/stat : 11992 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733468760720 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11993] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11993/stat : 11993 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733467707664 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11994] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11994/stat : 11994 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733466655120 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11995] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11995/stat : 11995 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733465603088 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11996] ppid=11987 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11989/task/11996/stat : 11996 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733464550544 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11997] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11997/stat : 11997 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733463497488 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11998] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11998/stat : 11998 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733462444944 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11999] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11999/stat : 11999 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470749 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733039216880 139733911890562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12000] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12000/stat : 12000 (java) S 11987 11987 11555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87470750 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733038163104 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12001] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12001/stat : 12001 (java) S 11987 11987 11555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87470750 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733037110000 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12002] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12002/stat : 12002 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733036058576 139733911898011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12003] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12003/stat : 12003 (java) S 11987 11987 11555 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733035006704 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12004] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12004/stat : 12004 (java) S 11987 11987 11555 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733033954160 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12005] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12005/stat : 12005 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733032901104 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12006] ppid=11987 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/11989/task/12006/stat : 12006 (java) S 11987 11987 11555 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 87470753 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733031848560 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12007] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12007/stat : 12007 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733030795744 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12008] ppid=11987 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11989/task/12008/stat : 12008 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 6867 33554432000 4194304 4196468 140725543885680 139733029743280 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28920 KiB

[startup+0.209895 s]*
/proc/loadavg: 8.26 8.69 8.70 3/200 12008
/proc/meminfo: memFree=23651160/32770624 swapFree=67108404/67108860
[pid=11987] ppid=11984 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11987/stat : 11987 (xcsp3-exec) S 11984 11987 11555 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87470747 115843072 363 33554432000 4194304 5098028 140731522644928 140731522643032 140222236803708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22081536 140731522647093 140731522647296 140731522647296 140731522650058 0
/proc/11987/statm: 28282 363 306 221 0 87 0
[pid=11989] ppid=11987 vsize=26104152 memory=39760 CPUtime=0.33 cores=0-7
/proc/11989/stat : 11989 (java) S 11987 11987 11555 0 -1 1077944320 8510 0 0 0 31 2 0 0 20 0 20 0 87470747 26730651648 9940 33554432000 4194304 4196468 140725543885680 140725543868224 139733911879415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
/proc/11989/statm: 6526038 9940 3215 1 0 6488315 0
[pid=11989/tid=11990] ppid=11987 vsize=26104152 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/11989/task/11990/stat : 11990 (java) R 11987 11987 11555 0 -1 4202560 5630 0 0 0 19 1 0 0 20 0 20 0 87470747 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733916116464 139733895959902 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11991] ppid=11987 vsize=26104152 memory=331 CPUtime=0 cores=0-7
/proc/11989/task/11991/stat : 11991 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733877160464 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11992] ppid=11987 vsize=26104152 memory=288370190797891200 CPUtime=0 cores=0-7
/proc/11989/task/11992/stat : 11992 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733468760720 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11993] ppid=11987 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11989/task/11993/stat : 11993 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733467707664 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11994] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11994/stat : 11994 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733466655120 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11995] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11995/stat : 11995 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733465603088 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11996] ppid=11987 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11989/task/11996/stat : 11996 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733464550544 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11997] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11997/stat : 11997 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733463497488 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11998] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11998/stat : 11998 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733462444944 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11999] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11999/stat : 11999 (java) R 11987 11987 11555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 87470749 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733039216880 139733911890562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12000] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12000/stat : 12000 (java) S 11987 11987 11555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87470750 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733038163104 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12001] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12001/stat : 12001 (java) S 11987 11987 11555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87470750 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733037110000 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12002] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12002/stat : 12002 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733036058576 139733911898011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12003] ppid=11987 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/11989/task/12003/stat : 12003 (java) S 11987 11987 11555 0 -1 1077944384 492 0 0 0 1 0 0 0 20 0 20 0 87470753 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733035006704 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12004] ppid=11987 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/11989/task/12004/stat : 12004 (java) S 11987 11987 11555 0 -1 1077944384 267 0 0 0 2 0 0 0 20 0 20 0 87470753 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733033954160 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12005] ppid=11987 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11989/task/12005/stat : 12005 (java) S 11987 11987 11555 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733032901104 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12006] ppid=11987 vsize=26104152 memory=-1 CPUtime=0.07 cores=0-7
/proc/11989/task/12006/stat : 12006 (java) S 11987 11987 11555 0 -1 1077944384 784 0 0 0 7 0 0 0 20 0 20 0 87470753 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733031848560 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12007] ppid=11987 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12007/stat : 12007 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733030795744 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12008] ppid=11987 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/11989/task/12008/stat : 12008 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470753 26730651648 9940 33554432000 4194304 4196468 140725543885680 139733029743280 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41212 KiB

[startup+0.309717 s]*
/proc/loadavg: 8.26 8.69 8.70 4/200 12008
/proc/meminfo: memFree=23646576/32770624 swapFree=67108404/67108860
[pid=11987] ppid=11984 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11987/stat : 11987 (xcsp3-exec) S 11984 11987 11555 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87470747 115843072 363 33554432000 4194304 5098028 140731522644928 140731522643032 140222236803708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22081536 140731522647093 140731522647296 140731522647296 140731522650058 0
/proc/11987/statm: 28282 363 306 221 0 87 0
[pid=11989] ppid=11987 vsize=26108408 memory=46304 CPUtime=0.52 cores=0-7
/proc/11989/stat : 11989 (java) S 11987 11987 11555 0 -1 1077944320 9344 0 0 0 48 4 0 0 20 0 20 0 87470747 26735009792 11576 33554432000 4194304 4196468 140725543885680 140725543868224 139733911879415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
/proc/11989/statm: 6527102 11576 3260 1 0 6488315 0
[pid=11989/tid=11990] ppid=11987 vsize=26108408 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/11989/task/11990/stat : 11990 (java) R 11987 11987 11555 0 -1 4202560 6303 0 0 0 27 1 0 0 20 0 20 0 87470747 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733916110528 139733895959902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11991] ppid=11987 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11991/stat : 11991 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733877160464 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11992] ppid=11987 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11992/stat : 11992 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733468760720 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11993] ppid=11987 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11993/stat : 11993 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733467707664 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11994] ppid=11987 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11994/stat : 11994 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733466655120 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11995] ppid=11987 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/11989/task/11995/stat : 11995 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733465603088 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11996] ppid=11987 vsize=26108408 memory=139814540243887 CPUtime=0 cores=0-7
/proc/11989/task/11996/stat : 11996 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733464550544 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11997] ppid=11987 vsize=26108408 memory=139814540246192 CPUtime=0 cores=0-7
/proc/11989/task/11997/stat : 11997 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733463497488 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11998] ppid=11987 vsize=26108408 memory=139814540248496 CPUtime=0 cores=0-7
/proc/11989/task/11998/stat : 11998 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733462444944 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11999] ppid=11987 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11999/stat : 11999 (java) S 11987 11987 11555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 87470749 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733039216880 139733911890562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12000] ppid=11987 vsize=26108408 memory=279629080503952 CPUtime=0 cores=0-7
/proc/11989/task/12000/stat : 12000 (java) S 11987 11987 11555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 87470750 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733038163104 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12001] ppid=11987 vsize=26108408 memory=279629080510864 CPUtime=0 cores=0-7
/proc/11989/task/12001/stat : 12001 (java) S 11987 11987 11555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 87470750 26735009792 11576 33554432000 4194304 4196468 140725543885680 139733037110000 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12002] ppid=11987 vsize=26108408 memory=279629080452144 CPUtime=0 cores=0-7
/proc/11989/task/12002/stat : 12002 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470753 26735009792 11632 33554432000 4194304 4196468 140725543885680 139733036058576 139733911898011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12003] ppid=11987 vsize=26108408 memory=279629080524688 CPUtime=0.02 cores=0-7
/proc/11989/task/12003/stat : 12003 (java) S 11987 11987 11555 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 20 0 87470753 26735009792 11632 33554432000 4194304 4196468 140725543885680 139733035006704 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12004] ppid=11987 vsize=26108408 memory=279629080531600 CPUtime=0.04 cores=0-7
/proc/11989/task/12004/stat : 12004 (java) R 11987 11987 11555 0 -1 4202560 357 0 0 0 4 0 0 0 20 0 20 0 87470753 26735009792 11632 33554432000 4194304 4196468 140725543885680 139733033945504 139733891126508 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12005] ppid=11987 vsize=26108408 memory=279629080529296 CPUtime=0.01 cores=0-7
/proc/11989/task/12005/stat : 12005 (java) S 11987 11987 11555 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 87470753 26735009792 11632 33554432000 4194304 4196468 140725543885680 139733032901104 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12006] ppid=11987 vsize=26108408 memory=279629080545456 CPUtime=0.12 cores=0-7
/proc/11989/task/12006/stat : 12006 (java) S 11987 11987 11555 0 -1 1077944384 853 0 0 0 12 0 0 0 20 0 20 0 87470753 26735009792 11632 33554432000 4194304 4196468 140725543885680 139733031848560 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12007] ppid=11987 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12007/stat : 12007 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 87470753 26735009792 11632 33554432000 4194304 4196468 140725543885680 139733030795744 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12008] ppid=11987 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/11989/task/12008/stat : 12008 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470753 26735009792 11632 33554432000 4194304 4196468 140725543885680 139733029743280 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47756 KiB

[startup+0.700883 s]
/proc/loadavg: 8.26 8.69 8.70 3/200 12008
/proc/meminfo: memFree=23622356/32770624 swapFree=67108404/67108860
[pid=11987] ppid=11984 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11987/stat : 11987 (xcsp3-exec) S 11984 11987 11555 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87470747 115843072 363 33554432000 4194304 5098028 140731522644928 140731522643032 140222236803708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22081536 140731522647093 140731522647296 140731522647296 140731522650058 0
/proc/11987/statm: 28282 363 306 221 0 87 0
[pid=11989] ppid=11987 vsize=26110532 memory=99004 CPUtime=1.96 cores=0-7
/proc/11989/stat : 11989 (java) S 11987 11987 11555 0 -1 1077944320 14842 0 0 0 190 6 0 0 20 0 20 0 87470747 26737184768 24751 33554432000 4194304 4196468 140725543885680 140725543868224 139733911879415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
/proc/11989/statm: 6527633 24751 3358 1 0 6488827 0
[pid=11989/tid=11990] ppid=11987 vsize=26110532 memory=279629080903344 CPUtime=0.67 cores=0-7
/proc/11989/task/11990/stat : 11990 (java) R 11987 11987 11555 0 -1 4202560 6913 0 0 0 65 2 0 0 20 0 20 0 87470747 26737184768 24751 33554432000 4194304 4196468 140725543885680 139733916110928 139733550860807 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11991] ppid=11987 vsize=26110532 memory=139814540452720 CPUtime=0 cores=0-7
/proc/11989/task/11991/stat : 11991 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26737184768 24751 33554432000 4194304 4196468 140725543885680 139733877160464 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11992] ppid=11987 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/11992/stat : 11992 (java) S 11987 11987 11555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 87470748 26737184768 24751 33554432000 4194304 4196468 140725543885680 139733468760720 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11993] ppid=11987 vsize=26110532 memory=1440 CPUtime=0 cores=0-7
/proc/11989/task/11993/stat : 11993 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 87470748 26737184768 24751 33554432000 4194304 4196468 140725543885680 139733467707664 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0

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

[pid=11989/tid=12016] ppid=11987 vsize=26645092 memory=288230574492221466 CPUtime=2417.81 cores=0-7
/proc/11989/task/12016/stat : 12016 (java) R 11987 11987 11555 0 -1 4202560 18017 0 0 0 241759 22 0 0 20 0 28 0 87471560 27284574208 792677 33554432000 4194304 4196468 140725543885680 139733011492824 139733560702062 0 4 0 16800975 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
Current children cumulated CPU time: 19442 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 3172160 KiB

[startup+2502.3 s]
/proc/loadavg: 8.45 8.41 8.36 9/207 12073
/proc/meminfo: memFree=20521156/32770624 swapFree=67108404/67108860
[pid=11987] ppid=11984 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11987/stat : 11987 (xcsp3-exec) S 11984 11987 11555 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87470747 115843072 363 33554432000 4194304 5098028 140731522644928 140731522643032 140222236803708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22081536 140731522647093 140731522647296 140731522647296 140731522650058 0
/proc/11987/statm: 28282 363 306 221 0 87 0
[pid=11989] ppid=11987 vsize=26645092 memory=3168144 CPUtime=19920.6 cores=0-7
/proc/11989/stat : 11989 (java) S 11987 11987 11555 0 -1 1077944320 733021 0 0 0 1991012 1044 0 0 20 0 28 0 87470747 27284574208 792036 33554432000 4194304 4196468 140725543885680 140725543868224 139733911879415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
/proc/11989/statm: 6661273 792036 3469 1 0 6622467 0
[pid=11989/tid=11990] ppid=11987 vsize=26645092 memory=3168144 CPUtime=6.79 cores=0-7
/proc/11989/task/11990/stat : 11990 (java) S 11987 11987 11555 0 -1 1077944384 11282 0 0 0 662 17 0 0 20 0 28 0 87470747 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733916120192 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11991] ppid=11987 vsize=26645092 memory=3168144 CPUtime=7.51 cores=0-7
/proc/11989/task/11991/stat : 11991 (java) S 11987 11987 11555 0 -1 1077944384 24130 0 0 0 679 72 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733877160464 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11992] ppid=11987 vsize=26645092 memory=3168144 CPUtime=7.71 cores=0-7
/proc/11989/task/11992/stat : 11992 (java) S 11987 11987 11555 0 -1 1077944384 23539 0 0 0 692 79 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733468760720 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11993] ppid=11987 vsize=26645092 memory=3168144 CPUtime=7.49 cores=0-7
/proc/11989/task/11993/stat : 11993 (java) S 11987 11987 11555 0 -1 1077944384 17530 0 0 0 678 71 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733467707664 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11994] ppid=11987 vsize=26645092 memory=3168144 CPUtime=7.58 cores=0-7
/proc/11989/task/11994/stat : 11994 (java) S 11987 11987 11555 0 -1 1077944384 23874 0 0 0 682 76 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733466655120 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 10 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11995] ppid=11987 vsize=26645092 memory=1452 CPUtime=7.6 cores=0-7
/proc/11989/task/11995/stat : 11995 (java) S 11987 11987 11555 0 -1 1077944384 20693 0 0 0 683 77 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733465603088 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11996] ppid=11987 vsize=26645092 memory=3168144 CPUtime=7.68 cores=0-7
/proc/11989/task/11996/stat : 11996 (java) S 11987 11987 11555 0 -1 1077944384 22786 0 0 0 691 77 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733464550544 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11997] ppid=11987 vsize=26645092 memory=1452 CPUtime=7.57 cores=0-7
/proc/11989/task/11997/stat : 11997 (java) S 11987 11987 11555 0 -1 1077944384 23709 0 0 0 682 75 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733463497488 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11998] ppid=11987 vsize=26645092 memory=756 CPUtime=7.44 cores=0-7
/proc/11989/task/11998/stat : 11998 (java) S 11987 11987 11555 0 -1 1077944384 19175 0 0 0 674 70 0 0 20 0 28 0 87470748 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733462444944 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11999] ppid=11987 vsize=26645092 memory=757 CPUtime=0.77 cores=0-7
/proc/11989/task/11999/stat : 11999 (java) S 11987 11987 11555 0 -1 1077944384 48297 0 0 0 54 23 0 0 20 0 28 0 87470749 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733039216880 139733911890562 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12000] ppid=11987 vsize=26645092 memory=0 CPUtime=0 cores=0-7
/proc/11989/task/12000/stat : 12000 (java) S 11987 11987 11555 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 87470750 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733038163168 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12001] ppid=11987 vsize=26645092 memory=7229524709361674604 CPUtime=0 cores=0-7
/proc/11989/task/12001/stat : 12001 (java) S 11987 11987 11555 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 87470750 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733037110016 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12002] ppid=11987 vsize=26645092 memory=3170708 CPUtime=0 cores=0-7
/proc/11989/task/12002/stat : 12002 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 87470753 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733036058576 139733911898011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12003] ppid=11987 vsize=26645092 memory=3171220 CPUtime=7.63 cores=0-7
/proc/11989/task/12003/stat : 12003 (java) S 11987 11987 11555 0 -1 1077944384 46805 0 0 0 755 8 0 0 20 0 28 0 87470753 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733035006704 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12004] ppid=11987 vsize=26645092 memory=33 CPUtime=7.68 cores=0-7
/proc/11989/task/12004/stat : 12004 (java) S 11987 11987 11555 0 -1 1077944384 43513 0 0 0 762 6 0 0 20 0 28 0 87470753 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733033954160 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12005] ppid=11987 vsize=26645092 memory=0 CPUtime=9.1 cores=0-7
/proc/11989/task/12005/stat : 12005 (java) S 11987 11987 11555 0 -1 1077944384 38108 0 0 0 901 9 0 0 20 0 28 0 87470753 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733032901104 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12006] ppid=11987 vsize=26645092 memory=4096 CPUtime=1.52 cores=0-7
/proc/11989/task/12006/stat : 12006 (java) S 11987 11987 11555 0 -1 1077944384 29123 0 0 0 145 7 0 0 20 0 28 0 87470753 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733031848560 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12007] ppid=11987 vsize=26645092 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/11989/task/12007/stat : 12007 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 87470753 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733030795744 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12008] ppid=11987 vsize=26645092 memory=1452 CPUtime=1.03 cores=0-7
/proc/11989/task/12008/stat : 12008 (java) S 11987 11987 11555 0 -1 1077944384 5371 0 0 0 33 70 0 0 20 0 28 0 87470753 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733029743280 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12009] ppid=11987 vsize=26645092 memory=3168144 CPUtime=2471.35 cores=0-7
/proc/11989/task/12009/stat : 12009 (java) R 11987 11987 11555 0 -1 4202560 24683 0 0 0 247107 28 0 0 20 0 28 0 87471559 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733018859928 139733558894208 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12010] ppid=11987 vsize=26645092 memory=12966506269086 CPUtime=2483.79 cores=0-7
/proc/11989/task/12010/stat : 12010 (java) R 11987 11987 11555 0 -1 4202560 29312 0 0 0 248360 19 0 0 20 0 28 0 87471559 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733017809192 139733561239482 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12011] ppid=11987 vsize=26645092 memory=279629081726136 CPUtime=2475.41 cores=0-7
/proc/11989/task/12011/stat : 12011 (java) R 11987 11987 11555 0 -1 4202560 36009 0 0 0 247490 51 0 0 20 0 28 0 87471559 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733016759680 139733562150034 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12012] ppid=11987 vsize=26645092 memory=3168144 CPUtime=2482.87 cores=0-7
/proc/11989/task/12012/stat : 12012 (java) R 11987 11987 11555 0 -1 4202560 133401 0 0 0 248126 161 0 0 20 0 28 0 87471559 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733015703960 139733551975757 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12013] ppid=11987 vsize=26645092 memory=1452 CPUtime=2477.26 cores=0-7
/proc/11989/task/12013/stat : 12013 (java) R 11987 11987 11555 0 -1 4202560 32476 0 0 0 247689 37 0 0 20 0 28 0 87471559 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733014650888 139733561239477 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12014] ppid=11987 vsize=26645092 memory=3168144 CPUtime=2478.72 cores=0-7
/proc/11989/task/12014/stat : 12014 (java) R 11987 11987 11555 0 -1 4202560 34466 0 0 0 247842 30 0 0 20 0 28 0 87471559 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733013598488 139733560500373 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12015] ppid=11987 vsize=26645092 memory=1452 CPUtime=2478.07 cores=0-7
/proc/11989/task/12015/stat : 12015 (java) R 11987 11987 11555 0 -1 4202560 25177 0 0 0 247782 25 0 0 20 0 28 0 87471560 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733012545800 139733561239692 0 4 0 16800975 0 0 0 -1 3 0 0 19 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12016] ppid=11987 vsize=26645092 memory=1452 CPUtime=2477.75 cores=0-7
/proc/11989/task/12016/stat : 12016 (java) R 11987 11987 11555 0 -1 4202560 18184 0 0 0 247753 22 0 0 20 0 28 0 87471560 27284574208 792036 33554432000 4194304 4196468 140725543885680 139733011492592 139733556612572 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
Current children cumulated CPU time: 19920.6 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 3169596 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.32 8.38 8.35 9/207 12073
/proc/meminfo: memFree=20521176/32770624 swapFree=67108404/67108860
[pid=11987] ppid=11984 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11987/stat : 11987 (xcsp3-exec) S 11984 11987 11555 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 87470747 115843072 363 33554432000 4194304 5098028 140731522644928 140731522643032 140222236803708 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22081536 140731522647093 140731522647296 140731522647296 140731522650058 0
/proc/11987/statm: 28282 363 306 221 0 87 0
[pid=11989] ppid=11987 vsize=26645092 memory=3167628 CPUtime=20061.8 cores=0-7
/proc/11989/stat : 11989 (java) S 11987 11987 11555 0 -1 1077944320 733451 0 0 0 2005141 1044 0 0 20 0 28 0 87470747 27284574208 791907 33554432000 4194304 4196468 140725543885680 140725543868224 139733911879415 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
/proc/11989/statm: 6661273 791907 3469 1 0 6622467 0
[pid=11989/tid=11990] ppid=11987 vsize=26645092 memory=1398720917958146503 CPUtime=6.79 cores=0-7
/proc/11989/task/11990/stat : 11990 (java) S 11987 11987 11555 0 -1 1077944384 11282 0 0 0 662 17 0 0 20 0 28 0 87470747 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733916120192 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11991] ppid=11987 vsize=26645092 memory=4872558044660077418 CPUtime=7.52 cores=0-7
/proc/11989/task/11991/stat : 11991 (java) S 11987 11987 11555 0 -1 1077944384 24130 0 0 0 680 72 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733877160464 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 14 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11992] ppid=11987 vsize=26645092 memory=916 CPUtime=7.71 cores=0-7
/proc/11989/task/11992/stat : 11992 (java) S 11987 11987 11555 0 -1 1077944384 23541 0 0 0 692 79 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733468760720 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11993] ppid=11987 vsize=26645092 memory=4220 CPUtime=7.49 cores=0-7
/proc/11989/task/11993/stat : 11993 (java) S 11987 11987 11555 0 -1 1077944384 17534 0 0 0 678 71 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733467707664 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11994] ppid=11987 vsize=26645092 memory=1408 CPUtime=7.59 cores=0-7
/proc/11989/task/11994/stat : 11994 (java) S 11987 11987 11555 0 -1 1077944384 23877 0 0 0 683 76 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733466655120 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11995] ppid=11987 vsize=26645092 memory=3840 CPUtime=7.6 cores=0-7
/proc/11989/task/11995/stat : 11995 (java) S 11987 11987 11555 0 -1 1077944384 20697 0 0 0 683 77 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733465603088 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11996] ppid=11987 vsize=26645092 memory=1452 CPUtime=7.69 cores=0-7
/proc/11989/task/11996/stat : 11996 (java) S 11987 11987 11555 0 -1 1077944384 22789 0 0 0 692 77 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733464550544 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11997] ppid=11987 vsize=26645092 memory=6791534058613427641 CPUtime=7.58 cores=0-7
/proc/11989/task/11997/stat : 11997 (java) S 11987 11987 11555 0 -1 1077944384 23709 0 0 0 683 75 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733463497488 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11998] ppid=11987 vsize=26645092 memory=1952 CPUtime=7.45 cores=0-7
/proc/11989/task/11998/stat : 11998 (java) S 11987 11987 11555 0 -1 1077944384 19177 0 0 0 675 70 0 0 20 0 28 0 87470748 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733462444944 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=11999] ppid=11987 vsize=26645092 memory=8564 CPUtime=0.77 cores=0-7
/proc/11989/task/11999/stat : 11999 (java) S 11987 11987 11555 0 -1 1077944384 48301 0 0 0 54 23 0 0 20 0 28 0 87470749 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733039216880 139733911890562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12000] ppid=11987 vsize=26645092 memory=1228 CPUtime=0 cores=0-7
/proc/11989/task/12000/stat : 12000 (java) S 11987 11987 11555 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 87470750 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733038163168 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12001] ppid=11987 vsize=26645092 memory=5372 CPUtime=0 cores=0-7
/proc/11989/task/12001/stat : 12001 (java) S 11987 11987 11555 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 28 0 87470750 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733037110016 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12002] ppid=11987 vsize=26645092 memory=1440 CPUtime=0 cores=0-7
/proc/11989/task/12002/stat : 12002 (java) S 11987 11987 11555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 87470753 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733036058576 139733911898011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12003] ppid=11987 vsize=26645092 memory=4612 CPUtime=7.63 cores=0-7
/proc/11989/task/12003/stat : 12003 (java) S 11987 11987 11555 0 -1 1077944384 46805 0 0 0 755 8 0 0 20 0 28 0 87470753 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733035006704 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12004] ppid=11987 vsize=26645092 memory=796 CPUtime=7.68 cores=0-7
/proc/11989/task/12004/stat : 12004 (java) S 11987 11987 11555 0 -1 1077944384 43513 0 0 0 762 6 0 0 20 0 28 0 87470753 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733033954160 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12005] ppid=11987 vsize=26645092 memory=11008 CPUtime=9.1 cores=0-7
/proc/11989/task/12005/stat : 12005 (java) S 11987 11987 11555 0 -1 1077944384 38108 0 0 0 901 9 0 0 20 0 28 0 87470753 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733032901104 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12006] ppid=11987 vsize=26645092 memory=1008 CPUtime=1.52 cores=0-7
/proc/11989/task/12006/stat : 12006 (java) S 11987 11987 11555 0 -1 1077944384 29123 0 0 0 145 7 0 0 20 0 28 0 87470753 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733031848560 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12007] ppid=11987 vsize=26645092 memory=1952 CPUtime=0 cores=0-7
/proc/11989/task/12007/stat : 12007 (java) S 11987 11987 11555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 87470753 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733030795744 139733911889621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12008] ppid=11987 vsize=26645092 memory=8564 CPUtime=1.03 cores=0-7
/proc/11989/task/12008/stat : 12008 (java) S 11987 11987 11555 0 -1 1077944384 5371 0 0 0 33 70 0 0 20 0 28 0 87470753 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733029743280 139733911890562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12009] ppid=11987 vsize=26645092 memory=1228 CPUtime=2489.05 cores=0-7
/proc/11989/task/12009/stat : 12009 (java) R 11987 11987 11555 0 -1 4202560 24708 0 0 0 248877 28 0 0 20 0 28 0 87471559 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733018863152 139733560196967 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12010] ppid=11987 vsize=26645092 memory=5372 CPUtime=2501.49 cores=0-7
/proc/11989/task/12010/stat : 12010 (java) R 11987 11987 11555 0 -1 4202560 29352 0 0 0 250130 19 0 0 20 0 28 0 87471559 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733017808616 139733555182348 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12011] ppid=11987 vsize=26645092 memory=840 CPUtime=2493.11 cores=0-7
/proc/11989/task/12011/stat : 12011 (java) R 11987 11987 11555 0 -1 4202560 36054 0 0 0 249260 51 0 0 20 0 28 0 87471559 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733016756624 139733552197484 0 4 0 16800975 0 0 0 -1 0 0 0 24 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12012] ppid=11987 vsize=26645092 memory=1696 CPUtime=2500.21 cores=0-7
/proc/11989/task/12012/stat : 12012 (java) R 11987 11987 11555 0 -1 4202560 133629 0 0 0 249860 161 0 0 20 0 28 0 87471559 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733015703960 139733551975949 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12013] ppid=11987 vsize=26645092 memory=916 CPUtime=2494.96 cores=0-7
/proc/11989/task/12013/stat : 12013 (java) R 11987 11987 11555 0 -1 4202560 32485 0 0 0 249459 37 0 0 20 0 28 0 87471559 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733014650704 139733552198679 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12014] ppid=11987 vsize=26645092 memory=4220 CPUtime=2496.42 cores=0-7
/proc/11989/task/12014/stat : 12014 (java) R 11987 11987 11555 0 -1 4202560 34486 0 0 0 249612 30 0 0 20 0 28 0 87471559 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733013598352 139733560500064 0 4 0 16800975 0 0 0 -1 6 0 0 9 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12015] ppid=11987 vsize=26645092 memory=1408 CPUtime=2495.77 cores=0-7
/proc/11989/task/12015/stat : 12015 (java) R 11987 11987 11555 0 -1 4202560 25214 0 0 0 249552 25 0 0 20 0 28 0 87471560 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733012545384 139733560701957 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
[pid=11989/tid=12016] ppid=11987 vsize=26645092 memory=3840 CPUtime=2495.45 cores=0-7
/proc/11989/task/12016/stat : 12016 (java) R 11987 11987 11555 0 -1 4202560 18188 0 0 0 249523 22 0 0 20 0 28 0 87471560 27284574208 791907 33554432000 4194304 4196468 140725543885680 139733011492576 139733553091506 0 4 0 16800975 0 0 0 -1 2 0 0 20 0 0 6293624 6294260 9015296 140725543892097 140725543892269 140725543892269 140725543894991 0
Current children cumulated CPU time: 20061.8 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 3169080 KiB

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

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

[startup+2520.13 s]
# the end of solver process 11989 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20052.2 s, system=10.4617 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.13
CPU time (s): 20062.7
CPU user time (s): 20052.2
CPU system time (s): 10.4617
CPU usage (%): 796.097
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 4469076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20052.2
system time used= 10.4617
maximum resident set size= 4467668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 734349
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 99799
involuntary context switches= 206559


# summary of solver processes directly reported to runsolver:
#   pid: 11987,11989
#   total CPU time (s): 20062.7
#   total CPU user time (s): 20052.2
#   total CPU system time (s): 10.4617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.2808 second user time and 25.2118 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-27 15:44:36
IDJOB=4297529
IDBENCH=141061
IDSOLVER=2760
FILE ID=node148/4297529-1532699076
RUNJOBID= node148-1532696547-11582
PBS_JOBID= 21022294
Free space on /tmp= 43264 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_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-4297529-1532699076/watcher-4297529-1532699076 -o /tmp/evaluation-result-4297529-1532699076/solver-4297529-1532699076 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532696547-11582 --watchdog 2580  HOME/xcsp3-exec -seed 1481516963 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297529-1532699076.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=1481516963

node148.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.50
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.50
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.50
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.50
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:        23679864 kB
MemAvailable:   31929340 kB
Buffers:          204444 kB
Cached:          8179860 kB
SwapCached:          352 kB
Active:          1990372 kB
Inactive:        6444588 kB
Active(anon):       4128 kB
Inactive(anon):    74236 kB
Active(file):    1986244 kB
Inactive(file):  6370352 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             22436 kB
Writeback:             0 kB
AnonPages:         56212 kB
Mapped:            40844 kB
Shmem:             25016 kB
Slab:             349396 kB
SReclaimable:     321340 kB
SUnreclaim:        28056 kB
KernelStack:        3296 kB
PageTables:         4928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43244 MiB
End job on node148 at 2018-07-27 16:26:36