Trace number 4297686

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 4.0.7b par (e747e1e)? (TO) 19994.9 2520.11

General information on the benchmark

NameMagicHexagon/
MagicHexagon-05-m003_c18.xml
MD5SUM11e14450858ef922a4bcb0797a1233a1
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 benchmark4556.42
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints34
Number of domains1
Minimum domain size61
Maximum domain size61
Distribution of domain sizes[{"size":61,"count":61}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":4,"count":55},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":3},{"arity":61,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":27}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4297686-1532726496.xml"  -tl '20160s' -p 8
0.11/0.17	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297686-1532726496.xml, -tl, 20160s, -p, 8]
0.11/0.21	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.27/0.61	c solve instance...
19994.15/2520.08	s UNKNOWN
19994.15/2520.08	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297686-1532726496/watcher-4297686-1532726496 -o /tmp/evaluation-result-4297686-1532726496/solver-4297686-1532726496 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1532723677-1064 --watchdog 2580 HOME/xcsp3-exec -seed 714534098 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297686-1532726496.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=1481, runsolver pid=1478

[startup+0.100131 s]*
/proc/loadavg: 8.25 8.34 8.43 3/204 1502
/proc/meminfo: memFree=27334904/32770624 swapFree=67108860/67108860
[pid=1481] ppid=1478 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1481/stat : 1481 (xcsp3-exec) S 1478 1481 1036 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90212812 115843072 364 33554432000 4194304 5098028 140728476486736 140728476484840 139671042843260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19156992 140728476492854 140728476493056 140728476493056 140728476495818 0
/proc/1481/statm: 28282 364 306 221 0 87 0
[pid=1483] ppid=1481 vsize=26104152 memory=27016 CPUtime=0.11 cores=0-7
/proc/1483/stat : 1483 (java) S 1481 1481 1036 0 -1 1077944320 5687 0 0 0 10 1 0 0 20 0 20 0 90212812 26730651648 6754 33554432000 4194304 4196468 140728656666944 140728656649488 140201755668215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
/proc/1483/statm: 6526038 6754 2991 1 0 6488315 0
[pid=1483/tid=1484] ppid=1481 vsize=26104152 memory=1400242874264906928 CPUtime=0.08 cores=0-7
/proc/1483/task/1484/stat : 1484 (java) R 1481 1481 1036 0 -1 4202560 3699 0 0 0 8 0 0 0 20 0 20 0 90212812 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201759894464 140201739748702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1485] ppid=1481 vsize=26104152 memory=3461361991549258287 CPUtime=0 cores=0-7
/proc/1483/task/1485/stat : 1485 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201708288784 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1486] ppid=1481 vsize=26104152 memory=140203051853440 CPUtime=0 cores=0-7
/proc/1483/task/1486/stat : 1486 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201707236240 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1487] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1487/stat : 1487 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201706183696 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1488] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1488/stat : 1488 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201705131152 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1489] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1489/stat : 1489 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201704077584 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1490] ppid=1481 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1483/task/1490/stat : 1490 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201703025040 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1491] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1491/stat : 1491 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201701972496 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1492] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1492/stat : 1492 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 6754 33554432000 4194304 4196468 140728656666944 140201700919952 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1493] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1493/stat : 1493 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90212814 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200429742576 140201755679362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1494] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1494/stat : 1494 (java) S 1481 1481 1036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90212815 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200428688800 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1495] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1495/stat : 1495 (java) S 1481 1481 1036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90212815 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200427636208 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1496] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1496/stat : 1496 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200426584784 140201755686811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1497] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1497/stat : 1497 (java) S 1481 1481 1036 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200425531376 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1498] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1498/stat : 1498 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200424478832 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1499] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1499/stat : 1499 (java) S 1481 1481 1036 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200423426288 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1500] ppid=1481 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1483/task/1500/stat : 1500 (java) R 1481 1481 1036 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 90212818 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200422373744 140201755689562 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1501] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1501/stat : 1501 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200421321440 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1502] ppid=1481 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1483/task/1502/stat : 1502 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 6754 33554432000 4194304 4196468 140728656666944 140200420268976 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 28472 KiB

[startup+0.210464 s]*
/proc/loadavg: 8.25 8.34 8.43 2/204 1502
/proc/meminfo: memFree=27323616/32770624 swapFree=67108860/67108860
[pid=1481] ppid=1478 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1481/stat : 1481 (xcsp3-exec) S 1478 1481 1036 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90212812 115843072 364 33554432000 4194304 5098028 140728476486736 140728476484840 139671042843260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19156992 140728476492854 140728476493056 140728476493056 140728476495818 0
/proc/1481/statm: 28282 364 306 221 0 87 0
[pid=1483] ppid=1481 vsize=26104152 memory=39520 CPUtime=0.33 cores=0-7
/proc/1483/stat : 1483 (java) S 1481 1481 1036 0 -1 1077944320 8476 0 0 0 30 3 0 0 20 0 20 0 90212812 26730651648 9880 33554432000 4194304 4196468 140728656666944 140728656649488 140201755668215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
/proc/1483/statm: 6526038 9880 3179 1 0 6488315 0
[pid=1483/tid=1484] ppid=1481 vsize=26104152 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/1483/task/1484/stat : 1484 (java) R 1481 1481 1036 0 -1 4202560 5589 0 0 0 18 1 0 0 20 0 20 0 90212812 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201759903200 140201739748702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1485] ppid=1481 vsize=26104152 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/1483/task/1485/stat : 1485 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201708288784 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1486] ppid=1481 vsize=26104152 memory=15112468474767000 CPUtime=0 cores=0-7
/proc/1483/task/1486/stat : 1486 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201707236240 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1487] ppid=1481 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1483/task/1487/stat : 1487 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201706183696 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1488] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1488/stat : 1488 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201705131152 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1489] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1489/stat : 1489 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201704077584 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1490] ppid=1481 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1483/task/1490/stat : 1490 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201703025040 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1491] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1491/stat : 1491 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201701972496 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1492] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1492/stat : 1492 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90212813 26730651648 9880 33554432000 4194304 4196468 140728656666944 140201700919952 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1493] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1493/stat : 1493 (java) S 1481 1481 1036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90212814 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200429742576 140201755679362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1494] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1494/stat : 1494 (java) S 1481 1481 1036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90212815 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200428688800 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1495] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1495/stat : 1495 (java) S 1481 1481 1036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90212815 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200427636208 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1496] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1496/stat : 1496 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200426584784 140201755686811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1497] ppid=1481 vsize=26104152 memory=0 CPUtime=0.02 cores=0-7
/proc/1483/task/1497/stat : 1497 (java) S 1481 1481 1036 0 -1 1077944384 574 0 0 0 2 0 0 0 20 0 20 0 90212818 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200425531376 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1498] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1498/stat : 1498 (java) S 1481 1481 1036 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200424478832 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1499] ppid=1481 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/1483/task/1499/stat : 1499 (java) S 1481 1481 1036 0 -1 1077944384 152 0 0 0 1 0 0 0 20 0 20 0 90212818 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200423426288 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1500] ppid=1481 vsize=26104152 memory=0 CPUtime=0.07 cores=0-7
/proc/1483/task/1500/stat : 1500 (java) S 1481 1481 1036 0 -1 1077944384 818 0 0 0 7 0 0 0 20 0 20 0 90212818 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200422373744 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1501] ppid=1481 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1501/stat : 1501 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200421321440 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1502] ppid=1481 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1483/task/1502/stat : 1502 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212818 26730651648 9880 33554432000 4194304 4196468 140728656666944 140200420268976 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40976 KiB

[startup+0.310435 s]*
/proc/loadavg: 8.25 8.34 8.43 4/204 1502
/proc/meminfo: memFree=27317536/32770624 swapFree=67108860/67108860
[pid=1481] ppid=1478 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1481/stat : 1481 (xcsp3-exec) S 1478 1481 1036 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90212812 115843072 364 33554432000 4194304 5098028 140728476486736 140728476484840 139671042843260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19156992 140728476492854 140728476493056 140728476493056 140728476495818 0
/proc/1481/statm: 28282 364 306 221 0 87 0
[pid=1483] ppid=1481 vsize=26108408 memory=46324 CPUtime=0.52 cores=0-7
/proc/1483/stat : 1483 (java) S 1481 1481 1036 0 -1 1077944320 9343 0 0 0 48 4 0 0 20 0 20 0 90212812 26735009792 11581 33554432000 4194304 4196468 140728656666944 140728656649488 140201755668215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
/proc/1483/statm: 6527102 11581 3251 1 0 6488315 0
[pid=1483/tid=1484] ppid=1481 vsize=26108408 memory=1399051139730258233 CPUtime=0.3 cores=0-7
/proc/1483/task/1484/stat : 1484 (java) R 1481 1481 1036 0 -1 4202560 6288 0 0 0 28 2 0 0 20 0 20 0 90212812 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201759902000 140201739748702 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1485] ppid=1481 vsize=26108408 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/1483/task/1485/stat : 1485 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201708288784 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1486] ppid=1481 vsize=26108408 memory=8476 CPUtime=0 cores=0-7
/proc/1483/task/1486/stat : 1486 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201707236240 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1487] ppid=1481 vsize=26108408 memory=4576 CPUtime=0 cores=0-7
/proc/1483/task/1487/stat : 1487 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201706183696 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1488] ppid=1481 vsize=26108408 memory=15864 CPUtime=0 cores=0-7
/proc/1483/task/1488/stat : 1488 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201705131152 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1489] ppid=1481 vsize=26108408 memory=4012 CPUtime=0 cores=0-7
/proc/1483/task/1489/stat : 1489 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201704077584 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1490] ppid=1481 vsize=26108408 memory=15896 CPUtime=0 cores=0-7
/proc/1483/task/1490/stat : 1490 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201703025040 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1491] ppid=1481 vsize=26108408 memory=18220 CPUtime=0 cores=0-7
/proc/1483/task/1491/stat : 1491 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201701972496 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1492] ppid=1481 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1492/stat : 1492 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90212813 26735009792 11581 33554432000 4194304 4196468 140728656666944 140201700919952 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1493] ppid=1481 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1493/stat : 1493 (java) S 1481 1481 1036 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90212814 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200429742576 140201755679362 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1494] ppid=1481 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1494/stat : 1494 (java) S 1481 1481 1036 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90212815 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200428688800 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1495] ppid=1481 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1495/stat : 1495 (java) S 1481 1481 1036 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90212815 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200427636208 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1496] ppid=1481 vsize=26108408 memory=140202899244495 CPUtime=0 cores=0-7
/proc/1483/task/1496/stat : 1496 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212818 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200426584784 140201755686811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1497] ppid=1481 vsize=26108408 memory=67 CPUtime=0.04 cores=0-7
/proc/1483/task/1497/stat : 1497 (java) R 1481 1481 1036 0 -1 4202560 653 0 0 0 4 0 0 0 20 0 20 0 90212818 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200425531376 140201734084227 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1498] ppid=1481 vsize=26108408 memory=51172 CPUtime=0.01 cores=0-7
/proc/1483/task/1498/stat : 1498 (java) S 1481 1481 1036 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 20 0 90212818 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200424478832 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1499] ppid=1481 vsize=26108408 memory=53476 CPUtime=0.02 cores=0-7
/proc/1483/task/1499/stat : 1499 (java) S 1481 1481 1036 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 20 0 90212818 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200423426288 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1500] ppid=1481 vsize=26108408 memory=55780 CPUtime=0.12 cores=0-7
/proc/1483/task/1500/stat : 1500 (java) S 1481 1481 1036 0 -1 1077944384 906 0 0 0 12 0 0 0 20 0 20 0 90212818 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200422373744 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1501] ppid=1481 vsize=26108408 memory=110297088 CPUtime=0 cores=0-7
/proc/1483/task/1501/stat : 1501 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90212818 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200421321440 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1502] ppid=1481 vsize=26108408 memory=115843071 CPUtime=0 cores=0-7
/proc/1483/task/1502/stat : 1502 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90212818 26735009792 11581 33554432000 4194304 4196468 140728656666944 140200420268976 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47780 KiB

[startup+0.701714 s]
/proc/loadavg: 8.25 8.34 8.43 4/204 1502
/proc/meminfo: memFree=27299364/32770624 swapFree=67108860/67108860
[pid=1481] ppid=1478 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1481/stat : 1481 (xcsp3-exec) S 1478 1481 1036 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90212812 115843072 364 33554432000 4194304 5098028 140728476486736 140728476484840 139671042843260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19156992 140728476492854 140728476493056 140728476493056 140728476495818 0
/proc/1481/statm: 28282 364 306 221 0 87 0
[pid=1483] ppid=1481 vsize=26643044 memory=90552 CPUtime=1.83 cores=0-7
/proc/1483/stat : 1483 (java) S 1481 1481 1036 0 -1 1077944320 12969 0 0 0 177 6 0 0 20 0 28 0 90212812 27282477056 22638 33554432000 4194304 4196468 140728656666944 140728656649488 140201755668215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
/proc/1483/statm: 6660761 22638 3359 1 0 6621955 0
[pid=1483/tid=1484] ppid=1481 vsize=26643044 memory=4580 CPUtime=0.59 cores=0-7
/proc/1483/task/1484/stat : 1484 (java) S 1481 1481 1036 0 -1 1077944384 7190 0 0 0 57 2 0 0 20 0 28 0 90212812 27282477056 22638 33554432000 4194304 4196468 140728656666944 140201759908992 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1485] ppid=1481 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1485/stat : 1485 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90212813 27282477056 22638 33554432000 4194304 4196468 140728656666944 140201708288784 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1486] ppid=1481 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/1483/task/1486/stat : 1486 (java) S 1481 1481 1036 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90212813 27282477056 22638 33554432000 4194304 4196468 140728656666944 140201707236240 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1487] ppid=1481 vsize=26643044 memory=12040 CPUtime=0 cores=0-7
/proc/1483/task/1487/stat : 1487 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90212813 27282477056 22638 33554432000 4194304 4196468 140728656666944 140201706183696 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0

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

[pid=1483/tid=1510] ppid=1481 vsize=26643044 memory=1456 CPUtime=2408.82 cores=0-7
/proc/1483/task/1510/stat : 1510 (java) R 1481 1481 1036 0 -1 4202560 102245 0 0 0 240837 45 0 0 20 0 28 0 90212874 27282477056 164708 33554432000 4194304 4196468 140728656666944 140199626173488 140201378076464 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
Current children cumulated CPU time: 19376.7 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 660288 KiB

[startup+2502.31 s]
/proc/loadavg: 8.18 8.27 8.31 9/213 1590
/proc/meminfo: memFree=26692832/32770624 swapFree=67108860/67108860
[pid=1481] ppid=1478 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1481/stat : 1481 (xcsp3-exec) S 1478 1481 1036 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90212812 115843072 364 33554432000 4194304 5098028 140728476486736 140728476484840 139671042843260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19156992 140728476492854 140728476493056 140728476493056 140728476495818 0
/proc/1481/statm: 28282 364 306 221 0 87 0
[pid=1483] ppid=1481 vsize=26643044 memory=669448 CPUtime=19853.5 cores=0-7
/proc/1483/stat : 1483 (java) S 1481 1481 1036 0 -1 1077944320 815209 0 0 0 1984602 747 0 0 20 0 28 0 90212812 27282477056 167362 33554432000 4194304 4196468 140728656666944 140728656649488 140201755668215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
/proc/1483/statm: 6660761 167362 3434 1 0 6621955 0
[pid=1483/tid=1484] ppid=1481 vsize=26643044 memory=1456 CPUtime=0.59 cores=0-7
/proc/1483/task/1484/stat : 1484 (java) S 1481 1481 1036 0 -1 1077944384 7190 0 0 0 57 2 0 0 20 0 28 0 90212812 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201759908992 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1485] ppid=1481 vsize=26643044 memory=0 CPUtime=13.15 cores=0-7
/proc/1483/task/1485/stat : 1485 (java) S 1481 1481 1036 0 -1 1077944384 27437 0 0 0 1282 33 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201708288784 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1486] ppid=1481 vsize=26643044 memory=164 CPUtime=13.06 cores=0-7
/proc/1483/task/1486/stat : 1486 (java) S 1481 1481 1036 0 -1 1077944384 23593 0 0 0 1281 25 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201707236240 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1487] ppid=1481 vsize=26643044 memory=669440 CPUtime=13.15 cores=0-7
/proc/1483/task/1487/stat : 1487 (java) S 1481 1481 1036 0 -1 1077944384 20745 0 0 0 1289 26 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201706183696 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1488] ppid=1481 vsize=26643044 memory=658832 CPUtime=13.13 cores=0-7
/proc/1483/task/1488/stat : 1488 (java) S 1481 1481 1036 0 -1 1077944384 24191 0 0 0 1284 29 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201705131152 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1489] ppid=1481 vsize=26643044 memory=4132 CPUtime=13.14 cores=0-7
/proc/1483/task/1489/stat : 1489 (java) S 1481 1481 1036 0 -1 1077944384 23971 0 0 0 1286 28 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201704077584 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1490] ppid=1481 vsize=26643044 memory=2192 CPUtime=13.05 cores=0-7
/proc/1483/task/1490/stat : 1490 (java) S 1481 1481 1036 0 -1 1077944384 25903 0 0 0 1277 28 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201703025040 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1491] ppid=1481 vsize=26643044 memory=140202899805265 CPUtime=13.07 cores=0-7
/proc/1483/task/1491/stat : 1491 (java) S 1481 1481 1036 0 -1 1077944384 26613 0 0 0 1281 26 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201701972496 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1492] ppid=1481 vsize=26643044 memory=316200853289842948 CPUtime=13.14 cores=0-7
/proc/1483/task/1492/stat : 1492 (java) S 1481 1481 1036 0 -1 1077944384 26194 0 0 0 1282 32 0 0 20 0 28 0 90212813 27282477056 167362 33554432000 4194304 4196468 140728656666944 140201700919952 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1493] ppid=1481 vsize=26643044 memory=0 CPUtime=9.17 cores=0-7
/proc/1483/task/1493/stat : 1493 (java) S 1481 1481 1036 0 -1 1077944384 197427 0 0 0 537 380 0 0 20 0 28 0 90212814 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200429742576 140201755679362 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1494] ppid=1481 vsize=26643044 memory=-7027408097459412384 CPUtime=0 cores=0-7
/proc/1483/task/1494/stat : 1494 (java) S 1481 1481 1036 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 90212815 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200428688800 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1495] ppid=1481 vsize=26643044 memory=55 CPUtime=0 cores=0-7
/proc/1483/task/1495/stat : 1495 (java) S 1481 1481 1036 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 90212815 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200427636208 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1496] ppid=1481 vsize=26643044 memory=316778096995074338 CPUtime=0 cores=0-7
/proc/1483/task/1496/stat : 1496 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90212818 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200426584784 140201755686811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1497] ppid=1481 vsize=26643044 memory=280405800401440 CPUtime=1.21 cores=0-7
/proc/1483/task/1497/stat : 1497 (java) S 1481 1481 1036 0 -1 1077944384 7711 0 0 0 119 2 0 0 20 0 28 0 90212818 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200425531376 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1498] ppid=1481 vsize=26643044 memory=7295950583417696866 CPUtime=1.5 cores=0-7
/proc/1483/task/1498/stat : 1498 (java) S 1481 1481 1036 0 -1 1077944384 10894 0 0 0 148 2 0 0 20 0 28 0 90212818 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200424478832 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1499] ppid=1481 vsize=26643044 memory=4126316290023845779 CPUtime=1.39 cores=0-7
/proc/1483/task/1499/stat : 1499 (java) S 1481 1481 1036 0 -1 1077944384 7171 0 0 0 138 1 0 0 20 0 28 0 90212818 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200423426288 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1500] ppid=1481 vsize=26643044 memory=669448 CPUtime=0.63 cores=0-7
/proc/1483/task/1500/stat : 1500 (java) S 1481 1481 1036 0 -1 1077944384 6603 0 0 0 61 2 0 0 20 0 28 0 90212818 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200422373744 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1501] ppid=1481 vsize=26643044 memory=3560 CPUtime=0 cores=0-7
/proc/1483/task/1501/stat : 1501 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90212818 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200421321440 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1502] ppid=1481 vsize=26643044 memory=26132 CPUtime=0.57 cores=0-7
/proc/1483/task/1502/stat : 1502 (java) S 1481 1481 1036 0 -1 1077944384 3971 0 0 0 33 24 0 0 20 0 28 0 90212818 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200420268976 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1503] ppid=1481 vsize=26643044 memory=1456 CPUtime=2465.77 cores=0-7
/proc/1483/task/1503/stat : 1503 (java) R 1481 1481 1036 0 -1 4202560 9605 0 0 0 246568 9 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140200418131288 140201378280302 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1504] ppid=1481 vsize=26643044 memory=1456 CPUtime=2468.18 cores=0-7
/proc/1483/task/1504/stat : 1504 (java) R 1481 1481 1036 0 -1 4202560 9446 0 0 0 246810 8 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140199632490920 140201377763739 0 4 0 16800975 0 0 0 -1 3 0 0 6 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1505] ppid=1481 vsize=26643044 memory=669440 CPUtime=2466.24 cores=0-7
/proc/1483/task/1505/stat : 1505 (java) R 1481 1481 1036 0 -1 4202560 84584 0 0 0 246590 34 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140199631434040 140201377579827 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1506] ppid=1481 vsize=26643044 memory=8112282956445269571 CPUtime=2465.47 cores=0-7
/proc/1483/task/1506/stat : 1506 (java) R 1481 1481 1036 0 -1 4202560 107629 0 0 0 246513 34 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140199630380624 140201378722697 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1507] ppid=1481 vsize=26643044 memory=669440 CPUtime=2466.1 cores=0-7
/proc/1483/task/1507/stat : 1507 (java) R 1481 1481 1036 0 -1 4202560 35849 0 0 0 246584 26 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140199629328160 140201372755810 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1508] ppid=1481 vsize=26643044 memory=1228 CPUtime=2465.92 cores=0-7
/proc/1483/task/1508/stat : 1508 (java) R 1481 1481 1036 0 -1 4202560 11381 0 0 0 246583 9 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140199628276424 140201378280516 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1509] ppid=1481 vsize=26643044 memory=1456 CPUtime=2467.56 cores=0-7
/proc/1483/task/1509/stat : 1509 (java) R 1481 1481 1036 0 -1 4202560 11778 0 0 0 246747 9 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140199627223744 140201377809369 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1510] ppid=1481 vsize=26643044 memory=669424 CPUtime=2468.13 cores=0-7
/proc/1483/task/1510/stat : 1510 (java) R 1481 1481 1036 0 -1 4202560 103985 0 0 0 246767 46 0 0 20 0 28 0 90212874 27282477056 167362 33554432000 4194304 4196468 140728656666944 140199626173600 140201379641256 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
Current children cumulated CPU time: 19853.5 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 670904 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.13 8.25 8.30 9/213 1590
/proc/meminfo: memFree=26658308/32770624 swapFree=67108860/67108860
[pid=1481] ppid=1478 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/1481/stat : 1481 (xcsp3-exec) S 1478 1481 1036 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90212812 115843072 364 33554432000 4194304 5098028 140728476486736 140728476484840 139671042843260 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 19156992 140728476492854 140728476493056 140728476493056 140728476495818 0
/proc/1481/statm: 28282 364 306 221 0 87 0
[pid=1483] ppid=1481 vsize=26643044 memory=704296 CPUtime=19994.2 cores=0-7
/proc/1483/stat : 1483 (java) S 1481 1481 1036 0 -1 1077944320 816568 0 0 0 1998663 752 0 0 20 0 28 0 90212812 27282477056 176074 33554432000 4194304 4196468 140728656666944 140728656649488 140201755668215 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
/proc/1483/statm: 6660761 176074 3434 1 0 6621955 0
[pid=1483/tid=1484] ppid=1481 vsize=26643044 memory=1399051139730258233 CPUtime=0.59 cores=0-7
/proc/1483/task/1484/stat : 1484 (java) S 1481 1481 1036 0 -1 1077944384 7190 0 0 0 57 2 0 0 20 0 28 0 90212812 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201759908992 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1485] ppid=1481 vsize=26643044 memory=4126316290023845779 CPUtime=13.29 cores=0-7
/proc/1483/task/1485/stat : 1485 (java) S 1481 1481 1036 0 -1 1077944384 27499 0 0 0 1296 33 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201708288784 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1486] ppid=1481 vsize=26643044 memory=4012 CPUtime=13.21 cores=0-7
/proc/1483/task/1486/stat : 1486 (java) S 1481 1481 1036 0 -1 1077944384 23672 0 0 0 1295 26 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201707236240 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1487] ppid=1481 vsize=26643044 memory=15952 CPUtime=13.29 cores=0-7
/proc/1483/task/1487/stat : 1487 (java) S 1481 1481 1036 0 -1 1077944384 20769 0 0 0 1303 26 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201706183696 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1488] ppid=1481 vsize=26643044 memory=18220 CPUtime=13.29 cores=0-7
/proc/1483/task/1488/stat : 1488 (java) S 1481 1481 1036 0 -1 1077944384 24224 0 0 0 1299 30 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201705131152 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1489] ppid=1481 vsize=26643044 memory=1788 CPUtime=13.29 cores=0-7
/proc/1483/task/1489/stat : 1489 (java) S 1481 1481 1036 0 -1 1077944384 24275 0 0 0 1301 28 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201704077584 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1490] ppid=1481 vsize=26643044 memory=1232 CPUtime=13.19 cores=0-7
/proc/1483/task/1490/stat : 1490 (java) S 1481 1481 1036 0 -1 1077944384 25954 0 0 0 1291 28 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201703025040 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1491] ppid=1481 vsize=26643044 memory=1696 CPUtime=13.23 cores=0-7
/proc/1483/task/1491/stat : 1491 (java) S 1481 1481 1036 0 -1 1077944384 26699 0 0 0 1296 27 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201701972496 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1492] ppid=1481 vsize=26643044 memory=8476 CPUtime=13.29 cores=0-7
/proc/1483/task/1492/stat : 1492 (java) S 1481 1481 1036 0 -1 1077944384 26211 0 0 0 1297 32 0 0 20 0 28 0 90212813 27282477056 176074 33554432000 4194304 4196468 140728656666944 140201700919952 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1493] ppid=1481 vsize=26643044 memory=4576 CPUtime=9.25 cores=0-7
/proc/1483/task/1493/stat : 1493 (java) S 1481 1481 1036 0 -1 1077944384 197968 0 0 0 542 383 0 0 20 0 28 0 90212814 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200429742576 140201755679362 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1494] ppid=1481 vsize=26643044 memory=15864 CPUtime=0 cores=0-7
/proc/1483/task/1494/stat : 1494 (java) S 1481 1481 1036 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 90212815 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200428688800 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1495] ppid=1481 vsize=26643044 memory=4012 CPUtime=0 cores=0-7
/proc/1483/task/1495/stat : 1495 (java) S 1481 1481 1036 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 90212815 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200427636208 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1496] ppid=1481 vsize=26643044 memory=15952 CPUtime=0 cores=0-7
/proc/1483/task/1496/stat : 1496 (java) S 1481 1481 1036 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90212818 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200426584784 140201755686811 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1497] ppid=1481 vsize=26643044 memory=18220 CPUtime=1.21 cores=0-7
/proc/1483/task/1497/stat : 1497 (java) S 1481 1481 1036 0 -1 1077944384 7713 0 0 0 119 2 0 0 20 0 28 0 90212818 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200425531376 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1498] ppid=1481 vsize=26643044 memory=1788 CPUtime=1.5 cores=0-7
/proc/1483/task/1498/stat : 1498 (java) S 1481 1481 1036 0 -1 1077944384 10896 0 0 0 148 2 0 0 20 0 28 0 90212818 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200424478832 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1499] ppid=1481 vsize=26643044 memory=1232 CPUtime=1.39 cores=0-7
/proc/1483/task/1499/stat : 1499 (java) S 1481 1481 1036 0 -1 1077944384 7174 0 0 0 138 1 0 0 20 0 28 0 90212818 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200423426288 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1500] ppid=1481 vsize=26643044 memory=3560 CPUtime=0.63 cores=0-7
/proc/1483/task/1500/stat : 1500 (java) S 1481 1481 1036 0 -1 1077944384 6605 0 0 0 61 2 0 0 20 0 28 0 90212818 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200422373744 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1501] ppid=1481 vsize=26643044 memory=26132 CPUtime=0 cores=0-7
/proc/1483/task/1501/stat : 1501 (java) S 1481 1481 1036 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90212818 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200421321440 140201755678421 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1502] ppid=1481 vsize=26643044 memory=1228 CPUtime=0.57 cores=0-7
/proc/1483/task/1502/stat : 1502 (java) S 1481 1481 1036 0 -1 1077944384 3973 0 0 0 33 24 0 0 20 0 28 0 90212818 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200420268976 140201755679362 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1503] ppid=1481 vsize=26643044 memory=1456 CPUtime=2483.08 cores=0-7
/proc/1483/task/1503/stat : 1503 (java) R 1481 1481 1036 0 -1 4202560 9617 0 0 0 248299 9 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140200418127144 140201376926931 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1504] ppid=1481 vsize=26643044 memory=704264 CPUtime=2485.63 cores=0-7
/proc/1483/task/1504/stat : 1504 (java) R 1481 1481 1036 0 -1 4202560 9455 0 0 0 248555 8 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140199632486712 140201377583850 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1505] ppid=1481 vsize=26643044 memory=704264 CPUtime=2483.71 cores=0-7
/proc/1483/task/1505/stat : 1505 (java) R 1481 1481 1036 0 -1 4202560 84607 0 0 0 248337 34 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140199631433384 140201377583826 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1506] ppid=1481 vsize=26643044 memory=792 CPUtime=2482.92 cores=0-7
/proc/1483/task/1506/stat : 1506 (java) R 1481 1481 1036 0 -1 4202560 107658 0 0 0 248258 34 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140199630383600 140201377583808 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1507] ppid=1481 vsize=26643044 memory=1224 CPUtime=2483.55 cores=0-7
/proc/1483/task/1507/stat : 1507 (java) R 1481 1481 1036 0 -1 4202560 35863 0 0 0 248329 26 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140199629328328 140201378705664 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1508] ppid=1481 vsize=26643044 memory=1944 CPUtime=2483.23 cores=0-7
/proc/1483/task/1508/stat : 1508 (java) R 1481 1481 1036 0 -1 4202560 11403 0 0 0 248314 9 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140199628275672 140201372756872 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1509] ppid=1481 vsize=26643044 memory=5484 CPUtime=2485.03 cores=0-7
/proc/1483/task/1509/stat : 1509 (java) R 1481 1481 1036 0 -1 4202560 11803 0 0 0 248493 10 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140199627223288 140201377809216 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
[pid=1483/tid=1510] ppid=1481 vsize=26643044 memory=1444 CPUtime=2485.63 cores=0-7
/proc/1483/task/1510/stat : 1510 (java) R 1481 1481 1036 0 -1 4202560 104002 0 0 0 248517 46 0 0 20 0 28 0 90212874 27282477056 176074 33554432000 4194304 4196468 140728656666944 140199626170448 140201379641195 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 29765632 140728656671873 140728656672045 140728656672045 140728656674767 0
Current children cumulated CPU time: 19994.2 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 705752 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.04 s]
# the end of solver process 1481 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001177 s, system=0.001177 s

[startup+2520.11 s]
# the end of solver process 1483 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19987.3 s, system=7.54107 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.11
CPU time (s): 19994.9
CPU user time (s): 19987.3
CPU system time (s): 7.54107
CPU usage (%): 793.412
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 705752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19987.3
system time used= 7.54107
maximum resident set size= 704920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 817239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 295804
involuntary context switches= 252383


# summary of solver processes directly reported to runsolver:
#   pid: 1481,1483
#   total CPU time (s): 19994.9
#   total CPU user time (s): 19987.3
#   total CPU system time (s): 7.54107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.2492 second user time and 22.4212 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-27 23:21:36
IDJOB=4297686
IDBENCH=141559
IDSOLVER=2760
FILE ID=node135/4297686-1532726496
RUNJOBID= node135-1532723677-1064
PBS_JOBID= 21022338
Free space on /tmp= 48368 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-05-m003_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297686-1532726496/watcher-4297686-1532726496 -o /tmp/evaluation-result-4297686-1532726496/solver-4297686-1532726496 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node135-1532723677-1064 --watchdog 2580  HOME/xcsp3-exec -seed 714534098 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297686-1532726496.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 11e14450858ef922a4bcb0797a1233a1
RANDOM SEED=714534098

node135.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.50
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.50
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.50
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.50
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:        27351836 kB
MemAvailable:   31930416 kB
Buffers:          169448 kB
Cached:          4642496 kB
SwapCached:            0 kB
Active:          1645472 kB
Inactive:        3221016 kB
Active(anon):       5436 kB
Inactive(anon):    76960 kB
Active(file):    1640036 kB
Inactive(file):  3144056 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             21920 kB
Writeback:             0 kB
AnonPages:         73808 kB
Mapped:            42196 kB
Shmem:             25248 kB
Slab:             248104 kB
SReclaimable:     220644 kB
SUnreclaim:        27460 kB
KernelStack:        3600 kB
PageTables:         4364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48344 MiB
End job on node135 at 2018-07-28 00:03:37