Trace number 4393120

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-06-14SAT 1819.97 458.676

General information on the benchmark

NameRandom/Random-RB-3-24-24f/
rand-3-24-24-76-632f-49.xml
MD5SUMeb1071698302cc934647f3ac3e5db9c3
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 benchmark410.687
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Number of domains1
Minimum domain size24
Maximum domain size24
Distribution of domain sizes[{"size":24,"count":24}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":2},{"degree":6,"count":3},{"degree":7,"count":2},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":15,"count":2}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":73}]
Number of extensional constraints73
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":73}]
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-4393120-1568314893.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393120-1568314893.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.29	c parse instance...
4.83/2.68	c solve instance...
1819.71/458.65	s SATISFIABLE
1819.71/458.65	v <instantiation>
1819.71/458.65	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] </list>
1819.71/458.65	v 	<values>18 3 17 22 0 19 9 17 15 7 2 18 7 4 4 2 13 18 9 11 6 23 14 22 </values>
1819.71/458.65	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 (8671 MiB free)
  memory of node 1: 16384 MiB (11277 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393120-1568314893/watcher-4393120-1568314893 -o /tmp/evaluation-result-4393120-1568314893/solver-4393120-1568314893 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1569615203 HOME/instance-4393120-1568314893.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
solver pid=17406, runsolver pid=17403
Current StackSize limit: 8192 KiB


[startup+0.100173 s]*
/proc/loadavg: 6.97 7.75 6.61 6/233 17422
/proc/meminfo: memFree=20411568/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0
[pid=17408] ppid=17406 vsize=15144768 memory=30092 CPUtime=0.13 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17406 17406 15592 0 -1 1077944320 5484 0 0 0 12 1 0 0 20 0 15 0 407746673 15508242432 7523 33554432000 4194304 4196468 140737463477712 140737463460256 140333125127927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
/proc/17408/statm: 3786192 7523 3119 1 0 3748377 0
[pid=17408/tid=17409] ppid=17406 vsize=15144768 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/17408/task/17409/stat : 17409 (java) R 17406 17406 15592 0 -1 4202560 3402 0 0 0 9 0 0 0 20 0 15 0 407746674 15508242432 7523 33554432000 4194304 4196468 140737463477712 140333129360720 140333125149853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17410] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332717943952 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17411] ppid=17406 vsize=15144768 memory=288370843117819520 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332716891152 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17412] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332715838352 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17413] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17406 17406 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332714785552 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17414] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17406 17406 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407746676 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332593781104 140333125139074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17415] ppid=17406 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17406 17406 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407746676 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332592727072 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17416] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17406 17406 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407746677 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332591674224 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17417] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332590622544 140333125146523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17418] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17406 17406 15592 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 407746679 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332589570928 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17419] ppid=17406 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17406 17406 15592 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 407746679 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332588518128 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17420] ppid=17406 vsize=15144768 memory=140466966107776 CPUtime=0.02 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) R 17406 17406 15592 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 407746679 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332587465328 140333103803147 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17421] ppid=17406 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332586412768 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17422] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746680 15508242432 7523 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31544 KiB

[startup+0.211389 s]*
/proc/loadavg: 6.97 7.75 6.61 7/233 17422
/proc/meminfo: memFree=20400068/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0
[pid=17408] ppid=17406 vsize=15144768 memory=40756 CPUtime=0.35 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17406 17406 15592 0 -1 1077944320 8875 0 0 0 32 3 0 0 20 0 15 0 407746673 15508242432 10189 33554432000 4194304 4196468 140737463477712 140737463460256 140333125127927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
/proc/17408/statm: 3786192 10189 3310 1 0 3748377 0
[pid=17408/tid=17409] ppid=17406 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/17408/task/17409/stat : 17409 (java) R 17406 17406 15592 0 -1 4202560 6168 0 0 0 18 2 0 0 20 0 15 0 407746674 15508242432 10189 33554432000 4194304 4196468 140737463477712 140333129360656 140333109208414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17410] ppid=17406 vsize=15144768 memory=1898157 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332717943952 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17411] ppid=17406 vsize=15144768 memory=140466966123822 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332716891152 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17412] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332715838352 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17413] ppid=17406 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17406 17406 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407746674 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332714785552 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17414] ppid=17406 vsize=15144768 memory=140466966107776 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17406 17406 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407746676 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332593781104 140333125139074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17415] ppid=17406 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17406 17406 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407746676 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332592727072 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17416] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17406 17406 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407746677 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332591674224 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17417] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332590622544 140333125146523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17418] ppid=17406 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17406 17406 15592 0 -1 1077944384 469 0 0 0 3 0 0 0 20 0 15 0 407746679 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332589570928 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17419] ppid=17406 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17406 17406 15592 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 15 0 407746679 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332588518128 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17420] ppid=17406 vsize=15144768 memory=140466966107776 CPUtime=0.08 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) R 17406 17406 15592 0 -1 4202560 774 0 0 0 8 0 0 0 20 0 15 0 407746679 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332587465328 140333103926440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17421] ppid=17406 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332586412768 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17422] ppid=17406 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746680 15508242432 10189 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42208 KiB

[startup+0.312867 s]*
/proc/loadavg: 6.97 7.75 6.61 8/233 17422
/proc/meminfo: memFree=20392544/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0
[pid=17408] ppid=17406 vsize=15149024 memory=49696 CPUtime=0.53 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17406 17406 15592 0 -1 1077944320 10282 0 0 0 50 3 0 0 20 0 15 0 407746673 15512600576 12424 33554432000 4194304 4196468 140737463477712 140737463460256 140333125127927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
/proc/17408/statm: 3787256 12424 3363 1 0 3748377 0
[pid=17408/tid=17409] ppid=17406 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/17408/task/17409/stat : 17409 (java) R 17406 17406 15592 0 -1 4202560 7278 0 0 0 28 2 0 0 20 0 15 0 407746674 15512600576 12424 33554432000 4194304 4196468 140737463477712 140333129359040 140333109208414 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17410] ppid=17406 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332717943952 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17411] ppid=17406 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332716891152 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17412] ppid=17406 vsize=15149024 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746674 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332715838352 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17413] ppid=17406 vsize=15149024 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17406 17406 15592 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 407746674 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332714785552 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17414] ppid=17406 vsize=15149024 memory=-7161737554080415903 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17406 17406 15592 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 407746676 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332593781104 140333125139074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17415] ppid=17406 vsize=15149024 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17406 17406 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407746676 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332592727072 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17416] ppid=17406 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17406 17406 15592 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 407746677 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332591674224 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17417] ppid=17406 vsize=15149024 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332590622544 140333125146523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17418] ppid=17406 vsize=15149024 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17406 17406 15592 0 -1 1077944384 495 0 0 0 4 0 0 0 20 0 15 0 407746679 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332589570928 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17419] ppid=17406 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) R 17406 17406 15592 0 -1 4202560 317 0 0 0 4 0 0 0 20 0 15 0 407746679 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332588499144 140333125149274 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17420] ppid=17406 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17406 17406 15592 0 -1 1077944384 897 0 0 0 12 0 0 0 20 0 15 0 407746679 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332587465328 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17421] ppid=17406 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332586412768 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17422] ppid=17406 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746680 15512600576 12424 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51148 KiB

[startup+0.702505 s]
/proc/loadavg: 6.97 7.75 6.61 9/233 17422
/proc/meminfo: memFree=20361980/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0
[pid=17408] ppid=17406 vsize=15149100 memory=191136 CPUtime=1.63 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17406 17406 15592 0 -1 1077944320 12981 0 0 0 155 8 0 0 20 0 15 0 407746673 15512678400 47784 33554432000 4194304 4196468 140737463477712 140737463460256 140333125127927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
/proc/17408/statm: 3787275 47784 3458 1 0 3748377 0
[pid=17408/tid=17409] ppid=17406 vsize=15149100 memory=-3704326594973231466 CPUtime=0.67 cores=0,2,4,6
/proc/17408/task/17409/stat : 17409 (java) R 17406 17406 15592 0 -1 4202560 7847 0 0 0 62 5 0 0 20 0 15 0 407746674 15512678400 47784 33554432000 4194304 4196468 140737463477712 140333129366448 140332766236601 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17410] ppid=17406 vsize=15149100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) S 17406 17406 15592 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 407746674 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332717943952 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17411] ppid=17406 vsize=15149100 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17406 17406 15592 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 407746674 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332716891152 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17412] ppid=17406 vsize=15149100 memory=704 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17406 17406 15592 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 407746674 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332715838352 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17413] ppid=17406 vsize=15149100 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17406 17406 15592 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 407746674 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332714785552 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17414] ppid=17406 vsize=15149100 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17406 17406 15592 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 407746676 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332593781104 140333125139074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17415] ppid=17406 vsize=15149100 memory=780 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17406 17406 15592 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 407746676 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332592727072 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17416] ppid=17406 vsize=15149100 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17406 17406 15592 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 407746677 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332591674224 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17417] ppid=17406 vsize=15149100 memory=1112 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332590622544 140333125146523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17418] ppid=17406 vsize=15149100 memory=5964 CPUtime=0.31 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) R 17406 17406 15592 0 -1 4202560 1188 0 0 0 31 0 0 0 20 0 15 0 407746679 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332589552336 140333108627095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17419] ppid=17406 vsize=15149100 memory=7552 CPUtime=0.32 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17406 17406 15592 0 -1 1077944384 1087 0 0 0 32 0 0 0 20 0 15 0 407746679 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332588518128 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17420] ppid=17406 vsize=15149100 memory=2832 CPUtime=0.26 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17406 17406 15592 0 -1 1077944384 1427 0 0 0 26 0 0 0 20 0 15 0 407746679 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332587465328 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17421] ppid=17406 vsize=15149100 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 407746679 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332586412768 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17422] ppid=17406 vsize=15149100 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 407746680 15512678400 47784 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 1.63 s
Current children cumulated vsize: 15262228 KiB
Current children cumulated memory: 192588 KiB

[startup+1.50087 s]
/proc/loadavg: 6.97 7.75 6.61 7/233 17422
/proc/meminfo: memFree=20204864/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0

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

/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 569 0 0 0 0 27 0 0 20 0 19 0 407746680 15787421696 879738 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17423] ppid=17406 vsize=15417404 memory=916 CPUtime=450.9 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) R 17406 17406 15592 0 -1 4202560 1117 0 0 0 45090 0 0 0 20 0 19 0 407746942 15787421696 879738 33554432000 4194304 4196468 140737463477712 140332576148440 140332768412454 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17424] ppid=17406 vsize=15417404 memory=3848 CPUtime=448.95 cores=0,2,4,6
/proc/17408/task/17424/stat : 17424 (java) R 17406 17406 15592 0 -1 4202560 6029 0 0 0 44886 9 0 0 20 0 19 0 407746942 15787421696 879738 33554432000 4194304 4196468 140737463477712 140332575096920 140332768412520 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17425] ppid=17406 vsize=15417404 memory=2676 CPUtime=450.45 cores=0,2,4,6
/proc/17408/task/17425/stat : 17425 (java) R 17406 17406 15592 0 -1 4202560 1630 0 0 0 45044 1 0 0 20 0 19 0 407746942 15787421696 879738 33554432000 4194304 4196468 140737463477712 140332574043976 140332768636510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17426] ppid=17406 vsize=15417404 memory=2708 CPUtime=450.77 cores=0,2,4,6
/proc/17408/task/17426/stat : 17426 (java) R 17406 17406 15592 0 -1 4202560 9093 0 0 0 45047 30 0 0 20 0 19 0 407746942 15787421696 879738 33554432000 4194304 4196468 140737463477712 140332572994576 140332768636524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 1809.4 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 3520404 KiB

[startup+457.602 s]
/proc/loadavg: 8.06 7.30 6.75 10/236 18880
/proc/meminfo: memFree=18658016/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0
[pid=17408] ppid=17406 vsize=15417404 memory=3557864 CPUtime=1815.74 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17406 17406 15592 0 -1 1077944320 58399 0 0 0 181446 128 0 0 20 0 19 0 407746673 15787421696 889466 33554432000 4194304 4196468 140737463477712 140737463460256 140333125127927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
/proc/17408/statm: 3854351 889466 3509 1 0 3815453 0
[pid=17408/tid=17409] ppid=17406 vsize=15417404 memory=3518952 CPUtime=2.44 cores=0,2,4,6
/proc/17408/task/17409/stat : 17409 (java) S 17406 17406 15592 0 -1 1077944384 8441 0 0 0 234 10 0 0 20 0 19 0 407746674 15787421696 889466 33554432000 4194304 4196468 140737463477712 140333129368704 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17410] ppid=17406 vsize=15417404 memory=1452 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) S 17406 17406 15592 0 -1 1077944384 1271 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332717943952 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17411] ppid=17406 vsize=15417404 memory=1452 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17406 17406 15592 0 -1 1077944384 856 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332716891152 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17412] ppid=17406 vsize=15417404 memory=3518952 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17406 17406 15592 0 -1 1077944384 2126 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332715838352 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17413] ppid=17406 vsize=15417404 memory=1984 CPUtime=0.42 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17406 17406 15592 0 -1 1077944384 993 0 0 0 25 17 0 0 20 0 19 0 407746674 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332714785552 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17414] ppid=17406 vsize=15417404 memory=1452 CPUtime=0.03 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17406 17406 15592 0 -1 1077944384 3265 0 0 0 2 1 0 0 20 0 19 0 407746676 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332593781104 140333125139074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17415] ppid=17406 vsize=15417404 memory=3518952 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17406 17406 15592 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 407746676 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332592727136 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17416] ppid=17406 vsize=15417404 memory=912 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17406 17406 15592 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 407746677 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332591674240 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17417] ppid=17406 vsize=15417404 memory=3527144 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407746679 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332590622544 140333125146523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17418] ppid=17406 vsize=15417404 memory=288230621803970871 CPUtime=1.66 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17406 17406 15592 0 -1 1077944384 7579 0 0 0 165 1 0 0 20 0 19 0 407746679 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332589570928 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17419] ppid=17406 vsize=15417404 memory=14697383221004840 CPUtime=1.44 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17406 17406 15592 0 -1 1077944384 8336 0 0 0 143 1 0 0 20 0 19 0 407746679 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332588518128 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17420] ppid=17406 vsize=15417404 memory=2004 CPUtime=0.66 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17406 17406 15592 0 -1 1077944384 5708 0 0 0 65 1 0 0 20 0 19 0 407746679 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332587465328 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17421] ppid=17406 vsize=15417404 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407746679 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332586412768 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17422] ppid=17406 vsize=15417404 memory=1728 CPUtime=0.27 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 569 0 0 0 0 27 0 0 20 0 19 0 407746680 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17423] ppid=17406 vsize=15417404 memory=6791534058613427641 CPUtime=452.49 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) R 17406 17406 15592 0 -1 4202560 1117 0 0 0 45249 0 0 0 20 0 19 0 407746942 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332576148440 140332769728912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17424] ppid=17406 vsize=15417404 memory=3518952 CPUtime=450.52 cores=0,2,4,6
/proc/17408/task/17424/stat : 17424 (java) R 17406 17406 15592 0 -1 4202560 6067 0 0 0 45042 10 0 0 20 0 19 0 407746942 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332575096920 140332768412240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17425] ppid=17406 vsize=15417404 memory=1452 CPUtime=452.04 cores=0,2,4,6
/proc/17408/task/17425/stat : 17425 (java) R 17406 17406 15592 0 -1 4202560 1631 0 0 0 45203 1 0 0 20 0 19 0 407746942 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332574043976 140332768412045 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17426] ppid=17406 vsize=15417404 memory=3518952 CPUtime=452.35 cores=0,2,4,6
/proc/17408/task/17426/stat : 17426 (java) R 17406 17406 15592 0 -1 4202560 9103 0 0 0 45205 30 0 0 20 0 19 0 407746942 15787421696 889466 33554432000 4194304 4196468 140737463477712 140332572994576 140332768636639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 1815.74 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 3559316 KiB

[startup+458.402 s]
/proc/loadavg: 8.06 7.30 6.75 10/236 18880
/proc/meminfo: memFree=18600612/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0
[pid=17408] ppid=17406 vsize=15417404 memory=3580392 CPUtime=1818.92 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17406 17406 15592 0 -1 1077944320 58416 0 0 0 181764 128 0 0 20 0 19 0 407746673 15787421696 895098 33554432000 4194304 4196468 140737463477712 140737463460256 140333125127927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
/proc/17408/statm: 3854351 895098 3509 1 0 3815453 0
[pid=17408/tid=17409] ppid=17406 vsize=15417404 memory=6791534058613427641 CPUtime=2.44 cores=0,2,4,6
/proc/17408/task/17409/stat : 17409 (java) S 17406 17406 15592 0 -1 1077944384 8441 0 0 0 234 10 0 0 20 0 19 0 407746674 15787421696 895098 33554432000 4194304 4196468 140737463477712 140333129368704 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17410] ppid=17406 vsize=15417404 memory=3566056 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) S 17406 17406 15592 0 -1 1077944384 1271 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332717943952 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17411] ppid=17406 vsize=15417404 memory=3124 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17406 17406 15592 0 -1 1077944384 856 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332716891152 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17412] ppid=17406 vsize=15417404 memory=1452 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17406 17406 15592 0 -1 1077944384 2126 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332715838352 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17413] ppid=17406 vsize=15417404 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17406 17406 15592 0 -1 1077944384 993 0 0 0 25 17 0 0 20 0 19 0 407746674 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332714785552 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17414] ppid=17406 vsize=15417404 memory=3848 CPUtime=0.03 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17406 17406 15592 0 -1 1077944384 3265 0 0 0 2 1 0 0 20 0 19 0 407746676 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332593781104 140333125139074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17415] ppid=17406 vsize=15417404 memory=2676 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17406 17406 15592 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 407746676 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332592727136 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17416] ppid=17406 vsize=15417404 memory=3541480 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17406 17406 15592 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 407746677 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332591674240 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17417] ppid=17406 vsize=15417404 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407746679 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332590622544 140333125146523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17418] ppid=17406 vsize=15417404 memory=1452 CPUtime=1.66 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17406 17406 15592 0 -1 1077944384 7579 0 0 0 165 1 0 0 20 0 19 0 407746679 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332589570928 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17419] ppid=17406 vsize=15417404 memory=3518952 CPUtime=1.44 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17406 17406 15592 0 -1 1077944384 8336 0 0 0 143 1 0 0 20 0 19 0 407746679 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332588518128 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17420] ppid=17406 vsize=15417404 memory=1564 CPUtime=0.66 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17406 17406 15592 0 -1 1077944384 5708 0 0 0 65 1 0 0 20 0 19 0 407746679 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332587465328 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17421] ppid=17406 vsize=15417404 memory=924 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407746679 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332586412768 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17422] ppid=17406 vsize=15417404 memory=1756 CPUtime=0.27 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 569 0 0 0 0 27 0 0 20 0 19 0 407746680 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17423] ppid=17406 vsize=15417404 memory=3533288 CPUtime=453.29 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) R 17406 17406 15592 0 -1 4202560 1118 0 0 0 45329 0 0 0 20 0 19 0 407746942 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332576148440 140332768412217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17424] ppid=17406 vsize=15417404 memory=288230621803970871 CPUtime=451.3 cores=0,2,4,6
/proc/17408/task/17424/stat : 17424 (java) R 17406 17406 15592 0 -1 4202560 6081 0 0 0 45120 10 0 0 20 0 19 0 407746942 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332575096920 140332768636469 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17425] ppid=17406 vsize=15417404 memory=1756 CPUtime=452.84 cores=0,2,4,6
/proc/17408/task/17425/stat : 17425 (java) R 17406 17406 15592 0 -1 4202560 1631 0 0 0 45283 1 0 0 20 0 19 0 407746942 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332574043976 140332768635231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17426] ppid=17406 vsize=15417404 memory=1440 CPUtime=453.15 cores=0,2,4,6
/proc/17408/task/17426/stat : 17426 (java) R 17406 17406 15592 0 -1 4202560 9105 0 0 0 45285 30 0 0 20 0 19 0 407746942 15787421696 895098 33554432000 4194304 4196468 140737463477712 140332572994576 140332768636888 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 1818.92 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 3581844 KiB

[startup+458.602 s]
/proc/loadavg: 8.06 7.30 6.75 10/236 18880
/proc/meminfo: memFree=18600612/32770624 swapFree=66977612/67108860
[pid=17406] ppid=17403 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/17406/stat : 17406 (xcsp3-exec) S 17403 17406 15592 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 407746673 115843072 363 33554432000 4194304 5098028 140731862500928 140731862499032 140023800320636 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 39501824 140731862508410 140731862508653 140731862508653 140731862511562 0
/proc/17406/statm: 28282 363 304 221 0 87 0
[pid=17408] ppid=17406 vsize=15417404 memory=3588584 CPUtime=1819.71 cores=0,2,4,6
/proc/17408/stat : 17408 (java) S 17406 17406 15592 0 -1 1077944320 58423 0 0 0 181843 128 0 0 20 0 19 0 407746673 15787421696 897146 33554432000 4194304 4196468 140737463477712 140737463460256 140333125127927 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
/proc/17408/statm: 3854351 897146 3509 1 0 3815453 0
[pid=17408/tid=17409] ppid=17406 vsize=15417404 memory=3848 CPUtime=2.44 cores=0,2,4,6
/proc/17408/task/17409/stat : 17409 (java) S 17406 17406 15592 0 -1 1077944384 8441 0 0 0 234 10 0 0 20 0 19 0 407746674 15787421696 897146 33554432000 4194304 4196468 140737463477712 140333129368704 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17410] ppid=17406 vsize=15417404 memory=2676 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17410/stat : 17410 (java) S 17406 17406 15592 0 -1 1077944384 1271 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332717943952 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17411] ppid=17406 vsize=15417404 memory=2708 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17411/stat : 17411 (java) S 17406 17406 15592 0 -1 1077944384 856 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332716891152 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17412] ppid=17406 vsize=15417404 memory=4100 CPUtime=0.43 cores=0,2,4,6
/proc/17408/task/17412/stat : 17412 (java) S 17406 17406 15592 0 -1 1077944384 2126 0 0 0 26 17 0 0 20 0 19 0 407746674 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332715838352 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17413] ppid=17406 vsize=15417404 memory=3543528 CPUtime=0.42 cores=0,2,4,6
/proc/17408/task/17413/stat : 17413 (java) S 17406 17406 15592 0 -1 1077944384 993 0 0 0 25 17 0 0 20 0 19 0 407746674 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332714785552 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17414] ppid=17406 vsize=15417404 memory=288230621803970871 CPUtime=0.03 cores=0,2,4,6
/proc/17408/task/17414/stat : 17414 (java) S 17406 17406 15592 0 -1 1077944384 3265 0 0 0 2 1 0 0 20 0 19 0 407746676 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332593781104 140333125139074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17415] ppid=17406 vsize=15417404 memory=14697383221004840 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17415/stat : 17415 (java) S 17406 17406 15592 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 19 0 407746676 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332592727136 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17416] ppid=17406 vsize=15417404 memory=780 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17416/stat : 17416 (java) S 17406 17406 15592 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 407746677 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332591674240 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17417] ppid=17406 vsize=15417404 memory=3252 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17417/stat : 17417 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407746679 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332590622544 140333125146523 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17418] ppid=17406 vsize=15417404 memory=1112 CPUtime=1.66 cores=0,2,4,6
/proc/17408/task/17418/stat : 17418 (java) S 17406 17406 15592 0 -1 1077944384 7579 0 0 0 165 1 0 0 20 0 19 0 407746679 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332589570928 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17419] ppid=17406 vsize=15417404 memory=5964 CPUtime=1.44 cores=0,2,4,6
/proc/17408/task/17419/stat : 17419 (java) S 17406 17406 15592 0 -1 1077944384 8336 0 0 0 143 1 0 0 20 0 19 0 407746679 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332588518128 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17420] ppid=17406 vsize=15417404 memory=7552 CPUtime=0.66 cores=0,2,4,6
/proc/17408/task/17420/stat : 17420 (java) S 17406 17406 15592 0 -1 1077944384 5708 0 0 0 65 1 0 0 20 0 19 0 407746679 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332587465328 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 39 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17421] ppid=17406 vsize=15417404 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/17408/task/17421/stat : 17421 (java) S 17406 17406 15592 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 407746679 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332586412768 140333125138133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17422] ppid=17406 vsize=15417404 memory=14048 CPUtime=0.27 cores=0,2,4,6
/proc/17408/task/17422/stat : 17422 (java) S 17406 17406 15592 0 -1 1077944384 569 0 0 0 0 27 0 0 20 0 19 0 407746680 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332585360048 140333125139074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 40 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17423] ppid=17406 vsize=15417404 memory=20168 CPUtime=453.49 cores=0,2,4,6
/proc/17408/task/17423/stat : 17423 (java) R 17406 17406 15592 0 -1 4202560 1120 0 0 0 45349 0 0 0 20 0 19 0 407746942 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332576148440 140332768634151 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17424] ppid=17406 vsize=15417404 memory=2120 CPUtime=451.5 cores=0,2,4,6
/proc/17408/task/17424/stat : 17424 (java) R 17406 17406 15592 0 -1 4202560 6086 0 0 0 45140 10 0 0 20 0 19 0 407746942 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332575096920 140332768978837 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17425] ppid=17406 vsize=15417404 memory=532 CPUtime=453.04 cores=0,2,4,6
/proc/17408/task/17425/stat : 17425 (java) R 17406 17406 15592 0 -1 4202560 1631 0 0 0 45303 1 0 0 20 0 19 0 407746942 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332574043976 140332768635722 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
[pid=17408/tid=17426] ppid=17406 vsize=15417404 memory=1564 CPUtime=453.35 cores=0,2,4,6
/proc/17408/task/17426/stat : 17426 (java) R 17406 17406 15592 0 -1 4202560 9105 0 0 0 45305 30 0 0 20 0 19 0 407746942 15787421696 897146 33554432000 4194304 4196468 140737463477712 140332572994576 140332768412195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36044800 140737463481327 140737463481498 140737463481498 140737463484367 0
Current children cumulated CPU time: 1819.71 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 3590036 KiB

Child status: 0
Real time (s): 458.676
CPU time (s): 1819.97
CPU user time (s): 1818.66
CPU system time (s): 1.30869
CPU usage (%): 396.787
Max. virtual memory (cumulated for all children) (KiB): 15530532
Max. memory (cumulated for all children) (KiB): 3590036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1818.66
system time used= 1.30869
maximum resident set size= 3593000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12806
involuntary context switches= 24394


# summary of solver processes directly reported to runsolver:
#   pid: 17406
#   total CPU time (s): 1819.97
#   total CPU user time (s): 1818.66
#   total CPU system time (s): 1.30869

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.89577 second user time and 5.33739 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 19:51:17
IDJOB=4393120
IDBENCH=121537
IDSOLVER=2840
FILE ID=node104/4393120-1568314893
RUNJOBID= node104-1568309054-15623
PBS_JOBID= 21701133
Free space on /tmp= 56532 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/Random/Random-RB-3-24-24f/rand-3-24-24-76-632f-49.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-4393120-1568314893/watcher-4393120-1568314893 -o /tmp/evaluation-result-4393120-1568314893/solver-4393120-1568314893 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568309054-15623 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1569615203 HOME/instance-4393120-1568314893.xml

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

MD5SUM BENCH= eb1071698302cc934647f3ac3e5db9c3
RANDOM SEED=1569615203

node104.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        20429072 kB
MemAvailable:   29213540 kB
Buffers:          138972 kB
Cached:          8835680 kB
SwapCached:        31864 kB
Active:          4807344 kB
Inactive:        6815956 kB
Active(anon):    2616856 kB
Inactive(anon):    73188 kB
Active(file):    2190488 kB
Inactive(file):  6742768 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             29316 kB
Writeback:             0 kB
AnonPages:       2726272 kB
Mapped:            55756 kB
Shmem:             32780 kB
Slab:             310172 kB
SReclaimable:     279672 kB
SUnreclaim:        30500 kB
KernelStack:        3760 kB
PageTables:        10800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5102060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2605056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56520 MiB
End job on node104 at 2019-09-12 19:58:56