Trace number 4403500

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-20SAT 321.723 92.2609

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-09.xml
MD5SUMe7714f1bdc5f54a36db8d66dbea9ce0a
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 benchmark120.316
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":15,"count":5},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":1},{"degree":19,"count":3},{"degree":22,"count":1},{"degree":25,"count":2}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403500-1568990032.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403500-1568990032.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
33.45/19.80	c solve instance...
321.56/92.23	s SATISFIABLE
321.56/92.23	v <instantiation>
321.56/92.23	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
321.56/92.23	v 	<values>4 0 0 2 0 4 0 3 0 3 3 4 0 1 1 4 0 1 0 4 1 4 4 1 3 </values>
321.56/92.23	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 (5455 MiB free)
  memory of node 1: 16384 MiB (3679 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403500-1568990032/watcher-4403500-1568990032 -o /var/tmp/evaluation-result-4403500-1568990032/solver-4403500-1568990032 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2028609136 HOME/instance-4403500-1568990032.xml 

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

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

solver pid=7993, runsolver pid=7990

[startup+0.100118 s]*
/proc/loadavg: 8.55 8.39 7.02 8/233 8009
/proc/meminfo: memFree=9339016/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0
[pid=7995] ppid=7993 vsize=15144776 memory=28784 CPUtime=0.13 cores=0,2,4,6
/proc/7995/stat : 7995 (java) S 7993 7993 6055 0 -1 1077944320 5593 0 0 0 12 1 0 0 20 0 15 0 475265827 15508250624 7196 33554432000 4194304 4196468 140729118654368 140729118636912 140648851599095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
/proc/7995/statm: 3786194 7196 3163 1 0 3748377 0
[pid=7995/tid=7996] ppid=7993 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (java) R 7993 7993 6055 0 -1 4202560 3537 0 0 0 9 0 0 0 20 0 15 0 475265827 15508250624 7196 33554432000 4194304 4196468 140729118654368 140648855826864 140648837667266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7997] ppid=7993 vsize=15144776 memory=3472468202163864784 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 7196 33554432000 4194304 4196468 140729118654368 140648779639568 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7998] ppid=7993 vsize=15144776 memory=140073268713088 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 7196 33554432000 4194304 4196468 140729118654368 140648778587024 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7999] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7999/stat : 7999 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 7196 33554432000 4194304 4196468 140729118654368 140648777534480 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8000] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8000/stat : 8000 (java) S 7993 7993 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 7196 33554432000 4194304 4196468 140729118654368 140648776481936 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8001] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8001/stat : 8001 (java) S 7993 7993 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475265830 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647725537264 140648851610242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8002] ppid=7993 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8002/stat : 8002 (java) S 7993 7993 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475265830 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647724483488 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8003] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8003/stat : 8003 (java) S 7993 7993 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475265830 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647723430896 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8004] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8004/stat : 8004 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647722379472 140648851617691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8005] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8005/stat : 8005 (java) R 7993 7993 6055 0 -1 4202560 431 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647721327088 140648837654359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8006] ppid=7993 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8006/stat : 8006 (java) R 7993 7993 6055 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647720274544 140648851610242 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8007] ppid=7993 vsize=15144776 memory=140073268713088 CPUtime=0.02 cores=0,2,4,6
/proc/7995/task/8007/stat : 8007 (java) R 7993 7993 6055 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 475265833 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647719222000 140648829715295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8008] ppid=7993 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8008/stat : 8008 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647718169696 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8009] ppid=7993 vsize=15144776 memory=140073268713088 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 7196 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30236 KiB

[startup+0.213999 s]*
/proc/loadavg: 8.55 8.39 7.02 7/233 8009
/proc/meminfo: memFree=9325928/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0
[pid=7995] ppid=7993 vsize=15144776 memory=40040 CPUtime=0.35 cores=0,2,4,6
/proc/7995/stat : 7995 (java) S 7993 7993 6055 0 -1 1077944320 9305 0 0 0 32 3 0 0 20 0 15 0 475265827 15508250624 10010 33554432000 4194304 4196468 140729118654368 140729118636912 140648851599095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
/proc/7995/statm: 3786194 10010 3274 1 0 3748377 0
[pid=7995/tid=7996] ppid=7993 vsize=15144776 memory=-8895323862916359523 CPUtime=0.2 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (java) R 7993 7993 6055 0 -1 4202560 6539 0 0 0 18 2 0 0 20 0 15 0 475265827 15508250624 10010 33554432000 4194304 4196468 140729118654368 140648855834080 140648835679582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7997] ppid=7993 vsize=15144776 memory=3472468202163864784 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 10010 33554432000 4194304 4196468 140729118654368 140648779639568 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7998] ppid=7993 vsize=15144776 memory=140073268713088 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 10010 33554432000 4194304 4196468 140729118654368 140648778587024 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7999] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7999/stat : 7999 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 10010 33554432000 4194304 4196468 140729118654368 140648777534480 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8000] ppid=7993 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8000/stat : 8000 (java) S 7993 7993 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475265828 15508250624 10010 33554432000 4194304 4196468 140729118654368 140648776481936 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8001] ppid=7993 vsize=15144776 memory=140073268713088 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8001/stat : 8001 (java) S 7993 7993 6055 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475265830 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647725537264 140648851610242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8002] ppid=7993 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8002/stat : 8002 (java) S 7993 7993 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475265830 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647724483488 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8003] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8003/stat : 8003 (java) S 7993 7993 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475265830 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647723430896 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8004] ppid=7993 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8004/stat : 8004 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647722379472 140648851617691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8005] ppid=7993 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7995/task/8005/stat : 8005 (java) S 7993 7993 6055 0 -1 1077944384 485 0 0 0 2 0 0 0 20 0 15 0 475265833 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647721327088 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8006] ppid=7993 vsize=15144776 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7995/task/8006/stat : 8006 (java) S 7993 7993 6055 0 -1 1077944384 128 0 0 0 3 0 0 0 20 0 15 0 475265833 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647720274544 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8007] ppid=7993 vsize=15144776 memory=140073268713088 CPUtime=0.08 cores=0,2,4,6
/proc/7995/task/8007/stat : 8007 (java) R 7993 7993 6055 0 -1 4202560 851 0 0 0 8 0 0 0 20 0 15 0 475265833 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647719222000 140648830734569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8008] ppid=7993 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8008/stat : 8008 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647718169696 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8009] ppid=7993 vsize=15144776 memory=140073268713088 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265833 15508250624 10010 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41492 KiB

[startup+0.310551 s]*
/proc/loadavg: 8.55 8.39 7.02 7/233 8009
/proc/meminfo: memFree=9318440/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0
[pid=7995] ppid=7993 vsize=15149032 memory=49576 CPUtime=0.53 cores=0,2,4,6
/proc/7995/stat : 7995 (java) S 7993 7993 6055 0 -1 1077944320 10701 0 0 0 50 3 0 0 20 0 15 0 475265827 15512608768 12394 33554432000 4194304 4196468 140729118654368 140729118636912 140648851599095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
/proc/7995/statm: 3787258 12394 3353 1 0 3748377 0
[pid=7995/tid=7996] ppid=7993 vsize=15149032 memory=-8094235084319000145 CPUtime=0.29 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (java) R 7993 7993 6055 0 -1 4202560 7683 0 0 0 27 2 0 0 20 0 15 0 475265827 15512608768 12394 33554432000 4194304 4196468 140729118654368 140648855830208 140648835679582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7997] ppid=7993 vsize=15149032 memory=3472468202163864784 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15512608768 12394 33554432000 4194304 4196468 140729118654368 140648779639568 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7998] ppid=7993 vsize=15149032 memory=280146379426176 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15512608768 12394 33554432000 4194304 4196468 140729118654368 140648778587024 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7999] ppid=7993 vsize=15149032 memory=280146221458464 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7999/stat : 7999 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265828 15512608768 12394 33554432000 4194304 4196468 140729118654368 140648777534480 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8000] ppid=7993 vsize=15149032 memory=140073110713103 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8000/stat : 8000 (java) S 7993 7993 6055 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475265828 15512608768 12394 33554432000 4194304 4196468 140729118654368 140648776481936 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8001] ppid=7993 vsize=15149032 memory=280146379433088 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8001/stat : 8001 (java) S 7993 7993 6055 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475265830 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647725537264 140648851610242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8002] ppid=7993 vsize=15149032 memory=140073110717711 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8002/stat : 8002 (java) S 7993 7993 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475265830 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647724483488 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8003] ppid=7993 vsize=15149032 memory=140073110726103 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8003/stat : 8003 (java) S 7993 7993 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475265830 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647723430896 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8004] ppid=7993 vsize=15149032 memory=140073110729661 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8004/stat : 8004 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647722379472 140648851617691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8005] ppid=7993 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7995/task/8005/stat : 8005 (java) S 7993 7993 6055 0 -1 1077944384 519 0 0 0 4 0 0 0 20 0 15 0 475265833 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647721327088 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8006] ppid=7993 vsize=15149032 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/7995/task/8006/stat : 8006 (java) R 7993 7993 6055 0 -1 4202560 207 0 0 0 5 0 0 0 20 0 15 0 475265833 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647720264928 140648833123881 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8007] ppid=7993 vsize=15149032 memory=140073268713088 CPUtime=0.13 cores=0,2,4,6
/proc/7995/task/8007/stat : 8007 (java) S 7993 7993 6055 0 -1 1077944384 988 0 0 0 13 0 0 0 20 0 15 0 475265833 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647719222000 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8008] ppid=7993 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8008/stat : 8008 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647718169696 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8009] ppid=7993 vsize=15149032 memory=140073268714540 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265833 15512608768 12394 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51028 KiB

[startup+0.70115 s]
/proc/loadavg: 8.55 8.39 7.02 9/233 8009
/proc/meminfo: memFree=9240596/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0
[pid=7995] ppid=7993 vsize=15151156 memory=251632 CPUtime=1.51 cores=0,2,4,6
/proc/7995/stat : 7995 (java) S 7993 7993 6055 0 -1 1077944320 13859 0 0 0 141 10 0 0 20 0 15 0 475265827 15514783744 62908 33554432000 4194304 4196468 140729118654368 140729118636912 140648851599095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
/proc/7995/statm: 3787789 62908 3453 1 0 3748889 0
[pid=7995/tid=7996] ppid=7993 vsize=15151156 memory=7882800638288482663 CPUtime=0.64 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (java) R 7993 7993 6055 0 -1 4202560 8268 0 0 0 59 5 0 0 20 0 15 0 475265827 15514783744 62908 33554432000 4194304 4196468 140729118654368 140648855834072 140648454858713 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7997] ppid=7993 vsize=15151156 memory=7740951466249179473 CPUtime=0.02 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (java) S 7993 7993 6055 0 -1 1077944384 30 0 0 0 1 1 0 0 20 0 15 0 475265828 15514783744 62908 33554432000 4194304 4196468 140729118654368 140648779639568 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7998] ppid=7993 vsize=15151156 memory=7453282923495516522 CPUtime=0.03 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (java) S 7993 7993 6055 0 -1 1077944384 48 0 0 0 2 1 0 0 20 0 15 0 475265828 15514783744 62908 33554432000 4194304 4196468 140729118654368 140648778587024 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7999] ppid=7993 vsize=15151156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7995/task/7999/stat : 7999 (java) S 7993 7993 6055 0 -1 1077944384 40 0 0 0 2 1 0 0 20 0 15 0 475265828 15514783744 62908 33554432000 4194304 4196468 140729118654368 140648777534480 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8000] ppid=7993 vsize=15151156 memory=6655300316396806240 CPUtime=0.01 cores=0,2,4,6
/proc/7995/task/8000/stat : 8000 (java) S 7993 7993 6055 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 475265828 15514783744 62908 33554432000 4194304 4196468 140729118654368 140648776481936 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8001] ppid=7993 vsize=15151156 memory=2828 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8001/stat : 8001 (java) S 7993 7993 6055 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 475265830 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647725537264 140648851610242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8002] ppid=7993 vsize=15151156 memory=756 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8002/stat : 8002 (java) S 7993 7993 6055 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475265830 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647724483488 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8003] ppid=7993 vsize=15151156 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8003/stat : 8003 (java) S 7993 7993 6055 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475265830 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647723430896 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8004] ppid=7993 vsize=15151156 memory=8104 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8004/stat : 8004 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647722379472 140648851617691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8005] ppid=7993 vsize=15151156 memory=1164 CPUtime=0.21 cores=0,2,4,6
/proc/7995/task/8005/stat : 8005 (java) R 7993 7993 6055 0 -1 4202560 1402 0 0 0 21 0 0 0 20 0 15 0 475265833 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647721306224 140648833142818 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8006] ppid=7993 vsize=15151156 memory=9520 CPUtime=0.27 cores=0,2,4,6
/proc/7995/task/8006/stat : 8006 (java) R 7993 7993 6055 0 -1 4202560 1255 0 0 0 27 0 0 0 20 0 15 0 475265833 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647720267568 140648832294916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8007] ppid=7993 vsize=15151156 memory=14008 CPUtime=0.24 cores=0,2,4,6
/proc/7995/task/8007/stat : 8007 (java) S 7993 7993 6055 0 -1 1077944384 1454 0 0 0 24 0 0 0 20 0 15 0 475265833 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647719222000 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8008] ppid=7993 vsize=15151156 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8008/stat : 8008 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475265833 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647718169696 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8009] ppid=7993 vsize=15151156 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475265833 15514783744 62908 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 253084 KiB

[startup+1.50081 s]
/proc/loadavg: 8.55 8.39 7.02 8/233 8013
/proc/meminfo: memFree=9087788/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0

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

/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1887 0 0 0 1 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8017] ppid=7993 vsize=15417412 memory=3620 CPUtime=69.11 cores=0,2,4,6
/proc/7995/task/8017/stat : 8017 (java) R 7993 7993 6055 0 -1 4202560 2103 0 0 0 6911 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647708134344 140648457109821 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8018] ppid=7993 vsize=15417412 memory=1576 CPUtime=69.05 cores=0,2,4,6
/proc/7995/task/8018/stat : 8018 (java) R 7993 7993 6055 0 -1 4202560 5640 0 0 0 6905 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647707082744 140648457426733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8019] ppid=7993 vsize=15417412 memory=1028 CPUtime=68.26 cores=0,2,4,6
/proc/7995/task/8019/stat : 8019 (java) R 7993 7993 6055 0 -1 4202560 2487 0 0 0 6826 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647706030232 140648457426867 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8020] ppid=7993 vsize=15417412 memory=1060 CPUtime=69.16 cores=0,2,4,6
/proc/7995/task/8020/stat : 8020 (java) R 7993 7993 6055 0 -1 4202560 6766 0 0 0 6916 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647704977240 140648457426984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 311.21 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4678984 KiB

[startup+91.2011 s]
/proc/loadavg: 8.39 8.30 7.11 9/237 8028
/proc/meminfo: memFree=4680796/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0
[pid=7995] ppid=7993 vsize=15417412 memory=4677532 CPUtime=317.58 cores=0,2,4,6
/proc/7995/stat : 7995 (java) S 7993 7993 6055 0 -1 1077944320 98771 0 0 0 31397 361 0 0 20 0 19 0 475265827 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140729118636912 140648851599095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
/proc/7995/statm: 3854353 1169383 3520 1 0 3815453 0
[pid=7995/tid=7996] ppid=7993 vsize=15417412 memory=6944652177228980320 CPUtime=14.87 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (java) S 7993 7993 6055 0 -1 1077944384 15738 0 0 0 1449 38 0 0 20 0 19 0 475265827 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648855839872 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7997] ppid=7993 vsize=15417412 memory=6656426216303648864 CPUtime=3.86 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (java) S 7993 7993 6055 0 -1 1077944384 5562 0 0 0 308 78 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648779639568 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7998] ppid=7993 vsize=15417412 memory=6944656592455360604 CPUtime=3.92 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (java) S 7993 7993 6055 0 -1 1077944384 7061 0 0 0 310 82 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648778587024 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7999] ppid=7993 vsize=15417412 memory=8112282956445269571 CPUtime=3.87 cores=0,2,4,6
/proc/7995/task/7999/stat : 7999 (java) S 7993 7993 6055 0 -1 1077944384 3646 0 0 0 313 74 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648777534480 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8000] ppid=7993 vsize=15417412 memory=4677532 CPUtime=3.87 cores=0,2,4,6
/proc/7995/task/8000/stat : 8000 (java) S 7993 7993 6055 0 -1 1077944384 5447 0 0 0 308 79 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648776481936 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8001] ppid=7993 vsize=15417412 memory=-7003737579269690708 CPUtime=0.95 cores=0,2,4,6
/proc/7995/task/8001/stat : 8001 (java) S 7993 7993 6055 0 -1 1077944384 9923 0 0 0 94 1 0 0 20 0 19 0 475265830 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647725537264 140648851610242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8002] ppid=7993 vsize=15417412 memory=7897517683652307531 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8002/stat : 8002 (java) S 7993 7993 6055 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 475265830 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647724483552 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8003] ppid=7993 vsize=15417412 memory=8514726395715349656 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8003/stat : 8003 (java) S 7993 7993 6055 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 475265830 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647723430912 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8004] ppid=7993 vsize=15417412 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8004/stat : 8004 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647722379472 140648851617691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8005] ppid=7993 vsize=15417412 memory=2120 CPUtime=1.64 cores=0,2,4,6
/proc/7995/task/8005/stat : 8005 (java) S 7993 7993 6055 0 -1 1077944384 11217 0 0 0 163 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647721327088 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8006] ppid=7993 vsize=15417412 memory=12028 CPUtime=1.83 cores=0,2,4,6
/proc/7995/task/8006/stat : 8006 (java) S 7993 7993 6055 0 -1 1077944384 13390 0 0 0 182 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647720274544 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8007] ppid=7993 vsize=15417412 memory=15664 CPUtime=0.65 cores=0,2,4,6
/proc/7995/task/8007/stat : 8007 (java) S 7993 7993 6055 0 -1 1077944384 6454 0 0 0 64 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647719222000 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8008] ppid=7993 vsize=15417412 memory=512 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8008/stat : 8008 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647718169696 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8009] ppid=7993 vsize=15417412 memory=1564 CPUtime=0.02 cores=0,2,4,6
/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1889 0 0 0 1 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8017] ppid=7993 vsize=15417412 memory=928 CPUtime=70.71 cores=0,2,4,6
/proc/7995/task/8017/stat : 8017 (java) R 7993 7993 6055 0 -1 4202560 2105 0 0 0 7071 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647708134344 140648457490480 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8018] ppid=7993 vsize=15417412 memory=1060 CPUtime=70.65 cores=0,2,4,6
/proc/7995/task/8018/stat : 8018 (java) R 7993 7993 6055 0 -1 4202560 5689 0 0 0 7065 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647707082744 140648457109821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8019] ppid=7993 vsize=15417412 memory=2828 CPUtime=69.83 cores=0,2,4,6
/proc/7995/task/8019/stat : 8019 (java) R 7993 7993 6055 0 -1 4202560 2489 0 0 0 6983 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647706030232 140648457109982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8020] ppid=7993 vsize=15417412 memory=756 CPUtime=70.76 cores=0,2,4,6
/proc/7995/task/8020/stat : 8020 (java) R 7993 7993 6055 0 -1 4202560 6826 0 0 0 7076 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647704977240 140648457426609 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 317.58 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4678984 KiB

[startup+92.0011 s]*
/proc/loadavg: 8.39 8.30 7.11 9/237 8028
/proc/meminfo: memFree=4681044/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0
[pid=7995] ppid=7993 vsize=15417412 memory=4677532 CPUtime=320.8 cores=0,2,4,6
/proc/7995/stat : 7995 (java) S 7993 7993 6055 0 -1 1077944320 98777 0 0 0 31719 361 0 0 20 0 19 0 475265827 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140729118636912 140648851599095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
/proc/7995/statm: 3854353 1169383 3520 1 0 3815453 0
[pid=7995/tid=7996] ppid=7993 vsize=15417412 memory=1398722017469774279 CPUtime=14.87 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (java) S 7993 7993 6055 0 -1 1077944384 15738 0 0 0 1449 38 0 0 20 0 19 0 475265827 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648855839872 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7997] ppid=7993 vsize=15417412 memory=-7003737579269690708 CPUtime=3.86 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (java) S 7993 7993 6055 0 -1 1077944384 5562 0 0 0 308 78 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648779639568 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7998] ppid=7993 vsize=15417412 memory=1564 CPUtime=3.92 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (java) S 7993 7993 6055 0 -1 1077944384 7061 0 0 0 310 82 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648778587024 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7999] ppid=7993 vsize=15417412 memory=928 CPUtime=3.87 cores=0,2,4,6
/proc/7995/task/7999/stat : 7999 (java) S 7993 7993 6055 0 -1 1077944384 3646 0 0 0 313 74 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648777534480 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8000] ppid=7993 vsize=15417412 memory=3784 CPUtime=3.87 cores=0,2,4,6
/proc/7995/task/8000/stat : 8000 (java) S 7993 7993 6055 0 -1 1077944384 5447 0 0 0 308 79 0 0 20 0 19 0 475265828 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140648776481936 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8001] ppid=7993 vsize=15417412 memory=1440 CPUtime=0.95 cores=0,2,4,6
/proc/7995/task/8001/stat : 8001 (java) S 7993 7993 6055 0 -1 1077944384 9923 0 0 0 94 1 0 0 20 0 19 0 475265830 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647725537264 140648851610242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8002] ppid=7993 vsize=15417412 memory=904 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8002/stat : 8002 (java) S 7993 7993 6055 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 475265830 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647724483552 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8003] ppid=7993 vsize=15417412 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8003/stat : 8003 (java) S 7993 7993 6055 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 475265830 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647723430912 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8004] ppid=7993 vsize=15417412 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8004/stat : 8004 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647722379472 140648851617691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8005] ppid=7993 vsize=15417412 memory=14689690934577591 CPUtime=1.64 cores=0,2,4,6
/proc/7995/task/8005/stat : 8005 (java) S 7993 7993 6055 0 -1 1077944384 11217 0 0 0 163 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647721327088 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8006] ppid=7993 vsize=15417412 memory=111632 CPUtime=1.83 cores=0,2,4,6
/proc/7995/task/8006/stat : 8006 (java) S 7993 7993 6055 0 -1 1077944384 13390 0 0 0 182 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647720274544 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8007] ppid=7993 vsize=15417412 memory=804 CPUtime=0.65 cores=0,2,4,6
/proc/7995/task/8007/stat : 8007 (java) S 7993 7993 6055 0 -1 1077944384 6454 0 0 0 64 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647719222000 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8008] ppid=7993 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8008/stat : 8008 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647718169696 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8009] ppid=7993 vsize=15417412 memory=2997084 CPUtime=0.02 cores=0,2,4,6
/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1893 0 0 0 1 1 0 0 20 0 19 0 475265833 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8017] ppid=7993 vsize=15417412 memory=1452 CPUtime=71.52 cores=0,2,4,6
/proc/7995/task/8017/stat : 8017 (java) R 7993 7993 6055 0 -1 4202560 2105 0 0 0 7152 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647708134344 140648457426632 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8018] ppid=7993 vsize=15417412 memory=4677532 CPUtime=71.46 cores=0,2,4,6
/proc/7995/task/8018/stat : 8018 (java) R 7993 7993 6055 0 -1 4202560 5691 0 0 0 7146 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647707082744 140648457426406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8019] ppid=7993 vsize=15417412 memory=2321377142261563496 CPUtime=70.63 cores=0,2,4,6
/proc/7995/task/8019/stat : 8019 (java) R 7993 7993 6055 0 -1 4202560 2489 0 0 0 7063 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647706030232 140648457490506 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8020] ppid=7993 vsize=15417412 memory=2868665472191283 CPUtime=71.57 cores=0,2,4,6
/proc/7995/task/8020/stat : 8020 (java) R 7993 7993 6055 0 -1 4202560 6826 0 0 0 7157 0 0 0 20 0 19 0 475267808 15787429888 1169383 33554432000 4194304 4196468 140729118654368 140647704977240 140648457109821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 320.8 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4678984 KiB

[startup+92.2011 s]
/proc/loadavg: 8.39 8.30 7.11 9/237 8028
/proc/meminfo: memFree=4681044/32770624 swapFree=66988724/67108860
[pid=7993] ppid=7990 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/7993/stat : 7993 (xcsp3-exec) S 7990 7993 6055 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475265827 115843072 363 33554432000 4194304 5098028 140731214237888 140731214235992 140059108139644 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 31084544 140731214246742 140731214247001 140731214247001 140731214249926 0
/proc/7993/statm: 28282 363 304 221 0 87 0
[pid=7995] ppid=7993 vsize=15417412 memory=4677540 CPUtime=321.56 cores=0,2,4,6
/proc/7995/stat : 7995 (java) S 7993 7993 6055 0 -1 1077944320 100321 0 0 0 31795 361 0 0 20 0 19 0 475265827 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140729118636912 140648851599095 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
/proc/7995/statm: 3854353 1169385 3520 1 0 3815453 0
[pid=7995/tid=7996] ppid=7993 vsize=15417412 memory=0 CPUtime=14.87 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (java) S 7993 7993 6055 0 -1 1077944384 15738 0 0 0 1449 38 0 0 20 0 19 0 475265827 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140648855839872 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7997] ppid=7993 vsize=15417412 memory=8112282956445269571 CPUtime=3.86 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (java) S 7993 7993 6055 0 -1 1077944384 5562 0 0 0 308 78 0 0 20 0 19 0 475265828 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140648779639568 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7998] ppid=7993 vsize=15417412 memory=316378119475036471 CPUtime=3.92 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (java) S 7993 7993 6055 0 -1 1077944384 7061 0 0 0 310 82 0 0 20 0 19 0 475265828 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140648778587024 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=7999] ppid=7993 vsize=15417412 memory=14689690934577591 CPUtime=3.87 cores=0,2,4,6
/proc/7995/task/7999/stat : 7999 (java) S 7993 7993 6055 0 -1 1077944384 3646 0 0 0 313 74 0 0 20 0 19 0 475265828 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140648777534480 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8000] ppid=7993 vsize=15417412 memory=9520 CPUtime=3.87 cores=0,2,4,6
/proc/7995/task/8000/stat : 8000 (java) S 7993 7993 6055 0 -1 1077944384 5447 0 0 0 308 79 0 0 20 0 19 0 475265828 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140648776481936 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8001] ppid=7993 vsize=15417412 memory=14008 CPUtime=0.95 cores=0,2,4,6
/proc/7995/task/8001/stat : 8001 (java) S 7993 7993 6055 0 -1 1077944384 9923 0 0 0 94 1 0 0 20 0 19 0 475265830 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647725537264 140648851610242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8002] ppid=7993 vsize=15417412 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8002/stat : 8002 (java) S 7993 7993 6055 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 19 0 475265830 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647724483552 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8003] ppid=7993 vsize=15417412 memory=12028 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8003/stat : 8003 (java) S 7993 7993 6055 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 19 0 475265830 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647723430912 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8004] ppid=7993 vsize=15417412 memory=15664 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8004/stat : 8004 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475265833 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647722379472 140648851617691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8005] ppid=7993 vsize=15417412 memory=512 CPUtime=1.64 cores=0,2,4,6
/proc/7995/task/8005/stat : 8005 (java) R 7993 7993 6055 0 -1 1077944384 11220 0 0 0 163 1 0 0 20 0 19 0 475265833 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647721327088 140648851610242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8006] ppid=7993 vsize=15417412 memory=1564 CPUtime=1.83 cores=0,2,4,6
/proc/7995/task/8006/stat : 8006 (java) S 7993 7993 6055 0 -1 1077944384 13789 0 0 0 182 1 0 0 20 0 19 0 475265833 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647720274544 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8007] ppid=7993 vsize=15417412 memory=928 CPUtime=0.66 cores=0,2,4,6
/proc/7995/task/8007/stat : 8007 (java) S 7993 7993 6055 0 -1 1077944384 7297 0 0 0 65 1 0 0 20 0 19 0 475265833 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647719222000 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8008] ppid=7993 vsize=15417412 memory=3784 CPUtime=0 cores=0,2,4,6
/proc/7995/task/8008/stat : 8008 (java) S 7993 7993 6055 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475265833 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647718169696 140648851609301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8009] ppid=7993 vsize=15417412 memory=1440 CPUtime=0.02 cores=0,2,4,6
/proc/7995/task/8009/stat : 8009 (java) S 7993 7993 6055 0 -1 1077944384 1893 0 0 0 1 1 0 0 20 0 19 0 475265833 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647717116208 140648851610242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8017] ppid=7993 vsize=15417412 memory=904 CPUtime=71.71 cores=0,2,4,6
/proc/7995/task/8017/stat : 8017 (java) R 7993 7993 6055 0 -1 4202560 2135 0 0 0 7171 0 0 0 20 0 19 0 475267808 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647708134248 140648457426669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8018] ppid=7993 vsize=15417412 memory=3620 CPUtime=71.65 cores=0,2,4,6
/proc/7995/task/8018/stat : 8018 (java) R 7993 7993 6055 0 -1 4202560 5721 0 0 0 7165 0 0 0 20 0 19 0 475267808 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647707082680 140648457490465 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8019] ppid=7993 vsize=15417412 memory=38940 CPUtime=70.82 cores=0,2,4,6
/proc/7995/task/8019/stat : 8019 (java) R 7993 7993 6055 0 -1 4202560 2509 0 0 0 7082 0 0 0 20 0 19 0 475267808 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647706030232 140648457426766 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
[pid=7995/tid=8020] ppid=7993 vsize=15417412 memory=288230574492221466 CPUtime=71.76 cores=0,2,4,6
/proc/7995/task/8020/stat : 8020 (java) R 7993 7993 6055 0 -1 4202560 7045 0 0 0 7176 0 0 0 20 0 19 0 475267808 15787429888 1169385 33554432000 4194304 4196468 140729118654368 140647704979400 140648458840585 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35389440 140729118659547 140729118659722 140729118659722 140729118662607 0
Current children cumulated CPU time: 321.56 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 4678992 KiB

Child status: 0
Real time (s): 92.2609
CPU time (s): 321.723
CPU user time (s): 318.086
CPU system time (s): 3.63763
CPU usage (%): 348.71
Max. virtual memory (cumulated for all children) (KiB): 15532200
Max. memory (cumulated for all children) (KiB): 4681932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.086
system time used= 3.63763
maximum resident set size= 4680480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5455
involuntary context switches= 7576


# summary of solver processes directly reported to runsolver:
#   pid: 7993
#   total CPU time (s): 321.723
#   total CPU user time (s): 318.086
#   total CPU system time (s): 3.63763

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.613067 second user time and 1.04375 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 16:33:10
IDJOB=4403500
IDBENCH=126097
IDSOLVER=2863
FILE ID=node121/4403500-1568990032
RUNJOBID= node121-1568988421-6086
PBS_JOBID= 21704645
Free space on /var/tmp= 13456 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-09.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 /var/tmp/evaluation-result-4403500-1568990032/watcher-4403500-1568990032 -o /var/tmp/evaluation-result-4403500-1568990032/solver-4403500-1568990032 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node121-1568988421-6086 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 2028609136 HOME/instance-4403500-1568990032.xml

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

MD5SUM BENCH= e7714f1bdc5f54a36db8d66dbea9ce0a
RANDOM SEED=2028609136

node121.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.75
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.75
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.75
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.75
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:         9354232 kB
MemAvailable:   30771548 kB
Buffers:          151908 kB
Cached:         21199904 kB
SwapCached:         5544 kB
Active:         11117908 kB
Inactive:       11326080 kB
Active(anon):     446088 kB
Inactive(anon):   684496 kB
Active(file):   10671820 kB
Inactive(file): 10641584 kB
Unevictable:      111180 kB
Mlocked:          111180 kB
SwapTotal:      67108860 kB
SwapFree:       66988724 kB
Dirty:             59208 kB
Writeback:            12 kB
AnonPages:       1199108 kB
Mapped:            60136 kB
Shmem:             29292 kB
Slab:             561344 kB
SReclaimable:     532372 kB
SUnreclaim:        28972 kB
KernelStack:        4000 kB
PageTables:         8204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2396388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    679936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13428 MiB
End job on node121 at 2019-09-20 16:34:42