Trace number 4398974

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-16SAT 70.444 29.5816

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-01.xml
MD5SUM38fbb435e56fa73fec05cbb523a31b1b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark56.5752
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":5},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":5},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":1},{"degree":18,"count":2},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398974-1568695638.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398974-1568695638.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
32.28/19.96	c solve instance...
70.23/29.54	s SATISFIABLE
70.23/29.54	v <instantiation>
70.23/29.54	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
70.23/29.54	v 	<values>4 4 4 4 1 4 1 0 1 2 4 1 4 0 2 1 2 1 3 4 1 4 3 3 4 </values>
70.23/29.54	v </instantiation>

Verifier Data

OK	

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 (9801 MiB free)
  memory of node 1: 16384 MiB (15189 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398974-1568695638/watcher-4398974-1568695638 -o /tmp/evaluation-result-4398974-1568695638/solver-4398974-1568695638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568691194-25965 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1453631141 HOME/instance-4398974-1568695638.xml 

running on 4 cores: 1,3,5,7

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
solver pid=26562, runsolver pid=26559
Current StackSize limit: 8192 KiB


[startup+0.100682 s]*
/proc/loadavg: 7.97 7.58 4.95 8/232 26578
/proc/meminfo: memFree=25573572/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0
[pid=26564] ppid=26562 vsize=15144776 memory=29052 CPUtime=0.13 cores=1,3,5,7
/proc/26564/stat : 26564 (java) S 26562 26562 25933 0 -1 1077944320 5740 0 0 0 12 1 0 0 20 0 15 0 445818307 15508250624 7263 33554432000 4194304 4196468 140727253681440 140727253663984 140248774217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
/proc/26564/statm: 3786194 7263 3123 1 0 3748377 0
[pid=26564/tid=26565] ppid=26562 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=1,3,5,7
/proc/26564/task/26565/stat : 26565 (java) R 26562 26562 25933 0 -1 4202560 3657 0 0 0 9 0 0 0 20 0 15 0 445818308 15508250624 7263 33554432000 4194304 4196468 140727253681440 140248778448784 140248766454590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26566] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26566/stat : 26566 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 7263 33554432000 4194304 4196468 140727253681440 140248366422672 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26567] ppid=26562 vsize=15144776 memory=4050624391521535648 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26567/stat : 26567 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 7263 33554432000 4194304 4196468 140727253681440 140248365369872 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26568] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26568/stat : 26568 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 7263 33554432000 4194304 4196468 140727253681440 140248364317072 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26569] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26569/stat : 26569 (java) S 26562 26562 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 7263 33554432000 4194304 4196468 140727253681440 140248363264272 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26570] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26570/stat : 26570 (java) S 26562 26562 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818310 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247648115568 140248774228610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26571] ppid=26562 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26571/stat : 26571 (java) S 26562 26562 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818310 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247647061536 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26572] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26572/stat : 26572 (java) S 26562 26562 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445818310 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247646008688 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26573] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26573/stat : 26573 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247644957008 140248774236059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26574] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26574/stat : 26574 (java) R 26562 26562 25933 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247643904368 140248774228610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26575] ppid=26562 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26575/stat : 26575 (java) S 26562 26562 25933 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247642851568 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26576] ppid=26562 vsize=15144776 memory=139874554906240 CPUtime=0.02 cores=1,3,5,7
/proc/26564/task/26576/stat : 26576 (java) R 26562 26562 25933 0 -1 4202560 354 0 0 0 2 0 0 0 20 0 15 0 445818313 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247641798768 140248753650557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26577] ppid=26562 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26577/stat : 26577 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247640746208 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26578] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 7263 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30504 KiB

[startup+0.214126 s]*
/proc/loadavg: 7.97 7.58 4.95 6/232 26578
/proc/meminfo: memFree=25560320/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0
[pid=26564] ppid=26562 vsize=15144776 memory=41212 CPUtime=0.35 cores=1,3,5,7
/proc/26564/stat : 26564 (java) S 26562 26562 25933 0 -1 1077944320 9513 0 0 0 33 2 0 0 20 0 15 0 445818307 15508250624 10303 33554432000 4194304 4196468 140727253681440 140727253663984 140248774217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
/proc/26564/statm: 3786194 10303 3318 1 0 3748377 0
[pid=26564/tid=26565] ppid=26562 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/26564/task/26565/stat : 26565 (java) R 26562 26562 25933 0 -1 4202560 6679 0 0 0 19 1 0 0 20 0 15 0 445818308 15508250624 10303 33554432000 4194304 4196468 140727253681440 140248778452448 140248758297950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26566] ppid=26562 vsize=15144776 memory=2669799 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26566/stat : 26566 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 10303 33554432000 4194304 4196468 140727253681440 140248366422672 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26567] ppid=26562 vsize=15144776 memory=139874558069912 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26567/stat : 26567 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 10303 33554432000 4194304 4196468 140727253681440 140248365369872 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26568] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26568/stat : 26568 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 10303 33554432000 4194304 4196468 140727253681440 140248364317072 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26569] ppid=26562 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26569/stat : 26569 (java) S 26562 26562 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818308 15508250624 10303 33554432000 4194304 4196468 140727253681440 140248363264272 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26570] ppid=26562 vsize=15144776 memory=139874554906240 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26570/stat : 26570 (java) S 26562 26562 25933 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445818310 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247648115568 140248774228610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26571] ppid=26562 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26571/stat : 26571 (java) S 26562 26562 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818310 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247647061536 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26572] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26572/stat : 26572 (java) S 26562 26562 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445818310 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247646008688 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26573] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26573/stat : 26573 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247644957008 140248774236059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26574] ppid=26562 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26564/task/26574/stat : 26574 (java) S 26562 26562 25933 0 -1 1077944384 533 0 0 0 2 0 0 0 20 0 15 0 445818313 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247643904368 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26575] ppid=26562 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26564/task/26575/stat : 26575 (java) S 26562 26562 25933 0 -1 1077944384 239 0 0 0 2 0 0 0 20 0 15 0 445818313 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247642851568 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26576] ppid=26562 vsize=15144776 memory=139874554906240 CPUtime=0.08 cores=1,3,5,7
/proc/26564/task/26576/stat : 26576 (java) R 26562 26562 25933 0 -1 4202560 755 0 0 0 8 0 0 0 20 0 15 0 445818313 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247641798768 140248758457569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26577] ppid=26562 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26577/stat : 26577 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247640746208 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26578] ppid=26562 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818313 15508250624 10303 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42664 KiB

[startup+0.311315 s]*
/proc/loadavg: 7.97 7.58 4.95 10/232 26578
/proc/meminfo: memFree=25552924/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0
[pid=26564] ppid=26562 vsize=15149032 memory=50564 CPUtime=0.53 cores=1,3,5,7
/proc/26564/stat : 26564 (java) S 26562 26562 25933 0 -1 1077944320 10917 0 0 0 50 3 0 0 20 0 15 0 445818307 15512608768 12641 33554432000 4194304 4196468 140727253681440 140727253663984 140248774217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
/proc/26564/statm: 3787258 12641 3365 1 0 3748377 0
[pid=26564/tid=26565] ppid=26562 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/26564/task/26565/stat : 26565 (java) R 26562 26562 25933 0 -1 4202560 7852 0 0 0 28 2 0 0 20 0 15 0 445818308 15512608768 12645 33554432000 4194304 4196468 140727253681440 140248778445232 140248758297950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26566] ppid=26562 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26566/stat : 26566 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15512608768 12645 33554432000 4194304 4196468 140727253681440 140248366422672 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26567] ppid=26562 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26567/stat : 26567 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15512608768 12645 33554432000 4194304 4196468 140727253681440 140248365369872 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26568] ppid=26562 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26568/stat : 26568 (java) S 26562 26562 25933 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445818308 15512608768 12645 33554432000 4194304 4196468 140727253681440 140248364317072 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26569] ppid=26562 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26569/stat : 26569 (java) S 26562 26562 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818308 15512608768 12645 33554432000 4194304 4196468 140727253681440 140248363264272 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26570] ppid=26562 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26570/stat : 26570 (java) S 26562 26562 25933 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445818310 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247648115568 140248774228610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26571] ppid=26562 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26571/stat : 26571 (java) S 26562 26562 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818310 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247647061536 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26572] ppid=26562 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26572/stat : 26572 (java) S 26562 26562 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445818310 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247646008688 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26573] ppid=26562 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26573/stat : 26573 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247644957008 140248774236059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26574] ppid=26562 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=1,3,5,7
/proc/26564/task/26574/stat : 26574 (java) R 26562 26562 25933 0 -1 4202560 681 0 0 0 5 0 0 0 20 0 15 0 445818313 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247643904368 140248751478720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26575] ppid=26562 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26564/task/26575/stat : 26575 (java) S 26562 26562 25933 0 -1 1077944384 243 0 0 0 4 0 0 0 20 0 15 0 445818313 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247642851568 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26576] ppid=26562 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/26564/task/26576/stat : 26576 (java) S 26562 26562 25933 0 -1 1077944384 839 0 0 0 12 0 0 0 20 0 15 0 445818313 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247641798768 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26577] ppid=26562 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26577/stat : 26577 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247640746208 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26578] ppid=26562 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818313 15512608768 12645 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52016 KiB

[startup+0.708205 s]
/proc/loadavg: 7.97 7.58 4.95 9/232 26578
/proc/meminfo: memFree=25476332/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0
[pid=26564] ppid=26562 vsize=15151156 memory=250700 CPUtime=1.53 cores=1,3,5,7
/proc/26564/stat : 26564 (java) S 26562 26562 25933 0 -1 1077944320 13700 0 0 0 138 15 0 0 20 0 15 0 445818307 15514783744 62675 33554432000 4194304 4196468 140727253681440 140727253663984 140248774217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
/proc/26564/statm: 3787789 62675 3454 1 0 3748889 0
[pid=26564/tid=26565] ppid=26562 vsize=15151156 memory=-3704326594973231466 CPUtime=0.64 cores=1,3,5,7
/proc/26564/task/26565/stat : 26565 (java) R 26562 26562 25933 0 -1 4202560 8348 0 0 0 59 5 0 0 20 0 15 0 445818308 15514783744 62675 33554432000 4194304 4196468 140727253681440 140248778452336 140248411462445 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26566] ppid=26562 vsize=15151156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/26564/task/26566/stat : 26566 (java) S 26562 26562 25933 0 -1 1077944384 38 0 0 0 2 2 0 0 20 0 15 0 445818308 15514783744 62675 33554432000 4194304 4196468 140727253681440 140248366422672 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26567] ppid=26562 vsize=15151156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26564/task/26567/stat : 26567 (java) S 26562 26562 25933 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 445818308 15514783744 62675 33554432000 4194304 4196468 140727253681440 140248365369872 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26568] ppid=26562 vsize=15151156 memory=772 CPUtime=0.03 cores=1,3,5,7
/proc/26564/task/26568/stat : 26568 (java) S 26562 26562 25933 0 -1 1077944384 42 0 0 0 1 2 0 0 20 0 15 0 445818308 15514783744 62675 33554432000 4194304 4196468 140727253681440 140248364317072 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26569] ppid=26562 vsize=15151156 memory=4168 CPUtime=0.04 cores=1,3,5,7
/proc/26564/task/26569/stat : 26569 (java) S 26562 26562 25933 0 -1 1077944384 49 0 0 0 2 2 0 0 20 0 15 0 445818308 15514783744 62675 33554432000 4194304 4196468 140727253681440 140248363264272 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26570] ppid=26562 vsize=15151156 memory=948 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26570/stat : 26570 (java) S 26562 26562 25933 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 445818310 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247648115568 140248774228610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26571] ppid=26562 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26571/stat : 26571 (java) S 26562 26562 25933 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445818310 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247647061536 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26572] ppid=26562 vsize=15151156 memory=9492 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26572/stat : 26572 (java) S 26562 26562 25933 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445818310 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247646008688 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26573] ppid=26562 vsize=15151156 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26573/stat : 26573 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247644957008 140248774236059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26574] ppid=26562 vsize=15151156 memory=628 CPUtime=0.27 cores=1,3,5,7
/proc/26564/task/26574/stat : 26574 (java) R 26562 26562 25933 0 -1 4202560 1602 0 0 0 27 0 0 0 20 0 15 0 445818313 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247643889032 140248766506845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26575] ppid=26562 vsize=15151156 memory=1056 CPUtime=0.2 cores=1,3,5,7
/proc/26564/task/26575/stat : 26575 (java) R 26562 26562 25933 0 -1 4202560 941 0 0 0 20 0 0 0 20 0 15 0 445818313 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247642832584 140248754853347 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26576] ppid=26562 vsize=15151156 memory=1724 CPUtime=0.23 cores=1,3,5,7
/proc/26564/task/26576/stat : 26576 (java) S 26562 26562 25933 0 -1 1077944384 1274 0 0 0 23 0 0 0 20 0 15 0 445818313 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247641798768 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26577] ppid=26562 vsize=15151156 memory=6056 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26577/stat : 26577 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445818313 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247640746208 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26578] ppid=26562 vsize=15151156 memory=14012 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445818313 15514783744 62675 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 252152 KiB

[startup+1.50081 s]
/proc/loadavg: 7.97 7.58 4.95 6/232 26578
/proc/meminfo: memFree=25322920/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0

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

/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 725 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26656] ppid=26562 vsize=15417412 memory=2592 CPUtime=8.27 cores=1,3,5,7
/proc/26564/task/26656/stat : 26656 (java) R 26562 26562 25933 0 -1 4202560 424 0 0 0 827 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247630712696 140248416755403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26657] ppid=26562 vsize=15417412 memory=1412 CPUtime=8.42 cores=1,3,5,7
/proc/26564/task/26657/stat : 26657 (java) R 26562 26562 25933 0 -1 4202560 894 0 0 0 842 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247629660440 140248417962302 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26658] ppid=26562 vsize=15417412 memory=2884 CPUtime=8.18 cores=1,3,5,7
/proc/26564/task/26658/stat : 26658 (java) R 26562 26562 25933 0 -1 4202560 1147 0 0 0 818 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247628607832 140248416755595 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26659] ppid=26562 vsize=15417412 memory=1452 CPUtime=8.3 cores=1,3,5,7
/proc/26564/task/26659/stat : 26659 (java) R 26562 26562 25933 0 -1 4202560 877 0 0 0 830 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247627556920 140248416755860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 67.45 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4686636 KiB

[startup+29.2012 s]
/proc/loadavg: 6.33 7.21 4.91 10/236 26663
/proc/meminfo: memFree=20921132/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0
[pid=26564] ppid=26562 vsize=15417412 memory=4685184 CPUtime=69.03 cores=1,3,5,7
/proc/26564/stat : 26564 (java) S 26562 26562 25933 0 -1 1077944320 74581 0 0 0 6580 323 0 0 20 0 19 0 445818307 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140727253663984 140248774217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
/proc/26564/statm: 3854353 1171296 3520 1 0 3815453 0
[pid=26564/tid=26565] ppid=26562 vsize=15417412 memory=288230617509003574 CPUtime=15.47 cores=1,3,5,7
/proc/26564/task/26565/stat : 26565 (java) S 26562 26562 25933 0 -1 1077944384 15264 0 0 0 1512 35 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248778458240 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26566] ppid=26562 vsize=15417412 memory=14972261127948741 CPUtime=3.47 cores=1,3,5,7
/proc/26564/task/26566/stat : 26566 (java) S 26562 26562 25933 0 -1 1077944384 10293 0 0 0 272 75 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248366422672 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26567] ppid=26562 vsize=15417412 memory=1452 CPUtime=3.47 cores=1,3,5,7
/proc/26564/task/26567/stat : 26567 (java) S 26562 26562 25933 0 -1 1077944384 7988 0 0 0 279 68 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248365369872 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26568] ppid=26562 vsize=15417412 memory=4685104 CPUtime=3.46 cores=1,3,5,7
/proc/26564/task/26568/stat : 26568 (java) S 26562 26562 25933 0 -1 1077944384 4562 0 0 0 279 67 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248364317072 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26569] ppid=26562 vsize=15417412 memory=1412 CPUtime=3.5 cores=1,3,5,7
/proc/26564/task/26569/stat : 26569 (java) S 26562 26562 25933 0 -1 1077944384 4973 0 0 0 280 70 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248363264272 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26570] ppid=26562 vsize=15417412 memory=2704 CPUtime=0.96 cores=1,3,5,7
/proc/26564/task/26570/stat : 26570 (java) S 26562 26562 25933 0 -1 1077944384 10588 0 0 0 95 1 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247648115568 140248774228610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26571] ppid=26562 vsize=15417412 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26571/stat : 26571 (java) S 26562 26562 25933 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247647061600 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26572] ppid=26562 vsize=15417412 memory=4209652 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26572/stat : 26572 (java) S 26562 26562 25933 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247646008704 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26573] ppid=26562 vsize=15417412 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26573/stat : 26573 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247644957008 140248774236059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26574] ppid=26562 vsize=15417412 memory=8317482817917895235 CPUtime=1.52 cores=1,3,5,7
/proc/26564/task/26574/stat : 26574 (java) S 26562 26562 25933 0 -1 1077944384 5771 0 0 0 151 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247643904368 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26575] ppid=26562 vsize=15417412 memory=500 CPUtime=1.64 cores=1,3,5,7
/proc/26564/task/26575/stat : 26575 (java) S 26562 26562 25933 0 -1 1077944384 5045 0 0 0 163 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247642851568 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26576] ppid=26562 vsize=15417412 memory=928 CPUtime=0.66 cores=1,3,5,7
/proc/26564/task/26576/stat : 26576 (java) S 26562 26562 25933 0 -1 1077944384 4548 0 0 0 65 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247641798768 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26577] ppid=26562 vsize=15417412 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26577/stat : 26577 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247640746208 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26578] ppid=26562 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26656] ppid=26562 vsize=15417412 memory=-2746958450906831424 CPUtime=8.67 cores=1,3,5,7
/proc/26564/task/26656/stat : 26656 (java) R 26562 26562 25933 0 -1 4202560 425 0 0 0 867 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247630712696 140248416755403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26657] ppid=26562 vsize=15417412 memory=-1088251628401078322 CPUtime=8.82 cores=1,3,5,7
/proc/26564/task/26657/stat : 26657 (java) R 26562 26562 25933 0 -1 4202560 907 0 0 0 882 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247629660440 140248417074081 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26658] ppid=26562 vsize=15417412 memory=0 CPUtime=8.57 cores=1,3,5,7
/proc/26564/task/26658/stat : 26658 (java) R 26562 26562 25933 0 -1 4202560 1149 0 0 0 857 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247628607832 140248416850506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26659] ppid=26562 vsize=15417412 memory=0 CPUtime=8.7 cores=1,3,5,7
/proc/26564/task/26659/stat : 26659 (java) R 26562 26562 25933 0 -1 4202560 992 0 0 0 870 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247627556920 140248416755403 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 69.03 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4686636 KiB

[startup+29.4012 s]
/proc/loadavg: 6.33 7.21 4.91 10/236 26663
/proc/meminfo: memFree=20921132/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0
[pid=26564] ppid=26562 vsize=15417412 memory=4685184 CPUtime=69.83 cores=1,3,5,7
/proc/26564/stat : 26564 (java) S 26562 26562 25933 0 -1 1077944320 74638 0 0 0 6660 323 0 0 20 0 19 0 445818307 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140727253663984 140248774217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
/proc/26564/statm: 3854353 1171296 3520 1 0 3815453 0
[pid=26564/tid=26565] ppid=26562 vsize=15417412 memory=0 CPUtime=15.47 cores=1,3,5,7
/proc/26564/task/26565/stat : 26565 (java) S 26562 26562 25933 0 -1 1077944384 15264 0 0 0 1512 35 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248778458240 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26566] ppid=26562 vsize=15417412 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/26564/task/26566/stat : 26566 (java) S 26562 26562 25933 0 -1 1077944384 10293 0 0 0 272 75 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248366422672 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26567] ppid=26562 vsize=15417412 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/26564/task/26567/stat : 26567 (java) S 26562 26562 25933 0 -1 1077944384 7988 0 0 0 279 68 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248365369872 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26568] ppid=26562 vsize=15417412 memory=0 CPUtime=3.46 cores=1,3,5,7
/proc/26564/task/26568/stat : 26568 (java) S 26562 26562 25933 0 -1 1077944384 4562 0 0 0 279 67 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248364317072 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26569] ppid=26562 vsize=15417412 memory=0 CPUtime=3.5 cores=1,3,5,7
/proc/26564/task/26569/stat : 26569 (java) S 26562 26562 25933 0 -1 1077944384 4973 0 0 0 280 70 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248363264272 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26570] ppid=26562 vsize=15417412 memory=0 CPUtime=0.96 cores=1,3,5,7
/proc/26564/task/26570/stat : 26570 (java) S 26562 26562 25933 0 -1 1077944384 10593 0 0 0 95 1 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247648115568 140248774228610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26571] ppid=26562 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26571/stat : 26571 (java) S 26562 26562 25933 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247647061600 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26572] ppid=26562 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26572/stat : 26572 (java) S 26562 26562 25933 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247646008704 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26573] ppid=26562 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26573/stat : 26573 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247644957008 140248774236059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26574] ppid=26562 vsize=15417412 memory=7158588608342152272 CPUtime=1.52 cores=1,3,5,7
/proc/26564/task/26574/stat : 26574 (java) S 26562 26562 25933 0 -1 1077944384 5771 0 0 0 151 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247643904368 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26575] ppid=26562 vsize=15417412 memory=1452 CPUtime=1.64 cores=1,3,5,7
/proc/26564/task/26575/stat : 26575 (java) S 26562 26562 25933 0 -1 1077944384 5045 0 0 0 163 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247642851568 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26576] ppid=26562 vsize=15417412 memory=1452 CPUtime=0.66 cores=1,3,5,7
/proc/26564/task/26576/stat : 26576 (java) S 26562 26562 25933 0 -1 1077944384 4548 0 0 0 65 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247641798768 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26577] ppid=26562 vsize=15417412 memory=4685184 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26577/stat : 26577 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247640746208 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26578] ppid=26562 vsize=15417412 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26656] ppid=26562 vsize=15417412 memory=6944656592455360569 CPUtime=8.87 cores=1,3,5,7
/proc/26564/task/26656/stat : 26656 (java) R 26562 26562 25933 0 -1 4202560 427 0 0 0 887 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247630712696 140248418274938 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26657] ppid=26562 vsize=15417412 memory=7681905605394137875 CPUtime=9.02 cores=1,3,5,7
/proc/26564/task/26657/stat : 26657 (java) R 26562 26562 25933 0 -1 4202560 911 0 0 0 902 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247629660440 140248417072555 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26658] ppid=26562 vsize=15417412 memory=-7173504570862900581 CPUtime=8.77 cores=1,3,5,7
/proc/26564/task/26658/stat : 26658 (java) R 26562 26562 25933 0 -1 4202560 1150 0 0 0 877 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247628607832 140248417150489 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26659] ppid=26562 vsize=15417412 memory=-7522837583129502606 CPUtime=8.9 cores=1,3,5,7
/proc/26564/task/26659/stat : 26659 (java) R 26562 26562 25933 0 -1 4202560 1037 0 0 0 890 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247627556920 140248416960605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 69.83 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4686636 KiB

[startup+29.5012 s]
/proc/loadavg: 6.33 7.21 4.91 10/236 26663
/proc/meminfo: memFree=20921132/32770624 swapFree=67000020/67108860
[pid=26562] ppid=26559 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26562/stat : 26562 (xcsp3-exec) S 26559 26562 25933 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445818307 115843072 363 33554432000 4194304 5098028 140724656637936 140724656636040 140079043621500 0 65536 4100 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35786752 140724656644986 140724656645229 140724656645229 140724656648138 0
/proc/26562/statm: 28282 363 304 221 0 87 0
[pid=26564] ppid=26562 vsize=15417412 memory=4685184 CPUtime=70.23 cores=1,3,5,7
/proc/26564/stat : 26564 (java) S 26562 26562 25933 0 -1 1077944320 74638 0 0 0 6700 323 0 0 20 0 19 0 445818307 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140727253663984 140248774217463 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
/proc/26564/statm: 3854353 1171296 3520 1 0 3815453 0
[pid=26564/tid=26565] ppid=26562 vsize=15417412 memory=1452 CPUtime=15.47 cores=1,3,5,7
/proc/26564/task/26565/stat : 26565 (java) S 26562 26562 25933 0 -1 1077944384 15264 0 0 0 1512 35 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248778458240 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26566] ppid=26562 vsize=15417412 memory=0 CPUtime=3.47 cores=1,3,5,7
/proc/26564/task/26566/stat : 26566 (java) S 26562 26562 25933 0 -1 1077944384 10293 0 0 0 272 75 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248366422672 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26567] ppid=26562 vsize=15417412 memory=1452 CPUtime=3.47 cores=1,3,5,7
/proc/26564/task/26567/stat : 26567 (java) S 26562 26562 25933 0 -1 1077944384 7988 0 0 0 279 68 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248365369872 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26568] ppid=26562 vsize=15417412 memory=1938532 CPUtime=3.46 cores=1,3,5,7
/proc/26564/task/26568/stat : 26568 (java) S 26562 26562 25933 0 -1 1077944384 4562 0 0 0 279 67 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248364317072 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26569] ppid=26562 vsize=15417412 memory=0 CPUtime=3.5 cores=1,3,5,7
/proc/26564/task/26569/stat : 26569 (java) S 26562 26562 25933 0 -1 1077944384 4973 0 0 0 280 70 0 0 20 0 19 0 445818308 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140248363264272 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26570] ppid=26562 vsize=15417412 memory=797 CPUtime=0.96 cores=1,3,5,7
/proc/26564/task/26570/stat : 26570 (java) S 26562 26562 25933 0 -1 1077944384 10593 0 0 0 95 1 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247648115568 140248774228610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26571] ppid=26562 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26571/stat : 26571 (java) S 26562 26562 25933 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247647061600 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26572] ppid=26562 vsize=15417412 memory=4685184 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26572/stat : 26572 (java) S 26562 26562 25933 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 19 0 445818310 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247646008704 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26573] ppid=26562 vsize=15417412 memory=500 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26573/stat : 26573 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247644957008 140248774236059 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26574] ppid=26562 vsize=15417412 memory=1452 CPUtime=1.52 cores=1,3,5,7
/proc/26564/task/26574/stat : 26574 (java) S 26562 26562 25933 0 -1 1077944384 5771 0 0 0 151 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247643904368 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26575] ppid=26562 vsize=15417412 memory=4685184 CPUtime=1.64 cores=1,3,5,7
/proc/26564/task/26575/stat : 26575 (java) S 26562 26562 25933 0 -1 1077944384 5045 0 0 0 163 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247642851568 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26576] ppid=26562 vsize=15417412 memory=493 CPUtime=0.66 cores=1,3,5,7
/proc/26564/task/26576/stat : 26576 (java) S 26562 26562 25933 0 -1 1077944384 4548 0 0 0 65 1 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247641798768 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26577] ppid=26562 vsize=15417412 memory=4685184 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26577/stat : 26577 (java) S 26562 26562 25933 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247640746208 140248774227669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26578] ppid=26562 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/26564/task/26578/stat : 26578 (java) S 26562 26562 25933 0 -1 1077944384 744 0 0 0 0 0 0 0 20 0 19 0 445818313 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247639694512 140248774228610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26656] ppid=26562 vsize=15417412 memory=4685148 CPUtime=8.97 cores=1,3,5,7
/proc/26564/task/26656/stat : 26656 (java) R 26562 26562 25933 0 -1 4202560 427 0 0 0 897 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247630712696 140248416755051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26657] ppid=26562 vsize=15417412 memory=3624 CPUtime=9.12 cores=1,3,5,7
/proc/26564/task/26657/stat : 26657 (java) R 26562 26562 25933 0 -1 4202560 911 0 0 0 912 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247629660440 140248417073020 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26658] ppid=26562 vsize=15417412 memory=1452 CPUtime=8.87 cores=1,3,5,7
/proc/26564/task/26658/stat : 26658 (java) R 26562 26562 25933 0 -1 4202560 1150 0 0 0 887 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247628607832 140248417072663 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
[pid=26564/tid=26659] ppid=26562 vsize=15417412 memory=1452 CPUtime=9 cores=1,3,5,7
/proc/26564/task/26659/stat : 26659 (java) R 26562 26562 25933 0 -1 4202560 1037 0 0 0 900 0 0 0 20 0 19 0 445820304 15787429888 1171296 33554432000 4194304 4196468 140727253681440 140247627556920 140248417072609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13254656 140727253689327 140727253689498 140727253689498 140727253692367 0
Current children cumulated CPU time: 70.23 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4686636 KiB

Child status: 0
Real time (s): 29.5816
CPU time (s): 70.444
CPU user time (s): 67.1818
CPU system time (s): 3.26217
CPU usage (%): 238.134
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 4686636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.1818
system time used= 3.26217
maximum resident set size= 4685292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76619
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3891
involuntary context switches= 1093


# summary of solver processes directly reported to runsolver:
#   pid: 26562
#   total CPU time (s): 70.444
#   total CPU user time (s): 67.1818
#   total CPU system time (s): 3.26217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.223217 second user time and 0.343238 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-17 05:45:59
IDJOB=4398974
IDBENCH=126080
IDSOLVER=2853
FILE ID=node106/4398974-1568695638
RUNJOBID= node106-1568691194-25965
PBS_JOBID= 21703809
Free space on /tmp= 58996 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-01.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398974-1568695638/watcher-4398974-1568695638 -o /tmp/evaluation-result-4398974-1568695638/solver-4398974-1568695638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568691194-25965 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1453631141 HOME/instance-4398974-1568695638.xml

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

MD5SUM BENCH= 38fbb435e56fa73fec05cbb523a31b1b
RANDOM SEED=1453631141

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:        25590616 kB
MemAvailable:   27195632 kB
Buffers:          195936 kB
Cached:          1698692 kB
SwapCached:         7404 kB
Active:          5366524 kB
Inactive:        1228968 kB
Active(anon):    4701052 kB
Inactive(anon):    44200 kB
Active(file):     665472 kB
Inactive(file):  1184768 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67000020 kB
Dirty:             58832 kB
Writeback:             0 kB
AnonPages:       4803160 kB
Mapped:            57268 kB
Shmem:             35772 kB
Slab:             171808 kB
SReclaimable:     141224 kB
SUnreclaim:        30584 kB
KernelStack:        3776 kB
PageTables:        14968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6898172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4603904 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= 58972 MiB
End job on node106 at 2019-09-17 05:46:29