Trace number 4399999

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallel? (TO) 19908.7 2520.2

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
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 variables915
Number of constraints720
Number of domains17
Minimum domain size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399999-1568700510.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399999-1568700510.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
3.88/1.24	c solve instance...
19908.40/2520.14	s UNKNOWN
19908.40/2520.14	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 (14441 MiB free)
  memory of node 1: 16384 MiB (15218 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399999-1568700510/watcher-4399999-1568700510 -o /tmp/evaluation-result-4399999-1568700510/solver-4399999-1568700510 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568696831-29883 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 612067853 HOME/instance-4399999-1568700510.xml 

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

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

solver pid=29900, runsolver pid=29897

[startup+0.100137 s]*
/proc/loadavg: 4.81 7.20 8.07 2/210 29921
/proc/meminfo: memFree=30356172/32770624 swapFree=67000040/67108860
[pid=29900] ppid=29897 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29900/stat : 29900 (xcsp3-exec) S 29897 29900 29856 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446305435 115843072 364 33554432000 4194304 5098028 140733177849168 140733177847272 139941166772860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23089152 140733177856886 140733177857129 140733177857129 140733177860042 0
/proc/29900/statm: 28282 364 305 221 0 87 0
[pid=29902] ppid=29900 vsize=28227396 memory=29164 CPUtime=0.12 cores=0-7
/proc/29902/stat : 29902 (java) S 29900 29900 29856 0 -1 1077944320 5692 0 0 0 11 1 0 0 20 0 20 0 446305435 28904853504 7291 33554432000 4194304 4196468 140726766565568 140726766548112 139646821695223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
/proc/29902/statm: 7056849 7291 3155 1 0 7019032 0
[pid=29902/tid=29903] ppid=29900 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/29902/task/29903/stat : 29903 (java) R 29900 29900 29856 0 -1 4202560 3609 0 0 0 8 1 0 0 20 0 20 0 446305435 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646825928816 139646821717149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29904] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29904/stat : 29904 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646774315408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29905] ppid=29900 vsize=28227396 memory=3546498162311800480 CPUtime=0 cores=0-7
/proc/29902/task/29905/stat : 29905 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646773262608 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29906] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29906/stat : 29906 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646772210320 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29907] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29907/stat : 29907 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646771157520 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29908] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29908/stat : 29908 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646770105232 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29909] ppid=29900 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/29902/task/29909/stat : 29909 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646769052432 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29910] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29910/stat : 29910 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646367292560 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29911] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29911/stat : 29911 (java) S 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 7291 33554432000 4194304 4196468 140726766565568 139646366239760 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29912] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29912/stat : 29912 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305438 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645938059376 139646821706370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29913] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29913/stat : 29913 (java) S 29900 29900 29856 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446305438 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645937005344 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29914] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29914/stat : 29914 (java) S 29900 29900 29856 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446305438 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645935953008 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29915] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29915/stat : 29915 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645934901328 139646821713819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29916] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29916/stat : 29916 (java) R 29900 29900 29856 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645933849200 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29917] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29917/stat : 29917 (java) R 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645932796400 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29918] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29918/stat : 29918 (java) R 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645931744112 139646821706370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29919] ppid=29900 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/29902/task/29919/stat : 29919 (java) R 29900 29900 29856 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 446305441 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645930691312 139646821716570 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29920] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29920/stat : 29920 (java) S 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645929638240 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29921] ppid=29900 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/29902/task/29921/stat : 29921 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 7291 33554432000 4194304 4196468 140726766565568 139645928585520 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30620 KiB

[startup+0.21003 s]*
/proc/loadavg: 4.81 7.20 8.07 2/210 29921
/proc/meminfo: memFree=30343768/32770624 swapFree=67000040/67108860
[pid=29900] ppid=29897 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29900/stat : 29900 (xcsp3-exec) S 29897 29900 29856 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446305435 115843072 364 33554432000 4194304 5098028 140733177849168 140733177847272 139941166772860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23089152 140733177856886 140733177857129 140733177857129 140733177860042 0
/proc/29900/statm: 28282 364 305 221 0 87 0
[pid=29902] ppid=29900 vsize=28227396 memory=40344 CPUtime=0.33 cores=0-7
/proc/29902/stat : 29902 (java) S 29900 29900 29856 0 -1 1077944320 9357 0 0 0 30 3 0 0 20 0 20 0 446305435 28904853504 10086 33554432000 4194304 4196468 140726766565568 140726766548112 139646821695223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
/proc/29902/statm: 7056849 10086 3294 1 0 7019032 0
[pid=29902/tid=29903] ppid=29900 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/29902/task/29903/stat : 29903 (java) R 29900 29900 29856 0 -1 4202560 6591 0 0 0 17 2 0 0 20 0 20 0 446305435 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646825929280 139646805775710 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29904] ppid=29900 vsize=28227396 memory=288230596118053219 CPUtime=0 cores=0-7
/proc/29902/task/29904/stat : 29904 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646774315408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29905] ppid=29900 vsize=28227396 memory=139726683630744 CPUtime=0 cores=0-7
/proc/29902/task/29905/stat : 29905 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646773262608 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29906] ppid=29900 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/29902/task/29906/stat : 29906 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646772210320 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29907] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29907/stat : 29907 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646771157520 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29908] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29908/stat : 29908 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646770105232 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29909] ppid=29900 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/29902/task/29909/stat : 29909 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646769052432 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29910] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29910/stat : 29910 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646367292560 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29911] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29911/stat : 29911 (java) S 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305436 28904853504 10086 33554432000 4194304 4196468 140726766565568 139646366239760 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29912] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29912/stat : 29912 (java) S 29900 29900 29856 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446305438 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645938059376 139646821706370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29913] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29913/stat : 29913 (java) S 29900 29900 29856 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446305438 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645937005344 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29914] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29914/stat : 29914 (java) S 29900 29900 29856 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446305438 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645935953008 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29915] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29915/stat : 29915 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645934901328 139646821713819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29916] ppid=29900 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/29902/task/29916/stat : 29916 (java) S 29900 29900 29856 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 20 0 446305441 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645933849200 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29917] ppid=29900 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/29902/task/29917/stat : 29917 (java) S 29900 29900 29856 0 -1 1077944384 140 0 0 0 1 0 0 0 20 0 20 0 446305441 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645932796400 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29918] ppid=29900 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/29902/task/29918/stat : 29918 (java) S 29900 29900 29856 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645931744112 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29919] ppid=29900 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/29902/task/29919/stat : 29919 (java) R 29900 29900 29856 0 -1 4202560 791 0 0 0 8 0 0 0 20 0 20 0 446305441 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645930691312 139646805775710 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29920] ppid=29900 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29920/stat : 29920 (java) S 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645929638240 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29921] ppid=29900 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/29902/task/29921/stat : 29921 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305441 28904853504 10086 33554432000 4194304 4196468 140726766565568 139645928585520 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41800 KiB

[startup+0.30943 s]*
/proc/loadavg: 4.81 7.20 8.07 4/210 29921
/proc/meminfo: memFree=30336128/32770624 swapFree=67000040/67108860
[pid=29900] ppid=29897 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29900/stat : 29900 (xcsp3-exec) S 29897 29900 29856 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446305435 115843072 364 33554432000 4194304 5098028 140733177849168 140733177847272 139941166772860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23089152 140733177856886 140733177857129 140733177857129 140733177860042 0
/proc/29900/statm: 28282 364 305 221 0 87 0
[pid=29902] ppid=29900 vsize=28231652 memory=49868 CPUtime=0.52 cores=0-7
/proc/29902/stat : 29902 (java) S 29900 29900 29856 0 -1 1077944320 10799 0 0 0 48 4 0 0 20 0 20 0 446305435 28909211648 12467 33554432000 4194304 4196468 140726766565568 140726766548112 139646821695223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
/proc/29902/statm: 7057913 12467 3364 1 0 7019032 0
[pid=29902/tid=29903] ppid=29900 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/29902/task/29903/stat : 29903 (java) R 29900 29900 29856 0 -1 4202560 7725 0 0 0 27 3 0 0 20 0 20 0 446305435 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646825926336 139646805775710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29904] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29904/stat : 29904 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646774315408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29905] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29905/stat : 29905 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646773262608 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29906] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29906/stat : 29906 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646772210320 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29907] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29907/stat : 29907 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646771157520 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29908] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29908/stat : 29908 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646770105232 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29909] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29909/stat : 29909 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646769052432 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29910] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29910/stat : 29910 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646367292560 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29911] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29911/stat : 29911 (java) S 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305436 28909211648 12467 33554432000 4194304 4196468 140726766565568 139646366239760 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29912] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29912/stat : 29912 (java) S 29900 29900 29856 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 446305438 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645938059376 139646821706370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29913] ppid=29900 vsize=28231652 memory=279453121060224 CPUtime=0 cores=0-7
/proc/29902/task/29913/stat : 29913 (java) S 29900 29900 29856 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446305438 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645937005344 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29914] ppid=29900 vsize=28231652 memory=279453121064832 CPUtime=0 cores=0-7
/proc/29902/task/29914/stat : 29914 (java) S 29900 29900 29856 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 446305438 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645935953008 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29915] ppid=29900 vsize=28231652 memory=279453121069440 CPUtime=0 cores=0-7
/proc/29902/task/29915/stat : 29915 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305441 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645934901328 139646821713819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29916] ppid=29900 vsize=28231652 memory=279453121074048 CPUtime=0.03 cores=0-7
/proc/29902/task/29916/stat : 29916 (java) R 29900 29900 29856 0 -1 4202560 584 0 0 0 3 0 0 0 20 0 20 0 446305441 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645933849200 139646806800624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29917] ppid=29900 vsize=28231652 memory=279453121078656 CPUtime=0.02 cores=0-7
/proc/29902/task/29917/stat : 29917 (java) S 29900 29900 29856 0 -1 1077944384 146 0 0 0 2 0 0 0 20 0 20 0 446305441 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645932796400 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29918] ppid=29900 vsize=28231652 memory=279453121083264 CPUtime=0.01 cores=0-7
/proc/29902/task/29918/stat : 29918 (java) S 29900 29900 29856 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 446305441 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645931744112 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29919] ppid=29900 vsize=28231652 memory=279453121087872 CPUtime=0.12 cores=0-7
/proc/29902/task/29919/stat : 29919 (java) S 29900 29900 29856 0 -1 1077944384 956 0 0 0 12 0 0 0 20 0 20 0 446305441 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645930691312 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29920] ppid=29900 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29920/stat : 29920 (java) S 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446305441 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645929638240 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29921] ppid=29900 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/29902/task/29921/stat : 29921 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446305441 28909211648 12467 33554432000 4194304 4196468 140726766565568 139645928585520 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51324 KiB

[startup+0.700887 s]
/proc/loadavg: 4.81 7.20 8.07 4/210 29921
/proc/meminfo: memFree=30318140/32770624 swapFree=67000040/67108860
[pid=29900] ppid=29897 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29900/stat : 29900 (xcsp3-exec) S 29897 29900 29856 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446305435 115843072 364 33554432000 4194304 5098028 140733177849168 140733177847272 139941166772860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23089152 140733177856886 140733177857129 140733177857129 140733177860042 0
/proc/29900/statm: 28282 364 305 221 0 87 0
[pid=29902] ppid=29900 vsize=28233776 memory=87124 CPUtime=1.67 cores=0-7
/proc/29902/stat : 29902 (java) S 29900 29900 29856 0 -1 1077944320 15074 0 0 0 160 7 0 0 20 0 20 0 446305435 28911386624 21781 33554432000 4194304 4196468 140726766565568 140726766548112 139646821695223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
/proc/29902/statm: 7058444 21781 3457 1 0 7019544 0
[pid=29902/tid=29903] ppid=29900 vsize=28233776 memory=4580 CPUtime=0.67 cores=0-7
/proc/29902/task/29903/stat : 29903 (java) R 29900 29900 29856 0 -1 4202560 8833 0 0 0 63 4 0 0 20 0 20 0 446305435 28911386624 21781 33554432000 4194304 4196468 140726766565568 139646825932848 139646806770065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29904] ppid=29900 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29904/stat : 29904 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28911386624 21781 33554432000 4194304 4196468 140726766565568 139646774315408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29905] ppid=29900 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/29902/task/29905/stat : 29905 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28911386624 21781 33554432000 4194304 4196468 140726766565568 139646773262608 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29906] ppid=29900 vsize=28233776 memory=4168 CPUtime=0 cores=0-7
/proc/29902/task/29906/stat : 29906 (java) S 29900 29900 29856 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 446305436 28911386624 21781 33554432000 4194304 4196468 140726766565568 139646772210320 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0

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

Current children cumulated CPU time: 19769.3 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 367124 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.06 8.04 8.08 9/218 30115
/proc/meminfo: memFree=30019604/32770624 swapFree=67000048/67108860
[pid=29900] ppid=29897 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29900/stat : 29900 (xcsp3-exec) S 29897 29900 29856 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446305435 115843072 364 33554432000 4194304 5098028 140733177849168 140733177847272 139941166772860 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23089152 140733177856886 140733177857129 140733177857129 140733177860042 0
/proc/29900/statm: 28282 364 305 221 0 87 0
[pid=29902] ppid=29900 vsize=28768336 memory=364032 CPUtime=19907.8 cores=0-7
/proc/29902/stat : 29902 (java) S 29900 29900 29856 0 -1 1077944320 711316 0 0 0 1988777 2000 0 0 20 0 28 0 446305435 29458776064 91008 33554432000 4194304 4196468 140726766565568 140726766548112 139646821695223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
/proc/29902/statm: 7192084 91008 3556 1 0 7153184 0
[pid=29902/tid=29903] ppid=29900 vsize=28768336 memory=1456 CPUtime=1.21 cores=0-7
/proc/29902/task/29903/stat : 29903 (java) S 29900 29900 29856 0 -1 1077944384 11062 0 0 0 115 6 0 0 20 0 28 0 446305435 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646825936000 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29904] ppid=29900 vsize=28768336 memory=365680 CPUtime=7.92 cores=0-7
/proc/29902/task/29904/stat : 29904 (java) S 29900 29900 29856 0 -1 1077944384 30365 0 0 0 758 34 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646774315408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29905] ppid=29900 vsize=28768336 memory=1164 CPUtime=7.97 cores=0-7
/proc/29902/task/29905/stat : 29905 (java) S 29900 29900 29856 0 -1 1077944384 31360 0 0 0 762 35 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646773262608 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29906] ppid=29900 vsize=28768336 memory=8317482817917895235 CPUtime=7.93 cores=0-7
/proc/29902/task/29906/stat : 29906 (java) S 29900 29900 29856 0 -1 1077944384 29590 0 0 0 760 33 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646772210320 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29907] ppid=29900 vsize=28768336 memory=2832 CPUtime=7.92 cores=0-7
/proc/29902/task/29907/stat : 29907 (java) S 29900 29900 29856 0 -1 1077944384 29588 0 0 0 757 35 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646771157520 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29908] ppid=29900 vsize=28768336 memory=9492 CPUtime=8.01 cores=0-7
/proc/29902/task/29908/stat : 29908 (java) S 29900 29900 29856 0 -1 1077944384 29169 0 0 0 768 33 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646770105232 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29909] ppid=29900 vsize=28768336 memory=6791534058613427641 CPUtime=7.9 cores=0-7
/proc/29902/task/29909/stat : 29909 (java) S 29900 29900 29856 0 -1 1077944384 28742 0 0 0 756 34 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646769052432 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29910] ppid=29900 vsize=28768336 memory=365164 CPUtime=7.92 cores=0-7
/proc/29902/task/29910/stat : 29910 (java) S 29900 29900 29856 0 -1 1077944384 28721 0 0 0 758 34 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646367292560 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29911] ppid=29900 vsize=28768336 memory=1056 CPUtime=7.96 cores=0-7
/proc/29902/task/29911/stat : 29911 (java) S 29900 29900 29856 0 -1 1077944384 32417 0 0 0 762 34 0 0 20 0 28 0 446305436 29458776064 91008 33554432000 4194304 4196468 140726766565568 139646366239760 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29912] ppid=29900 vsize=28768336 memory=1724 CPUtime=23.99 cores=0-7
/proc/29902/task/29912/stat : 29912 (java) S 29900 29900 29856 0 -1 1077944384 130428 0 0 0 833 1566 0 0 20 0 28 0 446305438 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645938059376 139646821706370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29913] ppid=29900 vsize=28768336 memory=6056 CPUtime=0 cores=0-7
/proc/29902/task/29913/stat : 29913 (java) S 29900 29900 29856 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 28 0 446305438 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645937005408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29914] ppid=29900 vsize=28768336 memory=14012 CPUtime=0 cores=0-7
/proc/29902/task/29914/stat : 29914 (java) S 29900 29900 29856 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 28 0 446305438 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645935953024 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29915] ppid=29900 vsize=28768336 memory=2116 CPUtime=0 cores=0-7
/proc/29902/task/29915/stat : 29915 (java) S 29900 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 446305441 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645934901328 139646821713819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29916] ppid=29900 vsize=28768336 memory=14576 CPUtime=3.4 cores=0-7
/proc/29902/task/29916/stat : 29916 (java) S 29900 29900 29856 0 -1 1077944384 14996 0 0 0 337 3 0 0 20 0 28 0 446305441 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645933849200 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29917] ppid=29900 vsize=28768336 memory=6791534058613427641 CPUtime=2.99 cores=0-7
/proc/29902/task/29917/stat : 29917 (java) S 29900 29900 29856 0 -1 1077944384 12317 0 0 0 297 2 0 0 20 0 28 0 446305441 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645932796400 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29918] ppid=29900 vsize=28768336 memory=1980 CPUtime=3.15 cores=0-7
/proc/29902/task/29918/stat : 29918 (java) S 29900 29900 29856 0 -1 1077944384 15817 0 0 0 313 2 0 0 20 0 28 0 446305441 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645931744112 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29919] ppid=29900 vsize=28768336 memory=2552 CPUtime=1.18 cores=0-7
/proc/29902/task/29919/stat : 29919 (java) S 29900 29900 29856 0 -1 1077944384 15934 0 0 0 115 3 0 0 20 0 28 0 446305441 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645930691312 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29920] ppid=29900 vsize=28768336 memory=1760 CPUtime=0 cores=0-7
/proc/29902/task/29920/stat : 29920 (java) S 29900 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 446305441 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645929638240 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29921] ppid=29900 vsize=28768336 memory=111632 CPUtime=0.62 cores=0-7
/proc/29902/task/29921/stat : 29921 (java) S 29900 29900 29856 0 -1 1077944384 4275 0 0 0 31 31 0 0 20 0 28 0 446305441 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645928585520 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29922] ppid=29900 vsize=28768336 memory=800 CPUtime=2478.77 cores=0-7
/proc/29902/task/29922/stat : 29922 (java) R 29900 29900 29856 0 -1 4202560 29264 0 0 0 247861 16 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645917269024 139646458802432 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29923] ppid=29900 vsize=28768336 memory=4104 CPUtime=2475.46 cores=0-7
/proc/29902/task/29923/stat : 29923 (java) R 29900 29900 29856 0 -1 4202560 25453 0 0 0 247529 17 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645916217464 139646806905025 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29924] ppid=29900 vsize=28768336 memory=1804 CPUtime=2476.46 cores=0-7
/proc/29902/task/29924/stat : 29924 (java) R 29900 29900 29856 0 -1 4202560 26607 0 0 0 247630 16 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645915164976 139646458803116 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29925] ppid=29900 vsize=28768336 memory=916 CPUtime=2487.82 cores=0-7
/proc/29902/task/29925/stat : 29925 (java) R 29900 29900 29856 0 -1 4202560 64112 0 0 0 248730 52 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645914111824 139646457527799 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29926] ppid=29900 vsize=28768336 memory=3908 CPUtime=2472.78 cores=0-7
/proc/29902/task/29926/stat : 29926 (java) R 29900 29900 29856 0 -1 4202560 39287 0 0 0 247252 26 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645913062384 139646450373735 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29927] ppid=29900 vsize=28768336 memory=1804 CPUtime=2470.91 cores=0-7
/proc/29902/task/29927/stat : 29927 (java) R 29900 29900 29856 0 -1 4202560 29295 0 0 0 247071 20 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645912006808 139646460908887 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29928] ppid=29900 vsize=28768336 memory=5787477641288517003 CPUtime=2472.29 cores=0-7
/proc/29902/task/29928/stat : 29928 (java) R 29900 29900 29856 0 -1 4202560 25711 0 0 0 247211 18 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645910953248 139646460908840 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29929] ppid=29900 vsize=28768336 memory=-8961168018402230209 CPUtime=2472.97 cores=0-7
/proc/29902/task/29929/stat : 29929 (java) R 29900 29900 29856 0 -1 4202560 25396 0 0 0 247280 17 0 0 20 0 28 0 446305561 29458776064 91008 33554432000 4194304 4196468 140726766565568 139645909901192 139646460255746 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
Current children cumulated CPU time: 19907.8 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 365488 KiB

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

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

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

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

[startup+2520.13 s]*
/proc/loadavg: 8.06 8.04 8.08 3/219 30117
/proc/meminfo: memFree=30019800/32770624 swapFree=67000048/67108860
[pid=29902] ppid=29897 vsize=28901464 memory=363012 CPUtime=19908.4 cores=0-7
/proc/29902/stat : 29902 (java) S 29897 29900 29856 0 -1 1077944320 711410 0 0 0 1988837 2003 0 0 20 0 30 0 446305435 29595099136 90753 33554432000 4194304 4196468 140726766565568 140726766548112 139646821695223 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
/proc/29902/statm: 7225366 90753 3556 1 0 7186466 0
[pid=29902/tid=29903] ppid=29897 vsize=28901464 memory=8317482817917895235 CPUtime=1.21 cores=0-7
/proc/29902/task/29903/stat : 29903 (java) S 29897 29900 29856 0 -1 1077944384 11062 0 0 0 115 6 0 0 20 0 30 0 446305435 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646825936000 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29904] ppid=29897 vsize=28901464 memory=6791534058613427641 CPUtime=7.92 cores=0-7
/proc/29902/task/29904/stat : 29904 (java) S 29897 29900 29856 0 -1 1077944384 30365 0 0 0 758 34 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646774315408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29905] ppid=29897 vsize=28901464 memory=1724 CPUtime=7.97 cores=0-7
/proc/29902/task/29905/stat : 29905 (java) S 29897 29900 29856 0 -1 1077944384 31360 0 0 0 762 35 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646773262608 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29906] ppid=29897 vsize=28901464 memory=6056 CPUtime=7.94 cores=0-7
/proc/29902/task/29906/stat : 29906 (java) S 29897 29900 29856 0 -1 1077944384 29594 0 0 0 761 33 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646772210320 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29907] ppid=29897 vsize=28901464 memory=14012 CPUtime=7.92 cores=0-7
/proc/29902/task/29907/stat : 29907 (java) S 29897 29900 29856 0 -1 1077944384 29588 0 0 0 757 35 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646771157520 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29908] ppid=29897 vsize=28901464 memory=2116 CPUtime=8.02 cores=0-7
/proc/29902/task/29908/stat : 29908 (java) S 29897 29900 29856 0 -1 1077944384 29169 0 0 0 769 33 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646770105232 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29909] ppid=29897 vsize=28901464 memory=14576 CPUtime=7.9 cores=0-7
/proc/29902/task/29909/stat : 29909 (java) S 29897 29900 29856 0 -1 1077944384 28748 0 0 0 756 34 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646769052432 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29910] ppid=29897 vsize=28901464 memory=12024 CPUtime=7.92 cores=0-7
/proc/29902/task/29910/stat : 29910 (java) S 29897 29900 29856 0 -1 1077944384 28721 0 0 0 758 34 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646367292560 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29911] ppid=29897 vsize=28901464 memory=1556 CPUtime=7.97 cores=0-7
/proc/29902/task/29911/stat : 29911 (java) S 29897 29900 29856 0 -1 1077944384 32417 0 0 0 763 34 0 0 20 0 30 0 446305436 29595099136 90753 33554432000 4194304 4196468 140726766565568 139646366239760 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29912] ppid=29897 vsize=28901464 memory=8317482817917895235 CPUtime=24.05 cores=0-7
/proc/29902/task/29912/stat : 29912 (java) S 29897 29900 29856 0 -1 1077944384 130428 0 0 0 836 1569 0 0 20 0 30 0 446305438 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645938059376 139646821706370 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29913] ppid=29897 vsize=28901464 memory=288230617509003574 CPUtime=0 cores=0-7
/proc/29902/task/29913/stat : 29913 (java) S 29897 29900 29856 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 30 0 446305438 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645937005408 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29914] ppid=29897 vsize=28901464 memory=14972261127948741 CPUtime=0 cores=0-7
/proc/29902/task/29914/stat : 29914 (java) S 29897 29900 29856 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 30 0 446305438 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645935953024 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29915] ppid=29897 vsize=28901464 memory=800 CPUtime=0 cores=0-7
/proc/29902/task/29915/stat : 29915 (java) S 29897 29900 29856 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 30 0 446305441 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645934901328 139646821713819 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29916] ppid=29897 vsize=28901464 memory=4104 CPUtime=3.4 cores=0-7
/proc/29902/task/29916/stat : 29916 (java) S 29897 29900 29856 0 -1 1077944384 14996 0 0 0 337 3 0 0 20 0 30 0 446305441 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645933849200 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29917] ppid=29897 vsize=28901464 memory=1804 CPUtime=2.99 cores=0-7
/proc/29902/task/29917/stat : 29917 (java) S 29897 29900 29856 0 -1 1077944384 12317 0 0 0 297 2 0 0 20 0 30 0 446305441 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645932796400 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29918] ppid=29897 vsize=28901464 memory=916 CPUtime=3.15 cores=0-7
/proc/29902/task/29918/stat : 29918 (java) S 29897 29900 29856 0 -1 1077944384 15817 0 0 0 313 2 0 0 20 0 30 0 446305441 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645931744112 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29919] ppid=29897 vsize=28901464 memory=3908 CPUtime=1.18 cores=0-7
/proc/29902/task/29919/stat : 29919 (java) S 29897 29900 29856 0 -1 1077944384 15934 0 0 0 115 3 0 0 20 0 30 0 446305441 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645930691312 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29920] ppid=29897 vsize=28901464 memory=1412 CPUtime=0 cores=0-7
/proc/29902/task/29920/stat : 29920 (java) S 29897 29900 29856 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 30 0 446305441 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645929638240 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29921] ppid=29897 vsize=28901464 memory=3820 CPUtime=0.62 cores=0-7
/proc/29902/task/29921/stat : 29921 (java) S 29897 29900 29856 0 -1 1077944384 4275 0 0 0 31 31 0 0 20 0 30 0 446305441 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645928585520 139646821706370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29922] ppid=29897 vsize=28901464 memory=1456 CPUtime=2478.83 cores=0-7
/proc/29902/task/29922/stat : 29922 (java) R 29897 29900 29856 0 -1 4202560 29264 0 0 0 247867 16 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645917269584 139646459100108 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29923] ppid=29897 vsize=28901464 memory=366188 CPUtime=2475.52 cores=0-7
/proc/29902/task/29923/stat : 29923 (java) R 29897 29900 29856 0 -1 4202560 25453 0 0 0 247535 17 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645916221168 139646461162932 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29924] ppid=29897 vsize=28901464 memory=1164 CPUtime=2476.52 cores=0-7
/proc/29902/task/29924/stat : 29924 (java) R 29897 29900 29856 0 -1 4202560 26609 0 0 0 247636 16 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645915165648 139646458555874 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29925] ppid=29897 vsize=28901464 memory=8317482817917895235 CPUtime=2487.93 cores=0-7
/proc/29902/task/29925/stat : 29925 (java) R 29897 29900 29856 0 -1 1077944384 64112 0 0 0 248741 52 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645914111936 139646821705429 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29926] ppid=29897 vsize=28901464 memory=1412 CPUtime=2472.85 cores=0-7
/proc/29902/task/29926/stat : 29926 (java) R 29897 29900 29856 0 -1 4202560 39287 0 0 0 247259 26 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645913059632 139646457527603 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29927] ppid=29897 vsize=28901464 memory=3820 CPUtime=2470.97 cores=0-7
/proc/29902/task/29927/stat : 29927 (java) R 29897 29900 29856 0 -1 4202560 29295 0 0 0 247077 20 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645912009536 139646460908789 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29928] ppid=29897 vsize=28901464 memory=1456 CPUtime=2472.35 cores=0-7
/proc/29902/task/29928/stat : 29928 (java) R 29897 29900 29856 0 -1 4202560 25711 0 0 0 247217 18 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645910953536 139646460908165 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=29929] ppid=29897 vsize=28901464 memory=364160 CPUtime=2473.03 cores=0-7
/proc/29902/task/29929/stat : 29929 (java) R 29897 29900 29856 0 -1 4202560 25397 0 0 0 247286 17 0 0 20 0 30 0 446305561 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645909901568 140726767098056 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=30116] ppid=29897 vsize=28901464 memory=1164 CPUtime=0 cores=0-7
/proc/29902/task/30116/stat : 30116 (java) S 29897 29900 29856 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 30 0 446557437 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645908853104 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
[pid=29902/tid=30117] ppid=29897 vsize=28901464 memory=8317482817917895235 CPUtime=0 cores=0-7
/proc/29902/task/30117/stat : 30117 (java) S 29897 29900 29856 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 30 0 446557439 29595099136 90753 33554432000 4194304 4196468 140726766565568 139645907802656 139646821705429 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12435456 140726766568426 140726766568598 140726766568598 140726766571471 0
Current cumulated CPU time of completed processes: 0.002319 s
Current children cumulated CPU time: 19908.4 s
Current children cumulated vsize: 28901464 KiB
Current children cumulated memory: 363012 KiB

Child status: 143
Real time (s): 2520.2
CPU time (s): 19908.7
CPU user time (s): 19888.6
CPU system time (s): 20.0604
CPU usage (%): 789.963
Max. virtual memory (cumulated for all children) (KiB): 28901464
Max. memory (cumulated for all children) (KiB): 722684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19888.6
system time used= 20.0604
maximum resident set size= 723276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 712018
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252157
involuntary context switches= 219327


# summary of solver processes directly reported to runsolver:
#   pid: 29900,29902
#   total CPU time (s): 19908.7
#   total CPU user time (s): 19888.6
#   total CPU system time (s): 20.0604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.9285 second user time and 27.0347 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 07:07:11
IDJOB=4399999
IDBENCH=115801
IDSOLVER=2854
FILE ID=node106/4399999-1568700510
RUNJOBID= node106-1568696831-29883
PBS_JOBID= 21703897
Free space on /tmp= 59088 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399999-1568700510/watcher-4399999-1568700510 -o /tmp/evaluation-result-4399999-1568700510/solver-4399999-1568700510 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568696831-29883 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 612067853 HOME/instance-4399999-1568700510.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=612067853

node106.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.79
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.79
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.79
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.79
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:        30372064 kB
MemAvailable:   31890920 kB
Buffers:          198456 kB
Cached:          1609868 kB
SwapCached:         7384 kB
Active:           586504 kB
Inactive:        1232700 kB
Active(anon):      10824 kB
Inactive(anon):    44460 kB
Active(file):     575680 kB
Inactive(file):  1188240 kB
Unevictable:      109204 kB
Mlocked:          109204 kB
SwapTotal:      67108860 kB
SwapFree:       67000040 kB
Dirty:             26004 kB
Writeback:             0 kB
AnonPages:        112856 kB
Mapped:            43852 kB
Shmem:             35792 kB
Slab:             171584 kB
SReclaimable:     141544 kB
SUnreclaim:        30040 kB
KernelStack:        3280 kB
PageTables:         5120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59060 MiB
End job on node106 at 2019-09-17 07:49:11