Trace number 4394644

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallel? (TO) 20072.2 2520.14

General information on the benchmark

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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394644-1568447518.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394644-1568447518.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
20.57/5.57	c solve instance...
20071.50/2520.08	s UNKNOWN
20071.50/2520.08	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394644-1568447518/watcher-4394644-1568447518 -o /tmp/evaluation-result-4394644-1568447518/solver-4394644-1568447518 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568439804-25815 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 283264501 HOME/instance-4394644-1568447518.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=28641, runsolver pid=28638
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 6.62 3.36 4.44 3/216 28662
/proc/meminfo: memFree=31432188/32770624 swapFree=67004172/67108860
[pid=28641] ppid=28638 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28641/stat : 28641 (xcsp3-exec) S 28638 28641 25788 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420991417 115843072 363 33554432000 4194304 5098028 140733171968976 140733171967080 139901988835964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40452096 140733171975030 140733171975273 140733171975273 140733171978186 0
/proc/28641/statm: 28282 363 305 221 0 87 0
[pid=28643] ppid=28641 vsize=28227388 memory=30484 CPUtime=0.12 cores=0-7
/proc/28643/stat : 28643 (java) S 28641 28641 25788 0 -1 1077944320 6028 0 0 0 11 1 0 0 20 0 20 0 420991418 28904845312 7621 33554432000 4194304 4196468 140725143609904 140725143592448 139995838480119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
/proc/28643/statm: 7056847 7621 3148 1 0 7019032 0
[pid=28643/tid=28644] ppid=28641 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/28643/task/28644/stat : 28644 (java) R 28641 28641 25788 0 -1 4202560 3928 0 0 0 8 1 0 0 20 0 20 0 420991418 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995842711392 139995838492054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28645] ppid=28641 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/28643/task/28645/stat : 28645 (java) S 28641 28641 25788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995390008080 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28646] ppid=28641 vsize=28227388 memory=139637820987008 CPUtime=0 cores=0-7
/proc/28643/task/28646/stat : 28646 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995388955536 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28647] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28647/stat : 28647 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995387902992 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28648] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28648/stat : 28648 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995386850448 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28649] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28649/stat : 28649 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995385796880 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28650] ppid=28641 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28643/task/28650/stat : 28650 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995384744336 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28651] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28651/stat : 28651 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995383691792 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28652] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28652/stat : 28652 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995382639248 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28653] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28653/stat : 28653 (java) S 28641 28641 25788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420991420 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995339487728 139995838491266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28654] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28654/stat : 28654 (java) S 28641 28641 25788 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420991421 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995338433952 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28655] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28655/stat : 28655 (java) S 28641 28641 25788 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 420991421 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995337381360 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28656] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28656/stat : 28656 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991423 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995336329936 139995838498715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28657] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28657/stat : 28657 (java) S 28641 28641 25788 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 20 0 420991423 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995335276528 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28658] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28658/stat : 28658 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420991423 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995334223984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28659] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28659/stat : 28659 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991423 28904845312 7621 33554432000 4194304 4196468 140725143609904 139995333171440 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28660] ppid=28641 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/28643/task/28660/stat : 28660 (java) S 28641 28641 25788 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 20 0 420991423 28904845312 7621 33554432000 4194304 4196468 140725143609904 139994343663984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28661] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28661/stat : 28661 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420991424 28904845312 7621 33554432000 4194304 4196468 140725143609904 139994342611680 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28662] ppid=28641 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28643/task/28662/stat : 28662 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991424 28904845312 7621 33554432000 4194304 4196468 140725143609904 139994341559216 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31936 KiB

[startup+0.211003 s]*
/proc/loadavg: 6.62 3.36 4.44 2/216 28662
/proc/meminfo: memFree=31419556/32770624 swapFree=67004172/67108860
[pid=28641] ppid=28638 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28641/stat : 28641 (xcsp3-exec) S 28638 28641 25788 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420991417 115843072 363 33554432000 4194304 5098028 140733171968976 140733171967080 139901988835964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40452096 140733171975030 140733171975273 140733171975273 140733171978186 0
/proc/28641/statm: 28282 363 305 221 0 87 0
[pid=28643] ppid=28641 vsize=28227388 memory=41016 CPUtime=0.34 cores=0-7
/proc/28643/stat : 28643 (java) S 28641 28641 25788 0 -1 1077944320 9478 0 0 0 31 3 0 0 20 0 20 0 420991418 28904845312 10254 33554432000 4194304 4196468 140725143609904 140725143592448 139995838480119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
/proc/28643/statm: 7056847 10254 3309 1 0 7019032 0
[pid=28643/tid=28644] ppid=28641 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/28643/task/28644/stat : 28644 (java) R 28641 28641 25788 0 -1 4202560 6728 0 0 0 18 2 0 0 20 0 20 0 420991418 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995842714240 139995838492054 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28645] ppid=28641 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/28643/task/28645/stat : 28645 (java) S 28641 28641 25788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995390008080 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28646] ppid=28641 vsize=28227388 memory=3546501371987203744 CPUtime=0 cores=0-7
/proc/28643/task/28646/stat : 28646 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995388955536 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28647] ppid=28641 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28643/task/28647/stat : 28647 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995387902992 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28648] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28648/stat : 28648 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995386850448 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28649] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28649/stat : 28649 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995385796880 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28650] ppid=28641 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28643/task/28650/stat : 28650 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995384744336 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28651] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28651/stat : 28651 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995383691792 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28652] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28652/stat : 28652 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995382639248 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28653] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28653/stat : 28653 (java) S 28641 28641 25788 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420991420 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995339487728 139995838491266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28654] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28654/stat : 28654 (java) S 28641 28641 25788 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420991421 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995338433952 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28655] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28655/stat : 28655 (java) S 28641 28641 25788 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 420991421 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995337381360 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28656] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28656/stat : 28656 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991423 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995336329936 139995838498715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28657] ppid=28641 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28643/task/28657/stat : 28657 (java) S 28641 28641 25788 0 -1 1077944384 481 0 0 0 1 0 0 0 20 0 20 0 420991423 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995335276528 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28658] ppid=28641 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/28643/task/28658/stat : 28658 (java) S 28641 28641 25788 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 20 0 420991423 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995334223984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28659] ppid=28641 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/28643/task/28659/stat : 28659 (java) S 28641 28641 25788 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 420991423 28904845312 10254 33554432000 4194304 4196468 140725143609904 139995333171440 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28660] ppid=28641 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/28643/task/28660/stat : 28660 (java) R 28641 28641 25788 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 20 0 420991423 28904845312 10254 33554432000 4194304 4196468 140725143609904 139994343663984 139995817878558 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28661] ppid=28641 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28661/stat : 28661 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420991424 28904845312 10254 33554432000 4194304 4196468 140725143609904 139994342611680 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28662] ppid=28641 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/28643/task/28662/stat : 28662 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991424 28904845312 10254 33554432000 4194304 4196468 140725143609904 139994341559216 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42468 KiB

[startup+0.310916 s]*
/proc/loadavg: 6.62 3.36 4.44 3/216 28662
/proc/meminfo: memFree=31412296/32770624 swapFree=67004172/67108860
[pid=28641] ppid=28638 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28641/stat : 28641 (xcsp3-exec) S 28638 28641 25788 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420991417 115843072 363 33554432000 4194304 5098028 140733171968976 140733171967080 139901988835964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40452096 140733171975030 140733171975273 140733171975273 140733171978186 0
/proc/28641/statm: 28282 363 305 221 0 87 0
[pid=28643] ppid=28641 vsize=28231644 memory=49964 CPUtime=0.52 cores=0-7
/proc/28643/stat : 28643 (java) S 28641 28641 25788 0 -1 1077944320 10867 0 0 0 48 4 0 0 20 0 20 0 420991418 28909203456 12491 33554432000 4194304 4196468 140725143609904 140725143592448 139995838480119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
/proc/28643/statm: 7057911 12491 3353 1 0 7019032 0
[pid=28643/tid=28644] ppid=28641 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/28643/task/28644/stat : 28644 (java) R 28641 28641 25788 0 -1 4202560 7828 0 0 0 27 3 0 0 20 0 20 0 420991418 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995842711232 139995838502045 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28645] ppid=28641 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28645/stat : 28645 (java) S 28641 28641 25788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995390008080 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28646] ppid=28641 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28646/stat : 28646 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995388955536 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28647] ppid=28641 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28647/stat : 28647 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995387902992 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28648] ppid=28641 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28648/stat : 28648 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995386850448 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28649] ppid=28641 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/28643/task/28649/stat : 28649 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995385796880 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28650] ppid=28641 vsize=28231644 memory=139637708387247 CPUtime=0 cores=0-7
/proc/28643/task/28650/stat : 28650 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995384744336 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28651] ppid=28641 vsize=28231644 memory=139637708389552 CPUtime=0 cores=0-7
/proc/28643/task/28651/stat : 28651 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995383691792 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28652] ppid=28641 vsize=28231644 memory=139637708391856 CPUtime=0 cores=0-7
/proc/28643/task/28652/stat : 28652 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995382639248 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28653] ppid=28641 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28653/stat : 28653 (java) S 28641 28641 25788 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420991420 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995339487728 139995838491266 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28654] ppid=28641 vsize=28231644 memory=279275416790672 CPUtime=0 cores=0-7
/proc/28643/task/28654/stat : 28654 (java) S 28641 28641 25788 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420991421 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995338433952 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28655] ppid=28641 vsize=28231644 memory=279275416797584 CPUtime=0 cores=0-7
/proc/28643/task/28655/stat : 28655 (java) S 28641 28641 25788 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 420991421 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995337381360 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28656] ppid=28641 vsize=28231644 memory=279275416738864 CPUtime=0 cores=0-7
/proc/28643/task/28656/stat : 28656 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991423 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995336329936 139995838498715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28657] ppid=28641 vsize=28231644 memory=279275416811408 CPUtime=0.02 cores=0-7
/proc/28643/task/28657/stat : 28657 (java) S 28641 28641 25788 0 -1 1077944384 496 0 0 0 2 0 0 0 20 0 20 0 420991423 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995335276528 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28658] ppid=28641 vsize=28231644 memory=279275416818320 CPUtime=0.02 cores=0-7
/proc/28643/task/28658/stat : 28658 (java) S 28641 28641 25788 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 20 0 420991423 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995334223984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28659] ppid=28641 vsize=28231644 memory=279275416816016 CPUtime=0.03 cores=0-7
/proc/28643/task/28659/stat : 28659 (java) R 28641 28641 25788 0 -1 4202560 185 0 0 0 3 0 0 0 20 0 20 0 420991423 28909203456 12491 33554432000 4194304 4196468 140725143609904 139995333171440 139995823605152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28660] ppid=28641 vsize=28231644 memory=279275416832176 CPUtime=0.12 cores=0-7
/proc/28643/task/28660/stat : 28660 (java) S 28641 28641 25788 0 -1 1077944384 932 0 0 0 12 0 0 0 20 0 20 0 420991423 28909203456 12491 33554432000 4194304 4196468 140725143609904 139994343663984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28661] ppid=28641 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28661/stat : 28661 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420991424 28909203456 12491 33554432000 4194304 4196468 140725143609904 139994342611680 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28662] ppid=28641 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/28643/task/28662/stat : 28662 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991424 28909203456 12491 33554432000 4194304 4196468 140725143609904 139994341559216 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51416 KiB

[startup+0.70139 s]
/proc/loadavg: 6.62 3.36 4.44 3/216 28662
/proc/meminfo: memFree=31391488/32770624 swapFree=67004172/67108860
[pid=28641] ppid=28638 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28641/stat : 28641 (xcsp3-exec) S 28638 28641 25788 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420991417 115843072 363 33554432000 4194304 5098028 140733171968976 140733171967080 139901988835964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40452096 140733171975030 140733171975273 140733171975273 140733171978186 0
/proc/28641/statm: 28282 363 305 221 0 87 0
[pid=28643] ppid=28641 vsize=28233768 memory=106600 CPUtime=1.93 cores=0-7
/proc/28643/stat : 28643 (java) S 28641 28641 25788 0 -1 1077944320 15736 0 0 0 186 7 0 0 20 0 20 0 420991418 28911378432 26650 33554432000 4194304 4196468 140725143609904 140725143592448 139995838480119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
/proc/28643/statm: 7058442 26650 3445 1 0 7019544 0
[pid=28643/tid=28644] ppid=28641 vsize=28233768 memory=279275417190064 CPUtime=0.68 cores=0-7
/proc/28643/task/28644/stat : 28644 (java) R 28641 28641 25788 0 -1 4202560 8516 0 0 0 64 4 0 0 20 0 20 0 420991418 28911378432 26650 33554432000 4194304 4196468 140725143609904 139995842714864 139995479040102 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28645] ppid=28641 vsize=28233768 memory=139637708596080 CPUtime=0 cores=0-7
/proc/28643/task/28645/stat : 28645 (java) S 28641 28641 25788 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420991419 28911378432 26650 33554432000 4194304 4196468 140725143609904 139995390008080 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28646] ppid=28641 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/28643/task/28646/stat : 28646 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28911378432 26650 33554432000 4194304 4196468 140725143609904 139995388955536 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28647] ppid=28641 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/28643/task/28647/stat : 28647 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420991419 28911378432 26650 33554432000 4194304 4196468 140725143609904 139995387902992 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0

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

/proc/meminfo: memFree=22149460/32770624 swapFree=67004176/67108860
[pid=28641] ppid=28638 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28641/stat : 28641 (xcsp3-exec) S 28638 28641 25788 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420991417 115843072 363 33554432000 4194304 5098028 140733171968976 140733171967080 139901988835964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40452096 140733171975030 140733171975273 140733171975273 140733171978186 0
/proc/28641/statm: 28282 363 305 221 0 87 0
[pid=28643] ppid=28641 vsize=28770376 memory=9297296 CPUtime=19930.2 cores=0-7
/proc/28643/stat : 28643 (java) S 28641 28641 25788 0 -1 1077944320 786431 0 0 0 1990665 2358 0 0 20 0 28 0 420991418 29460865024 2324324 33554432000 4194304 4196468 140725143609904 140725143592448 139995838480119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
/proc/28643/statm: 7192594 2324324 3558 1 0 7153696 0
[pid=28643/tid=28644] ppid=28641 vsize=28770376 memory=6944656575208382560 CPUtime=4.83 cores=0-7
/proc/28643/task/28644/stat : 28644 (java) S 28641 28641 25788 0 -1 1077944384 12475 0 0 0 471 12 0 0 20 0 28 0 420991418 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995842720896 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28645] ppid=28641 vsize=28770376 memory=1452 CPUtime=8.61 cores=0-7
/proc/28643/task/28645/stat : 28645 (java) S 28641 28641 25788 0 -1 1077944384 12648 0 0 0 675 186 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995390008080 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28646] ppid=28641 vsize=28770376 memory=1452 CPUtime=8.69 cores=0-7
/proc/28643/task/28646/stat : 28646 (java) S 28641 28641 25788 0 -1 1077944384 14108 0 0 0 678 191 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995388955536 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28647] ppid=28641 vsize=28770376 memory=9289104 CPUtime=8.68 cores=0-7
/proc/28643/task/28647/stat : 28647 (java) S 28641 28641 25788 0 -1 1077944384 14933 0 0 0 676 192 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995387902992 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28648] ppid=28641 vsize=28770376 memory=3280 CPUtime=8.76 cores=0-7
/proc/28643/task/28648/stat : 28648 (java) S 28641 28641 25788 0 -1 1077944384 12765 0 0 0 687 189 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995386850448 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28649] ppid=28641 vsize=28770376 memory=1452 CPUtime=8.63 cores=0-7
/proc/28643/task/28649/stat : 28649 (java) S 28641 28641 25788 0 -1 1077944384 11138 0 0 0 672 191 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995385796880 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28650] ppid=28641 vsize=28770376 memory=9289104 CPUtime=8.72 cores=0-7
/proc/28643/task/28650/stat : 28650 (java) S 28641 28641 25788 0 -1 1077944384 9091 0 0 0 686 186 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995384744336 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28651] ppid=28641 vsize=28770376 memory=56 CPUtime=8.62 cores=0-7
/proc/28643/task/28651/stat : 28651 (java) S 28641 28641 25788 0 -1 1077944384 18062 0 0 0 678 184 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995383691792 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28652] ppid=28641 vsize=28770376 memory=7523640749695459668 CPUtime=8.72 cores=0-7
/proc/28643/task/28652/stat : 28652 (java) S 28641 28641 25788 0 -1 1077944384 14808 0 0 0 685 187 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995382639248 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28653] ppid=28641 vsize=28770376 memory=1452 CPUtime=0.69 cores=0-7
/proc/28643/task/28653/stat : 28653 (java) S 28641 28641 25788 0 -1 1077944384 31042 0 0 0 63 6 0 0 20 0 28 0 420991420 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995339487728 139995838491266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28654] ppid=28641 vsize=28770376 memory=1452 CPUtime=0 cores=0-7
/proc/28643/task/28654/stat : 28654 (java) S 28641 28641 25788 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 420991421 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995338434016 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28655] ppid=28641 vsize=28770376 memory=8252 CPUtime=0 cores=0-7
/proc/28643/task/28655/stat : 28655 (java) S 28641 28641 25788 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 420991421 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995337381376 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28656] ppid=28641 vsize=28770376 memory=5936 CPUtime=0 cores=0-7
/proc/28643/task/28656/stat : 28656 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995336329936 139995838498715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28657] ppid=28641 vsize=28770376 memory=9297296 CPUtime=7.88 cores=0-7
/proc/28643/task/28657/stat : 28657 (java) S 28641 28641 25788 0 -1 1077944384 49441 0 0 0 779 9 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995335276528 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28658] ppid=28641 vsize=28770376 memory=0 CPUtime=8.1 cores=0-7
/proc/28643/task/28658/stat : 28658 (java) S 28641 28641 25788 0 -1 1077944384 34832 0 0 0 805 5 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995334223984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28659] ppid=28641 vsize=28770376 memory=9289104 CPUtime=9.28 cores=0-7
/proc/28643/task/28659/stat : 28659 (java) S 28641 28641 25788 0 -1 1077944384 52877 0 0 0 918 10 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995333171440 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28660] ppid=28641 vsize=28770376 memory=1452 CPUtime=1.75 cores=0-7
/proc/28643/task/28660/stat : 28660 (java) S 28641 28641 25788 0 -1 1077944384 33445 0 0 0 169 6 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994343663984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28661] ppid=28641 vsize=28770376 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/28643/task/28661/stat : 28661 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420991424 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994342611680 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28662] ppid=28641 vsize=28770376 memory=111628 CPUtime=1.15 cores=0-7
/proc/28643/task/28662/stat : 28662 (java) S 28641 28641 25788 0 -1 1077944384 4523 0 0 0 96 19 0 0 20 0 28 0 420991424 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994341559216 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28665] ppid=28641 vsize=28770376 memory=804 CPUtime=2483.63 cores=0-7
/proc/28643/task/28665/stat : 28665 (java) R 28641 28641 25788 0 -1 4202560 35417 0 0 0 248328 35 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994330488072 139995482921309 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28666] ppid=28641 vsize=28770376 memory=-8253362762722141311 CPUtime=2475.25 cores=0-7
/proc/28643/task/28666/stat : 28666 (java) R 28641 28641 25788 0 -1 4202560 17837 0 0 0 247507 18 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994329436696 139995478179735 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28667] ppid=28641 vsize=28770376 memory=-8412656567318647667 CPUtime=2469.93 cores=0-7
/proc/28643/task/28667/stat : 28667 (java) R 28641 28641 25788 0 -1 4202560 72476 0 0 0 246854 139 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994328382912 139995488871931 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28668] ppid=28641 vsize=28770376 memory=4427205132082312746 CPUtime=2482.5 cores=0-7
/proc/28643/task/28668/stat : 28668 (java) R 28641 28641 25788 0 -1 4202560 10524 0 0 0 248234 16 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994327330520 139995481887707 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28669] ppid=28641 vsize=28770376 memory=-8486080722631693414 CPUtime=2477.41 cores=0-7
/proc/28643/task/28669/stat : 28669 (java) R 28641 28641 25788 0 -1 4202560 270809 0 0 0 247219 522 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994326280960 139995488160454 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28670] ppid=28641 vsize=28770376 memory=1452 CPUtime=2483.7 cores=0-7
/proc/28643/task/28670/stat : 28670 (java) R 28641 28641 25788 0 -1 4202560 13327 0 0 0 248353 17 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994325225656 139995481887974 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28671] ppid=28641 vsize=28770376 memory=9289104 CPUtime=2473.45 cores=0-7
/proc/28643/task/28671/stat : 28671 (java) R 28641 28641 25788 0 -1 4202560 17127 0 0 0 247324 21 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994324172968 139995479908311 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28672] ppid=28641 vsize=28770376 memory=7811893107256485479 CPUtime=2481.03 cores=0-7
/proc/28643/task/28672/stat : 28672 (java) R 28641 28641 25788 0 -1 4202560 21353 0 0 0 248076 27 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994323120408 139995481887573 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
Current children cumulated CPU time: 19930.2 s
Current children cumulated vsize: 28883504 KiB
Current children cumulated memory: 9298748 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.59 8.45 8.17 9/225 28893
/proc/meminfo: memFree=22150416/32770624 swapFree=67004176/67108860
[pid=28641] ppid=28638 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/28641/stat : 28641 (xcsp3-exec) S 28638 28641 25788 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420991417 115843072 363 33554432000 4194304 5098028 140733171968976 140733171967080 139901988835964 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40452096 140733171975030 140733171975273 140733171975273 140733171978186 0
/proc/28641/statm: 28282 363 305 221 0 87 0
[pid=28643] ppid=28641 vsize=28770376 memory=9297296 CPUtime=20071.5 cores=0-7
/proc/28643/stat : 28643 (java) S 28641 28641 25788 0 -1 1077944320 788148 0 0 0 2004790 2360 0 0 20 0 28 0 420991418 29460865024 2324324 33554432000 4194304 4196468 140725143609904 140725143592448 139995838480119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
/proc/28643/statm: 7192594 2324324 3558 1 0 7153696 0
[pid=28643/tid=28644] ppid=28641 vsize=28770376 memory=2091 CPUtime=4.83 cores=0-7
/proc/28643/task/28644/stat : 28644 (java) S 28641 28641 25788 0 -1 1077944384 12475 0 0 0 471 12 0 0 20 0 28 0 420991418 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995842720896 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28645] ppid=28641 vsize=28770376 memory=4872558044660077418 CPUtime=8.66 cores=0-7
/proc/28643/task/28645/stat : 28645 (java) S 28641 28641 25788 0 -1 1077944384 12699 0 0 0 680 186 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995390008080 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28646] ppid=28641 vsize=28770376 memory=1452 CPUtime=8.74 cores=0-7
/proc/28643/task/28646/stat : 28646 (java) S 28641 28641 25788 0 -1 1077944384 14137 0 0 0 683 191 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995388955536 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28647] ppid=28641 vsize=28770376 memory=9297296 CPUtime=8.73 cores=0-7
/proc/28643/task/28647/stat : 28647 (java) S 28641 28641 25788 0 -1 1077944384 14987 0 0 0 681 192 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995387902992 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 14 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28648] ppid=28641 vsize=28770376 memory=924 CPUtime=8.81 cores=0-7
/proc/28643/task/28648/stat : 28648 (java) S 28641 28641 25788 0 -1 1077944384 12841 0 0 0 692 189 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995386850448 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28649] ppid=28641 vsize=28770376 memory=14008 CPUtime=8.68 cores=0-7
/proc/28643/task/28649/stat : 28649 (java) S 28641 28641 25788 0 -1 1077944384 11193 0 0 0 677 191 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995385796880 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 16 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28650] ppid=28641 vsize=28770376 memory=12024 CPUtime=8.77 cores=0-7
/proc/28643/task/28650/stat : 28650 (java) S 28641 28641 25788 0 -1 1077944384 9110 0 0 0 691 186 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995384744336 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28651] ppid=28641 vsize=28770376 memory=2116 CPUtime=8.67 cores=0-7
/proc/28643/task/28651/stat : 28651 (java) S 28641 28641 25788 0 -1 1077944384 18074 0 0 0 683 184 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995383691792 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 17 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28652] ppid=28641 vsize=28770376 memory=21968 CPUtime=8.77 cores=0-7
/proc/28643/task/28652/stat : 28652 (java) S 28641 28641 25788 0 -1 1077944384 14827 0 0 0 690 187 0 0 20 0 28 0 420991419 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995382639248 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28653] ppid=28641 vsize=28770376 memory=496 CPUtime=0.69 cores=0-7
/proc/28643/task/28653/stat : 28653 (java) S 28641 28641 25788 0 -1 1077944384 31046 0 0 0 63 6 0 0 20 0 28 0 420991420 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995339487728 139995838491266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28654] ppid=28641 vsize=28770376 memory=1564 CPUtime=0 cores=0-7
/proc/28643/task/28654/stat : 28654 (java) S 28641 28641 25788 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 420991421 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995338434016 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28655] ppid=28641 vsize=28770376 memory=928 CPUtime=0 cores=0-7
/proc/28643/task/28655/stat : 28655 (java) S 28641 28641 25788 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 28 0 420991421 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995337381376 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28656] ppid=28641 vsize=28770376 memory=1452 CPUtime=0 cores=0-7
/proc/28643/task/28656/stat : 28656 (java) S 28641 28641 25788 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995336329936 139995838498715 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28657] ppid=28641 vsize=28770376 memory=9297296 CPUtime=7.88 cores=0-7
/proc/28643/task/28657/stat : 28657 (java) S 28641 28641 25788 0 -1 1077944384 49441 0 0 0 779 9 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995335276528 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28658] ppid=28641 vsize=28770376 memory=2116 CPUtime=8.1 cores=0-7
/proc/28643/task/28658/stat : 28658 (java) S 28641 28641 25788 0 -1 1077944384 34832 0 0 0 805 5 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995334223984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 49 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28659] ppid=28641 vsize=28770376 memory=21968 CPUtime=9.28 cores=0-7
/proc/28643/task/28659/stat : 28659 (java) S 28641 28641 25788 0 -1 1077944384 52877 0 0 0 918 10 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139995333171440 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28660] ppid=28641 vsize=28770376 memory=496 CPUtime=1.75 cores=0-7
/proc/28643/task/28660/stat : 28660 (java) S 28641 28641 25788 0 -1 1077944384 33445 0 0 0 169 6 0 0 20 0 28 0 420991423 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994343663984 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28661] ppid=28641 vsize=28770376 memory=1564 CPUtime=0 cores=0-7
/proc/28643/task/28661/stat : 28661 (java) S 28641 28641 25788 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420991424 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994342611680 139995838490325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28662] ppid=28641 vsize=28770376 memory=928 CPUtime=1.15 cores=0-7
/proc/28643/task/28662/stat : 28662 (java) S 28641 28641 25788 0 -1 1077944384 4523 0 0 0 96 19 0 0 20 0 28 0 420991424 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994341559216 139995838491266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 55 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28665] ppid=28641 vsize=28770376 memory=1744 CPUtime=2501.28 cores=0-7
/proc/28643/task/28665/stat : 28665 (java) R 28641 28641 25788 0 -1 4202560 35439 0 0 0 250093 35 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994330487832 139995487794039 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28666] ppid=28641 vsize=28770376 memory=792 CPUtime=2492.91 cores=0-7
/proc/28643/task/28666/stat : 28666 (java) R 28641 28641 25788 0 -1 4202560 17856 0 0 0 249273 18 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994329437416 139995480764645 0 4 0 16800975 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28667] ppid=28641 vsize=28770376 memory=1440 CPUtime=2487.34 cores=0-7
/proc/28643/task/28667/stat : 28667 (java) R 28641 28641 25788 0 -1 4202560 72589 0 0 0 248594 140 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994328383304 139995490956859 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28668] ppid=28641 vsize=28770376 memory=1984 CPUtime=2500.16 cores=0-7
/proc/28643/task/28668/stat : 28668 (java) R 28641 28641 25788 0 -1 4202560 10534 0 0 0 250000 16 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994327330520 139995487820181 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28669] ppid=28641 vsize=28770376 memory=2376 CPUtime=2495.07 cores=0-7
/proc/28643/task/28669/stat : 28669 (java) R 28641 28641 25788 0 -1 4202560 272002 0 0 0 248983 524 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994326280960 139995488160627 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28670] ppid=28641 vsize=28770376 memory=6791534058613427641 CPUtime=2501.36 cores=0-7
/proc/28643/task/28670/stat : 28670 (java) R 28641 28641 25788 0 -1 4202560 13334 0 0 0 250119 17 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994325225656 139995485409100 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28671] ppid=28641 vsize=28770376 memory=111628 CPUtime=2490.97 cores=0-7
/proc/28643/task/28671/stat : 28671 (java) R 28641 28641 25788 0 -1 4202560 17149 0 0 0 249076 21 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994324172720 139995486358421 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
[pid=28643/tid=28672] ppid=28641 vsize=28770376 memory=804 CPUtime=2498.68 cores=0-7
/proc/28643/task/28672/stat : 28672 (java) R 28641 28641 25788 0 -1 4202560 21365 0 0 0 249841 27 0 0 20 0 28 0 420991980 29460865024 2324324 33554432000 4194304 4196468 140725143609904 139994323120408 139995481887589 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 24428544 140725143618538 140725143618710 140725143618710 140725143621583 0
Current children cumulated CPU time: 20071.5 s
Current children cumulated vsize: 28883504 KiB
Current children cumulated memory: 9298748 KiB

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

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

[startup+2520.14 s]
# the end of solver process 28643 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20048.5 s, system=23.6498 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.13 s]*
/proc/loadavg: 8.59 8.45 8.17 2/198 28895
/proc/meminfo: memFree=31450292/32770624 swapFree=67004176/67108860
Current cumulated CPU time of completed processes: 0.00225 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.14
CPU time (s): 20072.2
CPU user time (s): 20048.5
CPU system time (s): 23.6498
CPU usage (%): 796.471
Max. virtual memory (cumulated for all children) (KiB): 28883504
Max. memory (cumulated for all children) (KiB): 9298748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20048.5
system time used= 23.6498
maximum resident set size= 9297816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 789339
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73656
involuntary context switches= 241160


# summary of solver processes directly reported to runsolver:
#   pid: 28641,28643
#   total CPU time (s): 20072.2
#   total CPU user time (s): 20048.5
#   total CPU system time (s): 23.6498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.0016 second user time and 27.6107 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-14 09:51:18
IDJOB=4394644
IDBENCH=141053
IDSOLVER=2843
FILE ID=node133/4394644-1568447518
RUNJOBID= node133-1568439804-25815
PBS_JOBID= 21702337
Free space on /tmp= 59416 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394644-1568447518/watcher-4394644-1568447518 -o /tmp/evaluation-result-4394644-1568447518/solver-4394644-1568447518 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568439804-25815 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 283264501 HOME/instance-4394644-1568447518.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=283264501

node133.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.18
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.18
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.18
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.18
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:        31451596 kB
MemAvailable:   31898084 kB
Buffers:          206248 kB
Cached:           523392 kB
SwapCached:         3336 kB
Active:           412496 kB
Inactive:         322192 kB
Active(anon):      29404 kB
Inactive(anon):    16060 kB
Active(file):     383092 kB
Inactive(file):   306132 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004172 kB
Dirty:             26620 kB
Writeback:             0 kB
AnonPages:        133428 kB
Mapped:            45180 kB
Shmem:             31548 kB
Slab:             175296 kB
SReclaimable:     146200 kB
SUnreclaim:        29096 kB
KernelStack:        3792 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59388 MiB
End job on node133 at 2019-09-14 10:33:19