Trace number 4281454

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.5 par (2017-08-18)? (TO) 2006.15 252.13

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
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 variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281454-1503187110.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281454-1503187110.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
2.10/0.77	c solve instance...
2005.34/252.09	s UNKNOWN
2005.34/252.09	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281454-1503187110/watcher-4281454-1503187110 -o /tmp/evaluation-result-4281454-1503187110/solver-4281454-1503187110 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503173704-12412 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2020648443 HOME/instance-4281454-1503187110.xml 

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

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

solver pid=19573, runsolver pid=19570

[startup+0.100135 s]*
/proc/loadavg: 7.54 7.46 7.44 2/201 19594
/proc/meminfo: memFree=28989816/32770624 swapFree=67108860/67108860
[pid=19573] ppid=19570 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 12385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151799112 9740288 346 33554432000 4194304 5098028 140725565378944 140725565377048 140008869618300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28532736 140725565387882 140725565388092 140725565388092 140725565390827 0
/proc/19573/statm: 2378 346 289 221 0 87 0
[pid=19575] ppid=19573 vsize=25999808 memory=26564 CPUtime=0.12 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 12385 0 -1 1077944320 5588 0 0 0 11 1 0 0 20 0 20 0 151799112 26623803392 6641 33554432000 4194304 4196468 140729040095264 140729040077808 140163639922423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
/proc/19575/statm: 6499952 6641 2840 1 0 6488269 0
[pid=19575/tid=19576] ppid=19573 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 12385 0 -1 4202560 3586 0 0 0 8 0 0 0 20 0 20 0 151799112 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163644150000 140163639934358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19577] ppid=19573 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163592542480 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19578] ppid=19573 vsize=25999808 memory=140351250167424 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163591489936 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19579] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163590437392 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19580] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163589384848 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19581] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163588332304 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19582] ppid=19573 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163587279760 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19583] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163586227216 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19584] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26623803392 6641 33554432000 4194304 4196468 140729040095264 140163585174672 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19585] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799114 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162045577200 140163639933570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19586] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151799115 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162044523424 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19587] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151799115 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162043470832 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19588] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799117 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162042419408 140163639941019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19589] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) S 19573 19573 12385 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 151799117 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162041367024 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19590] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799117 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162040314480 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19591] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 12385 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 151799117 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162039261936 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19592] ppid=19573 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) R 19573 19573 12385 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 20 0 151799117 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162038209392 140163621168384 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19593] ppid=19573 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799118 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162037156064 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19594] ppid=19573 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799118 26623803392 6641 33554432000 4194304 4196468 140729040095264 140162036103600 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27948 KiB

[startup+0.210384 s]*
/proc/loadavg: 7.54 7.46 7.44 2/201 19594
/proc/meminfo: memFree=28978900/32770624 swapFree=67108860/67108860
[pid=19573] ppid=19570 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 12385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151799112 9740288 346 33554432000 4194304 5098028 140725565378944 140725565377048 140008869618300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28532736 140725565387882 140725565388092 140725565388092 140725565390827 0
/proc/19573/statm: 2378 346 289 221 0 87 0
[pid=19575] ppid=19573 vsize=26004064 memory=38976 CPUtime=0.33 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 12385 0 -1 1077944320 8268 0 0 0 30 3 0 0 20 0 20 0 151799112 26628161536 9744 33554432000 4194304 4196468 140729040095264 140729040077808 140163639922423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
/proc/19575/statm: 6501024 9744 3073 1 0 6488277 0
[pid=19575/tid=19576] ppid=19573 vsize=26004096 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 12385 0 -1 4202560 5447 0 0 0 18 2 0 0 20 0 20 0 151799112 26628194304 9765 33554432000 4194304 4196468 140729040095264 140163644133216 140163632602141 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19577] ppid=19573 vsize=26004096 memory=331 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628194304 9765 33554432000 4194304 4196468 140729040095264 140163592542480 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19578] ppid=19573 vsize=26004064 memory=140351250181259 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 9765 33554432000 4194304 4196468 140729040095264 140163591489936 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19579] ppid=19573 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 9765 33554432000 4194304 4196468 140729040095264 140163590437392 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19580] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 9765 33554432000 4194304 4196468 140729040095264 140163589384848 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19581] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 9765 33554432000 4194304 4196468 140729040095264 140163588332304 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19582] ppid=19573 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799113 26628194304 9765 33554432000 4194304 4196468 140729040095264 140163587279760 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19583] ppid=19573 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628194304 9765 33554432000 4194304 4196468 140729040095264 140163586227216 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19584] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 9765 33554432000 4194304 4196468 140729040095264 140163585174672 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19585] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799114 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162045577200 140163639933570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19586] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151799115 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162044523424 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19587] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151799115 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162043470832 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19588] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799117 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162042419408 140163639941019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19589] ppid=19573 vsize=26004096 memory=0 CPUtime=0.01 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) S 19573 19573 12385 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 20 0 151799117 26628194304 9765 33554432000 4194304 4196468 140729040095264 140162041367024 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19590] ppid=19573 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 12385 0 -1 1077944384 93 0 0 0 1 0 0 0 20 0 20 0 151799117 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162040314480 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19591] ppid=19573 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 12385 0 -1 1077944384 151 0 0 0 1 0 0 0 20 0 20 0 151799117 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162039261936 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19592] ppid=19573 vsize=26004064 memory=-1 CPUtime=0.08 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) S 19573 19573 12385 0 -1 1077944384 739 0 0 0 8 0 0 0 20 0 20 0 151799117 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162038209392 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19593] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799118 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162037156064 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19594] ppid=19573 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799118 26628161536 9765 33554432000 4194304 4196468 140729040095264 140162036103600 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40360 KiB

[startup+0.310435 s]*
/proc/loadavg: 7.54 7.46 7.44 4/201 19594
/proc/meminfo: memFree=28974124/32770624 swapFree=67108860/67108860
[pid=19573] ppid=19570 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 12385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151799112 9740288 346 33554432000 4194304 5098028 140725565378944 140725565377048 140008869618300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28532736 140725565387882 140725565388092 140725565388092 140725565390827 0
/proc/19573/statm: 2378 346 289 221 0 87 0
[pid=19575] ppid=19573 vsize=26004064 memory=46184 CPUtime=0.52 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 12385 0 -1 1077944320 9301 0 0 0 48 4 0 0 20 0 20 0 151799112 26628161536 11546 33554432000 4194304 4196468 140729040095264 140729040077808 140163639922423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
/proc/19575/statm: 6501016 11546 3102 1 0 6488269 0
[pid=19575/tid=19576] ppid=19573 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 12385 0 -1 4202560 6129 0 0 0 27 2 0 0 20 0 20 0 151799112 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163644145168 140163624002910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19577] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163592542480 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19578] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163591489936 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19579] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163590437392 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19580] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163589384848 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19581] ppid=19573 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163588332304 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19582] ppid=19573 vsize=26004064 memory=140351142720431 CPUtime=0 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163587279760 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19583] ppid=19573 vsize=26004064 memory=140351142722736 CPUtime=0 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163586227216 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19584] ppid=19573 vsize=26004064 memory=140351142725040 CPUtime=0 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26628161536 11546 33554432000 4194304 4196468 140729040095264 140163585174672 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19585] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799114 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162045577200 140163639933570 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19586] ppid=19573 vsize=26004064 memory=280702285457040 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 12385 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 151799115 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162044523424 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19587] ppid=19573 vsize=26004064 memory=280702285463952 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 12385 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 151799115 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162043470832 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19588] ppid=19573 vsize=26004064 memory=280702285405232 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799117 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162042419408 140163639941019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19589] ppid=19573 vsize=26004064 memory=280702285477776 CPUtime=0.02 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) R 19573 19573 12385 0 -1 4202560 545 0 0 0 2 0 0 0 20 0 20 0 151799117 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162041367024 140163625048579 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19590] ppid=19573 vsize=26004064 memory=280702285484688 CPUtime=0.03 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 12385 0 -1 1077944384 251 0 0 0 3 0 0 0 20 0 20 0 151799117 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162040314480 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19591] ppid=19573 vsize=26004064 memory=280702285482384 CPUtime=0.02 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 12385 0 -1 1077944384 168 0 0 0 2 0 0 0 20 0 20 0 151799117 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162039261936 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19592] ppid=19573 vsize=26004064 memory=280702285498544 CPUtime=0.13 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) S 19573 19573 12385 0 -1 1077944384 899 0 0 0 13 0 0 0 20 0 20 0 151799117 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162038209392 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19593] ppid=19573 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799118 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162037156064 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19594] ppid=19573 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799118 26628161536 11546 33554432000 4194304 4196468 140729040095264 140162036103600 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47568 KiB

[startup+0.700957 s]
/proc/loadavg: 7.54 7.46 7.44 6/201 19594
/proc/meminfo: memFree=28951252/32770624 swapFree=67108860/67108860
[pid=19573] ppid=19570 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 12385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151799112 9740288 346 33554432000 4194304 5098028 140725565378944 140725565377048 140008869618300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28532736 140725565387882 140725565388092 140725565388092 140725565390827 0
/proc/19573/statm: 2378 346 289 221 0 87 0
[pid=19575] ppid=19573 vsize=26006188 memory=127680 CPUtime=2.1 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 12385 0 -1 1077944320 14893 0 0 0 203 7 0 0 20 0 20 0 151799112 26630336512 31920 33554432000 4194304 4196468 140729040095264 140729040077808 140163639922423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
/proc/19575/statm: 6501547 31920 3219 1 0 6488781 0
[pid=19575/tid=19576] ppid=19573 vsize=26006188 memory=280702285856432 CPUtime=0.67 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) R 19573 19573 12385 0 -1 4202560 6749 0 0 0 64 3 0 0 20 0 20 0 151799112 26630336512 31920 33554432000 4194304 4196468 140729040095264 140163644156800 140163256714267 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19577] ppid=19573 vsize=26006188 memory=140351142929264 CPUtime=0 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 12385 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 151799113 26630336512 31920 33554432000 4194304 4196468 140729040095264 140163592542480 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19578] ppid=19573 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 151799113 26630336512 31920 33554432000 4194304 4196468 140729040095264 140163591489936 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19579] ppid=19573 vsize=26006188 memory=5792 CPUtime=0 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 151799113 26630336512 31920 33554432000 4194304 4196468 140729040095264 140163590437392 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0

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

[pid=19575/tid=19602] ppid=19573 vsize=26538700 memory=1384 CPUtime=160.53 cores=0-7
/proc/19575/task/19602/stat : 19602 (java) R 19573 19573 12385 0 -1 4202560 3013 0 0 0 16049 4 0 0 20 0 28 0 151799191 27175628800 249651 33554432000 4194304 4196468 140729040095264 140161953259232 140163260101179 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
Current children cumulated CPU time: 1289.65 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 999988 KiB

[startup+222.301 s]
/proc/loadavg: 8.08 7.89 7.63 9/207 19602
/proc/meminfo: memFree=28086440/32770624 swapFree=67108860/67108860
[pid=19573] ppid=19570 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 12385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151799112 9740288 346 33554432000 4194304 5098028 140725565378944 140725565377048 140008869618300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28532736 140725565387882 140725565388092 140725565388092 140725565390827 0
/proc/19573/statm: 2378 346 289 221 0 87 0
[pid=19575] ppid=19573 vsize=26538700 memory=931916 CPUtime=1768.31 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 12385 0 -1 1077944320 74779 0 0 0 176740 91 0 0 20 0 28 0 151799112 27175628800 232979 33554432000 4194304 4196468 140729040095264 140729040077808 140163639922423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
/proc/19575/statm: 6634675 232979 3285 1 0 6621909 0
[pid=19575/tid=19576] ppid=19573 vsize=26538700 memory=195698690 CPUtime=0.76 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) S 19573 19573 12385 0 -1 1077944384 6832 0 0 0 72 4 0 0 20 0 28 0 151799112 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163644163200 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19577] ppid=19573 vsize=26538700 memory=140355545134719 CPUtime=0.12 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 12385 0 -1 1077944384 395 0 0 0 8 4 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163592542480 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19578] ppid=19573 vsize=26538700 memory=1384 CPUtime=0.11 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 12385 0 -1 1077944384 2021 0 0 0 7 4 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163591489936 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19579] ppid=19573 vsize=26538700 memory=931916 CPUtime=0.12 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 12385 0 -1 1077944384 1529 0 0 0 8 4 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163590437392 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19580] ppid=19573 vsize=26538700 memory=1384 CPUtime=0.13 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 12385 0 -1 1077944384 436 0 0 0 9 4 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163589384848 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19581] ppid=19573 vsize=26538700 memory=1384 CPUtime=0.12 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 12385 0 -1 1077944384 1091 0 0 0 8 4 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163588332304 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19582] ppid=19573 vsize=26538700 memory=1384 CPUtime=0.13 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 12385 0 -1 1077944384 743 0 0 0 9 4 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163587279760 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19583] ppid=19573 vsize=26538700 memory=972956 CPUtime=0.11 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 12385 0 -1 1077944384 1336 0 0 0 8 3 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163586227216 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19584] ppid=19573 vsize=26538700 memory=931916 CPUtime=0.12 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 12385 0 -1 1077944384 530 0 0 0 9 3 0 0 20 0 28 0 151799113 27175628800 232979 33554432000 4194304 4196468 140729040095264 140163585174672 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19585] ppid=19573 vsize=26538700 memory=4136 CPUtime=0.04 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 12385 0 -1 1077944384 3262 0 0 0 3 1 0 0 20 0 28 0 151799114 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162045577200 140163639933570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19586] ppid=19573 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 12385 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 151799115 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162044523488 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19587] ppid=19573 vsize=26538700 memory=931916 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 12385 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 151799115 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162043470848 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19588] ppid=19573 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151799117 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162042419408 140163639941019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19589] ppid=19573 vsize=26538700 memory=8608 CPUtime=1.63 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) S 19573 19573 12385 0 -1 1077944384 7312 0 0 0 161 2 0 0 20 0 28 0 151799117 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162041367024 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19590] ppid=19573 vsize=26538700 memory=303430223234596890 CPUtime=1.73 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 12385 0 -1 1077944384 8000 0 0 0 172 1 0 0 20 0 28 0 151799117 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162040314480 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19591] ppid=19573 vsize=26538700 memory=288230621803970871 CPUtime=1.96 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 12385 0 -1 1077944384 8595 0 0 0 194 2 0 0 20 0 28 0 151799117 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162039261936 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19592] ppid=19573 vsize=26538700 memory=931916 CPUtime=0.7 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) S 19573 19573 12385 0 -1 1077944384 6202 0 0 0 68 2 0 0 20 0 28 0 151799117 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162038209392 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19593] ppid=19573 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151799118 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162037156064 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19594] ppid=19573 vsize=26538700 memory=1224 CPUtime=0.06 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 12385 0 -1 1077944384 1846 0 0 0 1 5 0 0 20 0 28 0 151799118 27175628800 232979 33554432000 4194304 4196468 140729040095264 140162036103600 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19595] ppid=19573 vsize=26538700 memory=5792 CPUtime=219.98 cores=0-7
/proc/19575/task/19595/stat : 19595 (java) R 19573 19573 12385 0 -1 4202560 1196 0 0 0 21998 0 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161960630896 140163260561379 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19596] ppid=19573 vsize=26538700 memory=280702287165376 CPUtime=220.48 cores=0-7
/proc/19575/task/19596/stat : 19596 (java) R 19573 19573 12385 0 -1 4202560 1019 0 0 0 22047 1 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161959576152 140163261211664 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19597] ppid=19573 vsize=26538700 memory=6944656592387989600 CPUtime=219.36 cores=0-7
/proc/19575/task/19597/stat : 19597 (java) R 19573 19573 12385 0 -1 4202560 2410 0 0 0 21933 3 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161958526880 140163260100520 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19598] ppid=19573 vsize=26538700 memory=56 CPUtime=220.33 cores=0-7
/proc/19575/task/19598/stat : 19598 (java) R 19573 19573 12385 0 -1 4202560 8132 0 0 0 22010 23 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161957474904 140163262841611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19599] ppid=19573 vsize=26538700 memory=14161 CPUtime=219.69 cores=0-7
/proc/19575/task/19599/stat : 19599 (java) R 19573 19573 12385 0 -1 4202560 4146 0 0 0 21963 6 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161956418728 140163260675161 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19600] ppid=19573 vsize=26538700 memory=163 CPUtime=219.77 cores=0-7
/proc/19575/task/19600/stat : 19600 (java) R 19573 19573 12385 0 -1 4202560 1110 0 0 0 21976 1 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161955369816 140163261957824 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19601] ppid=19573 vsize=26538700 memory=171 CPUtime=220.14 cores=0-7
/proc/19575/task/19601/stat : 19601 (java) R 19573 19573 12385 0 -1 4202560 1170 0 0 0 22014 0 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161954316248 140163261958546 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19602] ppid=19573 vsize=26538700 memory=1384 CPUtime=220.48 cores=0-7
/proc/19575/task/19602/stat : 19602 (java) R 19573 19573 12385 0 -1 4202560 4146 0 0 0 22044 4 0 0 20 0 28 0 151799191 27175628800 232979 33554432000 4194304 4196468 140729040095264 140161953259496 140163261958414 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
Current children cumulated CPU time: 1768.31 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 933300 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.011 s]*
/proc/loadavg: 8.12 7.92 7.65 9/207 19602
/proc/meminfo: memFree=28128592/32770624 swapFree=67108860/67108860
[pid=19573] ppid=19570 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19573/stat : 19573 (xcsp3-exec) S 19570 19573 12385 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 151799112 9740288 346 33554432000 4194304 5098028 140725565378944 140725565377048 140008869618300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28532736 140725565387882 140725565388092 140725565388092 140725565390827 0
/proc/19573/statm: 2378 346 289 221 0 87 0
[pid=19575] ppid=19573 vsize=26538700 memory=889060 CPUtime=2005.34 cores=0-7
/proc/19575/stat : 19575 (java) S 19573 19573 12385 0 -1 1077944320 93397 0 0 0 200431 103 0 0 20 0 28 0 151799112 27175628800 222265 33554432000 4194304 4196468 140729040095264 140729040077808 140163639922423 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
/proc/19575/statm: 6634675 222265 3285 1 0 6621909 0
[pid=19575/tid=19576] ppid=19573 vsize=26538700 memory=1424 CPUtime=0.76 cores=0-7
/proc/19575/task/19576/stat : 19576 (java) S 19573 19573 12385 0 -1 1077944384 6832 0 0 0 72 4 0 0 20 0 28 0 151799112 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163644163200 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19577] ppid=19573 vsize=26538700 memory=8608 CPUtime=0.13 cores=0-7
/proc/19575/task/19577/stat : 19577 (java) S 19573 19573 12385 0 -1 1077944384 889 0 0 0 9 4 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163592542480 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19578] ppid=19573 vsize=26538700 memory=1724 CPUtime=0.12 cores=0-7
/proc/19575/task/19578/stat : 19578 (java) S 19573 19573 12385 0 -1 1077944384 2123 0 0 0 8 4 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163591489936 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19579] ppid=19573 vsize=26538700 memory=4872558044660077418 CPUtime=0.14 cores=0-7
/proc/19575/task/19579/stat : 19579 (java) S 19573 19573 12385 0 -1 1077944384 1602 0 0 0 9 5 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163590437392 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19580] ppid=19573 vsize=26538700 memory=7784 CPUtime=0.14 cores=0-7
/proc/19575/task/19580/stat : 19580 (java) S 19573 19573 12385 0 -1 1077944384 1008 0 0 0 10 4 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163589384848 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19581] ppid=19573 vsize=26538700 memory=832 CPUtime=0.14 cores=0-7
/proc/19575/task/19581/stat : 19581 (java) S 19573 19573 12385 0 -1 1077944384 1563 0 0 0 9 5 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163588332304 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19582] ppid=19573 vsize=26538700 memory=1696 CPUtime=0.15 cores=0-7
/proc/19575/task/19582/stat : 19582 (java) S 19573 19573 12385 0 -1 1077944384 928 0 0 0 10 5 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163587279760 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19583] ppid=19573 vsize=26538700 memory=920 CPUtime=0.12 cores=0-7
/proc/19575/task/19583/stat : 19583 (java) S 19573 19573 12385 0 -1 1077944384 1874 0 0 0 9 3 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163586227216 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19584] ppid=19573 vsize=26538700 memory=5324 CPUtime=0.13 cores=0-7
/proc/19575/task/19584/stat : 19584 (java) S 19573 19573 12385 0 -1 1077944384 958 0 0 0 10 3 0 0 20 0 28 0 151799113 27175628800 222265 33554432000 4194304 4196468 140729040095264 140163585174672 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19585] ppid=19573 vsize=26538700 memory=4104 CPUtime=0.04 cores=0-7
/proc/19575/task/19585/stat : 19585 (java) S 19573 19573 12385 0 -1 1077944384 4607 0 0 0 3 1 0 0 20 0 28 0 151799114 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162045577200 140163639933570 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19586] ppid=19573 vsize=26538700 memory=1160 CPUtime=0 cores=0-7
/proc/19575/task/19586/stat : 19586 (java) S 19573 19573 12385 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 151799115 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162044523488 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19587] ppid=19573 vsize=26538700 memory=3692 CPUtime=0 cores=0-7
/proc/19575/task/19587/stat : 19587 (java) S 19573 19573 12385 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 151799115 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162043470848 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19588] ppid=19573 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/19575/task/19588/stat : 19588 (java) S 19573 19573 12385 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 151799117 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162042419408 140163639941019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19589] ppid=19573 vsize=26538700 memory=903424 CPUtime=1.7 cores=0-7
/proc/19575/task/19589/stat : 19589 (java) S 19573 19573 12385 0 -1 1077944384 9662 0 0 0 168 2 0 0 20 0 28 0 151799117 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162041367024 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19590] ppid=19573 vsize=26538700 memory=889060 CPUtime=1.82 cores=0-7
/proc/19575/task/19590/stat : 19590 (java) S 19573 19573 12385 0 -1 1077944384 9494 0 0 0 180 2 0 0 20 0 28 0 151799117 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162040314480 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19591] ppid=19573 vsize=26538700 memory=6791534058613427641 CPUtime=2.41 cores=0-7
/proc/19575/task/19591/stat : 19591 (java) S 19573 19573 12385 0 -1 1077944384 12549 0 0 0 238 3 0 0 20 0 28 0 151799117 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162039261936 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19592] ppid=19573 vsize=26538700 memory=1696 CPUtime=0.71 cores=0-7
/proc/19575/task/19592/stat : 19592 (java) S 19573 19573 12385 0 -1 1077944384 7513 0 0 0 69 2 0 0 20 0 28 0 151799117 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162038209392 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19593] ppid=19573 vsize=26538700 memory=920 CPUtime=0 cores=0-7
/proc/19575/task/19593/stat : 19593 (java) S 19573 19573 12385 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 151799118 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162037156064 140163639932629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19594] ppid=19573 vsize=26538700 memory=5324 CPUtime=0.06 cores=0-7
/proc/19575/task/19594/stat : 19594 (java) S 19573 19573 12385 0 -1 1077944384 1974 0 0 0 1 5 0 0 20 0 28 0 151799118 27175628800 222265 33554432000 4194304 4196468 140729040095264 140162036103600 140163639933570 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19595] ppid=19573 vsize=26538700 memory=4104 CPUtime=249.43 cores=0-7
/proc/19575/task/19595/stat : 19595 (java) R 19573 19573 12385 0 -1 4202560 1487 0 0 0 24942 1 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161960630912 140163259896368 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19596] ppid=19573 vsize=26538700 memory=1160 CPUtime=250.17 cores=0-7
/proc/19575/task/19596/stat : 19596 (java) R 19573 19573 12385 0 -1 4202560 1274 0 0 0 25016 1 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161959576360 140163260561609 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19597] ppid=19573 vsize=26538700 memory=3692 CPUtime=248.71 cores=0-7
/proc/19575/task/19597/stat : 19597 (java) R 19573 19573 12385 0 -1 4202560 2931 0 0 0 24868 3 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161958523640 140163260483868 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19598] ppid=19573 vsize=26538700 memory=1384 CPUtime=249.95 cores=0-7
/proc/19575/task/19598/stat : 19598 (java) R 19573 19573 12385 0 -1 4202560 9580 0 0 0 24969 26 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161957471064 140163255720580 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19599] ppid=19573 vsize=26538700 memory=889060 CPUtime=249.23 cores=0-7
/proc/19575/task/19599/stat : 19599 (java) R 19573 19573 12385 0 -1 4202560 4798 0 0 0 24916 7 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161956418728 140163260878563 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19600] ppid=19573 vsize=26538700 memory=6791534058613427641 CPUtime=249.26 cores=0-7
/proc/19575/task/19600/stat : 19600 (java) R 19573 19573 12385 0 -1 4202560 1433 0 0 0 24924 2 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161955366184 140163260531796 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19601] ppid=19573 vsize=26538700 memory=0 CPUtime=249.78 cores=0-7
/proc/19575/task/19601/stat : 19601 (java) R 19573 19573 12385 0 -1 4202560 1527 0 0 0 24977 1 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161954311680 140163260561391 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
[pid=19575/tid=19602] ppid=19573 vsize=26538700 memory=23186 CPUtime=250.03 cores=0-7
/proc/19575/task/19602/stat : 19602 (java) R 19573 19573 12385 0 -1 4202560 5471 0 0 0 24997 6 0 0 20 0 28 0 151799191 27175628800 222265 33554432000 4194304 4196468 140729040095264 140161953261984 140163260100976 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 30765056 140729040102552 140729040102728 140729040102728 140729040105423 0
Current children cumulated CPU time: 2005.34 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 890444 KiB

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

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

[startup+252.13 s]
# the end of solver process 19575 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2005.1 s, system=1.04612 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): 252.13
CPU time (s): 2006.15
CPU user time (s): 2005.1
CPU system time (s): 1.04612
CPU usage (%): 795.68
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1159552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2005.1
system time used= 1.04612
maximum resident set size= 1172984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94476
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11127
involuntary context switches= 22360


# summary of solver processes directly reported to runsolver:
#   pid: 19573,19575
#   total CPU time (s): 2006.15
#   total CPU user time (s): 2005.1
#   total CPU system time (s): 1.04612

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.26195 second user time and 2.64381 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-20 01:44:09
IDJOB=4281454
IDBENCH=135432
IDSOLVER=2676
FILE ID=node102/4281454-1503187110
RUNJOBID= node102-1503173704-12412
PBS_JOBID= 20630840
Free space on /tmp= 61880 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4281454-1503187110/watcher-4281454-1503187110 -o /tmp/evaluation-result-4281454-1503187110/solver-4281454-1503187110 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node102-1503173704-12412 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 2020648443 HOME/instance-4281454-1503187110.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=2020648443

node102.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.35
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.35
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.35
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.35
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:        29006636 kB
MemAvailable:   31974472 kB
Buffers:          237892 kB
Cached:          3022760 kB
SwapCached:            0 kB
Active:           968156 kB
Inactive:        2345236 kB
Active(anon):       5648 kB
Inactive(anon):    83080 kB
Active(file):     962508 kB
Inactive(file):  2262156 kB
Unevictable:        7476 kB
Mlocked:            7476 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7944 kB
Writeback:             0 kB
AnonPages:         75748 kB
Mapped:            51792 kB
Shmem:             33420 kB
Slab:             145244 kB
SReclaimable:     118016 kB
SUnreclaim:        27228 kB
KernelStack:        3552 kB
PageTables:         5208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61872 MiB
End job on node102 at 2017-08-20 01:48:22