Trace number 4297537

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) 19981.5 2520.15

General information on the benchmark

NameNurseRostering/
NurseRostering-20_c18.xml
MD5SUMd4df4d24fcb6b75374a4511056cd4f34
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 variables15616
Number of constraints43912
Number of domains17
Minimum domain size1
Maximum domain size183
Distribution of domain sizes[{"size":1,"count":267},{"size":2,"count":3618},{"size":7,"count":9100},{"size":51,"count":2366},{"size":183,"count":265}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":5216},{"degree":3,"count":1300},{"degree":18,"count":5},{"degree":19,"count":36},{"degree":20,"count":49},{"degree":21,"count":13},{"degree":22,"count":43},{"degree":23,"count":50},{"degree":24,"count":499},{"degree":25,"count":452},{"degree":26,"count":173},{"degree":27,"count":1991},{"degree":28,"count":3479},{"degree":29,"count":1938},{"degree":30,"count":372}]
Minimum constraint arity2
Maximum constraint arity900
Distribution of constraint arities[{"arity":2,"count":16247},{"arity":3,"count":16200},{"arity":4,"count":1790},{"arity":6,"count":5310},{"arity":7,"count":2690},{"arity":26,"count":50},{"arity":51,"count":1274},{"arity":183,"count":350},{"arity":900,"count":1}]
Number of extensional constraints10324
Number of intensional constraints5018
Distribution of constraint types[{"type":"extension","count":10324},{"type":"intension","count":5018},{"type":"regular","count":18000},{"type":"sum","count":100},{"type":"count","count":10469},{"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-4297537-1532691435.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297537-1532691435.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
95.00/25.77	c solve instance...
19980.60/2520.10	s UNKNOWN
19980.60/2520.10	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 (13486 MiB free)
  memory of node 1: 16384 MiB (13995 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297537-1532691435/watcher-4297537-1532691435 -o /tmp/evaluation-result-4297537-1532691435/solver-4297537-1532691435 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1532683871-9633 --watchdog 2580 HOME/xcsp3-exec -seed 229222435 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297537-1532691435.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=10110, runsolver pid=10107

[startup+0.100159 s]*
/proc/loadavg: 8.03 8.19 8.28 4/199 10131
/proc/meminfo: memFree=28125912/32770624 swapFree=67108436/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10110/stat : 10110 (xcsp3-exec) S 10107 10110 9606 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86706676 115843072 363 33554432000 4194304 5098028 140729465324480 140729465322584 140465026404988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8310784 140729465328694 140729465328896 140729465328896 140729465331658 0
/proc/10110/statm: 28282 363 305 221 0 87 0
[pid=10112] ppid=10110 vsize=26104152 memory=27176 CPUtime=0.11 cores=0-7
/proc/10112/stat : 10112 (java) S 10110 10110 9606 0 -1 1077944320 5710 0 0 0 10 1 0 0 20 0 20 0 86706676 26730651648 6794 33554432000 4194304 4196468 140733468807728 140733468790272 140512112246519 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
/proc/10112/statm: 6526038 6794 3003 1 0 6488315 0
[pid=10112/tid=10113] ppid=10110 vsize=26104152 memory=7751990666727431064 CPUtime=0.09 cores=0-7
/proc/10112/task/10113/stat : 10113 (java) R 10110 10110 9606 0 -1 4202560 3733 0 0 0 8 1 0 0 20 0 20 0 86706676 26730651648 6794 33554432000 4194304 4196468 140733468807728 140512116479792 140511748805012 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10114] ppid=10110 vsize=26104152 memory=732370270170487781 CPUtime=0 cores=0-7
/proc/10112/task/10114/stat : 10114 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140512071007376 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10115] ppid=10110 vsize=26104152 memory=140131833034368 CPUtime=0 cores=0-7
/proc/10112/task/10115/stat : 10115 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511669668880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10116] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10116/stat : 10116 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511668616080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10117] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10117/stat : 10117 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511667563280 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10118] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10118/stat : 10118 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511666510480 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10119] ppid=10110 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10112/task/10119/stat : 10119 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511665457680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10120] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10120/stat : 10120 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511664404880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10121] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10121/stat : 10121 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511663352080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10122] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10122/stat : 10122 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706678 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511239752560 140512112257666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10123] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10123/stat : 10123 (java) S 10110 10110 9606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86706679 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511238698528 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10124] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10124/stat : 10124 (java) S 10110 10110 9606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86706679 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511237645680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10125] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10125/stat : 10125 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511236594000 140512112265115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10126] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10126/stat : 10126 (java) S 10110 10110 9606 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511235541360 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10127] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10127/stat : 10127 (java) S 10110 10110 9606 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511234488560 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10128] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10128/stat : 10128 (java) R 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511233435760 140512112257666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10129] ppid=10110 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/10112/task/10129/stat : 10129 (java) R 10110 10110 9606 0 -1 4202560 240 0 0 0 1 0 0 0 20 0 20 0 86706682 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511232382960 140512112258454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10130] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10130/stat : 10130 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511231331424 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10131] ppid=10110 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10112/task/10131/stat : 10131 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 6794 33554432000 4194304 4196468 140733468807728 140511230278704 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28628 KiB

[startup+0.210362 s]*
/proc/loadavg: 8.03 8.19 8.28 4/199 10131
/proc/meminfo: memFree=28114872/32770624 swapFree=67108436/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10110/stat : 10110 (xcsp3-exec) S 10107 10110 9606 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86706676 115843072 363 33554432000 4194304 5098028 140729465324480 140729465322584 140465026404988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8310784 140729465328694 140729465328896 140729465328896 140729465331658 0
/proc/10110/statm: 28282 363 305 221 0 87 0
[pid=10112] ppid=10110 vsize=26104152 memory=39624 CPUtime=0.33 cores=0-7
/proc/10112/stat : 10112 (java) S 10110 10110 9606 0 -1 1077944320 8511 0 0 0 31 2 0 0 20 0 20 0 86706676 26730651648 9906 33554432000 4194304 4196468 140733468807728 140733468790272 140512112246519 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
/proc/10112/statm: 6526038 9906 3176 1 0 6488315 0
[pid=10112/tid=10113] ppid=10110 vsize=26104152 memory=0 CPUtime=0.19 cores=0-7
/proc/10112/task/10113/stat : 10113 (java) R 10110 10110 9606 0 -1 4202560 5602 0 0 0 18 1 0 0 20 0 20 0 86706676 26730651648 9906 33554432000 4194304 4196468 140733468807728 140512116481504 140512112256725 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10114] ppid=10110 vsize=26104152 memory=732370270170487781 CPUtime=0 cores=0-7
/proc/10112/task/10114/stat : 10114 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140512071007376 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10115] ppid=10110 vsize=26104152 memory=140131833034368 CPUtime=0 cores=0-7
/proc/10112/task/10115/stat : 10115 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511669668880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10116] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10116/stat : 10116 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511668616080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10117] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10117/stat : 10117 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511667563280 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10118] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10118/stat : 10118 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511666510480 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10119] ppid=10110 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10112/task/10119/stat : 10119 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511665457680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10120] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10120/stat : 10120 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511664404880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10121] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10121/stat : 10121 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86706677 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511663352080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10122] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10122/stat : 10122 (java) S 10110 10110 9606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86706678 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511239752560 140512112257666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10123] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10123/stat : 10123 (java) S 10110 10110 9606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86706679 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511238698528 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10124] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10124/stat : 10124 (java) S 10110 10110 9606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86706679 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511237645680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10125] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10125/stat : 10125 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511236594000 140512112265115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10126] ppid=10110 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/10112/task/10126/stat : 10126 (java) S 10110 10110 9606 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 20 0 86706682 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511235541360 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10127] ppid=10110 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/10112/task/10127/stat : 10127 (java) S 10110 10110 9606 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 20 0 86706682 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511234488560 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10128] ppid=10110 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/10112/task/10128/stat : 10128 (java) S 10110 10110 9606 0 -1 1077944384 292 0 0 0 2 0 0 0 20 0 20 0 86706682 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511233435760 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10129] ppid=10110 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/10112/task/10129/stat : 10129 (java) S 10110 10110 9606 0 -1 1077944384 742 0 0 0 7 0 0 0 20 0 20 0 86706682 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511232382960 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10130] ppid=10110 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10130/stat : 10130 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511231331424 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10131] ppid=10110 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/10112/task/10131/stat : 10131 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706682 26730651648 9906 33554432000 4194304 4196468 140733468807728 140511230278704 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41076 KiB

[startup+0.310505 s]*
/proc/loadavg: 8.03 8.19 8.28 5/199 10131
/proc/meminfo: memFree=28108792/32770624 swapFree=67108436/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10110/stat : 10110 (xcsp3-exec) S 10107 10110 9606 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86706676 115843072 363 33554432000 4194304 5098028 140729465324480 140729465322584 140465026404988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8310784 140729465328694 140729465328896 140729465328896 140729465331658 0
/proc/10110/statm: 28282 363 305 221 0 87 0
[pid=10112] ppid=10110 vsize=26108408 memory=46948 CPUtime=0.51 cores=0-7
/proc/10112/stat : 10112 (java) S 10110 10110 9606 0 -1 1077944320 9383 0 0 0 48 3 0 0 20 0 20 0 86706676 26735009792 11737 33554432000 4194304 4196468 140733468807728 140733468790272 140512112246519 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
/proc/10112/statm: 6527102 11737 3265 1 0 6488315 0
[pid=10112/tid=10113] ppid=10110 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10112/task/10113/stat : 10113 (java) R 10110 10110 9606 0 -1 4202560 6298 0 0 0 27 2 0 0 20 0 20 0 86706676 26735009792 11737 33554432000 4194304 4196468 140733468807728 140512116483808 140512096327006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10114] ppid=10110 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10114/stat : 10114 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140512071007376 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10115] ppid=10110 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10115/stat : 10115 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511669668880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10116] ppid=10110 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10116/stat : 10116 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511668616080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10117] ppid=10110 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10117/stat : 10117 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511667563280 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10118] ppid=10110 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/10112/task/10118/stat : 10118 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511666510480 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10119] ppid=10110 vsize=26108408 memory=140131696735151 CPUtime=0 cores=0-7
/proc/10112/task/10119/stat : 10119 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511665457680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10120] ppid=10110 vsize=26108408 memory=140131696737456 CPUtime=0 cores=0-7
/proc/10112/task/10120/stat : 10120 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511664404880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10121] ppid=10110 vsize=26108408 memory=140131696739760 CPUtime=0 cores=0-7
/proc/10112/task/10121/stat : 10121 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86706677 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511663352080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10122] ppid=10110 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10122/stat : 10122 (java) S 10110 10110 9606 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 86706678 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511239752560 140512112257666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10123] ppid=10110 vsize=26108408 memory=280263393486480 CPUtime=0 cores=0-7
/proc/10112/task/10123/stat : 10123 (java) S 10110 10110 9606 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 86706679 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511238698528 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10124] ppid=10110 vsize=26108408 memory=280263393493392 CPUtime=0 cores=0-7
/proc/10112/task/10124/stat : 10124 (java) S 10110 10110 9606 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 86706679 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511237645680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10125] ppid=10110 vsize=26108408 memory=280263393434672 CPUtime=0 cores=0-7
/proc/10112/task/10125/stat : 10125 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706682 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511236594000 140512112265115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10126] ppid=10110 vsize=26108408 memory=280263393507216 CPUtime=0.02 cores=0-7
/proc/10112/task/10126/stat : 10126 (java) S 10110 10110 9606 0 -1 1077944384 336 0 0 0 2 0 0 0 20 0 20 0 86706682 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511235541360 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10127] ppid=10110 vsize=26108408 memory=280263393514128 CPUtime=0.02 cores=0-7
/proc/10112/task/10127/stat : 10127 (java) R 10110 10110 9606 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 20 0 86706682 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511234488560 140512095633835 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10128] ppid=10110 vsize=26108408 memory=280263393511824 CPUtime=0.03 cores=0-7
/proc/10112/task/10128/stat : 10128 (java) S 10110 10110 9606 0 -1 1077944384 298 0 0 0 3 0 0 0 20 0 20 0 86706682 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511233435760 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10129] ppid=10110 vsize=26108408 memory=280263393527984 CPUtime=0.11 cores=0-7
/proc/10112/task/10129/stat : 10129 (java) S 10110 10110 9606 0 -1 1077944384 817 0 0 0 11 0 0 0 20 0 20 0 86706682 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511232382960 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10130] ppid=10110 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/10112/task/10130/stat : 10130 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 86706682 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511231331424 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10131] ppid=10110 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/10112/task/10131/stat : 10131 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706682 26735009792 11737 33554432000 4194304 4196468 140733468807728 140511230278704 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 48400 KiB

[startup+0.701022 s]
/proc/loadavg: 8.03 8.19 8.28 5/199 10131
/proc/meminfo: memFree=28073616/32770624 swapFree=67108436/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10110/stat : 10110 (xcsp3-exec) S 10107 10110 9606 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86706676 115843072 363 33554432000 4194304 5098028 140729465324480 140729465322584 140465026404988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8310784 140729465328694 140729465328896 140729465328896 140729465331658 0
/proc/10110/statm: 28282 363 305 221 0 87 0
[pid=10112] ppid=10110 vsize=26110532 memory=113192 CPUtime=2.11 cores=0-7
/proc/10112/stat : 10112 (java) S 10110 10110 9606 0 -1 1077944320 15300 0 0 0 205 6 0 0 20 0 20 0 86706676 26737184768 28298 33554432000 4194304 4196468 140733468807728 140733468790272 140512112246519 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
/proc/10112/statm: 6527633 28298 3360 1 0 6488827 0
[pid=10112/tid=10113] ppid=10110 vsize=26110532 memory=280263393822912 CPUtime=0.66 cores=0-7
/proc/10112/task/10113/stat : 10113 (java) R 10110 10110 9606 0 -1 4202560 6791 0 0 0 64 2 0 0 20 0 20 0 86706676 26737184768 28298 33554432000 4194304 4196468 140733468807728 140512116482960 140511753173927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10114] ppid=10110 vsize=26110532 memory=5752 CPUtime=0 cores=0-7
/proc/10112/task/10114/stat : 10114 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 86706677 26737184768 28298 33554432000 4194304 4196468 140733468807728 140512071007376 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10115] ppid=10110 vsize=26110532 memory=4588 CPUtime=0 cores=0-7
/proc/10112/task/10115/stat : 10115 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26737184768 28298 33554432000 4194304 4196468 140733468807728 140511669668880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10116] ppid=10110 vsize=26110532 memory=1612 CPUtime=0 cores=0-7
/proc/10112/task/10116/stat : 10116 (java) S 10110 10110 9606 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 86706677 26737184768 28298 33554432000 4194304 4196468 140733468807728 140511668616080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0

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

/proc/meminfo: memFree=21556424/32770624 swapFree=67108436/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10110/stat : 10110 (xcsp3-exec) S 10107 10110 9606 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86706676 115843072 363 33554432000 4194304 5098028 140729465324480 140729465322584 140465026404988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8310784 140729465328694 140729465328896 140729465328896 140729465331658 0
/proc/10110/statm: 28282 363 305 221 0 87 0
[pid=10112] ppid=10110 vsize=26645092 memory=6588920 CPUtime=19839.4 cores=0-7
/proc/10112/stat : 10112 (java) S 10110 10110 9606 0 -1 1077944320 736094 0 0 0 1982471 1468 0 0 20 0 28 0 86706676 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140733468790272 140512112246519 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
/proc/10112/statm: 6661273 1647230 3470 1 0 6622467 0
[pid=10112/tid=10113] ppid=10110 vsize=26645092 memory=6588920 CPUtime=18.75 cores=0-7
/proc/10112/task/10113/stat : 10113 (java) S 10110 10110 9606 0 -1 1077944384 21213 0 0 0 1844 31 0 0 20 0 28 0 86706676 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140512116487296 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10114] ppid=10110 vsize=26645092 memory=6588920 CPUtime=15.36 cores=0-7
/proc/10112/task/10114/stat : 10114 (java) S 10110 10110 9606 0 -1 1077944384 14250 0 0 0 1413 123 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140512071007376 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10115] ppid=10110 vsize=26645092 memory=932 CPUtime=15.34 cores=0-7
/proc/10112/task/10115/stat : 10115 (java) S 10110 10110 9606 0 -1 1077944384 23750 0 0 0 1425 109 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511669668880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10116] ppid=10110 vsize=26645092 memory=2244 CPUtime=15.27 cores=0-7
/proc/10112/task/10116/stat : 10116 (java) S 10110 10110 9606 0 -1 1077944384 16226 0 0 0 1409 118 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511668616080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10117] ppid=10110 vsize=26645092 memory=1452 CPUtime=15.28 cores=0-7
/proc/10112/task/10117/stat : 10117 (java) S 10110 10110 9606 0 -1 1077944384 17845 0 0 0 1406 122 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511667563280 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10118] ppid=10110 vsize=26645092 memory=6588920 CPUtime=15.16 cores=0-7
/proc/10112/task/10118/stat : 10118 (java) S 10110 10110 9606 0 -1 1077944384 13755 0 0 0 1401 115 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511666510480 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10119] ppid=10110 vsize=26645092 memory=11648 CPUtime=15.27 cores=0-7
/proc/10112/task/10119/stat : 10119 (java) S 10110 10110 9606 0 -1 1077944384 18542 0 0 0 1411 116 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511665457680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10120] ppid=10110 vsize=26645092 memory=796 CPUtime=15.31 cores=0-7
/proc/10112/task/10120/stat : 10120 (java) S 10110 10110 9606 0 -1 1077944384 15068 0 0 0 1415 116 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511664404880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10121] ppid=10110 vsize=26645092 memory=0 CPUtime=15.17 cores=0-7
/proc/10112/task/10121/stat : 10121 (java) S 10110 10110 9606 0 -1 1077944384 17690 0 0 0 1394 123 0 0 20 0 28 0 86706677 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511663352080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10122] ppid=10110 vsize=26645092 memory=4206186544037388384 CPUtime=1.88 cores=0-7
/proc/10112/task/10122/stat : 10122 (java) S 10110 10110 9606 0 -1 1077944384 27493 0 0 0 178 10 0 0 20 0 28 0 86706678 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511239752560 140512112257666 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10123] ppid=10110 vsize=26645092 memory=4737 CPUtime=0 cores=0-7
/proc/10112/task/10123/stat : 10123 (java) S 10110 10110 9606 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 86706679 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511238698592 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10124] ppid=10110 vsize=26645092 memory=288292190260842351 CPUtime=0 cores=0-7
/proc/10112/task/10124/stat : 10124 (java) S 10110 10110 9606 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 28 0 86706679 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511237645696 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10125] ppid=10110 vsize=26645092 memory=1296 CPUtime=0 cores=0-7
/proc/10112/task/10125/stat : 10125 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86706682 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511236594000 140512112265115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10126] ppid=10110 vsize=26645092 memory=2412 CPUtime=11.04 cores=0-7
/proc/10112/task/10126/stat : 10126 (java) S 10110 10110 9606 0 -1 1077944384 53814 0 0 0 1093 11 0 0 20 0 28 0 86706682 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511235541360 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10127] ppid=10110 vsize=26645092 memory=280259301377043 CPUtime=12.16 cores=0-7
/proc/10112/task/10127/stat : 10127 (java) S 10110 10110 9606 0 -1 1077944384 63151 0 0 0 1206 10 0 0 20 0 28 0 86706682 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511234488560 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10128] ppid=10110 vsize=26645092 memory=300668258652495497 CPUtime=8.69 cores=0-7
/proc/10112/task/10128/stat : 10128 (java) S 10110 10110 9606 0 -1 1077944384 48938 0 0 0 860 9 0 0 20 0 28 0 86706682 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511233435760 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10129] ppid=10110 vsize=26645092 memory=6588920 CPUtime=1.63 cores=0-7
/proc/10112/task/10129/stat : 10129 (java) S 10110 10110 9606 0 -1 1077944384 33700 0 0 0 156 7 0 0 20 0 28 0 86706682 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511232382960 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10130] ppid=10110 vsize=26645092 memory=1452 CPUtime=0 cores=0-7
/proc/10112/task/10130/stat : 10130 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86706682 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511231331424 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10131] ppid=10110 vsize=26645092 memory=1452 CPUtime=1.13 cores=0-7
/proc/10112/task/10131/stat : 10131 (java) S 10110 10110 9606 0 -1 1077944384 4913 0 0 0 43 70 0 0 20 0 28 0 86706682 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511230278704 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10132] ppid=10110 vsize=26645092 memory=6588920 CPUtime=2463.24 cores=0-7
/proc/10112/task/10132/stat : 10132 (java) R 10110 10110 9606 0 -1 4202560 26384 0 0 0 246286 38 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511219395760 140511762255211 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10133] ppid=10110 vsize=26645092 memory=240295 CPUtime=2453.18 cores=0-7
/proc/10112/task/10133/stat : 10133 (java) R 10110 10110 9606 0 -1 4202560 24741 0 0 0 245289 29 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511218346688 140511762934287 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10134] ppid=10110 vsize=26645092 memory=240157 CPUtime=2463.8 cores=0-7
/proc/10112/task/10134/stat : 10134 (java) R 10110 10110 9606 0 -1 4202560 25988 0 0 0 246296 84 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511217291352 140511753451236 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10135] ppid=10110 vsize=26645092 memory=1452 CPUtime=2464.03 cores=0-7
/proc/10112/task/10135/stat : 10135 (java) R 10110 10110 9606 0 -1 4202560 31221 0 0 0 246360 43 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511216240776 140511762118268 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10136] ppid=10110 vsize=26645092 memory=6588920 CPUtime=2446.82 cores=0-7
/proc/10112/task/10136/stat : 10136 (java) R 10110 10110 9606 0 -1 4202560 110369 0 0 0 244547 135 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511215185752 140511759939984 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10137] ppid=10110 vsize=26645092 memory=4004 CPUtime=2463.94 cores=0-7
/proc/10112/task/10137/stat : 10137 (java) R 10110 10110 9606 0 -1 4202560 20539 0 0 0 246353 41 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511214132856 140511762118296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10138] ppid=10110 vsize=26645092 memory=636 CPUtime=2454.03 cores=0-7
/proc/10112/task/10138/stat : 10138 (java) R 10110 10110 9606 0 -1 4202560 21696 0 0 0 245378 25 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511213081000 140511762255306 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10139] ppid=10110 vsize=26645092 memory=1780 CPUtime=2452.66 cores=0-7
/proc/10112/task/10139/stat : 10139 (java) R 10110 10110 9606 0 -1 4202560 83387 0 0 0 245225 41 0 0 20 0 28 0 86709263 27284574208 1647230 33554432000 4194304 4196468 140733468807728 140511212028376 140511756775729 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
Current children cumulated CPU time: 19839.4 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 6590372 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.50 8.34 8.33 9/207 10193
/proc/meminfo: memFree=21558608/32770624 swapFree=67108436/67108860
[pid=10110] ppid=10107 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10110/stat : 10110 (xcsp3-exec) S 10107 10110 9606 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 86706676 115843072 363 33554432000 4194304 5098028 140729465324480 140729465322584 140465026404988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8310784 140729465328694 140729465328896 140729465328896 140729465331658 0
/proc/10110/statm: 28282 363 305 221 0 87 0
[pid=10112] ppid=10110 vsize=26645092 memory=6586828 CPUtime=19980.6 cores=0-7
/proc/10112/stat : 10112 (java) S 10110 10110 9606 0 -1 1077944320 741126 0 0 0 1996590 1470 0 0 20 0 28 0 86706676 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140733468790272 140512112246519 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
/proc/10112/statm: 6661273 1646707 3470 1 0 6622467 0
[pid=10112/tid=10113] ppid=10110 vsize=26645092 memory=6791534058613427641 CPUtime=18.75 cores=0-7
/proc/10112/task/10113/stat : 10113 (java) S 10110 10110 9606 0 -1 1077944384 21213 0 0 0 1844 31 0 0 20 0 28 0 86706676 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140512116487296 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10114] ppid=10110 vsize=26645092 memory=-7003737579269690708 CPUtime=15.4 cores=0-7
/proc/10112/task/10114/stat : 10114 (java) S 10110 10110 9606 0 -1 1077944384 15339 0 0 0 1417 123 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140512071007376 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10115] ppid=10110 vsize=26645092 memory=796 CPUtime=15.38 cores=0-7
/proc/10112/task/10115/stat : 10115 (java) S 10110 10110 9606 0 -1 1077944384 24084 0 0 0 1429 109 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511669668880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10116] ppid=10110 vsize=26645092 memory=1388 CPUtime=15.32 cores=0-7
/proc/10112/task/10116/stat : 10116 (java) S 10110 10110 9606 0 -1 1077944384 16327 0 0 0 1413 119 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511668616080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10117] ppid=10110 vsize=26645092 memory=1136 CPUtime=15.33 cores=0-7
/proc/10112/task/10117/stat : 10117 (java) S 10110 10110 9606 0 -1 1077944384 17903 0 0 0 1411 122 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511667563280 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 6 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10118] ppid=10110 vsize=26645092 memory=15872 CPUtime=15.19 cores=0-7
/proc/10112/task/10118/stat : 10118 (java) S 10110 10110 9606 0 -1 1077944384 13792 0 0 0 1404 115 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511666510480 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10119] ppid=10110 vsize=26645092 memory=14672 CPUtime=15.31 cores=0-7
/proc/10112/task/10119/stat : 10119 (java) S 10110 10110 9606 0 -1 1077944384 18575 0 0 0 1415 116 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511665457680 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10120] ppid=10110 vsize=26645092 memory=16148 CPUtime=15.35 cores=0-7
/proc/10112/task/10120/stat : 10120 (java) S 10110 10110 9606 0 -1 1077944384 15798 0 0 0 1419 116 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511664404880 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10121] ppid=10110 vsize=26645092 memory=4004 CPUtime=15.21 cores=0-7
/proc/10112/task/10121/stat : 10121 (java) S 10110 10110 9606 0 -1 1077944384 17724 0 0 0 1398 123 0 0 20 0 28 0 86706677 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511663352080 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10122] ppid=10110 vsize=26645092 memory=636 CPUtime=1.89 cores=0-7
/proc/10112/task/10122/stat : 10122 (java) S 10110 10110 9606 0 -1 1077944384 27773 0 0 0 179 10 0 0 20 0 28 0 86706678 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511239752560 140512112257666 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10123] ppid=10110 vsize=26645092 memory=1780 CPUtime=0 cores=0-7
/proc/10112/task/10123/stat : 10123 (java) S 10110 10110 9606 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 28 0 86706679 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511238698592 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10124] ppid=10110 vsize=26645092 memory=1236 CPUtime=0 cores=0-7
/proc/10112/task/10124/stat : 10124 (java) S 10110 10110 9606 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 28 0 86706679 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511237645696 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10125] ppid=10110 vsize=26645092 memory=960 CPUtime=0 cores=0-7
/proc/10112/task/10125/stat : 10125 (java) S 10110 10110 9606 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 86706682 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511236594000 140512112265115 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10126] ppid=10110 vsize=26645092 memory=6504 CPUtime=11.04 cores=0-7
/proc/10112/task/10126/stat : 10126 (java) S 10110 10110 9606 0 -1 1077944384 53817 0 0 0 1093 11 0 0 20 0 28 0 86706682 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511235541360 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10127] ppid=10110 vsize=26645092 memory=1576 CPUtime=12.16 cores=0-7
/proc/10112/task/10127/stat : 10127 (java) S 10110 10110 9606 0 -1 1077944384 63153 0 0 0 1206 10 0 0 20 0 28 0 86706682 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511234488560 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10128] ppid=10110 vsize=26645092 memory=932 CPUtime=8.69 cores=0-7
/proc/10112/task/10128/stat : 10128 (java) S 10110 10110 9606 0 -1 1077944384 48940 0 0 0 860 9 0 0 20 0 28 0 86706682 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511233435760 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10129] ppid=10110 vsize=26645092 memory=1452 CPUtime=1.63 cores=0-7
/proc/10112/task/10129/stat : 10129 (java) S 10110 10110 9606 0 -1 1077944384 33702 0 0 0 156 7 0 0 20 0 28 0 86706682 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511232382960 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10130] ppid=10110 vsize=26645092 memory=6586828 CPUtime=0 cores=0-7
/proc/10112/task/10130/stat : 10130 (java) S 10110 10110 9606 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 86706682 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511231331424 140512112256725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10131] ppid=10110 vsize=26645092 memory=1452 CPUtime=1.14 cores=0-7
/proc/10112/task/10131/stat : 10131 (java) S 10110 10110 9606 0 -1 1077944384 4942 0 0 0 44 70 0 0 20 0 28 0 86706682 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511230278704 140512112257666 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10132] ppid=10110 vsize=26645092 memory=6791534058613427641 CPUtime=2480.73 cores=0-7
/proc/10112/task/10132/stat : 10132 (java) R 10110 10110 9606 0 -1 4202560 26494 0 0 0 248035 38 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511219396344 140511756516468 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10133] ppid=10110 vsize=26645092 memory=1576 CPUtime=2470.64 cores=0-7
/proc/10112/task/10133/stat : 10133 (java) R 10110 10110 9606 0 -1 4202560 25257 0 0 0 247035 29 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511218344456 140511763678288 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10134] ppid=10110 vsize=26645092 memory=932 CPUtime=2481.44 cores=0-7
/proc/10112/task/10134/stat : 10134 (java) R 10110 10110 9606 0 -1 4202560 26151 0 0 0 248060 84 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511217291184 140511755834240 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10135] ppid=10110 vsize=26645092 memory=2244 CPUtime=2481.69 cores=0-7
/proc/10112/task/10135/stat : 10135 (java) R 10110 10110 9606 0 -1 4202560 31418 0 0 0 248125 44 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511216238376 140511762118307 0 4 0 16800975 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10136] ppid=10110 vsize=26645092 memory=4132 CPUtime=2464.49 cores=0-7
/proc/10112/task/10136/stat : 10136 (java) R 10110 10110 9606 0 -1 4202560 110965 0 0 0 246313 136 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511215188560 140511758444512 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10137] ppid=10110 vsize=26645092 memory=2200 CPUtime=2481.6 cores=0-7
/proc/10112/task/10137/stat : 10137 (java) R 10110 10110 9606 0 -1 4202560 20776 0 0 0 248119 41 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511214132856 140511762117979 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10138] ppid=10110 vsize=26645092 memory=7532 CPUtime=2471.69 cores=0-7
/proc/10112/task/10138/stat : 10138 (java) R 10110 10110 9606 0 -1 4202560 21994 0 0 0 247144 25 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511213081672 140511753451659 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
[pid=10112/tid=10139] ppid=10110 vsize=26645092 memory=840 CPUtime=2470.32 cores=0-7
/proc/10112/task/10139/stat : 10139 (java) R 10110 10110 9606 0 -1 4202560 83568 0 0 0 246991 41 0 0 20 0 28 0 86709263 27284574208 1646707 33554432000 4194304 4196468 140733468807728 140511212028376 140511762070088 0 4 0 16800975 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 36917248 140733468816513 140733468816685 140733468816685 140733468819407 0
Current children cumulated CPU time: 19980.6 s
Current children cumulated vsize: 26758220 KiB
Current children cumulated memory: 6588280 KiB

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

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

[startup+2520.15 s]
# the end of solver process 10112 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19966.8 s, system=14.748 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

[startup+2520.14 s]*
/proc/loadavg: 8.50 8.34 8.33 2/180 10195
/proc/meminfo: memFree=27906380/32770624 swapFree=67108436/67108860
Current cumulated CPU time of completed processes: 0.002296 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.15
CPU time (s): 19981.5
CPU user time (s): 19966.8
CPU system time (s): 14.748
CPU usage (%): 792.868
Max. virtual memory (cumulated for all children) (KiB): 26758220
Max. memory (cumulated for all children) (KiB): 6701364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19966.8
system time used= 14.748
maximum resident set size= 6714248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 742261
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 68275
involuntary context switches= 205807


# summary of solver processes directly reported to runsolver:
#   pid: 10110,10112
#   total CPU time (s): 19981.5
#   total CPU user time (s): 19966.8
#   total CPU system time (s): 14.748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.2568 second user time and 29.5575 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-27 13:37:15
IDJOB=4297537
IDBENCH=141043
IDSOLVER=2760
FILE ID=node137/4297537-1532691435
RUNJOBID= node137-1532683871-9633
PBS_JOBID= 21022267
Free space on /tmp= 48156 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-20_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-4297537-1532691435/watcher-4297537-1532691435 -o /tmp/evaluation-result-4297537-1532691435/solver-4297537-1532691435 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1532683871-9633 --watchdog 2580  HOME/xcsp3-exec -seed 229222435 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297537-1532691435.xml

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

MD5SUM BENCH= d4df4d24fcb6b75374a4511056cd4f34
RANDOM SEED=229222435

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28142428 kB
MemAvailable:   31928340 kB
Buffers:          148120 kB
Cached:          3872668 kB
SwapCached:           32 kB
Active:          1793876 kB
Inactive:        2284236 kB
Active(anon):       5060 kB
Inactive(anon):    80068 kB
Active(file):    1788816 kB
Inactive(file):  2204168 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:             23420 kB
Writeback:             0 kB
AnonPages:         64680 kB
Mapped:            39708 kB
Shmem:             25052 kB
Slab:             244912 kB
SReclaimable:     217528 kB
SUnreclaim:        27384 kB
KernelStack:        3312 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48136 MiB
End job on node137 at 2018-07-27 14:19:15