Trace number 4271644

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-09)? (TO) 2006.5601 252.106

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-4271644-1502644647.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271644-1502644647.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.19	c 8 solvers in parallel
0.34/0.26	c parse instance...
2.07/0.76	c solve instance...
2005.86/252.08	s UNKNOWN
2005.86/252.08	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271644-1502644647/watcher-4271644-1502644647 -o /tmp/evaluation-result-4271644-1502644647/solver-4271644-1502644647 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 282733599 HOME/instance-4271644-1502644647.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
solver pid=15808, runsolver pid=15805
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 8.86 7.99 6.74 2/201 15829
/proc/meminfo: memFree=28575336/32770624 swapFree=67108860/67108860
[pid=15808] ppid=15805 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15808/stat : 15808 (xcsp3-exec) S 15805 15808 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97552627 9740288 346 33554432000 4194304 5098028 140722520676128 140722520674232 140366379848316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27041792 140722520683627 140722520683836 140722520683836 140722520686571 0
/proc/15808/statm: 2378 346 289 221 0 87 0
[pid=15810] ppid=15808 vsize=25999808 memory=26672 CPUtime=0.12 cores=0-7
/proc/15810/stat : 15810 (java) S 15808 15808 4410 0 -1 1077944320 5621 0 0 0 10 2 0 0 20 0 20 0 97552627 26623803392 6668 33554432000 4194304 4196468 140723297256192 140723297238736 140273071668983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
/proc/15810/statm: 6499952 6668 2834 1 0 6488269 0
[pid=15810/tid=15811] ppid=15808 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15810/task/15811/stat : 15811 (java) R 15808 15808 4410 0 -1 4202560 3616 0 0 0 8 1 0 0 20 0 20 0 97552627 26623803392 6668 33554432000 4194304 4196468 140723297256192 140273075893040 140273071680918 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15812] ppid=15808 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15810/task/15812/stat : 15812 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272630102928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15813] ppid=15808 vsize=25999808 memory=140677292250752 CPUtime=0 cores=0-7
/proc/15810/task/15813/stat : 15813 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272629050128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15814] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15814/stat : 15814 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272627997840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15815] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15815/stat : 15815 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272626945040 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15816] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15816/stat : 15816 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272625891728 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15817] ppid=15808 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15810/task/15817/stat : 15817 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272624838928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15818] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15818/stat : 15818 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272623786640 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15819] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15819/stat : 15819 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26623803392 6668 33554432000 4194304 4196468 140723297256192 140272622733840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15820] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15820/stat : 15820 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552629 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271478082160 140273071680130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15821] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15821/stat : 15821 (java) S 15808 15808 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97552630 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271477028128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15822] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15822/stat : 15822 (java) S 15808 15808 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97552630 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271475975792 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15823] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15823/stat : 15823 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552633 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271474924112 140273071687579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15824] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15824/stat : 15824 (java) S 15808 15808 4410 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 97552633 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271473870960 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15825] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15825/stat : 15825 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552633 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271472818160 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15826] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15826/stat : 15826 (java) S 15808 15808 4410 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 97552633 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271471765872 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15827] ppid=15808 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15810/task/15827/stat : 15827 (java) R 15808 15808 4410 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 97552633 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271470710608 140273071680918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15828] ppid=15808 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15828/stat : 15828 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552633 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271469661024 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15829] ppid=15808 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15810/task/15829/stat : 15829 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552633 26623803392 6668 33554432000 4194304 4196468 140723297256192 140271468608304 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28056 KiB

[startup+0.210541 s]*
/proc/loadavg: 8.86 7.99 6.74 2/201 15829
/proc/meminfo: memFree=28563800/32770624 swapFree=67108860/67108860
[pid=15808] ppid=15805 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15808/stat : 15808 (xcsp3-exec) S 15805 15808 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97552627 9740288 346 33554432000 4194304 5098028 140722520676128 140722520674232 140366379848316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27041792 140722520683627 140722520683836 140722520683836 140722520686571 0
/proc/15808/statm: 2378 346 289 221 0 87 0
[pid=15810] ppid=15808 vsize=26004064 memory=39440 CPUtime=0.34 cores=0-7
/proc/15810/stat : 15810 (java) S 15808 15808 4410 0 -1 1077944320 8442 0 0 0 31 3 0 0 20 0 20 0 97552627 26628161536 9860 33554432000 4194304 4196468 140723297256192 140723297238736 140273071668983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
/proc/15810/statm: 6501016 9860 3078 1 0 6488269 0
[pid=15810/tid=15811] ppid=15808 vsize=26004096 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15810/task/15811/stat : 15811 (java) R 15808 15808 4410 0 -1 4202560 5537 0 0 0 18 1 0 0 20 0 20 0 97552627 26628194304 9860 33554432000 4194304 4196468 140723297256192 140273075870672 140273064386087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15812] ppid=15808 vsize=26004064 memory=330 CPUtime=0 cores=0-7
/proc/15810/task/15812/stat : 15812 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 9860 33554432000 4194304 4196468 140723297256192 140272630102928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15813] ppid=15808 vsize=26004064 memory=3761267801492051616 CPUtime=0 cores=0-7
/proc/15810/task/15813/stat : 15813 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 9860 33554432000 4194304 4196468 140723297256192 140272629050128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15814] ppid=15808 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15810/task/15814/stat : 15814 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 9860 33554432000 4194304 4196468 140723297256192 140272627997840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15815] ppid=15808 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15815/stat : 15815 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628194304 9860 33554432000 4194304 4196468 140723297256192 140272626945040 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15816] ppid=15808 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15816/stat : 15816 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628194304 9860 33554432000 4194304 4196468 140723297256192 140272625891728 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15817] ppid=15808 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15810/task/15817/stat : 15817 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 9860 33554432000 4194304 4196468 140723297256192 140272624838928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15818] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15818/stat : 15818 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 9860 33554432000 4194304 4196468 140723297256192 140272623786640 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15819] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15819/stat : 15819 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 9860 33554432000 4194304 4196468 140723297256192 140272622733840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15820] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15820/stat : 15820 (java) S 15808 15808 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97552629 26628161536 9860 33554432000 4194304 4196468 140723297256192 140271478082160 140273071680130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15821] ppid=15808 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15821/stat : 15821 (java) S 15808 15808 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97552630 26628194304 9860 33554432000 4194304 4196468 140723297256192 140271477028128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15822] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15822/stat : 15822 (java) S 15808 15808 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97552630 26628161536 9860 33554432000 4194304 4196468 140723297256192 140271475975792 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15823] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15823/stat : 15823 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552633 26628161536 9860 33554432000 4194304 4196468 140723297256192 140271474924112 140273071687579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15824] ppid=15808 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15810/task/15824/stat : 15824 (java) S 15808 15808 4410 0 -1 1077944384 530 0 0 0 1 0 0 0 20 0 20 0 97552633 26628161536 9860 33554432000 4194304 4196468 140723297256192 140271473870960 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15825] ppid=15808 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15810/task/15825/stat : 15825 (java) S 15808 15808 4410 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 20 0 97552633 26628161536 9860 33554432000 4194304 4196468 140723297256192 140271472818160 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15826] ppid=15808 vsize=26004096 memory=-1 CPUtime=0.01 cores=0-7
/proc/15810/task/15826/stat : 15826 (java) S 15808 15808 4410 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 20 0 97552633 26628194304 9860 33554432000 4194304 4196468 140723297256192 140271471765872 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15827] ppid=15808 vsize=26004096 memory=-1 CPUtime=0.08 cores=0-7
/proc/15810/task/15827/stat : 15827 (java) S 15808 15808 4410 0 -1 1077944384 767 0 0 0 8 0 0 0 20 0 20 0 97552633 26628194304 9860 33554432000 4194304 4196468 140723297256192 140271470713072 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15828] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15828/stat : 15828 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552633 26628161536 9860 33554432000 4194304 4196468 140723297256192 140271469661024 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15829] ppid=15808 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15810/task/15829/stat : 15829 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552633 26628161536 9860 33554432000 4194304 4196468 140723297256192 140271468608304 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40824 KiB

[startup+0.310723 s]*
/proc/loadavg: 8.86 7.99 6.74 4/201 15829
/proc/meminfo: memFree=28556512/32770624 swapFree=67108860/67108860
[pid=15808] ppid=15805 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15808/stat : 15808 (xcsp3-exec) S 15805 15808 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97552627 9740288 346 33554432000 4194304 5098028 140722520676128 140722520674232 140366379848316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27041792 140722520683627 140722520683836 140722520683836 140722520686571 0
/proc/15808/statm: 2378 346 289 221 0 87 0
[pid=15810] ppid=15808 vsize=26004064 memory=47104 CPUtime=0.52 cores=0-7
/proc/15810/stat : 15810 (java) S 15808 15808 4410 0 -1 1077944320 9498 0 0 0 49 3 0 0 20 0 20 0 97552627 26628161536 11776 33554432000 4194304 4196468 140723297256192 140723297238736 140273071668983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
/proc/15810/statm: 6501016 11776 3116 1 0 6488269 0
[pid=15810/tid=15811] ppid=15808 vsize=26004064 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15810/task/15811/stat : 15811 (java) R 15808 15808 4410 0 -1 4202560 6184 0 0 0 28 2 0 0 20 0 20 0 97552627 26628161536 11776 33554432000 4194304 4196468 140723297256192 140273075890896 140273055749470 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15812] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15812/stat : 15812 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272630102928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15813] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15813/stat : 15813 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272629050128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15814] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15814/stat : 15814 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272627997840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15815] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15815/stat : 15815 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272626945040 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15816] ppid=15808 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/15810/task/15816/stat : 15816 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272625891728 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15817] ppid=15808 vsize=26004064 memory=140677157581743 CPUtime=0 cores=0-7
/proc/15810/task/15817/stat : 15817 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272624838928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15818] ppid=15808 vsize=26004064 memory=140677157584048 CPUtime=0 cores=0-7
/proc/15810/task/15818/stat : 15818 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272623786640 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15819] ppid=15808 vsize=26004064 memory=140677157586352 CPUtime=0 cores=0-7
/proc/15810/task/15819/stat : 15819 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26628161536 11776 33554432000 4194304 4196468 140723297256192 140272622733840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15820] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15820/stat : 15820 (java) S 15808 15808 4410 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 97552629 26628161536 11776 33554432000 4194304 4196468 140723297256192 140271478082160 140273071680130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15821] ppid=15808 vsize=26004064 memory=281354315179664 CPUtime=0 cores=0-7
/proc/15810/task/15821/stat : 15821 (java) S 15808 15808 4410 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97552630 26628161536 11776 33554432000 4194304 4196468 140723297256192 140271477028128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15822] ppid=15808 vsize=26004064 memory=281354315186576 CPUtime=0 cores=0-7
/proc/15810/task/15822/stat : 15822 (java) S 15808 15808 4410 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97552630 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271475975792 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15823] ppid=15808 vsize=26004064 memory=281354315127856 CPUtime=0 cores=0-7
/proc/15810/task/15823/stat : 15823 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552633 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271474924112 140273071687579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15824] ppid=15808 vsize=26004064 memory=281354315200400 CPUtime=0.01 cores=0-7
/proc/15810/task/15824/stat : 15824 (java) R 15808 15808 4410 0 -1 4202560 538 0 0 0 1 0 0 0 20 0 20 0 97552633 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271473860224 140273055055542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15825] ppid=15808 vsize=26004064 memory=281354315207312 CPUtime=0.02 cores=0-7
/proc/15810/task/15825/stat : 15825 (java) S 15808 15808 4410 0 -1 1077944384 83 0 0 0 2 0 0 0 20 0 20 0 97552633 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271472818160 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15826] ppid=15808 vsize=26004064 memory=281354315205008 CPUtime=0.03 cores=0-7
/proc/15810/task/15826/stat : 15826 (java) S 15808 15808 4410 0 -1 1077944384 455 0 0 0 3 0 0 0 20 0 20 0 97552633 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271471765872 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15827] ppid=15808 vsize=26004064 memory=281354315221168 CPUtime=0.13 cores=0-7
/proc/15810/task/15827/stat : 15827 (java) S 15808 15808 4410 0 -1 1077944384 930 0 0 0 13 0 0 0 20 0 20 0 97552633 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271470713072 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15828] ppid=15808 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15828/stat : 15828 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552633 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271469661024 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15829] ppid=15808 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15810/task/15829/stat : 15829 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552633 26628161536 11840 33554432000 4194304 4196468 140723297256192 140271468608304 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 48488 KiB

[startup+0.700989 s]
/proc/loadavg: 8.86 7.99 6.74 6/201 15829
/proc/meminfo: memFree=28535996/32770624 swapFree=67108860/67108860
[pid=15808] ppid=15805 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15808/stat : 15808 (xcsp3-exec) S 15805 15808 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97552627 9740288 346 33554432000 4194304 5098028 140722520676128 140722520674232 140366379848316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27041792 140722520683627 140722520683836 140722520683836 140722520686571 0
/proc/15808/statm: 2378 346 289 221 0 87 0
[pid=15810] ppid=15808 vsize=26006188 memory=132200 CPUtime=2.07 cores=0-7
/proc/15810/stat : 15810 (java) S 15808 15808 4410 0 -1 1077944320 14548 0 0 0 201 6 0 0 20 0 20 0 97552627 26630336512 33050 33554432000 4194304 4196468 140723297256192 140723297238736 140273071668983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
/proc/15810/statm: 6501547 33050 3210 1 0 6488781 0
[pid=15810/tid=15811] ppid=15808 vsize=26006188 memory=281354315579056 CPUtime=0.67 cores=0-7
/proc/15810/task/15811/stat : 15811 (java) R 15808 15808 4410 0 -1 4202560 6781 0 0 0 64 3 0 0 20 0 20 0 97552627 26630336512 33050 33554432000 4194304 4196468 140723297256192 140273075906048 140272710742016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15812] ppid=15808 vsize=26006188 memory=140677157790576 CPUtime=0 cores=0-7
/proc/15810/task/15812/stat : 15812 (java) S 15808 15808 4410 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97552628 26630336512 33050 33554432000 4194304 4196468 140723297256192 140272630102928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15813] ppid=15808 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15810/task/15813/stat : 15813 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97552628 26630336512 33050 33554432000 4194304 4196468 140723297256192 140272629050128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15814] ppid=15808 vsize=26006188 memory=11008 CPUtime=0 cores=0-7
/proc/15810/task/15814/stat : 15814 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97552628 26630336512 33050 33554432000 4194304 4196468 140723297256192 140272627997840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0

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

[pid=15810/tid=15837] ppid=15808 vsize=26538700 memory=1384 CPUtime=160.1 cores=0-7
/proc/15810/task/15837/stat : 15837 (java) R 15808 15808 4410 0 -1 4202560 5309 0 0 0 16004 6 0 0 20 0 28 0 97552707 27175628800 172038 33554432000 4194304 4196468 140723297256192 140271453231904 140272714557772 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
Current children cumulated CPU time: 1290.18 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 689536 KiB

[startup+222.302 s]
/proc/loadavg: 8.62 8.33 7.14 9/207 15837
/proc/meminfo: memFree=27913360/32770624 swapFree=67108860/67108860
[pid=15808] ppid=15805 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15808/stat : 15808 (xcsp3-exec) S 15805 15808 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97552627 9740288 346 33554432000 4194304 5098028 140722520676128 140722520674232 140366379848316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27041792 140722520683627 140722520683836 140722520683836 140722520686571 0
/proc/15808/statm: 2378 346 289 221 0 87 0
[pid=15810] ppid=15808 vsize=26538700 memory=689956 CPUtime=1768.89 cores=0-7
/proc/15810/stat : 15810 (java) S 15808 15808 4410 0 -1 1077944320 85802 0 0 0 176779 110 0 0 20 0 28 0 97552627 27175628800 172489 33554432000 4194304 4196468 140723297256192 140723297238736 140273071668983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
/proc/15810/statm: 6634675 172489 3283 1 0 6621909 0
[pid=15810/tid=15811] ppid=15808 vsize=26538700 memory=689956 CPUtime=0.75 cores=0-7
/proc/15810/task/15811/stat : 15811 (java) S 15808 15808 4410 0 -1 1077944384 6863 0 0 0 71 4 0 0 20 0 28 0 97552627 27175628800 172489 33554432000 4194304 4196468 140723297256192 140273075909760 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15812] ppid=15808 vsize=26538700 memory=1384 CPUtime=0.18 cores=0-7
/proc/15810/task/15812/stat : 15812 (java) S 15808 15808 4410 0 -1 1077944384 2771 0 0 0 10 8 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272630102928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15813] ppid=15808 vsize=26538700 memory=1384 CPUtime=0.14 cores=0-7
/proc/15810/task/15813/stat : 15813 (java) S 15808 15808 4410 0 -1 1077944384 1806 0 0 0 7 7 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272629050128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15814] ppid=15808 vsize=26538700 memory=14 CPUtime=0.19 cores=0-7
/proc/15810/task/15814/stat : 15814 (java) S 15808 15808 4410 0 -1 1077944384 658 0 0 0 11 8 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272627997840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15815] ppid=15808 vsize=26538700 memory=12 CPUtime=0.17 cores=0-7
/proc/15810/task/15815/stat : 15815 (java) S 15808 15808 4410 0 -1 1077944384 1544 0 0 0 10 7 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272626945040 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15816] ppid=15808 vsize=26538700 memory=140677158245387 CPUtime=0.18 cores=0-7
/proc/15810/task/15816/stat : 15816 (java) S 15808 15808 4410 0 -1 1077944384 2366 0 0 0 10 8 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272625891728 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15817] ppid=15808 vsize=26538700 memory=576574510189602056 CPUtime=0.17 cores=0-7
/proc/15810/task/15817/stat : 15817 (java) S 15808 15808 4410 0 -1 1077944384 1283 0 0 0 9 8 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272624838928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15818] ppid=15808 vsize=26538700 memory=688500 CPUtime=0.19 cores=0-7
/proc/15810/task/15818/stat : 15818 (java) S 15808 15808 4410 0 -1 1077944384 1128 0 0 0 11 8 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272623786640 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15819] ppid=15808 vsize=26538700 memory=1384 CPUtime=0.18 cores=0-7
/proc/15810/task/15819/stat : 15819 (java) S 15808 15808 4410 0 -1 1077944384 1153 0 0 0 9 9 0 0 20 0 28 0 97552628 27175628800 172489 33554432000 4194304 4196468 140723297256192 140272622733840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15820] ppid=15808 vsize=26538700 memory=70080780044778 CPUtime=0.06 cores=0-7
/proc/15810/task/15820/stat : 15820 (java) S 15808 15808 4410 0 -1 1077944384 4609 0 0 0 3 3 0 0 20 0 28 0 97552629 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271478082160 140273071680130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15821] ppid=15808 vsize=26538700 memory=2111027764731700 CPUtime=0 cores=0-7
/proc/15810/task/15821/stat : 15821 (java) S 15808 15808 4410 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 97552630 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271477028192 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15822] ppid=15808 vsize=26538700 memory=1788 CPUtime=0 cores=0-7
/proc/15810/task/15822/stat : 15822 (java) S 15808 15808 4410 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 97552630 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271475975792 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15823] ppid=15808 vsize=26538700 memory=952 CPUtime=0 cores=0-7
/proc/15810/task/15823/stat : 15823 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97552633 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271474924112 140273071687579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15824] ppid=15808 vsize=26538700 memory=1384 CPUtime=1.72 cores=0-7
/proc/15810/task/15824/stat : 15824 (java) S 15808 15808 4410 0 -1 1077944384 9217 0 0 0 170 2 0 0 20 0 28 0 97552633 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271473870960 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15825] ppid=15808 vsize=26538700 memory=1384 CPUtime=1.74 cores=0-7
/proc/15810/task/15825/stat : 15825 (java) S 15808 15808 4410 0 -1 1077944384 4880 0 0 0 173 1 0 0 20 0 28 0 97552633 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271472818160 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15826] ppid=15808 vsize=26538700 memory=691016 CPUtime=2.26 cores=0-7
/proc/15810/task/15826/stat : 15826 (java) S 15808 15808 4410 0 -1 1077944384 10567 0 0 0 224 2 0 0 20 0 28 0 97552633 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271471765872 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15827] ppid=15808 vsize=26538700 memory=4140 CPUtime=0.7 cores=0-7
/proc/15810/task/15827/stat : 15827 (java) S 15808 15808 4410 0 -1 1077944384 9087 0 0 0 69 1 0 0 20 0 28 0 97552633 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271470713072 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15828] ppid=15808 vsize=26538700 memory=691016 CPUtime=0 cores=0-7
/proc/15810/task/15828/stat : 15828 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97552633 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271469661024 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15829] ppid=15808 vsize=26538700 memory=1384 CPUtime=0.05 cores=0-7
/proc/15810/task/15829/stat : 15829 (java) S 15808 15808 4410 0 -1 1077944384 912 0 0 0 0 5 0 0 20 0 28 0 97552633 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271468608304 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15830] ppid=15808 vsize=26538700 memory=1384 CPUtime=220.29 cores=0-7
/proc/15810/task/15830/stat : 15830 (java) R 15808 15808 4410 0 -1 4202560 1634 0 0 0 22027 2 0 0 20 0 28 0 97552705 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271460601008 140272716391413 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15831] ppid=15808 vsize=26538700 memory=1384 CPUtime=220.38 cores=0-7
/proc/15810/task/15831/stat : 15831 (java) R 15808 15808 4410 0 -1 4202560 1405 0 0 0 22037 1 0 0 20 0 28 0 97552705 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271459549912 140272714577442 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15832] ppid=15808 vsize=26538700 memory=691016 CPUtime=220.69 cores=0-7
/proc/15810/task/15832/stat : 15832 (java) R 15808 15808 4410 0 -1 4202560 2705 0 0 0 22066 3 0 0 20 0 28 0 97552705 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271458493048 140272714576960 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15833] ppid=15808 vsize=26538700 memory=1296 CPUtime=220.15 cores=0-7
/proc/15810/task/15833/stat : 15833 (java) R 15808 15808 4410 0 -1 4202560 3473 0 0 0 22009 6 0 0 20 0 28 0 97552705 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271457442272 140272714557813 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15834] ppid=15808 vsize=26538700 memory=2428 CPUtime=219.38 cores=0-7
/proc/15810/task/15834/stat : 15834 (java) R 15808 15808 4410 0 -1 4202560 7278 0 0 0 21933 5 0 0 20 0 28 0 97552705 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271456387704 140272717000309 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15835] ppid=15808 vsize=26538700 memory=1728 CPUtime=220 cores=0-7
/proc/15810/task/15835/stat : 15835 (java) R 15808 15808 4410 0 -1 4202560 1446 0 0 0 21998 2 0 0 20 0 28 0 97552705 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271455334856 140272715942044 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15836] ppid=15808 vsize=26538700 memory=1716 CPUtime=219.59 cores=0-7
/proc/15810/task/15836/stat : 15836 (java) R 15808 15808 4410 0 -1 4202560 1375 0 0 0 21958 1 0 0 20 0 28 0 97552705 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271454281888 140272715426693 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15837] ppid=15808 vsize=26538700 memory=796 CPUtime=219.53 cores=0-7
/proc/15810/task/15837/stat : 15837 (java) R 15808 15808 4410 0 -1 4202560 6313 0 0 0 21947 6 0 0 20 0 28 0 97552707 27175628800 172489 33554432000 4194304 4196468 140723297256192 140271453228696 140272714557828 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
Current children cumulated CPU time: 1768.89 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 691340 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.38 8.30 7.17 9/207 15837
/proc/meminfo: memFree=27910276/32770624 swapFree=67108860/67108860
[pid=15808] ppid=15805 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15808/stat : 15808 (xcsp3-exec) S 15805 15808 4410 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97552627 9740288 346 33554432000 4194304 5098028 140722520676128 140722520674232 140366379848316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 27041792 140722520683627 140722520683836 140722520683836 140722520686571 0
/proc/15808/statm: 2378 346 289 221 0 87 0
[pid=15810] ppid=15808 vsize=26538700 memory=692936 CPUtime=2005.86 cores=0-7
/proc/15810/stat : 15810 (java) S 15808 15808 4410 0 -1 1077944320 87326 0 0 0 200470 116 0 0 20 0 28 0 97552627 27175628800 173234 33554432000 4194304 4196468 140723297256192 140723297238736 140273071668983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
/proc/15810/statm: 6634675 173234 3283 1 0 6621909 0
[pid=15810/tid=15811] ppid=15808 vsize=26538700 memory=6791534058613427641 CPUtime=0.75 cores=0-7
/proc/15810/task/15811/stat : 15811 (java) S 15808 15808 4410 0 -1 1077944384 6863 0 0 0 71 4 0 0 20 0 28 0 97552627 27175628800 173234 33554432000 4194304 4196468 140723297256192 140273075909760 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15812] ppid=15808 vsize=26538700 memory=4872558044660077418 CPUtime=0.18 cores=0-7
/proc/15810/task/15812/stat : 15812 (java) S 15808 15808 4410 0 -1 1077944384 2787 0 0 0 10 8 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272630102928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15813] ppid=15808 vsize=26538700 memory=2428 CPUtime=0.15 cores=0-7
/proc/15810/task/15813/stat : 15813 (java) S 15808 15808 4410 0 -1 1077944384 1813 0 0 0 8 7 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272629050128 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15814] ppid=15808 vsize=26538700 memory=1728 CPUtime=0.19 cores=0-7
/proc/15810/task/15814/stat : 15814 (java) S 15808 15808 4410 0 -1 1077944384 666 0 0 0 11 8 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272627997840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15815] ppid=15808 vsize=26538700 memory=1716 CPUtime=0.18 cores=0-7
/proc/15810/task/15815/stat : 15815 (java) S 15808 15808 4410 0 -1 1077944384 1552 0 0 0 11 7 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272626945040 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15816] ppid=15808 vsize=26538700 memory=796 CPUtime=0.19 cores=0-7
/proc/15810/task/15816/stat : 15816 (java) S 15808 15808 4410 0 -1 1077944384 2380 0 0 0 10 9 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272625891728 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15817] ppid=15808 vsize=26538700 memory=1952 CPUtime=0.18 cores=0-7
/proc/15810/task/15817/stat : 15817 (java) S 15808 15808 4410 0 -1 1077944384 1295 0 0 0 10 8 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272624838928 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15818] ppid=15808 vsize=26538700 memory=1200 CPUtime=0.2 cores=0-7
/proc/15810/task/15818/stat : 15818 (java) S 15808 15808 4410 0 -1 1077944384 1139 0 0 0 12 8 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272623786640 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15819] ppid=15808 vsize=26538700 memory=8552 CPUtime=0.18 cores=0-7
/proc/15810/task/15819/stat : 15819 (java) S 15808 15808 4410 0 -1 1077944384 1162 0 0 0 9 9 0 0 20 0 28 0 97552628 27175628800 173234 33554432000 4194304 4196468 140723297256192 140272622733840 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15820] ppid=15808 vsize=26538700 memory=31076 CPUtime=0.07 cores=0-7
/proc/15810/task/15820/stat : 15820 (java) S 15808 15808 4410 0 -1 1077944384 4620 0 0 0 4 3 0 0 20 0 28 0 97552629 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271478082160 140273071680130 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15821] ppid=15808 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/15810/task/15821/stat : 15821 (java) S 15808 15808 4410 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 97552630 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271477028192 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15822] ppid=15808 vsize=26538700 memory=1384 CPUtime=0 cores=0-7
/proc/15810/task/15822/stat : 15822 (java) S 15808 15808 4410 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 97552630 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271475975792 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15823] ppid=15808 vsize=26538700 memory=691404 CPUtime=0 cores=0-7
/proc/15810/task/15823/stat : 15823 (java) S 15808 15808 4410 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97552633 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271474924112 140273071687579 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15824] ppid=15808 vsize=26538700 memory=916 CPUtime=1.72 cores=0-7
/proc/15810/task/15824/stat : 15824 (java) S 15808 15808 4410 0 -1 1077944384 9217 0 0 0 170 2 0 0 20 0 28 0 97552633 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271473870960 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15825] ppid=15808 vsize=26538700 memory=4528 CPUtime=1.74 cores=0-7
/proc/15810/task/15825/stat : 15825 (java) S 15808 15808 4410 0 -1 1077944384 4880 0 0 0 173 1 0 0 20 0 28 0 97552633 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271472818160 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15826] ppid=15808 vsize=26538700 memory=4100 CPUtime=2.28 cores=0-7
/proc/15810/task/15826/stat : 15826 (java) S 15808 15808 4410 0 -1 1077944384 11541 0 0 0 226 2 0 0 20 0 28 0 97552633 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271471765872 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15827] ppid=15808 vsize=26538700 memory=1160 CPUtime=0.7 cores=0-7
/proc/15810/task/15827/stat : 15827 (java) S 15808 15808 4410 0 -1 1077944384 9087 0 0 0 69 1 0 0 20 0 28 0 97552633 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271470713072 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15828] ppid=15808 vsize=26538700 memory=3688 CPUtime=0 cores=0-7
/proc/15810/task/15828/stat : 15828 (java) S 15808 15808 4410 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97552633 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271469661024 140273071679189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15829] ppid=15808 vsize=26538700 memory=1952 CPUtime=0.06 cores=0-7
/proc/15810/task/15829/stat : 15829 (java) S 15808 15808 4410 0 -1 1077944384 922 0 0 0 0 6 0 0 20 0 28 0 97552633 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271468608304 140273071680130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15830] ppid=15808 vsize=26538700 memory=1200 CPUtime=249.98 cores=0-7
/proc/15810/task/15830/stat : 15830 (java) R 15808 15808 4410 0 -1 4202560 1658 0 0 0 24996 2 0 0 20 0 28 0 97552705 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271460597720 140272715426568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15831] ppid=15808 vsize=26538700 memory=8552 CPUtime=250.05 cores=0-7
/proc/15810/task/15831/stat : 15831 (java) R 15808 15808 4410 0 -1 4202560 1421 0 0 0 25004 1 0 0 20 0 28 0 97552705 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271459546056 140272715912373 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15832] ppid=15808 vsize=26538700 memory=5516 CPUtime=250.38 cores=0-7
/proc/15810/task/15832/stat : 15832 (java) R 15808 15808 4410 0 -1 4202560 2773 0 0 0 25035 3 0 0 20 0 28 0 97552705 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271458492696 140273052511895 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15833] ppid=15808 vsize=26538700 memory=4616 CPUtime=249.82 cores=0-7
/proc/15810/task/15833/stat : 15833 (java) R 15808 15808 4410 0 -1 4202560 3503 0 0 0 24976 6 0 0 20 0 28 0 97552705 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271457439232 140272713957333 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15834] ppid=15808 vsize=26538700 memory=1008 CPUtime=248.95 cores=0-7
/proc/15810/task/15834/stat : 15834 (java) R 15808 15808 4410 0 -1 4202560 7436 0 0 0 24890 5 0 0 20 0 28 0 97552705 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271456387272 140272715426537 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15835] ppid=15808 vsize=26538700 memory=11008 CPUtime=249.51 cores=0-7
/proc/15810/task/15835/stat : 15835 (java) R 15808 15808 4410 0 -1 4202560 1484 0 0 0 24949 2 0 0 20 0 28 0 97552705 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271455334296 140272715942323 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15836] ppid=15808 vsize=26538700 memory=1228 CPUtime=249.14 cores=0-7
/proc/15810/task/15836/stat : 15836 (java) R 15808 15808 4410 0 -1 4202560 1431 0 0 0 24913 1 0 0 20 0 28 0 97552705 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271454282184 140272716387027 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
[pid=15810/tid=15837] ppid=15808 vsize=26538700 memory=1420 CPUtime=249.04 cores=0-7
/proc/15810/task/15837/stat : 15837 (java) R 15808 15808 4410 0 -1 4202560 6367 0 0 0 24897 7 0 0 20 0 28 0 97552707 27175628800 173234 33554432000 4194304 4196468 140723297256192 140271453231904 140272715696198 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 29171712 140723297260696 140723297260872 140723297260872 140723297263567 0
Current children cumulated CPU time: 2005.86 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 694320 KiB

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

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

[startup+252.106 s]
# the end of solver process 15810 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2005.39 s, system=1.16953 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.106
CPU time (s): 2006.56
CPU user time (s): 2005.39
CPU system time (s): 1.16953
CPU usage (%): 795.92
Max. virtual memory (cumulated for all children) (KiB): 26550160
Max. memory (cumulated for all children) (KiB): 694320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2005.39
system time used= 1.16953
maximum resident set size= 696548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11156
involuntary context switches= 21453


# summary of solver processes directly reported to runsolver:
#   pid: 15808,15810
#   total CPU time (s): 2006.56
#   total CPU user time (s): 2005.39
#   total CPU system time (s): 1.16953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.00638 second user time and 2.01872 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 19:03:09
IDJOB=4271644
IDBENCH=135432
IDSOLVER=2663
FILE ID=node104/4271644-1502644647
RUNJOBID= node104-1502637289-4437
PBS_JOBID= 20628328
Free space on /tmp= 61864 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-4271644-1502644647/watcher-4271644-1502644647 -o /tmp/evaluation-result-4271644-1502644647/solver-4271644-1502644647 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1502637289-4437 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 282733599 HOME/instance-4271644-1502644647.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=282733599

node104.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.43
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.43
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.43
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.43
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:        28591924 kB
MemAvailable:   31985508 kB
Buffers:          163284 kB
Cached:          3511552 kB
SwapCached:            0 kB
Active:           403384 kB
Inactive:        3323208 kB
Active(anon):      54616 kB
Inactive(anon):    25024 kB
Active(file):     348768 kB
Inactive(file):  3298184 kB
Unevictable:        6532 kB
Mlocked:            6532 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7896 kB
Writeback:             0 kB
AnonPages:        113928 kB
Mapped:            43764 kB
Shmem:             25228 kB
Slab:             150364 kB
SReclaimable:     124936 kB
SUnreclaim:        25428 kB
KernelStack:        3552 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61856 MiB
End job on node104 at 2017-08-13 19:07:21