Trace number 4398885

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 62.319 15.9877

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.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.284908
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-4398885-1568700010.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4398885-1568700010.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
1.01/0.58	c solve instance...
61.99/15.97	s SATISFIABLE
61.99/15.97	v <instantiation>
61.99/15.97	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>
61.99/15.97	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>
61.99/15.97	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 (14580 MiB free)
  memory of node 1: 16384 MiB (15182 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398885-1568700010/watcher-4398885-1568700010 -o /tmp/evaluation-result-4398885-1568700010/solver-4398885-1568700010 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10315 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2063682420 HOME/instance-4398885-1568700010.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=11758, runsolver pid=11755
Current StackSize limit: 8192 KiB


[startup+0.100166 s]*
/proc/loadavg: 8.15 7.94 7.56 7/233 11774
/proc/meminfo: memFree=30461388/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0
[pid=11760] ppid=11758 vsize=15144776 memory=29360 CPUtime=0.12 cores=0,2,4,6
/proc/11760/stat : 11760 (java) S 11758 11758 10284 0 -1 1077944320 5739 0 0 0 12 0 0 0 20 0 15 0 446269807 15508250624 7340 33554432000 4194304 4196468 140728755908368 140728755890912 140273265323767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
/proc/11760/statm: 3786194 7340 3149 1 0 3748377 0
[pid=11760/tid=11761] ppid=11758 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/11760/task/11761/stat : 11761 (java) R 11758 11758 10284 0 -1 4202560 3658 0 0 0 9 0 0 0 20 0 15 0 446269807 15508250624 7340 33554432000 4194304 4196468 140728755908368 140273269556560 140273265335702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11762] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11762/stat : 11762 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 7340 33554432000 4194304 4196468 140728755908368 140273230605456 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11763] ppid=11758 vsize=15144776 memory=3474165377407108768 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11763/stat : 11763 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272856837136 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11764] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11764/stat : 11764 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272855784336 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11765] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11765/stat : 11765 (java) S 11758 11758 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272854731536 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11766] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11766/stat : 11766 (java) S 11758 11758 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446269810 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272139454832 140273265334914 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11767] ppid=11758 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11767/stat : 11767 (java) S 11758 11758 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446269810 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272138400800 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11768] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11768/stat : 11768 (java) S 11758 11758 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446269810 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272137347952 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11769] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11769/stat : 11769 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272136296272 140273265342363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11770] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11770/stat : 11770 (java) R 11758 11758 10284 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272135244656 140273251387876 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11771] ppid=11758 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11771/stat : 11771 (java) R 11758 11758 10284 0 -1 1077944384 400 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272134191856 140273265334914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11772] ppid=11758 vsize=15144776 memory=140530428921472 CPUtime=0.02 cores=0,2,4,6
/proc/11760/task/11772/stat : 11772 (java) R 11758 11758 10284 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 446269813 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272133139056 140273265345114 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11773] ppid=11758 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11773/stat : 11773 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272132086496 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11774] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 7340 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30808 KiB

[startup+0.210703 s]*
/proc/loadavg: 8.15 7.94 7.56 6/233 11774
/proc/meminfo: memFree=30449040/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0
[pid=11760] ppid=11758 vsize=15144776 memory=40420 CPUtime=0.34 cores=0,2,4,6
/proc/11760/stat : 11760 (java) S 11758 11758 10284 0 -1 1077944320 9327 0 0 0 31 3 0 0 20 0 15 0 446269807 15508250624 10105 33554432000 4194304 4196468 140728755908368 140728755890912 140273265323767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
/proc/11760/statm: 3786194 10105 3297 1 0 3748377 0
[pid=11760/tid=11761] ppid=11758 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/11760/task/11761/stat : 11761 (java) R 11758 11758 10284 0 -1 4202560 6609 0 0 0 18 2 0 0 20 0 15 0 446269807 15508250624 10105 33554432000 4194304 4196468 140728755908368 140273269557888 140273265335702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11762] ppid=11758 vsize=15144776 memory=1946935 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11762/stat : 11762 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 10105 33554432000 4194304 4196468 140728755908368 140273230605456 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11763] ppid=11758 vsize=15144776 memory=140530430868496 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11763/stat : 11763 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272856837136 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11764] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11764/stat : 11764 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272855784336 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11765] ppid=11758 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11765/stat : 11765 (java) S 11758 11758 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446269808 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272854731536 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11766] ppid=11758 vsize=15144776 memory=140530428921472 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11766/stat : 11766 (java) S 11758 11758 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446269810 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272139454832 140273265334914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11767] ppid=11758 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11767/stat : 11767 (java) S 11758 11758 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446269810 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272138400800 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11768] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11768/stat : 11768 (java) S 11758 11758 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446269810 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272137347952 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11769] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11769/stat : 11769 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272136296272 140273265342363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11770] ppid=11758 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11760/task/11770/stat : 11770 (java) S 11758 11758 10284 0 -1 1077944384 203 0 0 0 2 0 0 0 20 0 15 0 446269813 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272135244656 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11771] ppid=11758 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11760/task/11771/stat : 11771 (java) S 11758 11758 10284 0 -1 1077944384 436 0 0 0 2 0 0 0 20 0 15 0 446269813 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272134191856 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11772] ppid=11758 vsize=15144776 memory=140530428921472 CPUtime=0.07 cores=0,2,4,6
/proc/11760/task/11772/stat : 11772 (java) R 11758 11758 10284 0 -1 4202560 774 0 0 0 7 0 0 0 20 0 15 0 446269813 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272133139056 140273250489360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11773] ppid=11758 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11773/stat : 11773 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272132086496 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11774] ppid=11758 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269813 15508250624 10105 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41868 KiB

[startup+0.310515 s]*
/proc/loadavg: 8.15 7.94 7.56 7/233 11774
/proc/meminfo: memFree=30442608/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0
[pid=11760] ppid=11758 vsize=15149032 memory=49584 CPUtime=0.52 cores=0,2,4,6
/proc/11760/stat : 11760 (java) S 11758 11758 10284 0 -1 1077944320 11117 0 0 0 49 3 0 0 20 0 15 0 446269807 15512608768 12396 33554432000 4194304 4196468 140728755908368 140728755890912 140273265323767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
/proc/11760/statm: 3787258 12396 3344 1 0 3748377 0
[pid=11760/tid=11761] ppid=11758 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/11760/task/11761/stat : 11761 (java) R 11758 11758 10284 0 -1 4202560 8086 0 0 0 28 2 0 0 20 0 15 0 446269807 15512608768 12440 33554432000 4194304 4196468 140728755908368 140273269554880 140273265345693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11762] ppid=11758 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11762/stat : 11762 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15512608768 12440 33554432000 4194304 4196468 140728755908368 140273230605456 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11763] ppid=11758 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11763/stat : 11763 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272856837136 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11764] ppid=11758 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11764/stat : 11764 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269808 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272855784336 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11765] ppid=11758 vsize=15149032 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11765/stat : 11765 (java) S 11758 11758 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446269808 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272854731536 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11766] ppid=11758 vsize=15149032 memory=-7233795122449203359 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11766/stat : 11766 (java) S 11758 11758 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446269810 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272139454832 140273265334914 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11767] ppid=11758 vsize=15149032 memory=6944656425123485561 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11767/stat : 11767 (java) S 11758 11758 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446269810 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272138400800 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11768] ppid=11758 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11768/stat : 11768 (java) S 11758 11758 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446269810 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272137347952 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11769] ppid=11758 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11769/stat : 11769 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446269813 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272136296272 140273265342363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11770] ppid=11758 vsize=15149032 memory=7827413994055111515 CPUtime=0.05 cores=0,2,4,6
/proc/11760/task/11770/stat : 11770 (java) R 11758 11758 10284 0 -1 4202560 349 0 0 0 5 0 0 0 20 0 15 0 446269813 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272135235040 140273248535467 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11771] ppid=11758 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/11760/task/11771/stat : 11771 (java) S 11758 11758 10284 0 -1 1077944384 460 0 0 0 3 0 0 0 20 0 15 0 446269813 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272134191856 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11772] ppid=11758 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11760/task/11772/stat : 11772 (java) S 11758 11758 10284 0 -1 1077944384 930 0 0 0 12 0 0 0 20 0 15 0 446269813 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272133139056 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11773] ppid=11758 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11773/stat : 11773 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446269813 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272132086496 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11774] ppid=11758 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446269813 15512608768 12440 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51032 KiB

[startup+0.705839 s]
/proc/loadavg: 8.15 7.94 7.56 6/233 11774
/proc/meminfo: memFree=30423660/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0
[pid=11760] ppid=11758 vsize=15417412 memory=85492 CPUtime=1.64 cores=0,2,4,6
/proc/11760/stat : 11760 (java) S 11758 11758 10284 0 -1 1077944320 15176 0 0 0 159 5 0 0 20 0 19 0 446269807 15787429888 21373 33554432000 4194304 4196468 140728755908368 140728755890912 140273265323767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
/proc/11760/statm: 3854353 21373 3456 1 0 3815453 0
[pid=11760/tid=11761] ppid=11758 vsize=15417412 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/11760/task/11761/stat : 11761 (java) S 11758 11758 10284 0 -1 1077944384 9391 0 0 0 53 3 0 0 20 0 19 0 446269807 15787429888 21373 33554432000 4194304 4196468 140728755908368 140273269564544 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11762] ppid=11758 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11762/stat : 11762 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446269808 15787429888 21373 33554432000 4194304 4196468 140728755908368 140273230605456 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11763] ppid=11758 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11763/stat : 11763 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446269808 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272856837136 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11764] ppid=11758 vsize=15417412 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11764/stat : 11764 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446269808 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272855784336 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11765] ppid=11758 vsize=15417412 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11765/stat : 11765 (java) S 11758 11758 10284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 446269808 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272854731536 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11766] ppid=11758 vsize=15417412 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11766/stat : 11766 (java) S 11758 11758 10284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272139454832 140273265334914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11767] ppid=11758 vsize=15417412 memory=9592 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11767/stat : 11767 (java) S 11758 11758 10284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272138400800 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11768] ppid=11758 vsize=15417412 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11768/stat : 11768 (java) S 11758 11758 10284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272137347952 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11769] ppid=11758 vsize=15417412 memory=780 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11769/stat : 11769 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272136296272 140273265342363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11770] ppid=11758 vsize=15417412 memory=620 CPUtime=0.2 cores=0,2,4,6
/proc/11760/task/11770/stat : 11770 (java) R 11758 11758 10284 0 -1 4202560 944 0 0 0 20 0 0 0 20 0 19 0 446269813 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272135231224 140273243689440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11771] ppid=11758 vsize=15417412 memory=1496 CPUtime=0.23 cores=0,2,4,6
/proc/11760/task/11771/stat : 11771 (java) R 11758 11758 10284 0 -1 1077944384 1387 0 0 0 23 0 0 0 20 0 19 0 446269813 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272134191984 140273265333973 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11772] ppid=11758 vsize=15417412 memory=1016 CPUtime=0.34 cores=0,2,4,6
/proc/11760/task/11772/stat : 11772 (java) R 11758 11758 10284 0 -1 4202560 1948 0 0 0 34 0 0 0 20 0 19 0 446269813 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272133135992 140273244285264 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11773] ppid=11758 vsize=15417412 memory=6016 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11773/stat : 11773 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272132086496 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11774] ppid=11758 vsize=15417412 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 21373 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 86940 KiB

[startup+1.50184 s]
/proc/loadavg: 8.15 7.94 7.56 11/237 11778
/proc/meminfo: memFree=30401792/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0

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

/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 853 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54942 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11775] ppid=11758 vsize=15417412 memory=0 CPUtime=13.12 cores=0,2,4,6
/proc/11760/task/11775/stat : 11775 (java) R 11758 11758 10284 0 -1 4202560 524 0 0 0 1312 0 0 0 20 0 19 0 446269866 15787429888 54942 33554432000 4194304 4196468 140728755908368 140272121813664 140272907381670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11776] ppid=11758 vsize=15417412 memory=1252 CPUtime=13.28 cores=0,2,4,6
/proc/11760/task/11776/stat : 11776 (java) R 11758 11758 10284 0 -1 4202560 919 0 0 0 1328 0 0 0 20 0 19 0 446269866 15787429888 54942 33554432000 4194304 4196468 140728755908368 140272120764928 140272907193036 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11777] ppid=11758 vsize=15417412 memory=1269 CPUtime=13.24 cores=0,2,4,6
/proc/11760/task/11777/stat : 11777 (java) R 11758 11758 10284 0 -1 4202560 218 0 0 0 1324 0 0 0 20 0 19 0 446269866 15787429888 54942 33554432000 4194304 4196468 140728755908368 140272119709168 140272906840357 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11778] ppid=11758 vsize=15417412 memory=1266 CPUtime=13.31 cores=0,2,4,6
/proc/11760/task/11778/stat : 11778 (java) R 11758 11758 10284 0 -1 4202560 779 0 0 0 1330 1 0 0 20 0 19 0 446269866 15787429888 54942 33554432000 4194304 4196468 140728755908368 140272118657512 140272908708171 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 59.2 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221216 KiB

[startup+15.6008 s]
/proc/loadavg: 8.33 8.00 7.58 9/237 11781
/proc/meminfo: memFree=30255064/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0
[pid=11760] ppid=11758 vsize=15417412 memory=219780 CPUtime=60.79 cores=0,2,4,6
/proc/11760/stat : 11760 (java) S 11758 11758 10284 0 -1 1077944320 47824 0 0 0 6066 13 0 0 20 0 19 0 446269807 15787429888 54945 33554432000 4194304 4196468 140728755908368 140728755890912 140273265323767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
/proc/11760/statm: 3854353 54945 3516 1 0 3815453 0
[pid=11760/tid=11761] ppid=11758 vsize=15417412 memory=6791534058613427641 CPUtime=0.56 cores=0,2,4,6
/proc/11760/task/11761/stat : 11761 (java) S 11758 11758 10284 0 -1 1077944384 9391 0 0 0 53 3 0 0 20 0 19 0 446269807 15787429888 54945 33554432000 4194304 4196468 140728755908368 140273269564544 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11762] ppid=11758 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11762/stat : 11762 (java) S 11758 11758 10284 0 -1 1077944384 964 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140273230605456 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11763] ppid=11758 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11763/stat : 11763 (java) S 11758 11758 10284 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272856837136 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11764] ppid=11758 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11764/stat : 11764 (java) S 11758 11758 10284 0 -1 1077944384 753 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272855784336 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11765] ppid=11758 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11765/stat : 11765 (java) S 11758 11758 10284 0 -1 1077944384 319 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272854731536 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11766] ppid=11758 vsize=15417412 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11766/stat : 11766 (java) S 11758 11758 10284 0 -1 1077944384 607 0 0 0 1 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272139454832 140273265334914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11767] ppid=11758 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11767/stat : 11767 (java) S 11758 11758 10284 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272138400864 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11768] ppid=11758 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11768/stat : 11768 (java) S 11758 11758 10284 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272137347968 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11769] ppid=11758 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11769/stat : 11769 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272136296272 140273265342363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11770] ppid=11758 vsize=15417412 memory=0 CPUtime=2.33 cores=0,2,4,6
/proc/11760/task/11770/stat : 11770 (java) S 11758 11758 10284 0 -1 1077944384 12403 0 0 0 232 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272135244656 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11771] ppid=11758 vsize=15417412 memory=4156 CPUtime=2.59 cores=0,2,4,6
/proc/11760/task/11771/stat : 11771 (java) S 11758 11758 10284 0 -1 1077944384 12780 0 0 0 258 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272134191856 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11772] ppid=11758 vsize=15417412 memory=1056 CPUtime=0.58 cores=0,2,4,6
/proc/11760/task/11772/stat : 11772 (java) S 11758 11758 10284 0 -1 1077944384 5246 0 0 0 57 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272133139056 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11773] ppid=11758 vsize=15417412 memory=1188 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11773/stat : 11773 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272132086496 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11774] ppid=11758 vsize=15417412 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 1005 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11775] ppid=11758 vsize=15417412 memory=9592 CPUtime=13.51 cores=0,2,4,6
/proc/11760/task/11775/stat : 11775 (java) R 11758 11758 10284 0 -1 4202560 525 0 0 0 1351 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272121813800 140272906974596 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11776] ppid=11758 vsize=15417412 memory=2828 CPUtime=13.67 cores=0,2,4,6
/proc/11760/task/11776/stat : 11776 (java) R 11758 11758 10284 0 -1 4202560 1007 0 0 0 1367 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272120760896 140272906840273 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11777] ppid=11758 vsize=15417412 memory=780 CPUtime=13.64 cores=0,2,4,6
/proc/11760/task/11777/stat : 11777 (java) R 11758 11758 10284 0 -1 4202560 218 0 0 0 1364 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272119709168 140272906779651 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11778] ppid=11758 vsize=15417412 memory=620 CPUtime=13.71 cores=0,2,4,6
/proc/11760/task/11778/stat : 11778 (java) R 11758 11758 10284 0 -1 4202560 804 0 0 0 1370 1 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272118656496 140272906892953 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 60.79 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221228 KiB

[startup+15.8008 s]
/proc/loadavg: 8.33 8.00 7.58 9/237 11781
/proc/meminfo: memFree=30255064/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0
[pid=11760] ppid=11758 vsize=15417412 memory=219780 CPUtime=61.59 cores=0,2,4,6
/proc/11760/stat : 11760 (java) S 11758 11758 10284 0 -1 1077944320 47830 0 0 0 6146 13 0 0 20 0 19 0 446269807 15787429888 54945 33554432000 4194304 4196468 140728755908368 140728755890912 140273265323767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
/proc/11760/statm: 3854353 54945 3516 1 0 3815453 0
[pid=11760/tid=11761] ppid=11758 vsize=15417412 memory=6016 CPUtime=0.56 cores=0,2,4,6
/proc/11760/task/11761/stat : 11761 (java) S 11758 11758 10284 0 -1 1077944384 9391 0 0 0 53 3 0 0 20 0 19 0 446269807 15787429888 54945 33554432000 4194304 4196468 140728755908368 140273269564544 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11762] ppid=11758 vsize=15417412 memory=14012 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11762/stat : 11762 (java) S 11758 11758 10284 0 -1 1077944384 964 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140273230605456 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11763] ppid=11758 vsize=15417412 memory=2116 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11763/stat : 11763 (java) S 11758 11758 10284 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272856837136 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11764] ppid=11758 vsize=15417412 memory=33 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11764/stat : 11764 (java) S 11758 11758 10284 0 -1 1077944384 753 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272855784336 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11765] ppid=11758 vsize=15417412 memory=288230574492221466 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11765/stat : 11765 (java) S 11758 11758 10284 0 -1 1077944384 319 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272854731536 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11766] ppid=11758 vsize=15417412 memory=315533668791877947 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11766/stat : 11766 (java) S 11758 11758 10284 0 -1 1077944384 607 0 0 0 1 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272139454832 140273265334914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11767] ppid=11758 vsize=15417412 memory=16100368647981698 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11767/stat : 11767 (java) S 11758 11758 10284 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272138400864 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11768] ppid=11758 vsize=15417412 memory=301793952550466851 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11768/stat : 11768 (java) S 11758 11758 10284 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272137347968 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11769] ppid=11758 vsize=15417412 memory=14414804422866303 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11769/stat : 11769 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272136296272 140273265342363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11770] ppid=11758 vsize=15417412 memory=7306591726592022103 CPUtime=2.33 cores=0,2,4,6
/proc/11760/task/11770/stat : 11770 (java) S 11758 11758 10284 0 -1 1077944384 12403 0 0 0 232 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272135244656 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11771] ppid=11758 vsize=15417412 memory=-8990767739041718176 CPUtime=2.59 cores=0,2,4,6
/proc/11760/task/11771/stat : 11771 (java) S 11758 11758 10284 0 -1 1077944384 12780 0 0 0 258 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272134191856 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11772] ppid=11758 vsize=15417412 memory=-7966001967374371424 CPUtime=0.58 cores=0,2,4,6
/proc/11760/task/11772/stat : 11772 (java) S 11758 11758 10284 0 -1 1077944384 5246 0 0 0 57 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272133139056 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11773] ppid=11758 vsize=15417412 memory=-7812736537705029536 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11773/stat : 11773 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272132086496 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11774] ppid=11758 vsize=15417412 memory=301793952531743010 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 1005 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11775] ppid=11758 vsize=15417412 memory=13570379490788672 CPUtime=13.71 cores=0,2,4,6
/proc/11760/task/11775/stat : 11775 (java) R 11758 11758 10284 0 -1 4202560 526 0 0 0 1371 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272121813800 140272907227993 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11776] ppid=11758 vsize=15417412 memory=1399103955520229747 CPUtime=13.87 cores=0,2,4,6
/proc/11760/task/11776/stat : 11776 (java) R 11758 11758 10284 0 -1 4202560 1009 0 0 0 1387 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272120760896 140272906862342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11777] ppid=11758 vsize=15417412 memory=7668048438047893872 CPUtime=13.84 cores=0,2,4,6
/proc/11760/task/11777/stat : 11777 (java) R 11758 11758 10284 0 -1 4202560 218 0 0 0 1384 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272119709168 140272907052872 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11778] ppid=11758 vsize=15417412 memory=7523376918531153982 CPUtime=13.91 cores=0,2,4,6
/proc/11760/task/11778/stat : 11778 (java) R 11758 11758 10284 0 -1 4202560 807 0 0 0 1390 1 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272118656496 140272908708180 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 61.59 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221228 KiB

[startup+15.9008 s]
/proc/loadavg: 8.33 8.00 7.58 9/237 11781
/proc/meminfo: memFree=30255064/32770624 swapFree=66953076/67108860
[pid=11758] ppid=11755 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/11758/stat : 11758 (xcsp3-exec) S 11755 11758 10284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446269807 115843072 362 33554432000 4194304 5098028 140734156840624 140734156838728 140121126490748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20307968 140734156845946 140734156846189 140734156846189 140734156849098 0
/proc/11758/statm: 28282 362 304 221 0 87 0
[pid=11760] ppid=11758 vsize=15417412 memory=219780 CPUtime=61.99 cores=0,2,4,6
/proc/11760/stat : 11760 (java) S 11758 11758 10284 0 -1 1077944320 47833 0 0 0 6186 13 0 0 20 0 19 0 446269807 15787429888 54945 33554432000 4194304 4196468 140728755908368 140728755890912 140273265323767 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
/proc/11760/statm: 3854353 54945 3516 1 0 3815453 0
[pid=11760/tid=11761] ppid=11758 vsize=15417412 memory=0 CPUtime=0.56 cores=0,2,4,6
/proc/11760/task/11761/stat : 11761 (java) S 11758 11758 10284 0 -1 1077944384 9391 0 0 0 53 3 0 0 20 0 19 0 446269807 15787429888 54945 33554432000 4194304 4196468 140728755908368 140273269564544 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11762] ppid=11758 vsize=15417412 memory=4420 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11762/stat : 11762 (java) S 11758 11758 10284 0 -1 1077944384 964 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140273230605456 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11763] ppid=11758 vsize=15417412 memory=215164 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11763/stat : 11763 (java) S 11758 11758 10284 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272856837136 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11764] ppid=11758 vsize=15417412 memory=215164 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11764/stat : 11764 (java) S 11758 11758 10284 0 -1 1077944384 753 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272855784336 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11765] ppid=11758 vsize=15417412 memory=219780 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11765/stat : 11765 (java) S 11758 11758 10284 0 -1 1077944384 319 0 0 0 1 0 0 0 20 0 19 0 446269808 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272854731536 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11766] ppid=11758 vsize=15417412 memory=1448 CPUtime=0.01 cores=0,2,4,6
/proc/11760/task/11766/stat : 11766 (java) S 11758 11758 10284 0 -1 1077944384 607 0 0 0 1 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272139454832 140273265334914 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11767] ppid=11758 vsize=15417412 memory=219768 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11767/stat : 11767 (java) S 11758 11758 10284 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272138400864 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11768] ppid=11758 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11768/stat : 11768 (java) S 11758 11758 10284 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 19 0 446269810 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272137347968 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11769] ppid=11758 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11769/stat : 11769 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272136296272 140273265342363 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11770] ppid=11758 vsize=15417412 memory=281060646848384 CPUtime=2.33 cores=0,2,4,6
/proc/11760/task/11770/stat : 11770 (java) S 11758 11758 10284 0 -1 1077944384 12403 0 0 0 232 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272135244656 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11771] ppid=11758 vsize=15417412 memory=0 CPUtime=2.59 cores=0,2,4,6
/proc/11760/task/11771/stat : 11771 (java) S 11758 11758 10284 0 -1 1077944384 12780 0 0 0 258 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272134191856 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11772] ppid=11758 vsize=15417412 memory=-7175753904026764170 CPUtime=0.58 cores=0,2,4,6
/proc/11760/task/11772/stat : 11772 (java) S 11758 11758 10284 0 -1 1077944384 5246 0 0 0 57 1 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272133139056 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11773] ppid=11758 vsize=15417412 memory=-7361183220417257581 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11773/stat : 11773 (java) S 11758 11758 10284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272132086496 140273265333973 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11774] ppid=11758 vsize=15417412 memory=-3252517613198930781 CPUtime=0 cores=0,2,4,6
/proc/11760/task/11774/stat : 11774 (java) S 11758 11758 10284 0 -1 1077944384 1005 0 0 0 0 0 0 0 20 0 19 0 446269813 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272131033776 140273265334914 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11775] ppid=11758 vsize=15417412 memory=281060646589280 CPUtime=13.81 cores=0,2,4,6
/proc/11760/task/11775/stat : 11775 (java) R 11758 11758 10284 0 -1 4202560 526 0 0 0 1381 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272121813800 140272906779572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11776] ppid=11758 vsize=15417412 memory=281060646587416 CPUtime=13.97 cores=0,2,4,6
/proc/11760/task/11776/stat : 11776 (java) R 11758 11758 10284 0 -1 4202560 1011 0 0 0 1397 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272120760896 140272906839697 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11777] ppid=11758 vsize=15417412 memory=3472328296227697329 CPUtime=13.94 cores=0,2,4,6
/proc/11760/task/11777/stat : 11777 (java) R 11758 11758 10284 0 -1 4202560 218 0 0 0 1394 0 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272119709168 140272906780540 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
[pid=11760/tid=11778] ppid=11758 vsize=15417412 memory=1448 CPUtime=14.01 cores=0,2,4,6
/proc/11760/task/11778/stat : 11778 (java) R 11758 11758 10284 0 -1 4202560 808 0 0 0 1400 1 0 0 20 0 19 0 446269866 15787429888 54945 33554432000 4194304 4196468 140728755908368 140272118656496 140272902076258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29175808 140728755913711 140728755913882 140728755913882 140728755916751 0
Current children cumulated CPU time: 61.99 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 221228 KiB

Child status: 0
Real time (s): 15.9877
CPU time (s): 62.319
CPU user time (s): 62.1709
CPU system time (s): 0.148057
CPU usage (%): 389.793
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 221664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.1709
system time used= 0.148057
maximum resident set size= 221308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2831
involuntary context switches= 1757


# summary of solver processes directly reported to runsolver:
#   pid: 11758
#   total CPU time (s): 62.319
#   total CPU user time (s): 62.1709
#   total CPU system time (s): 0.148057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.12708 second user time and 0.206506 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 07:59:29
IDJOB=4398885
IDBENCH=141173
IDSOLVER=2853
FILE ID=node127/4398885-1568700010
RUNJOBID= node127-1568698608-10315
PBS_JOBID= 21703817
Free space on /tmp= 61288 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.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-4398885-1568700010/watcher-4398885-1568700010 -o /tmp/evaluation-result-4398885-1568700010/solver-4398885-1568700010 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568698608-10315 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2063682420 HOME/instance-4398885-1568700010.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=2063682420

node127.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.55
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.55
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.55
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.55
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:        30477752 kB
MemAvailable:   31642768 kB
Buffers:           92684 kB
Cached:          1356996 kB
SwapCached:        51464 kB
Active:           718136 kB
Inactive:         980336 kB
Active(anon):     205928 kB
Inactive(anon):    92224 kB
Active(file):     512208 kB
Inactive(file):   888112 kB
Unevictable:      108248 kB
Mlocked:          108248 kB
SwapTotal:      67108860 kB
SwapFree:       66953076 kB
Dirty:             26004 kB
Writeback:             0 kB
AnonPages:        347544 kB
Mapped:            61888 kB
Shmem:             40672 kB
Slab:             191020 kB
SReclaimable:     161064 kB
SUnreclaim:        29956 kB
KernelStack:        4112 kB
PageTables:         6672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1389612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61260 MiB
End job on node127 at 2019-09-17 07:59:45