Trace number 4301294

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 seq (e747e1e)? (TO) 252.086 234.619

General information on the benchmark

NameNurseRostering/
NurseRostering-13_c18.xml
MD5SUMbfb8f77ba8ae689b0ec737170bc63bca
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 variables8025
Number of constraints17841
Number of domains21
Minimum domain size1
Maximum domain size121
Distribution of domain sizes[{"size":1,"count":652},{"size":2,"count":1350},{"size":3,"count":156},{"size":4,"count":72},{"size":5,"count":33},{"size":6,"count":8},{"size":7,"count":121},{"size":8,"count":124},{"size":11,"count":96},{"size":12,"count":117},{"size":19,"count":3360},{"size":29,"count":900},{"size":120,"count":504},{"size":121,"count":532}]
Minimum variable degree2
Maximum variable degree55
Distribution of variable degrees[{"degree":2,"count":4185},{"degree":3,"count":480},{"degree":42,"count":5},{"degree":43,"count":95},{"degree":44,"count":120},{"degree":45,"count":25},{"degree":46,"count":79},{"degree":47,"count":137},{"degree":48,"count":190},{"degree":49,"count":200},{"degree":50,"count":288},{"degree":51,"count":991},{"degree":52,"count":861},{"degree":53,"count":271},{"degree":54,"count":78},{"degree":55,"count":20}]
Minimum constraint arity2
Maximum constraint arity240
Distribution of constraint arities[{"arity":2,"count":5938},{"arity":3,"count":5850},{"arity":4,"count":370},{"arity":6,"count":2530},{"arity":7,"count":220},{"arity":19,"count":120},{"arity":29,"count":2280},{"arity":121,"count":532},{"arity":240,"count":1}]
Number of extensional constraints3772
Number of intensional constraints2031
Distribution of constraint types[{"type":"extension","count":3772},{"type":"intension","count":2031},{"type":"regular","count":6235},{"type":"sum","count":240},{"type":"count","count":5562},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301294-1532878432.xml"  -tl '252s' -p 1
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4301294-1532878432.xml, -tl, 252s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
13.02/4.40	c solve instance...
252.05/234.60	s UNKNOWN
252.05/234.60	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 (13164 MiB free)
  memory of node 1: 16384 MiB (13248 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301294-1532878432/watcher-4301294-1532878432 -o /tmp/evaluation-result-4301294-1532878432/solver-4301294-1532878432 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532875384-10017 --watchdog 312 HOME/xcsp3-exec -seed 783387881 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301294-1532878432.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=12257, runsolver pid=12254

[startup+0.101014 s]*
/proc/loadavg: 2.00 2.01 1.97 3/223 12273
/proc/meminfo: memFree=27030308/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0
[pid=12259] ppid=12257 vsize=14082940 memory=28432 CPUtime=0.11 cores=0,2,4,6
/proc/12259/stat : 12259 (java) S 12257 12257 5155 0 -1 1077944320 5526 0 0 0 10 1 0 0 20 0 15 0 105406358 14420930560 7108 33554432000 4194304 4196468 140730283284528 140730283267072 140384533888759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
/proc/12259/statm: 3520735 7108 3002 1 0 3483012 0
[pid=12259/tid=12260] ppid=12257 vsize=14082940 memory=8514701219880730790 CPUtime=0.09 cores=0,2,4,6
/proc/12259/task/12260/stat : 12260 (java) R 12257 12257 5155 0 -1 4202560 3531 0 0 0 8 1 0 0 20 0 15 0 105406359 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384538122032 140384517969276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12261] ppid=12257 vsize=14082940 memory=3472468087938110672 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12261/stat : 12261 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384496995088 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12262] ppid=12257 vsize=14082940 memory=139959042958976 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12262/stat : 12262 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384128920464 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12263] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12263/stat : 12263 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384127867920 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12264] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12264/stat : 12264 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384126815376 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12265] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12265/stat : 12265 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406361 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384008099824 140384533899906 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12266] ppid=12257 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12266/stat : 12266 (java) S 12257 12257 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406361 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384007046048 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12267] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406361 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384005993456 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) S 12257 12257 5155 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384003889648 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) S 12257 12257 5155 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384002837104 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14082940 memory=139959042958976 CPUtime=0.01 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) R 12257 12257 5155 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 105406364 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384001784560 140384533910106 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 7108 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14082940 memory=139959042958976 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 7108 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29884 KiB

[startup+0.210951 s]*
/proc/loadavg: 2.00 2.01 1.97 3/223 12273
/proc/meminfo: memFree=27019976/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0
[pid=12259] ppid=12257 vsize=14082940 memory=40908 CPUtime=0.34 cores=0,2,4,6
/proc/12259/stat : 12259 (java) S 12257 12257 5155 0 -1 1077944320 8205 0 0 0 31 3 0 0 20 0 15 0 105406358 14420930560 10227 33554432000 4194304 4196468 140730283284528 140730283267072 140384533888759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
/proc/12259/statm: 3520735 10227 3208 1 0 3483012 0
[pid=12259/tid=12260] ppid=12257 vsize=14082940 memory=5854518564242424225 CPUtime=0.2 cores=0,2,4,6
/proc/12259/task/12260/stat : 12260 (java) R 12257 12257 5155 0 -1 4202560 5398 0 0 0 18 2 0 0 20 0 15 0 105406359 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384538125520 140384533900694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12261] ppid=12257 vsize=14082940 memory=3472468087938110672 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12261/stat : 12261 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384496995088 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12262] ppid=12257 vsize=14082940 memory=139959042958976 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12262/stat : 12262 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384128920464 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12263] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12263/stat : 12263 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384127867920 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12264] ppid=12257 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12264/stat : 12264 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384126815376 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12265] ppid=12257 vsize=14082940 memory=139959042958976 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12265/stat : 12265 (java) S 12257 12257 5155 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105406361 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384008099824 140384533899906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12266] ppid=12257 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12266/stat : 12266 (java) S 12257 12257 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406361 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384007046048 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12267] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406361 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384005993456 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) S 12257 12257 5155 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 105406364 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384003889648 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) R 12257 12257 5155 0 -1 4202560 270 0 0 0 2 0 0 0 20 0 15 0 105406364 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384002837104 140384517777372 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14082940 memory=139959042958976 CPUtime=0.08 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) S 12257 12257 5155 0 -1 1077944384 792 0 0 0 8 0 0 0 20 0 15 0 105406364 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384001784560 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 10227 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14082940 memory=139959042958976 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406364 14420930560 10227 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42360 KiB

[startup+0.31833 s]*
/proc/loadavg: 2.00 2.01 1.97 4/223 12273
/proc/meminfo: memFree=27012936/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0
[pid=12259] ppid=12257 vsize=14087196 memory=48112 CPUtime=0.53 cores=0,2,4,6
/proc/12259/stat : 12259 (java) S 12257 12257 5155 0 -1 1077944320 9219 0 0 0 49 4 0 0 20 0 15 0 105406358 14425288704 12028 33554432000 4194304 4196468 140730283284528 140730283267072 140384533888759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
/proc/12259/statm: 3521799 12028 3246 1 0 3483012 0
[pid=12259/tid=12260] ppid=12257 vsize=14087196 memory=8514701219881125278 CPUtime=0.29 cores=0,2,4,6
/proc/12259/task/12260/stat : 12260 (java) R 12257 12257 5155 0 -1 4202560 6174 0 0 0 27 2 0 0 20 0 15 0 105406359 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384538119872 140384517969246 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12261] ppid=12257 vsize=14087196 memory=3472468087938110672 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12261/stat : 12261 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384496995088 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12262] ppid=12257 vsize=14087196 memory=139959042958976 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12262/stat : 12262 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384128920464 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12263] ppid=12257 vsize=14087196 memory=19 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12263/stat : 12263 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384127867920 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12264] ppid=12257 vsize=14087196 memory=139958891456543 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12264/stat : 12264 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384126815376 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12265] ppid=12257 vsize=14087196 memory=279917782892320 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12265/stat : 12265 (java) S 12257 12257 5155 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105406361 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384008099824 140384533899906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12266] ppid=12257 vsize=14087196 memory=139958891433487 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12266/stat : 12266 (java) S 12257 12257 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406361 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384007046048 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12267] ppid=12257 vsize=14087196 memory=279917934401632 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406361 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384005993456 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14087196 memory=139958891438095 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14087196 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) S 12257 12257 5155 0 -1 1077944384 458 0 0 0 4 0 0 0 20 0 15 0 105406364 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384003889648 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14087196 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) S 12257 12257 5155 0 -1 1077944384 369 0 0 0 5 0 0 0 20 0 15 0 105406364 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384002837104 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) S 12257 12257 5155 0 -1 1077944384 915 0 0 0 12 0 0 0 20 0 15 0 105406364 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384001784560 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14425288704 12028 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14087196 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406364 14425288704 12028 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49564 KiB

[startup+0.704328 s]
/proc/loadavg: 2.00 2.01 1.97 6/223 12273
/proc/meminfo: memFree=26986756/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0
[pid=12259] ppid=12257 vsize=14089320 memory=97652 CPUtime=1.81 cores=0,2,4,6
/proc/12259/stat : 12259 (java) S 12257 12257 5155 0 -1 1077944320 12874 0 0 0 175 6 0 0 20 0 15 0 105406358 14427463680 24413 33554432000 4194304 4196468 140730283284528 140730283267072 140384533888759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
/proc/12259/statm: 3522330 24413 3354 1 0 3483524 0
[pid=12259/tid=12260] ppid=12257 vsize=14089320 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/12259/task/12260/stat : 12260 (java) R 12257 12257 5155 0 -1 4202560 6573 0 0 0 64 3 0 0 20 0 15 0 105406359 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384538126352 140384174127003 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12261] ppid=12257 vsize=14089320 memory=4639059895069856102 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12261/stat : 12261 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384496995088 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12262] ppid=12257 vsize=14089320 memory=4638778411218063696 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12262/stat : 12262 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384128920464 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12263] ppid=12257 vsize=14089320 memory=7100839870071150693 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12263/stat : 12263 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406359 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384127867920 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12264] ppid=12257 vsize=14089320 memory=-7395679465411340910 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12264/stat : 12264 (java) S 12257 12257 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105406359 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384126815376 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12265] ppid=12257 vsize=14089320 memory=-9001734043636558696 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12265/stat : 12265 (java) S 12257 12257 5155 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 105406361 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384008099824 140384533899906 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12266] ppid=12257 vsize=14089320 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12266/stat : 12266 (java) S 12257 12257 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105406361 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384007046048 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12267] ppid=12257 vsize=14089320 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105406361 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384005993456 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14089320 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14089320 memory=30528 CPUtime=0.37 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) R 12257 12257 5155 0 -1 4202560 1373 0 0 0 37 0 0 0 20 0 15 0 105406364 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384003875968 140384515408444 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14089320 memory=1244 CPUtime=0.36 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) R 12257 12257 5155 0 -1 4202560 1509 0 0 0 36 0 0 0 20 0 15 0 105406364 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384002822984 140384517276813 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14089320 memory=2268 CPUtime=0.37 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) S 12257 12257 5155 0 -1 1077944384 2109 0 0 0 36 1 0 0 20 0 15 0 105406364 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384001784560 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14089320 memory=7163890427858739792 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14427463680 24413 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14089320 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105406364 14427463680 24413 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 99104 KiB

[startup+1.50079 s]
/proc/loadavg: 2.00 2.01 1.97 5/223 12273
/proc/meminfo: memFree=26895292/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0

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

/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105406361 14429560832 175527 33554432000 4194304 4196468 140730283284528 140384005993472 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14091368 memory=1309 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 175527 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14091368 memory=496 CPUtime=7.36 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) S 12257 12257 5155 0 -1 1077944384 20885 0 0 0 734 2 0 0 20 0 15 0 105406364 14429560832 175527 33554432000 4194304 4196468 140730283284528 140384003889648 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14091368 memory=685724 CPUtime=7.67 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) S 12257 12257 5155 0 -1 1077944384 28072 0 0 0 765 2 0 0 20 0 15 0 105406364 14429560832 175527 33554432000 4194304 4196468 140730283284528 140384002837104 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14091368 memory=1452 CPUtime=1.15 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) S 12257 12257 5155 0 -1 1077944384 11039 0 0 0 112 3 0 0 20 0 15 0 105406364 14429560832 175527 33554432000 4194304 4196468 140730283284528 140384001784560 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14091368 memory=698012 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 175527 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14091368 memory=1452 CPUtime=0.05 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1529 0 0 0 2 3 0 0 20 0 15 0 105406364 14429560832 175527 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 118.66 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 703560 KiB

[startup+162.301 s]
/proc/loadavg: 1.99 2.06 2.00 3/221 12354
/proc/meminfo: memFree=26390788/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0
[pid=12259] ppid=12257 vsize=14091368 memory=834664 CPUtime=179.53 cores=0,2,4,6
/proc/12259/stat : 12259 (java) S 12257 12257 5155 0 -1 1077944320 91646 0 0 0 17905 48 0 0 20 0 15 0 105406358 14429560832 208666 33554432000 4194304 4196468 140730283284528 140730283267072 140384533888759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
/proc/12259/statm: 3522842 208666 3429 1 0 3484036 0
[pid=12259/tid=12260] ppid=12257 vsize=14091368 memory=834664 CPUtime=161.65 cores=0,2,4,6
/proc/12259/task/12260/stat : 12260 (java) R 12257 12257 5155 0 -1 4202560 16286 0 0 0 16154 11 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384538126344 140384181650737 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12261] ppid=12257 vsize=14091368 memory=834664 CPUtime=0.28 cores=0,2,4,6
/proc/12259/task/12261/stat : 12261 (java) S 12257 12257 5155 0 -1 1077944384 950 0 0 0 23 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384496995088 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12262] ppid=12257 vsize=14091368 memory=834664 CPUtime=0.27 cores=0,2,4,6
/proc/12259/task/12262/stat : 12262 (java) S 12257 12257 5155 0 -1 1077944384 558 0 0 0 22 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384128920464 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12263] ppid=12257 vsize=14091368 memory=834664 CPUtime=0.24 cores=0,2,4,6
/proc/12259/task/12263/stat : 12263 (java) S 12257 12257 5155 0 -1 1077944384 877 0 0 0 19 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384127867920 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12264] ppid=12257 vsize=14091368 memory=1452 CPUtime=0.25 cores=0,2,4,6
/proc/12259/task/12264/stat : 12264 (java) S 12257 12257 5155 0 -1 1077944384 1194 0 0 0 19 6 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384126815376 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12265] ppid=12257 vsize=14091368 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/12259/task/12265/stat : 12265 (java) S 12257 12257 5155 0 -1 1077944384 1533 0 0 0 1 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384008099824 140384533899906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12266] ppid=12257 vsize=14091368 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12266/stat : 12266 (java) S 12257 12257 5155 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384007046112 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12267] ppid=12257 vsize=14091368 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384005993472 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14091368 memory=1452 CPUtime=7.65 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) S 12257 12257 5155 0 -1 1077944384 24398 0 0 0 763 2 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384003889648 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14091368 memory=1452 CPUtime=7.82 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) S 12257 12257 5155 0 -1 1077944384 30568 0 0 0 779 3 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384002837104 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14091368 memory=834664 CPUtime=1.17 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) S 12257 12257 5155 0 -1 1077944384 12344 0 0 0 114 3 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384001784560 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14091368 memory=834664 CPUtime=0.1 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1588 0 0 0 5 5 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 179.53 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 836116 KiB

[startup+222.301 s]
/proc/loadavg: 1.92 2.03 1.99 3/221 12355
/proc/meminfo: memFree=26372348/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0
[pid=12259] ppid=12257 vsize=14091368 memory=834664 CPUtime=239.75 cores=0,2,4,6
/proc/12259/stat : 12259 (java) S 12257 12257 5155 0 -1 1077944320 93374 0 0 0 23924 51 0 0 20 0 15 0 105406358 14429560832 208666 33554432000 4194304 4196468 140730283284528 140730283267072 140384533888759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
/proc/12259/statm: 3522842 208666 3429 1 0 3484036 0
[pid=12259/tid=12260] ppid=12257 vsize=14091368 memory=834664 CPUtime=221.65 cores=0,2,4,6
/proc/12259/task/12260/stat : 12260 (java) R 12257 12257 5155 0 -1 4202560 16717 0 0 0 22154 11 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384538125136 140384181650507 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12261] ppid=12257 vsize=14091368 memory=-3622645143214314312 CPUtime=0.28 cores=0,2,4,6
/proc/12259/task/12261/stat : 12261 (java) S 12257 12257 5155 0 -1 1077944384 950 0 0 0 23 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384496995088 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12262] ppid=12257 vsize=14091368 memory=834664 CPUtime=0.27 cores=0,2,4,6
/proc/12259/task/12262/stat : 12262 (java) S 12257 12257 5155 0 -1 1077944384 558 0 0 0 22 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384128920464 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12263] ppid=12257 vsize=14091368 memory=834664 CPUtime=0.24 cores=0,2,4,6
/proc/12259/task/12263/stat : 12263 (java) S 12257 12257 5155 0 -1 1077944384 877 0 0 0 19 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384127867920 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12264] ppid=12257 vsize=14091368 memory=1452 CPUtime=0.25 cores=0,2,4,6
/proc/12259/task/12264/stat : 12264 (java) S 12257 12257 5155 0 -1 1077944384 1194 0 0 0 19 6 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384126815376 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12265] ppid=12257 vsize=14091368 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/12259/task/12265/stat : 12265 (java) S 12257 12257 5155 0 -1 1077944384 1544 0 0 0 1 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384008099824 140384533899906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12266] ppid=12257 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12266/stat : 12266 (java) S 12257 12257 5155 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384007046112 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12267] ppid=12257 vsize=14091368 memory=834664 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384005993472 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14091368 memory=4036 CPUtime=7.73 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) S 12257 12257 5155 0 -1 1077944384 24463 0 0 0 771 2 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384003889648 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14091368 memory=4036 CPUtime=7.9 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) S 12257 12257 5155 0 -1 1077944384 31728 0 0 0 787 3 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384002837104 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14091368 memory=30528 CPUtime=1.17 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) S 12257 12257 5155 0 -1 1077944384 12368 0 0 0 114 3 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384001784560 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14091368 memory=834664 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14091368 memory=1452 CPUtime=0.14 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1625 0 0 0 6 8 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 239.75 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 836116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.601 s]
/proc/loadavg: 1.94 2.03 1.99 3/221 12355
/proc/meminfo: memFree=26372576/32770624 swapFree=67108856/67108860
[pid=12257] ppid=12254 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/12257/stat : 12257 (xcsp3-exec) S 12254 12257 5155 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 105406358 115843072 363 33554432000 4194304 5098028 140733263094288 140733263092392 139757994619516 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19881984 140733263103041 140733263103241 140733263103241 140733263105994 0
/proc/12257/statm: 28282 363 305 221 0 87 0
[pid=12259] ppid=12257 vsize=14091368 memory=834664 CPUtime=252.05 cores=0,2,4,6
/proc/12259/stat : 12259 (java) S 12257 12257 5155 0 -1 1077944320 94240 0 0 0 25154 51 0 0 20 0 15 0 105406358 14429560832 208666 33554432000 4194304 4196468 140730283284528 140730283267072 140384533888759 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
/proc/12259/statm: 3522842 208666 3429 1 0 3484036 0
[pid=12259/tid=12260] ppid=12257 vsize=14091368 memory=6791534058613427641 CPUtime=233.95 cores=0,2,4,6
/proc/12259/task/12260/stat : 12260 (java) R 12257 12257 5155 0 -1 4202560 16978 0 0 0 23384 11 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384538127112 140384181650465 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12261] ppid=12257 vsize=14091368 memory=2268 CPUtime=0.28 cores=0,2,4,6
/proc/12259/task/12261/stat : 12261 (java) S 12257 12257 5155 0 -1 1077944384 950 0 0 0 23 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384496995088 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12262] ppid=12257 vsize=14091368 memory=1804 CPUtime=0.27 cores=0,2,4,6
/proc/12259/task/12262/stat : 12262 (java) S 12257 12257 5155 0 -1 1077944384 558 0 0 0 22 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384128920464 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12263] ppid=12257 vsize=14091368 memory=796 CPUtime=0.24 cores=0,2,4,6
/proc/12259/task/12263/stat : 12263 (java) S 12257 12257 5155 0 -1 1077944384 877 0 0 0 19 5 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384127867920 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12264] ppid=12257 vsize=14091368 memory=1712 CPUtime=0.25 cores=0,2,4,6
/proc/12259/task/12264/stat : 12264 (java) S 12257 12257 5155 0 -1 1077944384 1194 0 0 0 19 6 0 0 20 0 15 0 105406359 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384126815376 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12265] ppid=12257 vsize=14091368 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/12259/task/12265/stat : 12265 (java) S 12257 12257 5155 0 -1 1077944384 1544 0 0 0 1 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384008099824 140384533899906 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12266] ppid=12257 vsize=14091368 memory=834664 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12266/stat : 12266 (java) S 12257 12257 5155 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384007046112 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12267] ppid=12257 vsize=14091368 memory=275 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12267/stat : 12267 (java) S 12257 12257 5155 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 105406361 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384005993472 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12268] ppid=12257 vsize=14091368 memory=59 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12268/stat : 12268 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384004942032 140384533907355 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12269] ppid=12257 vsize=14091368 memory=84 CPUtime=7.73 cores=0,2,4,6
/proc/12259/task/12269/stat : 12269 (java) S 12257 12257 5155 0 -1 1077944384 24463 0 0 0 771 2 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384003889648 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12270] ppid=12257 vsize=14091368 memory=18688 CPUtime=7.9 cores=0,2,4,6
/proc/12259/task/12270/stat : 12270 (java) S 12257 12257 5155 0 -1 1077944384 31728 0 0 0 787 3 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384002837104 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12271] ppid=12257 vsize=14091368 memory=8881 CPUtime=1.17 cores=0,2,4,6
/proc/12259/task/12271/stat : 12271 (java) S 12257 12257 5155 0 -1 1077944384 12964 0 0 0 114 3 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384001784560 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12272] ppid=12257 vsize=14091368 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/12259/task/12272/stat : 12272 (java) S 12257 12257 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140384000732256 140384533898965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
[pid=12259/tid=12273] ppid=12257 vsize=14091368 memory=6628 CPUtime=0.14 cores=0,2,4,6
/proc/12259/task/12273/stat : 12273 (java) S 12257 12257 5155 0 -1 1077944384 1634 0 0 0 6 8 0 0 20 0 15 0 105406364 14429560832 208666 33554432000 4194304 4196468 140730283284528 140383999678768 140384533899906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 28278784 140730283287692 140730283287862 140730283287862 140730283290575 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 836116 KiB

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

[startup+234.611 s]
# the end of solver process 12257 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000848 s, system=0.001697 s

[startup+234.619 s]
# the end of solver process 12259 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.556 s, system=0.530004 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 234.619
CPU time (s): 252.086
CPU user time (s): 251.556
CPU system time (s): 0.530004
CPU usage (%): 107.445
Max. virtual memory (cumulated for all children) (KiB): 14207080
Max. memory (cumulated for all children) (KiB): 836116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.556
system time used= 0.530004
maximum resident set size= 835236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95421
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8660
involuntary context switches= 246


# summary of solver processes directly reported to runsolver:
#   pid: 12257,12259
#   total CPU time (s): 252.086
#   total CPU user time (s): 251.556
#   total CPU system time (s): 0.530004

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51852 second user time and 2.35398 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 17:33:52
IDJOB=4301294
IDBENCH=141057
IDSOLVER=2772
FILE ID=node133/4301294-1532878432
RUNJOBID= node133-1532875384-10017
PBS_JOBID= 21022495
Free space on /tmp= 50528 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-13_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301294-1532878432/watcher-4301294-1532878432 -o /tmp/evaluation-result-4301294-1532878432/solver-4301294-1532878432 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532875384-10017 --watchdog 312  HOME/xcsp3-exec -seed 783387881 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301294-1532878432.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= bfb8f77ba8ae689b0ec737170bc63bca
RANDOM SEED=783387881

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.24
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.24
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.24
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.24
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:        27046772 kB
MemAvailable:   31532756 kB
Buffers:          201172 kB
Cached:          4536376 kB
SwapCached:            0 kB
Active:          2630300 kB
Inactive:        2577384 kB
Active(anon):     421572 kB
Inactive(anon):    76688 kB
Active(file):    2208728 kB
Inactive(file):  2500696 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             22348 kB
Writeback:             0 kB
AnonPages:        510188 kB
Mapped:            55124 kB
Shmem:             25244 kB
Slab:             212784 kB
SReclaimable:     184792 kB
SUnreclaim:        27992 kB
KernelStack:        3936 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1690360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    380928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50504 MiB
End job on node133 at 2018-07-29 17:37:47