Trace number 4398876

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 63.4237 16.2774

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K05-P02.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
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 benchmark0.274715
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
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-4398876-1568689450.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398876-1568689450.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.01/0.57	c solve instance...
63.15/16.26	s SATISFIABLE
63.15/16.26	v <instantiation>
63.15/16.26	v 	<list>cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4] </list>
63.15/16.26	v 	<values>18 0 4 25 19 6 23 14 1 3 18 14 7 1 4 25 19 21 15 6 17 8 5 3 9 22 20 13 11 2 12 23 10 24 16 </values>
63.15/16.26	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 (15242 MiB free)
  memory of node 1: 16384 MiB (15360 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398876-1568689450/watcher-4398876-1568689450 -o /tmp/evaluation-result-4398876-1568689450/solver-4398876-1568689450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15014 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1547049878 HOME/instance-4398876-1568689450.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=23421, runsolver pid=23418
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 7.86 8.32 8.38 7/235 23437
/proc/meminfo: memFree=31319292/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15144776 memory=29952 CPUtime=0.13 cores=0,2,4,6
/proc/23423/stat : 23423 (java) S 23421 23421 14983 0 -1 1077944320 5957 0 0 0 12 1 0 0 20 0 15 0 445198075 15508250624 7488 33554432000 4194304 4196468 140727959782528 140727959765072 139913933913847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
/proc/23423/statm: 3786194 7488 3121 1 0 3748377 0
[pid=23423/tid=23424] ppid=23421 vsize=15144776 memory=7100839870104831090 CPUtime=0.08 cores=0,2,4,6
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 14983 0 -1 4202560 3880 0 0 0 8 0 0 0 20 0 15 0 445198076 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913938147984 139913917994334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23425] ppid=23421 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913526110480 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23426] ppid=23421 vsize=15144776 memory=140082137982592 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913525057936 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23427] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913524005392 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23428] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913522952848 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23429] ppid=23421 vsize=15144776 memory=140082137982592 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445198078 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913469704688 139913933924994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23430] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445198078 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913468650912 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23431] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445198078 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913467598320 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23432] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913466546896 139913933932443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23433] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23433/stat : 23433 (java) R 23421 23421 14983 0 -1 4202560 321 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913465493488 139913919580000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23434] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23434/stat : 23434 (java) R 23421 23421 14983 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913464440944 139913933924994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23435] ppid=23421 vsize=15144776 memory=140082137982592 CPUtime=0.02 cores=0,2,4,6
/proc/23423/task/23435/stat : 23435 (java) R 23421 23421 14983 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 15 0 445198081 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913463388400 139913933925782 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23436] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913462336096 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23437] ppid=23421 vsize=15144776 memory=140082137982592 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 7488 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31404 KiB

[startup+0.210746 s]*
/proc/loadavg: 7.86 8.32 8.38 8/235 23437
/proc/meminfo: memFree=31305408/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15144776 memory=41340 CPUtime=0.34 cores=0,2,4,6
/proc/23423/stat : 23423 (java) S 23421 23421 14983 0 -1 1077944320 9523 0 0 0 32 2 0 0 20 0 15 0 445198075 15508250624 10335 33554432000 4194304 4196468 140727959782528 140727959765072 139913933913847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
/proc/23423/statm: 3786194 10335 3305 1 0 3748377 0
[pid=23423/tid=23424] ppid=23421 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 14983 0 -1 4202560 6695 0 0 0 18 1 0 0 20 0 15 0 445198076 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913938147888 139913933925782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23425] ppid=23421 vsize=15144776 memory=9100 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913526110480 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23426] ppid=23421 vsize=15144776 memory=288370458289694336 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913525057936 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23427] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913524005392 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23428] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445198076 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913522952848 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23429] ppid=23421 vsize=15144776 memory=140082137982592 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445198078 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913469704688 139913933924994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23430] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445198078 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913468650912 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23431] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445198078 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913467598320 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23432] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913466546896 139913933932443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23433] ppid=23421 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 14983 0 -1 1077944384 670 0 0 0 3 0 0 0 20 0 15 0 445198081 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913465493488 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23434] ppid=23421 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 14983 0 -1 1077944384 152 0 0 0 1 0 0 0 20 0 15 0 445198081 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913464440944 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23435] ppid=23421 vsize=15144776 memory=140082137982592 CPUtime=0.08 cores=0,2,4,6
/proc/23423/task/23435/stat : 23435 (java) R 23421 23421 14983 0 -1 4202560 700 0 0 0 8 0 0 0 20 0 15 0 445198081 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913463388400 139913933914521 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23436] ppid=23421 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913462336096 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23437] ppid=23421 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198081 15508250624 10335 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42792 KiB

[startup+0.318469 s]*
/proc/loadavg: 7.86 8.32 8.38 7/235 23437
/proc/meminfo: memFree=31298744/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15149032 memory=50452 CPUtime=0.54 cores=0,2,4,6
/proc/23423/stat : 23423 (java) S 23421 23421 14983 0 -1 1077944320 10932 0 0 0 50 4 0 0 20 0 15 0 445198075 15512608768 12613 33554432000 4194304 4196468 140727959782528 140727959765072 139913933913847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
/proc/23423/statm: 3787258 12613 3359 1 0 3748377 0
[pid=23423/tid=23424] ppid=23421 vsize=15149032 memory=7883960649037381690 CPUtime=0.31 cores=0,2,4,6
/proc/23423/task/23424/stat : 23424 (java) R 23421 23421 14983 0 -1 4202560 7906 0 0 0 28 3 0 0 20 0 15 0 445198076 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913938144960 139913917994334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23425] ppid=23421 vsize=15149032 memory=9461 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198076 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913526110480 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23426] ppid=23421 vsize=15149032 memory=288230376155267022 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445198076 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913525057936 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23427] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198076 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913524005392 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23428] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445198076 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913522952848 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23429] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445198078 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913469704688 139913933924994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23430] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445198078 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913468650912 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23431] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445198078 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913467598320 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23432] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445198081 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913466546896 139913933932443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23433] ppid=23421 vsize=15149032 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 14983 0 -1 1077944384 680 0 0 0 5 0 0 0 20 0 15 0 445198081 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913465493488 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23434] ppid=23421 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 14983 0 -1 1077944384 281 0 0 0 4 0 0 0 20 0 15 0 445198081 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913464440944 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23435] ppid=23421 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 14983 0 -1 1077944384 766 0 0 0 12 0 0 0 20 0 15 0 445198081 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913463388400 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23436] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445198081 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913462336096 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23437] ppid=23421 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445198081 15512608768 12678 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51904 KiB

[startup+0.707468 s]
/proc/loadavg: 7.86 8.32 8.38 9/235 23437
/proc/meminfo: memFree=31281020/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15417412 memory=88000 CPUtime=1.64 cores=0,2,4,6
/proc/23423/stat : 23423 (java) S 23421 23421 14983 0 -1 1077944320 15267 0 0 0 158 6 0 0 20 0 19 0 445198075 15787429888 22000 33554432000 4194304 4196468 140727959782528 140727959765072 139913933913847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
/proc/23423/statm: 3854353 22000 3459 1 0 3815453 0
[pid=23423/tid=23424] ppid=23421 vsize=15417412 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 14983 0 -1 1077944384 9268 0 0 0 52 4 0 0 20 0 19 0 445198076 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913938154624 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23425] ppid=23421 vsize=15417412 memory=500 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445198076 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913526110480 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23426] ppid=23421 vsize=15417412 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445198076 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913525057936 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23427] ppid=23421 vsize=15417412 memory=932 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445198076 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913524005392 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23428] ppid=23421 vsize=15417412 memory=3768 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445198076 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913522952848 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23429] ppid=23421 vsize=15417412 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913469704688 139913933924994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23430] ppid=23421 vsize=15417412 memory=2512 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913468650912 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23431] ppid=23421 vsize=15417412 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913467598320 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23432] ppid=23421 vsize=15417412 memory=812 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913466546896 139913933932443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23433] ppid=23421 vsize=15417412 memory=1764 CPUtime=0.26 cores=0,2,4,6
/proc/23423/task/23433/stat : 23433 (java) R 23421 23421 14983 0 -1 4202560 1564 0 0 0 26 0 0 0 20 0 19 0 445198081 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913465479584 139913914615318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23434] ppid=23421 vsize=15417412 memory=111628 CPUtime=0.22 cores=0,2,4,6
/proc/23423/task/23434/stat : 23434 (java) R 23421 23421 14983 0 -1 4202560 1099 0 0 0 22 0 0 0 20 0 19 0 445198081 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913464434048 139913918842144 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23435] ppid=23421 vsize=15417412 memory=796 CPUtime=0.34 cores=0,2,4,6
/proc/23423/task/23435/stat : 23435 (java) R 23421 23421 14983 0 -1 4202560 1824 0 0 0 34 0 0 0 20 0 19 0 445198081 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913463385336 139913912721853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23436] ppid=23421 vsize=15417412 memory=1808 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913462336096 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23437] ppid=23421 vsize=15417412 memory=920 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 22000 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 89452 KiB

[startup+1.50147 s]
/proc/loadavg: 7.86 8.32 8.38 11/239 23441
/proc/meminfo: memFree=31250996/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0

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

/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 701 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23438] ppid=23421 vsize=15417412 memory=4872558044660077418 CPUtime=12.71 cores=0,2,4,6
/proc/23423/task/23438/stat : 23438 (java) R 23421 23421 14983 0 -1 4202560 304 0 0 0 1271 0 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913384800008 139913548148403 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23439] ppid=23421 vsize=15417412 memory=2535708428033 CPUtime=12.36 cores=0,2,4,6
/proc/23423/task/23439/stat : 23439 (java) R 23421 23421 14983 0 -1 4202560 886 0 0 0 1235 1 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913383750784 139913548347264 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23440] ppid=23421 vsize=15417412 memory=2540003395329 CPUtime=12.74 cores=0,2,4,6
/proc/23423/task/23440/stat : 23440 (java) R 23421 23421 14983 0 -1 4202560 330 0 0 0 1273 1 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913382695264 139913548204075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23441] ppid=23421 vsize=15417412 memory=2570068166401 CPUtime=12.82 cores=0,2,4,6
/proc/23423/task/23441/stat : 23441 (java) R 23421 23421 14983 0 -1 4202560 748 0 0 0 1282 0 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913381641672 139913547558945 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 55.98 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 217180 KiB

[startup+15.2015 s]
/proc/loadavg: 7.97 8.32 8.38 11/239 23442
/proc/meminfo: memFree=31134588/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15417412 memory=215728 CPUtime=59.16 cores=0,2,4,6
/proc/23423/stat : 23423 (java) S 23421 23421 14983 0 -1 1077944320 37877 0 0 0 5903 13 0 0 20 0 19 0 445198075 15787429888 53932 33554432000 4194304 4196468 140727959782528 140727959765072 139913933913847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
/proc/23423/statm: 3854353 53932 3512 1 0 3815453 0
[pid=23423/tid=23424] ppid=23421 vsize=15417412 memory=6791534058613427641 CPUtime=0.56 cores=0,2,4,6
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 14983 0 -1 1077944384 9268 0 0 0 52 4 0 0 20 0 19 0 445198076 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913938154624 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23425] ppid=23421 vsize=15417412 memory=1060 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 14983 0 -1 1077944384 826 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913526110480 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23426] ppid=23421 vsize=15417412 memory=1548 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 14983 0 -1 1077944384 598 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913525057936 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23427] ppid=23421 vsize=15417412 memory=8560 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 14983 0 -1 1077944384 637 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913524005392 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23428] ppid=23421 vsize=15417412 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 14983 0 -1 1077944384 310 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913522952848 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23429] ppid=23421 vsize=15417412 memory=215728 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 14983 0 -1 1077944384 576 0 0 0 1 0 0 0 20 0 19 0 445198078 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913469704688 139913933924994 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23430] ppid=23421 vsize=15417412 memory=2673147380993 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 14983 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913468650976 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23431] ppid=23421 vsize=15417412 memory=2110432643507044 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 14983 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913467598336 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23432] ppid=23421 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913466546896 139913933932443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23433] ppid=23421 vsize=15417412 memory=3028 CPUtime=2.21 cores=0,2,4,6
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 14983 0 -1 1077944384 9544 0 0 0 220 1 0 0 20 0 19 0 445198081 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913465493488 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23434] ppid=23421 vsize=15417412 memory=2012 CPUtime=1.86 cores=0,2,4,6
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 14983 0 -1 1077944384 6746 0 0 0 186 0 0 0 20 0 19 0 445198081 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913464440944 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23435] ppid=23421 vsize=15417412 memory=1388 CPUtime=0.56 cores=0,2,4,6
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 14983 0 -1 1077944384 4989 0 0 0 55 1 0 0 20 0 19 0 445198081 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913463388400 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23436] ppid=23421 vsize=15417412 memory=776 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913462336096 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23437] ppid=23421 vsize=15417412 memory=3992 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 701 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23438] ppid=23421 vsize=15417412 memory=2828 CPUtime=13.51 cores=0,2,4,6
/proc/23423/task/23438/stat : 23438 (java) R 23421 23421 14983 0 -1 4202560 304 0 0 0 1351 0 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913384799184 139913548148436 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23439] ppid=23421 vsize=15417412 memory=1452 CPUtime=13.14 cores=0,2,4,6
/proc/23423/task/23439/stat : 23439 (java) R 23421 23421 14983 0 -1 4202560 890 0 0 0 1313 1 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913383747960 139913548030916 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23440] ppid=23421 vsize=15417412 memory=215728 CPUtime=13.54 cores=0,2,4,6
/proc/23423/task/23440/stat : 23440 (java) R 23421 23421 14983 0 -1 4202560 331 0 0 0 1353 1 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913382695512 139913547976801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23441] ppid=23421 vsize=15417412 memory=3768 CPUtime=13.62 cores=0,2,4,6
/proc/23423/task/23441/stat : 23441 (java) R 23421 23421 14983 0 -1 4202560 750 0 0 0 1362 0 0 0 20 0 19 0 445198134 15787429888 53932 33554432000 4194304 4196468 140727959782528 139913381642168 139913548147416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 59.16 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 217180 KiB

[startup+16.0015 s]*
/proc/loadavg: 7.97 8.32 8.38 10/239 23442
/proc/meminfo: memFree=31129808/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15417412 memory=220332 CPUtime=62.37 cores=0,2,4,6
/proc/23423/stat : 23423 (java) S 23421 23421 14983 0 -1 1077944320 39000 0 0 0 6224 13 0 0 20 0 19 0 445198075 15787429888 55083 33554432000 4194304 4196468 140727959782528 140727959765072 139913933913847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
/proc/23423/statm: 3854353 55083 3512 1 0 3815453 0
[pid=23423/tid=23424] ppid=23421 vsize=15417412 memory=8317482817917895235 CPUtime=0.56 cores=0,2,4,6
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 14983 0 -1 1077944384 9268 0 0 0 52 4 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913938154624 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23425] ppid=23421 vsize=15417412 memory=4872558044660077418 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 14983 0 -1 1077944384 830 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913526110480 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23426] ppid=23421 vsize=15417412 memory=7649399375658234674 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 14983 0 -1 1077944384 601 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913525057936 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23427] ppid=23421 vsize=15417412 memory=33 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 14983 0 -1 1077944384 643 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913524005392 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23428] ppid=23421 vsize=15417412 memory=215728 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 14983 0 -1 1077944384 319 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913522952848 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23429] ppid=23421 vsize=15417412 memory=1756 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 14983 0 -1 1077944384 576 0 0 0 1 0 0 0 20 0 19 0 445198078 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913469704688 139913933924994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23430] ppid=23421 vsize=15417412 memory=8317482817917895235 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 14983 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913468650976 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23431] ppid=23421 vsize=15417412 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 14983 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913467598336 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23432] ppid=23421 vsize=15417412 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913466546896 139913933932443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23433] ppid=23421 vsize=15417412 memory=1408 CPUtime=2.21 cores=0,2,4,6
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 14983 0 -1 1077944384 10168 0 0 0 220 1 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913465493488 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23434] ppid=23421 vsize=15417412 memory=3308 CPUtime=1.86 cores=0,2,4,6
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 14983 0 -1 1077944384 6746 0 0 0 186 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913464440944 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23435] ppid=23421 vsize=15417412 memory=1452 CPUtime=0.56 cores=0,2,4,6
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 14983 0 -1 1077944384 4992 0 0 0 55 1 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913463388400 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23436] ppid=23421 vsize=15417412 memory=169064 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913462336096 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23437] ppid=23421 vsize=15417412 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 860 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23438] ppid=23421 vsize=15417412 memory=2636 CPUtime=14.32 cores=0,2,4,6
/proc/23423/task/23438/stat : 23438 (java) R 23421 23421 14983 0 -1 4202560 374 0 0 0 1432 0 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913384799136 139913544995546 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23439] ppid=23421 vsize=15417412 memory=1452 CPUtime=13.93 cores=0,2,4,6
/proc/23423/task/23439/stat : 23439 (java) R 23421 23421 14983 0 -1 4202560 1049 0 0 0 1392 1 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913383747688 139913547773605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23440] ppid=23421 vsize=15417412 memory=218664 CPUtime=14.35 cores=0,2,4,6
/proc/23423/task/23440/stat : 23440 (java) R 23421 23421 14983 0 -1 4202560 388 0 0 0 1434 1 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913382695416 139913547701336 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23441] ppid=23421 vsize=15417412 memory=1756 CPUtime=14.42 cores=0,2,4,6
/proc/23423/task/23441/stat : 23441 (java) R 23421 23421 14983 0 -1 4202560 779 0 0 0 1442 0 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913381641720 139913547772976 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 62.37 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221784 KiB

[startup+16.2055 s]
/proc/loadavg: 7.97 8.32 8.38 10/239 23442
/proc/meminfo: memFree=31129808/32770624 swapFree=66997372/67108860
[pid=23421] ppid=23418 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/23421/stat : 23421 (xcsp3-exec) S 23418 23421 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445198075 115843072 363 33554432000 4194304 5098028 140731774195184 140731774193288 139805127160444 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 29396992 140731774202746 140731774202989 140731774202989 140731774205898 0
/proc/23421/statm: 28282 363 304 221 0 87 0
[pid=23423] ppid=23421 vsize=15417412 memory=220332 CPUtime=63.15 cores=0,2,4,6
/proc/23423/stat : 23423 (java) S 23421 23421 14983 0 -1 1077944320 39005 0 0 0 6302 13 0 0 20 0 19 0 445198075 15787429888 55083 33554432000 4194304 4196468 140727959782528 140727959765072 139913933913847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
/proc/23423/statm: 3854353 55083 3512 1 0 3815453 0
[pid=23423/tid=23424] ppid=23421 vsize=15417412 memory=796 CPUtime=0.56 cores=0,2,4,6
/proc/23423/task/23424/stat : 23424 (java) S 23421 23421 14983 0 -1 1077944384 9268 0 0 0 52 4 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913938154624 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23425] ppid=23421 vsize=15417412 memory=1808 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23425/stat : 23425 (java) S 23421 23421 14983 0 -1 1077944384 830 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913526110480 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23426] ppid=23421 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23426/stat : 23426 (java) S 23421 23421 14983 0 -1 1077944384 601 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913525057936 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23427] ppid=23421 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23427/stat : 23427 (java) S 23421 23421 14983 0 -1 1077944384 643 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913524005392 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23428] ppid=23421 vsize=15417412 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23428/stat : 23428 (java) S 23421 23421 14983 0 -1 1077944384 319 0 0 0 1 0 0 0 20 0 19 0 445198076 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913522952848 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23429] ppid=23421 vsize=15417412 memory=215728 CPUtime=0.01 cores=0,2,4,6
/proc/23423/task/23429/stat : 23429 (java) S 23421 23421 14983 0 -1 1077944384 576 0 0 0 1 0 0 0 20 0 19 0 445198078 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913469704688 139913933924994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23430] ppid=23421 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23430/stat : 23430 (java) S 23421 23421 14983 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913468650976 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23431] ppid=23421 vsize=15417412 memory=280164072925328 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23431/stat : 23431 (java) S 23421 23421 14983 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 19 0 445198078 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913467598336 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23432] ppid=23421 vsize=15417412 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23432/stat : 23432 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913466546896 139913933932443 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23433] ppid=23421 vsize=15417412 memory=288230596050944315 CPUtime=2.21 cores=0,2,4,6
/proc/23423/task/23433/stat : 23433 (java) S 23421 23421 14983 0 -1 1077944384 10168 0 0 0 220 1 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913465493488 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23434] ppid=23421 vsize=15417412 memory=14410423571057304 CPUtime=1.86 cores=0,2,4,6
/proc/23423/task/23434/stat : 23434 (java) S 23421 23421 14983 0 -1 1077944384 6746 0 0 0 186 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913464440944 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23435] ppid=23421 vsize=15417412 memory=7595155206650031979 CPUtime=0.56 cores=0,2,4,6
/proc/23423/task/23435/stat : 23435 (java) S 23421 23421 14983 0 -1 1077944384 4992 0 0 0 55 1 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913463388400 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23436] ppid=23421 vsize=15417412 memory=7596282111664548199 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23436/stat : 23436 (java) S 23421 23421 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913462336096 139913933924053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23437] ppid=23421 vsize=15417412 memory=8028626653589236309 CPUtime=0 cores=0,2,4,6
/proc/23423/task/23437/stat : 23437 (java) S 23421 23421 14983 0 -1 1077944384 860 0 0 0 0 0 0 0 20 0 19 0 445198081 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913461283632 139913933924994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23438] ppid=23421 vsize=15417412 memory=8028626653589236309 CPUtime=14.51 cores=0,2,4,6
/proc/23423/task/23438/stat : 23438 (java) R 23421 23421 14983 0 -1 4202560 374 0 0 0 1451 0 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913384799136 139913548347292 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23439] ppid=23421 vsize=15417412 memory=8028626653589236309 CPUtime=14.12 cores=0,2,4,6
/proc/23423/task/23439/stat : 23439 (java) R 23421 23421 14983 0 -1 4202560 1052 0 0 0 1411 1 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913383747688 139913547559195 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23440] ppid=23421 vsize=15417412 memory=0 CPUtime=14.54 cores=0,2,4,6
/proc/23423/task/23440/stat : 23440 (java) R 23421 23421 14983 0 -1 4202560 389 0 0 0 1453 1 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913382695416 139913547559250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
[pid=23423/tid=23441] ppid=23421 vsize=15417412 memory=288230574492221466 CPUtime=14.61 cores=0,2,4,6
/proc/23423/task/23441/stat : 23441 (java) R 23421 23421 14983 0 -1 4202560 780 0 0 0 1461 0 0 0 20 0 19 0 445198134 15787429888 55083 33554432000 4194304 4196468 140727959782528 139913381641720 139913547818203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26521600 140727959790575 140727959790746 140727959790746 140727959793615 0
Current children cumulated CPU time: 63.15 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221784 KiB

Child status: 0
Real time (s): 16.2774
CPU time (s): 63.4237
CPU user time (s): 63.2726
CPU system time (s): 0.151042
CPU usage (%): 389.643
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 222280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.2726
system time used= 0.151042
maximum resident set size= 221872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40674
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3076
involuntary context switches= 1953


# summary of solver processes directly reported to runsolver:
#   pid: 23421
#   total CPU time (s): 63.4237
#   total CPU user time (s): 63.2726
#   total CPU system time (s): 0.151042

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120108 second user time and 0.226186 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 05:03:11
IDJOB=4398876
IDBENCH=120720
IDSOLVER=2853
FILE ID=node103/4398876-1568689450
RUNJOBID= node103-1568682260-15014
PBS_JOBID= 21703798
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K05-P02.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-4398876-1568689450/watcher-4398876-1568689450 -o /tmp/evaluation-result-4398876-1568689450/solver-4398876-1568689450 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15014 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1547049878 HOME/instance-4398876-1568689450.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1547049878

node103.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.74
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.74
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.74
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.74
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:        31337096 kB
MemAvailable:   31730052 kB
Buffers:           71696 kB
Cached:           616428 kB
SwapCached:         9016 kB
Active:           589728 kB
Inactive:         267176 kB
Active(anon):     160936 kB
Inactive(anon):    57316 kB
Active(file):     428792 kB
Inactive(file):   209860 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26352 kB
Writeback:             0 kB
AnonPages:        268504 kB
Mapped:            61796 kB
Shmem:             40856 kB
Slab:             169912 kB
SReclaimable:     140280 kB
SUnreclaim:        29632 kB
KernelStack:        3904 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1417520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 05:03:27