Trace number 4306673

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? (TO) 2520.13 2507.32

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2-3-2_c18.xml
MD5SUM0a472228e3943087b3ac347f10dd57c9
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 variables22422
Number of constraints24998
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":20,"count":111},{"size":43,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree224
Distribution of variable degrees[{"degree":2,"count":20313},{"degree":3,"count":1443},{"degree":4,"count":333},{"degree":5,"count":222},{"degree":222,"count":78},{"degree":223,"count":24},{"degree":224,"count":9}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24774},{"arity":88,"count":111},{"arity":111,"count":2},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24663
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24663},{"type":"ordered","count":1},{"type":"sum","count":223}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306673-1534143026.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306673-1534143026.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
11.00/4.65	c solve instance...
2520.09/2507.30	s UNKNOWN
2520.09/2507.30	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 (6895 MiB free)
  memory of node 1: 16384 MiB (10235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306673-1534143026/watcher-4306673-1534143026 -o /tmp/evaluation-result-4306673-1534143026/solver-4306673-1534143026 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534138001-15590 --watchdog 2580 HOME/xcsp3-exec -seed 2130679096 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306673-1534143026.xml 

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

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

solver pid=16294, runsolver pid=16291

[startup+0.100134 s]*
/proc/loadavg: 1.75 1.75 1.71 4/220 16310
/proc/meminfo: memFree=17526220/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0
[pid=16296] ppid=16294 vsize=14082940 memory=28512 CPUtime=0.12 cores=0,2,4,6
/proc/16296/stat : 16296 (java) S 16294 16294 14305 0 -1 1077944320 5539 0 0 0 11 1 0 0 20 0 15 0 231865800 14420930560 7128 33554432000 4194304 4196468 140732218897424 140732218879968 139644980780791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
/proc/16296/statm: 3520735 7128 2991 1 0 3483012 0
[pid=16296/tid=16297] ppid=16294 vsize=14082940 memory=-6962121287837372198 CPUtime=0.08 cores=0,2,4,6
/proc/16296/task/16297/stat : 16297 (java) R 16294 16294 14305 0 -1 4202560 3560 0 0 0 8 0 0 0 20 0 15 0 231865800 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644985006512 139644980792726 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16298] ppid=16294 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16298/stat : 16298 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644895849616 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16299] ppid=16294 vsize=14082940 memory=140397283374720 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16299/stat : 16299 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644894796816 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16300] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16300/stat : 16300 (java) S 16294 16294 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644893744016 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16301] ppid=16294 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16301/stat : 16301 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644892691216 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16302] ppid=16294 vsize=14082940 memory=140397283374720 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16302/stat : 16302 (java) S 16294 16294 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231865803 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644161722736 139644980791938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16303] ppid=16294 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16303/stat : 16303 (java) S 16294 16294 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231865803 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644160668704 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16304] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231865803 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644159615856 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) S 16294 16294 14305 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644157512560 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) S 16294 16294 14305 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644156459760 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14082940 memory=140397283374720 CPUtime=0.01 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) R 16294 16294 14305 0 -1 4202560 256 0 0 0 1 0 0 0 20 0 15 0 231865806 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644155406960 139644959756240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14082940 memory=140397283374720 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 7128 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29964 KiB

[startup+0.211188 s]*
/proc/loadavg: 1.75 1.75 1.71 3/220 16310
/proc/meminfo: memFree=17513068/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0
[pid=16296] ppid=16294 vsize=14082940 memory=40940 CPUtime=0.35 cores=0,2,4,6
/proc/16296/stat : 16296 (java) S 16294 16294 14305 0 -1 1077944320 8267 0 0 0 33 2 0 0 20 0 15 0 231865800 14420930560 10235 33554432000 4194304 4196468 140732218897424 140732218879968 139644980780791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
/proc/16296/statm: 3520735 10235 3201 1 0 3483012 0
[pid=16296/tid=16297] ppid=16294 vsize=14082940 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/16296/task/16297/stat : 16297 (java) R 16294 16294 14305 0 -1 4202560 5404 0 0 0 19 1 0 0 20 0 15 0 231865800 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644985017840 139644980802717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16298] ppid=16294 vsize=14082940 memory=15369 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16298/stat : 16298 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644895849616 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16299] ppid=16294 vsize=14082940 memory=288370773435086464 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16299/stat : 16299 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644894796816 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16300] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16300/stat : 16300 (java) S 16294 16294 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644893744016 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16301] ppid=16294 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16301/stat : 16301 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644892691216 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16302] ppid=16294 vsize=14082940 memory=140397283374720 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16302/stat : 16302 (java) S 16294 16294 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231865803 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644161722736 139644980791938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16303] ppid=16294 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16303/stat : 16303 (java) S 16294 16294 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231865803 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644160668704 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16304] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231865803 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644159615856 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14082940 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) S 16294 16294 14305 0 -1 1077944384 625 0 0 0 3 0 0 0 20 0 15 0 231865806 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644157512560 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14082940 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) S 16294 16294 14305 0 -1 1077944384 154 0 0 0 1 0 0 0 20 0 15 0 231865806 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644156459760 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14082940 memory=140397283374720 CPUtime=0.08 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) S 16294 16294 14305 0 -1 1077944384 779 0 0 0 8 0 0 0 20 0 15 0 231865806 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644155406960 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865806 14420930560 10235 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42392 KiB

[startup+0.31077 s]*
/proc/loadavg: 1.75 1.75 1.71 5/220 16310
/proc/meminfo: memFree=17507300/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0
[pid=16296] ppid=16294 vsize=14087196 memory=47752 CPUtime=0.52 cores=0,2,4,6
/proc/16296/stat : 16296 (java) S 16294 16294 14305 0 -1 1077944320 9126 0 0 0 50 2 0 0 20 0 15 0 231865800 14425288704 11938 33554432000 4194304 4196468 140732218897424 140732218879968 139644980780791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
/proc/16296/statm: 3521799 11938 3255 1 0 3483012 0
[pid=16296/tid=16297] ppid=16294 vsize=14087196 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/16296/task/16297/stat : 16297 (java) R 16294 16294 14305 0 -1 4202560 6081 0 0 0 28 2 0 0 20 0 15 0 231865800 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644985020192 139644964861278 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16298] ppid=16294 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16298/stat : 16298 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644895849616 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16299] ppid=16294 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16299/stat : 16299 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644894796816 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16300] ppid=16294 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16300/stat : 16300 (java) S 16294 16294 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231865801 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644893744016 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16301] ppid=16294 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16301/stat : 16301 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644892691216 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16302] ppid=16294 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16302/stat : 16302 (java) S 16294 16294 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231865803 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644161722736 139644980791938 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16303] ppid=16294 vsize=14087196 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16303/stat : 16303 (java) S 16294 16294 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231865803 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644160668704 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16304] ppid=16294 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231865803 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644159615856 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14087196 memory=-6664436420846797971 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14425288704 11938 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14087196 memory=4426078206164241782 CPUtime=0.06 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) R 16294 16294 14305 0 -1 4202560 700 0 0 0 6 0 0 0 20 0 15 0 231865806 14425288704 11993 33554432000 4194304 4196468 140732218897424 139644157512560 139644960027587 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14087196 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) S 16294 16294 14305 0 -1 1077944384 176 0 0 0 3 0 0 0 20 0 15 0 231865806 14425288704 11993 33554432000 4194304 4196468 140732218897424 139644156459760 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) S 16294 16294 14305 0 -1 1077944384 872 0 0 0 12 0 0 0 20 0 15 0 231865806 14425288704 11993 33554432000 4194304 4196468 140732218897424 139644155406960 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14425288704 11993 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865806 14425288704 11993 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49204 KiB

[startup+0.700778 s]
/proc/loadavg: 1.75 1.75 1.71 6/220 16310
/proc/meminfo: memFree=17469548/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0
[pid=16296] ppid=16294 vsize=14089320 memory=118568 CPUtime=1.74 cores=0,2,4,6
/proc/16296/stat : 16296 (java) S 16294 16294 14305 0 -1 1077944320 12521 0 0 0 169 5 0 0 20 0 15 0 231865800 14427463680 29642 33554432000 4194304 4196468 140732218897424 140732218879968 139644980780791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
/proc/16296/statm: 3522330 29642 3343 1 0 3483524 0
[pid=16296/tid=16297] ppid=16294 vsize=14089320 memory=1832 CPUtime=0.68 cores=0,2,4,6
/proc/16296/task/16297/stat : 16297 (java) R 16294 16294 14305 0 -1 4202560 6585 0 0 0 65 3 0 0 20 0 15 0 231865800 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644985016944 139644573341761 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16298] ppid=16294 vsize=14089320 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16298/stat : 16298 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644895849616 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16299] ppid=16294 vsize=14089320 memory=1192 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16299/stat : 16299 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644894796816 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16300] ppid=16294 vsize=14089320 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16300/stat : 16300 (java) S 16294 16294 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231865801 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644893744016 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16301] ppid=16294 vsize=14089320 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16301/stat : 16301 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865801 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644892691216 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16302] ppid=16294 vsize=14089320 memory=752 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16302/stat : 16302 (java) S 16294 16294 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231865803 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644161722736 139644980791938 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16303] ppid=16294 vsize=14089320 memory=7304 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16303/stat : 16303 (java) S 16294 16294 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231865803 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644160668704 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16304] ppid=16294 vsize=14089320 memory=5400 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231865803 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644159615856 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14089320 memory=1108 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14089320 memory=10784 CPUtime=0.38 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) R 16294 16294 14305 0 -1 4202560 1717 0 0 0 38 0 0 0 20 0 15 0 231865806 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644157498632 139644965170645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14089320 memory=872 CPUtime=0.35 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) R 16294 16294 14305 0 -1 4202560 1262 0 0 0 35 0 0 0 20 0 15 0 231865806 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644156445984 139644965906956 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14089320 memory=4280 CPUtime=0.3 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) S 16294 16294 14305 0 -1 1077944384 1649 0 0 0 30 0 0 0 20 0 15 0 231865806 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644155406960 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14089320 memory=14888 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14089320 memory=34828 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231865806 14427463680 29642 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 120020 KiB

[startup+1.50315 s]*
/proc/loadavg: 1.93 1.78 1.72 5/220 16310
/proc/meminfo: memFree=17348272/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0

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

/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644159615872 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14091368 memory=3984 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14091368 memory=2024 CPUtime=4.68 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) S 16294 16294 14305 0 -1 1077944384 28163 0 0 0 464 4 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644157512560 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14091368 memory=7288 CPUtime=4.58 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) S 16294 16294 14305 0 -1 1077944384 27970 0 0 0 455 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644156459760 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14091368 memory=804 CPUtime=1.02 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) S 16294 16294 14305 0 -1 1077944384 13913 0 0 0 99 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644155406960 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14091368 memory=1696 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14091368 memory=916 CPUtime=1.45 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 2246 0 0 0 75 70 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 2395.01 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1592104 KiB

[startup+2442.3 s]
/proc/loadavg: 2.02 2.03 1.98 3/220 16433
/proc/meminfo: memFree=14459120/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0
[pid=16296] ppid=16294 vsize=14091368 memory=1590652 CPUtime=2455.05 cores=0,2,4,6
/proc/16296/stat : 16296 (java) S 16294 16294 14305 0 -1 1077944320 116747 0 0 0 245364 141 0 0 20 0 15 0 231865800 14429560832 397663 33554432000 4194304 4196468 140732218897424 140732218879968 139644980780791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
/proc/16296/statm: 3522842 397663 3427 1 0 3484036 0
[pid=16296/tid=16297] ppid=16294 vsize=14091368 memory=63048 CPUtime=2441.2 cores=0,2,4,6
/proc/16296/task/16297/stat : 16297 (java) R 16294 16294 14305 0 -1 4202560 38711 0 0 0 244101 19 0 0 20 0 15 0 231865800 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644985016976 139644574457054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16298] ppid=16294 vsize=14091368 memory=4132 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16298/stat : 16298 (java) S 16294 16294 14305 0 -1 1077944384 943 0 0 0 35 11 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644895849616 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16299] ppid=16294 vsize=14091368 memory=63048 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16299/stat : 16299 (java) S 16294 16294 14305 0 -1 1077944384 413 0 0 0 34 12 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644894796816 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16300] ppid=16294 vsize=14091368 memory=1236 CPUtime=0.51 cores=0,2,4,6
/proc/16296/task/16300/stat : 16300 (java) S 16294 16294 14305 0 -1 1077944384 459 0 0 0 38 13 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644893744016 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16301] ppid=16294 vsize=14091368 memory=1590652 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16301/stat : 16301 (java) S 16294 16294 14305 0 -1 1077944384 397 0 0 0 33 13 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644892691216 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16302] ppid=16294 vsize=14091368 memory=1452 CPUtime=0.1 cores=0,2,4,6
/proc/16296/task/16302/stat : 16302 (java) S 16294 16294 14305 0 -1 1077944384 2165 0 0 0 5 5 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644161722736 139644980791938 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16303] ppid=16294 vsize=14091368 memory=1590652 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16303/stat : 16303 (java) S 16294 16294 14305 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644160668768 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16304] ppid=16294 vsize=14091368 memory=15932 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644159615872 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14091368 memory=3332 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14091368 memory=1732 CPUtime=4.68 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) S 16294 16294 14305 0 -1 1077944384 28166 0 0 0 464 4 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644157512560 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14091368 memory=1172 CPUtime=4.58 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) S 16294 16294 14305 0 -1 1077944384 27978 0 0 0 455 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644156459760 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14091368 memory=500 CPUtime=1.02 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) S 16294 16294 14305 0 -1 1077944384 13917 0 0 0 99 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644155406960 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14091368 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14091368 memory=2336 CPUtime=1.49 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 2286 0 0 0 77 72 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 51 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 2455.05 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1592104 KiB

[startup+2502.3 s]
/proc/loadavg: 2.17 2.06 1.99 3/220 16434
/proc/meminfo: memFree=14416196/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0
[pid=16296] ppid=16294 vsize=14091368 memory=1590652 CPUtime=2515.09 cores=0,2,4,6
/proc/16296/stat : 16296 (java) S 16294 16294 14305 0 -1 1077944320 117197 0 0 0 251367 142 0 0 20 0 15 0 231865800 14429560832 397663 33554432000 4194304 4196468 140732218897424 140732218879968 139644980780791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
/proc/16296/statm: 3522842 397663 3427 1 0 3484036 0
[pid=16296/tid=16297] ppid=16294 vsize=14091368 memory=4280 CPUtime=2501.2 cores=0,2,4,6
/proc/16296/task/16297/stat : 16297 (java) R 16294 16294 14305 0 -1 4202560 39098 0 0 0 250101 19 0 0 20 0 15 0 231865800 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644985016976 139644579183744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16298] ppid=16294 vsize=14091368 memory=14888 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16298/stat : 16298 (java) S 16294 16294 14305 0 -1 1077944384 943 0 0 0 35 11 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644895849616 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16299] ppid=16294 vsize=14091368 memory=34884 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16299/stat : 16299 (java) S 16294 16294 14305 0 -1 1077944384 413 0 0 0 34 12 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644894796816 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16300] ppid=16294 vsize=14091368 memory=1452 CPUtime=0.51 cores=0,2,4,6
/proc/16296/task/16300/stat : 16300 (java) S 16294 16294 14305 0 -1 1077944384 459 0 0 0 38 13 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644893744016 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16301] ppid=16294 vsize=14091368 memory=1590652 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16301/stat : 16301 (java) S 16294 16294 14305 0 -1 1077944384 397 0 0 0 33 13 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644892691216 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16302] ppid=16294 vsize=14091368 memory=6791534058613427641 CPUtime=0.1 cores=0,2,4,6
/proc/16296/task/16302/stat : 16302 (java) S 16294 16294 14305 0 -1 1077944384 2173 0 0 0 5 5 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644161722736 139644980791938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16303] ppid=16294 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16303/stat : 16303 (java) S 16294 16294 14305 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644160668768 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16304] ppid=16294 vsize=14091368 memory=1832 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644159615872 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14091368 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14091368 memory=1192 CPUtime=4.68 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) S 16294 16294 14305 0 -1 1077944384 28169 0 0 0 464 4 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644157512560 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14091368 memory=1616 CPUtime=4.58 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) S 16294 16294 14305 0 -1 1077944384 27986 0 0 0 455 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644156459760 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14091368 memory=1384 CPUtime=1.02 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) S 16294 16294 14305 0 -1 1077944384 13921 0 0 0 99 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644155406960 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14091368 memory=752 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14091368 memory=7308 CPUtime=1.53 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 2326 0 0 0 79 74 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 2515.09 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1592104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.3 s]
/proc/loadavg: 2.15 2.06 1.99 3/220 16434
/proc/meminfo: memFree=14412100/32770624 swapFree=67108860/67108860
[pid=16294] ppid=16291 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16294/stat : 16294 (xcsp3-exec) S 16291 16294 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231865800 115843072 363 33554432000 4194304 5098028 140727268957568 140727268955672 140128293585532 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 19378176 140727268963386 140727268963588 140727268963588 140727268966346 0
/proc/16294/statm: 28282 363 305 221 0 87 0
[pid=16296] ppid=16294 vsize=14091368 memory=1590652 CPUtime=2520.09 cores=0,2,4,6
/proc/16296/stat : 16296 (java) S 16294 16294 14305 0 -1 1077944320 117201 0 0 0 251867 142 0 0 20 0 15 0 231865800 14429560832 397663 33554432000 4194304 4196468 140732218897424 140732218879968 139644980780791 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
/proc/16296/statm: 3522842 397663 3427 1 0 3484036 0
[pid=16296/tid=16297] ppid=16294 vsize=14091368 memory=14133333755955770 CPUtime=2506.2 cores=0,2,4,6
/proc/16296/task/16297/stat : 16297 (java) R 16294 16294 14305 0 -1 4202560 39100 0 0 0 250601 19 0 0 20 0 15 0 231865800 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644985016976 139644579524884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16298] ppid=16294 vsize=14091368 memory=1172 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16298/stat : 16298 (java) S 16294 16294 14305 0 -1 1077944384 943 0 0 0 35 11 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644895849616 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16299] ppid=16294 vsize=14091368 memory=500 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16299/stat : 16299 (java) S 16294 16294 14305 0 -1 1077944384 413 0 0 0 34 12 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644894796816 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16300] ppid=16294 vsize=14091368 memory=928 CPUtime=0.51 cores=0,2,4,6
/proc/16296/task/16300/stat : 16300 (java) S 16294 16294 14305 0 -1 1077944384 459 0 0 0 38 13 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644893744016 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16301] ppid=16294 vsize=14091368 memory=2336 CPUtime=0.46 cores=0,2,4,6
/proc/16296/task/16301/stat : 16301 (java) S 16294 16294 14305 0 -1 1077944384 397 0 0 0 33 13 0 0 20 0 15 0 231865801 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644892691216 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16302] ppid=16294 vsize=14091368 memory=1580 CPUtime=0.1 cores=0,2,4,6
/proc/16296/task/16302/stat : 16302 (java) S 16294 16294 14305 0 -1 1077944384 2173 0 0 0 5 5 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644161722736 139644980791938 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16303] ppid=16294 vsize=14091368 memory=924 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16303/stat : 16303 (java) S 16294 16294 14305 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644160668768 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16304] ppid=16294 vsize=14091368 memory=2188 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16304/stat : 16304 (java) S 16294 16294 14305 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 15 0 231865803 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644159615872 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16305] ppid=16294 vsize=14091368 memory=3984 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16305/stat : 16305 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644158564176 139644980799387 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16306] ppid=16294 vsize=14091368 memory=2024 CPUtime=4.68 cores=0,2,4,6
/proc/16296/task/16306/stat : 16306 (java) S 16294 16294 14305 0 -1 1077944384 28169 0 0 0 464 4 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644157512560 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16307] ppid=16294 vsize=14091368 memory=7288 CPUtime=4.58 cores=0,2,4,6
/proc/16296/task/16307/stat : 16307 (java) S 16294 16294 14305 0 -1 1077944384 27986 0 0 0 455 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644156459760 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16308] ppid=16294 vsize=14091368 memory=804 CPUtime=1.02 cores=0,2,4,6
/proc/16296/task/16308/stat : 16308 (java) S 16294 16294 14305 0 -1 1077944384 13921 0 0 0 99 3 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644155406960 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16309] ppid=16294 vsize=14091368 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/16296/task/16309/stat : 16309 (java) S 16294 16294 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644154354400 139644980790997 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
[pid=16296/tid=16310] ppid=16294 vsize=14091368 memory=1590652 CPUtime=1.53 cores=0,2,4,6
/proc/16296/task/16310/stat : 16310 (java) S 16294 16294 14305 0 -1 1077944384 2328 0 0 0 79 74 0 0 20 0 15 0 231865806 14429560832 397663 33554432000 4194304 4196468 140732218897424 139644153301680 139644980791938 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 35856384 140732218905734 140732218905905 140732218905905 140732218908623 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 1592104 KiB

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

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

[startup+2507.32 s]
# the end of solver process 16296 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.68 s, system=1.44043 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): 2507.32
CPU time (s): 2520.13
CPU user time (s): 2518.68
CPU system time (s): 1.44043
CPU usage (%): 100.511
Max. virtual memory (cumulated for all children) (KiB): 14204496
Max. memory (cumulated for all children) (KiB): 1592104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.68
system time used= 1.44043
maximum resident set size= 1591332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58344
involuntary context switches= 1035


# summary of solver processes directly reported to runsolver:
#   pid: 16294,16296
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2518.68
#   total CPU system time (s): 1.44043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1089 second user time and 25.1436 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 08:50:26
IDJOB=4306673
IDBENCH=141633
IDSOLVER=2787
FILE ID=node132/4306673-1534143026
RUNJOBID= node132-1534138001-15590
PBS_JOBID= 21037017
Free space on /tmp= 38176 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2-3-2_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306673-1534143026/watcher-4306673-1534143026 -o /tmp/evaluation-result-4306673-1534143026/solver-4306673-1534143026 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534138001-15590 --watchdog 2580  HOME/xcsp3-exec -seed 2130679096 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306673-1534143026.xml

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

MD5SUM BENCH= 0a472228e3943087b3ac347f10dd57c9
RANDOM SEED=2130679096

node132.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.65
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.65
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.65
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.65
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:        17542048 kB
MemAvailable:   31702448 kB
Buffers:          254000 kB
Cached:         14017380 kB
SwapCached:            0 kB
Active:          7262736 kB
Inactive:        7266744 kB
Active(anon):     207832 kB
Inactive(anon):   102816 kB
Active(file):    7054904 kB
Inactive(file):  7163928 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             45688 kB
Writeback:             0 kB
AnonPages:        265284 kB
Mapped:            68288 kB
Shmem:             49824 kB
Slab:             398216 kB
SReclaimable:     370028 kB
SUnreclaim:        28188 kB
KernelStack:        3920 kB
PageTables:         5772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1449044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38156 MiB
End job on node132 at 2018-08-13 09:32:14