Trace number 4270719

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)SAT (TO)109 20102.4 2520.1201

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-13-09.xml
MD5SUM19b417ad6dc2829e4bf67cafab0f775d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints97
Number of domains2
Minimum domain size1
Maximum domain size349
Distribution of domain sizes[{"size":1,"count":1},{"size":349,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":22},{"degree":7,"count":18},{"degree":8,"count":18},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":93},{"arity":60,"count":4}]
Number of extensional constraints0
Number of intensional constraints93
Distribution of constraint types[{"type":"intension","count":93},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270719-1502743562.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4270719-1502743562.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.38/0.67	c solve instance...
3.43/0.94	o 348 
4.14/1.03	o 127 
4.74/1.12	o 125 
4.74/1.19	o 123 
5.22/1.27	o 122 
7.42/1.57	o 121 
7.42/1.59	o 120 
16.13/2.69	o 118 
19.33/3.03	o 117 
19.33/3.10	o 116 
23.22/3.52	o 115 
23.22/3.57	o 114 
23.94/3.69	o 113 
45.42/6.37	o 112 
132.20/17.29	o 111 
547.09/69.23	o 110 
1318.66/165.98	o 109 
20101.55/2520.09	s SATISFIABLE
20101.55/2520.09	v <instantiation>
20101.55/2520.09	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
20101.55/2520.09	v 	<values>0 0 0 2 1 1 11 71 11 17 16 2 28 12 10 15 15 16 18 36 2 51 60 30 15 46 21 63 63 29 18 29 28 49 67 61 72 46 26 82 78 38 51 39 46 79 90 67 19 90 57 51 72 88 75 89 82 93 103 99 54 109 </values>
20101.55/2520.09	v </instantiation>
20101.55/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	109

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270719-1502743562/watcher-4270719-1502743562 -o /tmp/evaluation-result-4270719-1502743562/solver-4270719-1502743562 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502740002-30062 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 935944372 HOME/instance-4270719-1502743562.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
solver pid=30678, runsolver pid=30675
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 8.76 8.76 8.65 3/200 30699
/proc/meminfo: memFree=28690756/32770624 swapFree=67108860/67108860
[pid=30678] ppid=30675 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/30678/stat : 30678 (xcsp3-exec) S 30675 30678 30035 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 107437124 9740288 345 33554432000 4194304 5098028 140735679752960 140735679751064 140112464663164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10227712 140735679755365 140735679755575 140735679755575 140735679758315 0
/proc/30678/statm: 2378 345 289 221 0 87 0
[pid=30680] ppid=30678 vsize=25999808 memory=26140 CPUtime=0.12 cores=0-7
/proc/30680/stat : 30680 (java) S 30678 30678 30035 0 -1 1077944320 5481 0 0 0 10 2 0 0 20 0 20 0 107437125 26623803392 6535 33554432000 4194304 4196468 140725742950384 140725742932928 140251671650039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
/proc/30680/statm: 6499952 6535 2849 1 0 6488269 0
[pid=30680/tid=30681] ppid=30678 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30680/task/30681/stat : 30681 (java) R 30678 30678 30035 0 -1 4202560 3489 0 0 0 8 1 0 0 20 0 20 0 107437125 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251675883312 140251655693669 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30682] ppid=30678 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251624270992 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30683] ppid=30678 vsize=25999808 memory=139866940130944 CPUtime=0 cores=0-7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251623218192 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30684] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251622165392 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30685] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251226307344 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30686] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251225254544 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30687] ppid=30678 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251224201744 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30688] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251223148944 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30689] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107437126 26623803392 6535 33554432000 4194304 4196468 140725742950384 140251222096144 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30690] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437127 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250731969392 140251671661186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30691] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30678 30035 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107437128 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250730915360 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30692] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30678 30035 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107437128 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250729862512 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30693] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437130 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250728810832 140251671668635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30694] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30678 30035 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 107437130 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250727758192 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30695] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30678 30035 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 107437130 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250726705392 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30696] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107437130 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250725652592 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30697] ppid=30678 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30678 30035 0 -1 1077944384 254 0 0 0 1 0 0 0 20 0 20 0 107437130 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250724599792 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30698] ppid=30678 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107437131 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250723548256 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30699] ppid=30678 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/30680/task/30699/stat : 30699 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437131 26623803392 6535 33554432000 4194304 4196468 140725742950384 140250722495536 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27520 KiB

[startup+0.210083 s]*
/proc/loadavg: 8.76 8.76 8.65 2/200 30699
/proc/meminfo: memFree=28679004/32770624 swapFree=67108860/67108860
[pid=30678] ppid=30675 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/30678/stat : 30678 (xcsp3-exec) S 30675 30678 30035 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 107437124 9740288 345 33554432000 4194304 5098028 140735679752960 140735679751064 140112464663164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10227712 140735679755365 140735679755575 140735679755575 140735679758315 0
/proc/30678/statm: 2378 345 289 221 0 87 0
[pid=30680] ppid=30678 vsize=26004064 memory=38860 CPUtime=0.33 cores=0-7
/proc/30680/stat : 30680 (java) S 30678 30678 30035 0 -1 1077944320 8302 0 0 0 30 3 0 0 20 0 20 0 107437125 26628161536 9715 33554432000 4194304 4196468 140725742950384 140725742932928 140251671650039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
/proc/30680/statm: 6501016 9715 3032 1 0 6488269 0
[pid=30680/tid=30681] ppid=30678 vsize=26004064 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30680/task/30681/stat : 30681 (java) R 30678 30678 30035 0 -1 4202560 5404 0 0 0 18 2 0 0 20 0 20 0 107437125 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251675871032 140251671671965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30682] ppid=30678 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251624270992 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30683] ppid=30678 vsize=26004064 memory=139866940620576 CPUtime=0 cores=0-7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251623218192 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30684] ppid=30678 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251622165392 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30685] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251226307344 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30686] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251225254544 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30687] ppid=30678 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251224201744 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30688] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251223148944 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30689] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 9715 33554432000 4194304 4196468 140725742950384 140251222096144 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30690] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437127 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250731969392 140251671661186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30691] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30678 30035 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107437128 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250730915360 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30692] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30678 30035 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107437128 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250729862512 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30693] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437130 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250728810832 140251671668635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30694] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30694/stat : 30694 (java) R 30678 30678 30035 0 -1 1077944384 355 0 0 0 0 0 0 0 20 0 20 0 107437130 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250727758192 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30695] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30678 30035 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 20 0 107437130 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250726705392 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30696] ppid=30678 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30678 30035 0 -1 1077944384 279 0 0 0 2 0 0 0 20 0 20 0 107437130 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250725652592 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30697] ppid=30678 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30678 30035 0 -1 1077944384 760 0 0 0 7 0 0 0 20 0 20 0 107437130 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250724599792 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30698] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107437131 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250723548256 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30699] ppid=30678 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30680/task/30699/stat : 30699 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437131 26628161536 9715 33554432000 4194304 4196468 140725742950384 140250722495536 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40240 KiB

[startup+0.309413 s]*
/proc/loadavg: 8.76 8.76 8.65 3/200 30699
/proc/meminfo: memFree=28672428/32770624 swapFree=67108860/67108860
[pid=30678] ppid=30675 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/30678/stat : 30678 (xcsp3-exec) S 30675 30678 30035 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 107437124 9740288 345 33554432000 4194304 5098028 140735679752960 140735679751064 140112464663164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10227712 140735679755365 140735679755575 140735679755575 140735679758315 0
/proc/30678/statm: 2378 345 289 221 0 87 0
[pid=30680] ppid=30678 vsize=26004064 memory=46104 CPUtime=0.5 cores=0-7
/proc/30680/stat : 30680 (java) S 30678 30678 30035 0 -1 1077944320 9280 0 0 0 46 4 0 0 20 0 20 0 107437125 26628161536 11526 33554432000 4194304 4196468 140725742950384 140725742932928 140251671650039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
/proc/30680/statm: 6501016 11526 3066 1 0 6488269 0
[pid=30680/tid=30681] ppid=30678 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30680/task/30681/stat : 30681 (java) R 30678 30678 30035 0 -1 4202560 6145 0 0 0 27 2 0 0 20 0 20 0 107437125 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251675883680 140251671671965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30682] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251624270992 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30683] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251623218192 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30684] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251622165392 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30685] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251226307344 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30686] ppid=30678 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251225254544 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30687] ppid=30678 vsize=26004064 memory=139866818048943 CPUtime=0 cores=0-7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251224201744 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30688] ppid=30678 vsize=26004064 memory=139866818051248 CPUtime=0 cores=0-7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251223148944 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30689] ppid=30678 vsize=26004064 memory=139866818053552 CPUtime=0 cores=0-7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107437126 26628161536 11526 33554432000 4194304 4196468 140725742950384 140251222096144 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30690] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 107437127 26628161536 11526 33554432000 4194304 4196468 140725742950384 140250731969392 140251671661186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30691] ppid=30678 vsize=26004064 memory=279733636114064 CPUtime=0 cores=0-7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30678 30035 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 107437128 26628161536 11526 33554432000 4194304 4196468 140725742950384 140250730915360 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30692] ppid=30678 vsize=26004064 memory=279733636120976 CPUtime=0 cores=0-7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30678 30035 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 107437128 26628161536 11526 33554432000 4194304 4196468 140725742950384 140250729862512 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30693] ppid=30678 vsize=26004064 memory=279733636062256 CPUtime=0 cores=0-7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437130 26628161536 11526 33554432000 4194304 4196468 140725742950384 140250728810832 140251671668635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30694] ppid=30678 vsize=26004064 memory=279733636134800 CPUtime=0.01 cores=0-7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30678 30035 0 -1 1077944384 452 0 0 0 1 0 0 0 20 0 20 0 107437130 26628161536 11526 33554432000 4194304 4196468 140725742950384 140250727758192 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30695] ppid=30678 vsize=26004064 memory=279733636141712 CPUtime=0.01 cores=0-7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30678 30035 0 -1 1077944384 196 0 0 0 1 0 0 0 20 0 20 0 107437130 26628161536 11534 33554432000 4194304 4196468 140725742950384 140250726705392 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30696] ppid=30678 vsize=26004064 memory=279733636139408 CPUtime=0.03 cores=0-7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30678 30035 0 -1 1077944384 281 0 0 0 3 0 0 0 20 0 20 0 107437130 26628161536 11534 33554432000 4194304 4196468 140725742950384 140250725652592 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30697] ppid=30678 vsize=26004064 memory=279733636155568 CPUtime=0.12 cores=0-7
/proc/30680/task/30697/stat : 30697 (java) R 30678 30678 30035 0 -1 4202560 898 0 0 0 12 0 0 0 20 0 20 0 107437130 26628161536 11534 33554432000 4194304 4196468 140725742950384 140250724599792 140251655730526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30698] ppid=30678 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 107437131 26628161536 11534 33554432000 4194304 4196468 140725742950384 140250723548256 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30699] ppid=30678 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/30680/task/30699/stat : 30699 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 107437131 26628161536 11534 33554432000 4194304 4196468 140725742950384 140250722495536 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47484 KiB

[startup+0.701033 s]
/proc/loadavg: 8.76 8.76 8.65 5/200 30699
/proc/meminfo: memFree=28655704/32770624 swapFree=67108860/67108860
[pid=30678] ppid=30675 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/30678/stat : 30678 (xcsp3-exec) S 30675 30678 30035 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 107437124 9740288 345 33554432000 4194304 5098028 140735679752960 140735679751064 140112464663164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10227712 140735679755365 140735679755575 140735679755575 140735679758315 0
/proc/30678/statm: 2378 345 289 221 0 87 0
[pid=30680] ppid=30678 vsize=26538700 memory=114652 CPUtime=1.86 cores=0-7
/proc/30680/stat : 30680 (java) S 30678 30678 30035 0 -1 1077944320 16041 0 0 0 178 8 0 0 20 0 28 0 107437125 27175628800 28663 33554432000 4194304 4196468 140725742950384 140725742932928 140251671650039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
/proc/30680/statm: 6634675 28663 3206 1 0 6621909 0
[pid=30680/tid=30681] ppid=30678 vsize=26538700 memory=279733636513456 CPUtime=0.65 cores=0-7
/proc/30680/task/30681/stat : 30681 (java) S 30678 30678 30035 0 -1 1077944384 6938 0 0 0 62 3 0 0 20 0 28 0 107437125 27175628800 28663 33554432000 4194304 4196468 140725742950384 140251675890816 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30682] ppid=30678 vsize=26538700 memory=139866818257776 CPUtime=0 cores=0-7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 107437126 27175628800 28663 33554432000 4194304 4196468 140725742950384 140251624270992 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30683] ppid=30678 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30678 30035 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 107437126 27175628800 28663 33554432000 4194304 4196468 140725742950384 140251623218192 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30684] ppid=30678 vsize=26538700 memory=1200 CPUtime=0 cores=0-7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 107437126 27175628800 28663 33554432000 4194304 4196468 140725742950384 140251622165392 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0

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

[pid=30680/tid=30843] ppid=30678 vsize=26538700 memory=1944 CPUtime=2274.03 cores=0-7
/proc/30680/task/30843/stat : 30843 (java) R 30678 30678 30035 0 -1 4202560 11486 0 0 0 227396 7 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250710274712 140251308988630 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
Current children cumulated CPU time: 19481.6 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 238756 KiB

[startup+2502.3 s]
/proc/loadavg: 8.10 8.44 8.40 9/208 30899
/proc/meminfo: memFree=28485528/32770624 swapFree=67108860/67108860
[pid=30678] ppid=30675 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/30678/stat : 30678 (xcsp3-exec) S 30675 30678 30035 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 107437124 9740288 345 33554432000 4194304 5098028 140735679752960 140735679751064 140112464663164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10227712 140735679755365 140735679755575 140735679755575 140735679758315 0
/proc/30678/statm: 2378 345 289 221 0 87 0
[pid=30680] ppid=30678 vsize=26538700 memory=237376 CPUtime=19960.2 cores=0-7
/proc/30680/stat : 30680 (java) S 30678 30678 30035 0 -1 1077944320 239405 0 0 0 1995907 115 0 0 20 0 28 0 107437125 27175628800 59344 33554432000 4194304 4196468 140725742950384 140725742932928 140251671650039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
/proc/30680/statm: 6634675 59344 3283 1 0 6621909 0
[pid=30680/tid=30681] ppid=30678 vsize=26538700 memory=237376 CPUtime=0.66 cores=0-7
/proc/30680/task/30681/stat : 30681 (java) S 30678 30678 30035 0 -1 1077944384 7612 0 0 0 63 3 0 0 20 0 28 0 107437125 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251675890816 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30682] ppid=30678 vsize=26538700 memory=237376 CPUtime=0.3 cores=0-7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30678 30035 0 -1 1077944384 3099 0 0 0 27 3 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251624270992 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30683] ppid=30678 vsize=26538700 memory=1380 CPUtime=0.31 cores=0-7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30678 30035 0 -1 1077944384 3944 0 0 0 27 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251623218192 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30684] ppid=30678 vsize=26538700 memory=1380 CPUtime=0.31 cores=0-7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30678 30035 0 -1 1077944384 5885 0 0 0 26 5 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251622165392 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30685] ppid=30678 vsize=26538700 memory=237376 CPUtime=0.32 cores=0-7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30678 30035 0 -1 1077944384 6724 0 0 0 28 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251226307344 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30686] ppid=30678 vsize=26538700 memory=321 CPUtime=0.29 cores=0-7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30678 30035 0 -1 1077944384 4091 0 0 0 25 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251225254544 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30687] ppid=30678 vsize=26538700 memory=6075471699578474576 CPUtime=0.3 cores=0-7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30678 30035 0 -1 1077944384 3820 0 0 0 27 3 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251224201744 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30688] ppid=30678 vsize=26538700 memory=164 CPUtime=0.32 cores=0-7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30678 30035 0 -1 1077944384 5149 0 0 0 29 3 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251223148944 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30689] ppid=30678 vsize=26538700 memory=8377424916951425120 CPUtime=0.31 cores=0-7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30678 30035 0 -1 1077944384 7652 0 0 0 27 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251222096144 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30690] ppid=30678 vsize=26538700 memory=1380 CPUtime=0.52 cores=0-7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30678 30035 0 -1 1077944384 18888 0 0 0 35 17 0 0 20 0 28 0 107437127 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250731969392 140251671661186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30691] ppid=30678 vsize=26538700 memory=237376 CPUtime=0 cores=0-7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30678 30035 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 107437128 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250730915424 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30692] ppid=30678 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30678 30035 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 107437128 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250729862528 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30693] ppid=30678 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250728810832 140251671668635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30694] ppid=30678 vsize=26538700 memory=1380 CPUtime=2.96 cores=0-7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30678 30035 0 -1 1077944384 22005 0 0 0 293 3 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250727758192 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30695] ppid=30678 vsize=26538700 memory=1380 CPUtime=3.07 cores=0-7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30678 30035 0 -1 1077944384 18266 0 0 0 302 5 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250726705392 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30696] ppid=30678 vsize=26538700 memory=844 CPUtime=2.96 cores=0-7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30678 30035 0 -1 1077944384 23060 0 0 0 293 3 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250725652592 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30697] ppid=30678 vsize=26538700 memory=1696 CPUtime=0.83 cores=0-7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30678 30035 0 -1 1077944384 15210 0 0 0 81 2 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250724599792 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30698] ppid=30678 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 107437131 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250723548256 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30699] ppid=30678 vsize=26538700 memory=1380 CPUtime=0.3 cores=0-7
/proc/30680/task/30699/stat : 30699 (java) S 30678 30678 30035 0 -1 1077944384 3441 0 0 0 0 30 0 0 20 0 28 0 107437131 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250722495536 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30836] ppid=30678 vsize=26538700 memory=237376 CPUtime=2326.7 cores=0-7
/proc/30680/task/30836/stat : 30836 (java) R 30678 30678 30035 0 -1 4202560 3511 0 0 0 232668 2 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250707114728 140251308855352 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30837] ppid=30678 vsize=26538700 memory=30848 CPUtime=2332.44 cores=0-7
/proc/30680/task/30837/stat : 30837 (java) R 30678 30678 30035 0 -1 4202560 2966 0 0 0 233243 1 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250714485256 140251309415666 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30838] ppid=30678 vsize=26538700 memory=237376 CPUtime=2325.52 cores=0-7
/proc/30680/task/30838/stat : 30838 (java) R 30678 30678 30035 0 -1 4202560 8452 0 0 0 232549 3 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250708168280 140251309414989 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30839] ppid=30678 vsize=26538700 memory=1380 CPUtime=2332.08 cores=0-7
/proc/30680/task/30839/stat : 30839 (java) R 30678 30678 30035 0 -1 4202560 6927 0 0 0 233202 6 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250712382520 140251309578256 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30840] ppid=30678 vsize=26538700 memory=1380 CPUtime=2332.85 cores=0-7
/proc/30680/task/30840/stat : 30840 (java) R 30678 30678 30035 0 -1 4202560 14081 0 0 0 233280 5 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250711325792 140251306438488 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30841] ppid=30678 vsize=26538700 memory=1380 CPUtime=2324.89 cores=0-7
/proc/30680/task/30841/stat : 30841 (java) R 30678 30678 30035 0 -1 4202560 2440 0 0 0 232488 1 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250709220872 140251308855499 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30842] ppid=30678 vsize=26538700 memory=1380 CPUtime=2329.55 cores=0-7
/proc/30680/task/30842/stat : 30842 (java) R 30678 30678 30035 0 -1 4202560 9004 0 0 0 232952 3 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250713435616 140251308526098 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30843] ppid=30678 vsize=26538700 memory=237376 CPUtime=2333.8 cores=0-7
/proc/30680/task/30843/stat : 30843 (java) R 30678 30678 30035 0 -1 4202560 12111 0 0 0 233372 8 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250710273544 140251308526779 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
Current children cumulated CPU time: 19960.2 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 238756 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.07 8.41 8.39 9/208 30899
/proc/meminfo: memFree=28485652/32770624 swapFree=67108860/67108860
[pid=30678] ppid=30675 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/30678/stat : 30678 (xcsp3-exec) S 30675 30678 30035 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 107437124 9740288 345 33554432000 4194304 5098028 140735679752960 140735679751064 140112464663164 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10227712 140735679755365 140735679755575 140735679755575 140735679758315 0
/proc/30678/statm: 2378 345 289 221 0 87 0
[pid=30680] ppid=30678 vsize=26538700 memory=237376 CPUtime=20101.6 cores=0-7
/proc/30680/stat : 30680 (java) S 30678 30678 30035 0 -1 1077944320 239416 0 0 0 2010039 116 0 0 20 0 28 0 107437125 27175628800 59344 33554432000 4194304 4196468 140725742950384 140725742932928 140251671650039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
/proc/30680/statm: 6634675 59344 3283 1 0 6621909 0
[pid=30680/tid=30681] ppid=30678 vsize=26538700 memory=1398720917958146503 CPUtime=0.66 cores=0-7
/proc/30680/task/30681/stat : 30681 (java) S 30678 30678 30035 0 -1 1077944384 7612 0 0 0 63 3 0 0 20 0 28 0 107437125 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251675890816 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30682] ppid=30678 vsize=26538700 memory=4872558044660077418 CPUtime=0.3 cores=0-7
/proc/30680/task/30682/stat : 30682 (java) S 30678 30678 30035 0 -1 1077944384 3099 0 0 0 27 3 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251624270992 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30683] ppid=30678 vsize=26538700 memory=18164 CPUtime=0.31 cores=0-7
/proc/30680/task/30683/stat : 30683 (java) S 30678 30678 30035 0 -1 1077944384 3944 0 0 0 27 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251623218192 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30684] ppid=30678 vsize=26538700 memory=18472 CPUtime=0.31 cores=0-7
/proc/30680/task/30684/stat : 30684 (java) S 30678 30678 30035 0 -1 1077944384 5885 0 0 0 26 5 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251622165392 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30685] ppid=30678 vsize=26538700 memory=640 CPUtime=0.32 cores=0-7
/proc/30680/task/30685/stat : 30685 (java) S 30678 30678 30035 0 -1 1077944384 6724 0 0 0 28 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251226307344 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30686] ppid=30678 vsize=26538700 memory=1796 CPUtime=0.29 cores=0-7
/proc/30680/task/30686/stat : 30686 (java) S 30678 30678 30035 0 -1 1077944384 4091 0 0 0 25 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251225254544 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30687] ppid=30678 vsize=26538700 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/30680/task/30687/stat : 30687 (java) S 30678 30678 30035 0 -1 1077944384 3821 0 0 0 27 3 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251224201744 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30688] ppid=30678 vsize=26538700 memory=1156 CPUtime=0.32 cores=0-7
/proc/30680/task/30688/stat : 30688 (java) S 30678 30678 30035 0 -1 1077944384 5149 0 0 0 29 3 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251223148944 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30689] ppid=30678 vsize=26538700 memory=3852 CPUtime=0.31 cores=0-7
/proc/30680/task/30689/stat : 30689 (java) S 30678 30678 30035 0 -1 1077944384 7652 0 0 0 27 4 0 0 20 0 28 0 107437126 27175628800 59344 33554432000 4194304 4196468 140725742950384 140251222096144 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30690] ppid=30678 vsize=26538700 memory=1380 CPUtime=0.53 cores=0-7
/proc/30680/task/30690/stat : 30690 (java) S 30678 30678 30035 0 -1 1077944384 18890 0 0 0 36 17 0 0 20 0 28 0 107437127 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250731969392 140251671661186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30691] ppid=30678 vsize=26538700 memory=237376 CPUtime=0 cores=0-7
/proc/30680/task/30691/stat : 30691 (java) S 30678 30678 30035 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 107437128 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250730915424 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30692] ppid=30678 vsize=26538700 memory=4104 CPUtime=0 cores=0-7
/proc/30680/task/30692/stat : 30692 (java) S 30678 30678 30035 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 107437128 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250729862528 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30693] ppid=30678 vsize=26538700 memory=1398720917958146503 CPUtime=0 cores=0-7
/proc/30680/task/30693/stat : 30693 (java) S 30678 30678 30035 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250728810832 140251671668635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30694] ppid=30678 vsize=26538700 memory=4872558044660077418 CPUtime=2.96 cores=0-7
/proc/30680/task/30694/stat : 30694 (java) S 30678 30678 30035 0 -1 1077944384 22005 0 0 0 293 3 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250727758192 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30695] ppid=30678 vsize=26538700 memory=3472328296227689761 CPUtime=3.07 cores=0-7
/proc/30680/task/30695/stat : 30695 (java) S 30678 30678 30035 0 -1 1077944384 18266 0 0 0 302 5 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250726705392 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30696] ppid=30678 vsize=26538700 memory=279733638626288 CPUtime=2.96 cores=0-7
/proc/30680/task/30696/stat : 30696 (java) S 30678 30678 30035 0 -1 1077944384 23060 0 0 0 293 3 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250725652592 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30697] ppid=30678 vsize=26538700 memory=1380 CPUtime=0.83 cores=0-7
/proc/30680/task/30697/stat : 30697 (java) S 30678 30678 30035 0 -1 1077944384 15210 0 0 0 81 2 0 0 20 0 28 0 107437130 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250724599792 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30698] ppid=30678 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/30680/task/30698/stat : 30698 (java) S 30678 30678 30035 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 107437131 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250723548256 140251671660245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30699] ppid=30678 vsize=26538700 memory=237376 CPUtime=0.31 cores=0-7
/proc/30680/task/30699/stat : 30699 (java) S 30678 30678 30035 0 -1 1077944384 3443 0 0 0 0 31 0 0 20 0 28 0 107437131 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250722495536 140251671661186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30836] ppid=30678 vsize=26538700 memory=960 CPUtime=2344.4 cores=0-7
/proc/30680/task/30836/stat : 30836 (java) R 30678 30678 30035 0 -1 4202560 3512 0 0 0 234438 2 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250707115040 140251309414989 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30837] ppid=30678 vsize=26538700 memory=1236 CPUtime=2350.14 cores=0-7
/proc/30680/task/30837/stat : 30837 (java) R 30678 30678 30035 0 -1 4202560 2966 0 0 0 235013 1 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250714484648 140251308526319 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30838] ppid=30678 vsize=26538700 memory=2344 CPUtime=2343.12 cores=0-7
/proc/30680/task/30838/stat : 30838 (java) R 30678 30678 30035 0 -1 4202560 8453 0 0 0 234309 3 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250708167728 140251307958396 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30839] ppid=30678 vsize=26538700 memory=932 CPUtime=2349.76 cores=0-7
/proc/30680/task/30839/stat : 30839 (java) R 30678 30678 30035 0 -1 4202560 6928 0 0 0 234970 6 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250712378840 140251308858644 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30840] ppid=30678 vsize=26538700 memory=1580 CPUtime=2350.56 cores=0-7
/proc/30680/task/30840/stat : 30840 (java) R 30678 30678 30035 0 -1 4202560 14083 0 0 0 235051 5 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250711325904 140251308858780 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30841] ppid=30678 vsize=26538700 memory=2244 CPUtime=2342.48 cores=0-7
/proc/30680/task/30841/stat : 30841 (java) R 30678 30678 30035 0 -1 4202560 2440 0 0 0 234247 1 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250709220552 140251308858905 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30842] ppid=30678 vsize=26538700 memory=4132 CPUtime=2347.16 cores=0-7
/proc/30680/task/30842/stat : 30842 (java) R 30678 30678 30035 0 -1 4202560 9004 0 0 0 234713 3 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250713434960 140251301749876 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
[pid=30680/tid=30843] ppid=30678 vsize=26538700 memory=2204 CPUtime=2351.5 cores=0-7
/proc/30680/task/30843/stat : 30843 (java) R 30678 30678 30035 0 -1 4202560 12112 0 0 0 235142 8 0 0 20 0 28 0 107453723 27175628800 59344 33554432000 4194304 4196468 140725742950384 140250710274232 140251308526176 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 8298496 140725742953618 140725742953795 140725742953795 140725742956495 0
Current children cumulated CPU time: 20101.6 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 238756 KiB

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

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

[startup+2520.12 s]
# the end of solver process 30680 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20101.2 s, system=1.16576 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.12
CPU time (s): 20102.4
CPU user time (s): 20101.2
CPU system time (s): 1.16576
CPU usage (%): 797.677
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 279860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20101.2
system time used= 1.16576
maximum resident set size= 278992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240188
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89225
involuntary context switches= 204707


# summary of solver processes directly reported to runsolver:
#   pid: 30678,30680
#   total CPU time (s): 20102.4
#   total CPU user time (s): 20101.2
#   total CPU system time (s): 1.16576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0402 second user time and 29.068 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-14 22:31:44
IDJOB=4270719
IDBENCH=128351
IDSOLVER=2662
FILE ID=node151/4270719-1502743562
RUNJOBID= node151-1502740002-30062
PBS_JOBID= 20629060
Free space on /tmp= 61756 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-13-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270719-1502743562/watcher-4270719-1502743562 -o /tmp/evaluation-result-4270719-1502743562/solver-4270719-1502743562 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502740002-30062 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 935944372 HOME/instance-4270719-1502743562.xml

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

MD5SUM BENCH= 19b417ad6dc2829e4bf67cafab0f775d
RANDOM SEED=935944372

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28706168 kB
MemAvailable:   31987392 kB
Buffers:          280220 kB
Cached:          3290336 kB
SwapCached:            0 kB
Active:           973012 kB
Inactive:        2650696 kB
Active(anon):      55804 kB
Inactive(anon):    25048 kB
Active(file):     917208 kB
Inactive(file):  2625648 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8060 kB
Writeback:             0 kB
AnonPages:         71448 kB
Mapped:            44788 kB
Shmem:             25224 kB
Slab:             135112 kB
SReclaimable:     108408 kB
SUnreclaim:        26704 kB
KernelStack:        3536 kB
PageTables:         5868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61748 MiB
End job on node151 at 2017-08-14 23:13:44