Trace number 4271709

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 2005.86 252.088

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 benchmark107
Best CPU time to get the best result obtained on this benchmark251.83099
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-4271709-1502643581.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4271709-1502643581.xml, -tl, 2016s, -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.30/0.95	o 348 
4.12/1.04	o 127 
4.12/1.09	o 125 
4.12/1.09	o 123 
4.66/1.19	o 122 
6.92/1.48	o 121 
10.80/1.95	o 120 
13.96/2.36	o 119 
15.54/2.62	o 118 
17.04/2.80	o 117 
19.66/3.19	o 116 
20.22/3.22	o 115 
24.90/3.82	o 114 
30.48/4.59	o 113 
31.24/4.61	o 112 
38.37/5.54	o 111 
38.37/5.55	o 110 
353.45/45.07	o 109 
2005.28/252.07	s SATISFIABLE
2005.28/252.07	v <instantiation>
2005.28/252.07	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>
2005.28/252.07	v 	<values>0 0 0 2 1 1 11 72 11 12 25 2 27 21 10 25 24 26 40 28 2 55 75 43 28 40 15 38 66 14 30 89 21 45 65 53 47 52 38 82 73 31 57 46 55 79 90 60 15 90 83 66 65 90 83 90 38 94 104 99 60 109 </values>
2005.28/252.07	v </instantiation>
2005.28/252.07	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 (12299 MiB free)
  memory of node 1: 16384 MiB (13586 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271709-1502643581/watcher-4271709-1502643581 -o /tmp/evaluation-result-4271709-1502643581/solver-4271709-1502643581 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1527977810 HOME/instance-4271709-1502643581.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=23413, runsolver pid=23410
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 7.97 7.00 6.28 2/199 23434
/proc/meminfo: memFree=26491040/32770624 swapFree=67108860/67108860
[pid=23413] ppid=23410 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23413/stat : 23413 (xcsp3-exec) S 23410 23413 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97429772 9740288 346 33554432000 4194304 5098028 140720327354272 140720327352376 140589591175804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34496512 140720327361642 140720327361852 140720327361852 140720327364587 0
/proc/23413/statm: 2378 346 289 221 0 87 0
[pid=23415] ppid=23413 vsize=25999808 memory=26404 CPUtime=0.12 cores=0-7
/proc/23415/stat : 23415 (java) S 23413 23413 6764 0 -1 1077944320 5480 0 0 0 11 1 0 0 20 0 20 0 97429772 26623803392 6601 33554432000 4194304 4196468 140721679278960 140721679261504 140700031491831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
/proc/23415/statm: 6499952 6601 2879 1 0 6488269 0
[pid=23415/tid=23416] ppid=23413 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/23415/task/23416/stat : 23416 (java) R 23413 23413 6764 0 -1 4202560 3495 0 0 0 8 0 0 0 20 0 20 0 97429772 26623803392 6667 33554432000 4194304 4196468 140721679278960 140700035725104 140700031513757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23417] ppid=23413 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23415/task/23417/stat : 23417 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699984111888 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23418] ppid=23413 vsize=25999808 memory=140577325393536 CPUtime=0 cores=0-7
/proc/23415/task/23418/stat : 23418 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699983059344 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23419] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23419/stat : 23419 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699982006800 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23420] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23420/stat : 23420 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699980954256 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23421] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23421/stat : 23421 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699979901712 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23422] ppid=23413 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23415/task/23422/stat : 23422 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699978849168 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23423] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23423/stat : 23423 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699977796624 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23424] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23424/stat : 23424 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699976744080 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23425] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23425/stat : 23425 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429775 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699090499568 140700031502978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23426] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23426/stat : 23426 (java) S 23413 23413 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97429775 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699089445792 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23427] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23427/stat : 23427 (java) S 23413 23413 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97429775 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699088393200 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23428] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23428/stat : 23428 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429778 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699087341776 140700031510427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23429] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23429/stat : 23429 (java) S 23413 23413 6764 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 97429778 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699086289392 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23430] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23430/stat : 23430 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429778 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699085236848 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23431] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23431/stat : 23431 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429778 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699084184304 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23432] ppid=23413 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/23415/task/23432/stat : 23432 (java) R 23413 23413 6764 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 97429778 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699083131760 140700010004000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23433] ppid=23413 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23433/stat : 23433 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429778 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699082078432 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23434] ppid=23413 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/23415/task/23434/stat : 23434 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429778 26623803392 6667 33554432000 4194304 4196468 140721679278960 140699081025968 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27788 KiB

[startup+0.210436 s]*
/proc/loadavg: 7.97 7.00 6.28 2/199 23434
/proc/meminfo: memFree=26479224/32770624 swapFree=67108860/67108860
[pid=23413] ppid=23410 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23413/stat : 23413 (xcsp3-exec) S 23410 23413 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97429772 9740288 346 33554432000 4194304 5098028 140720327354272 140720327352376 140589591175804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34496512 140720327361642 140720327361852 140720327361852 140720327364587 0
/proc/23413/statm: 2378 346 289 221 0 87 0
[pid=23415] ppid=23413 vsize=26004064 memory=38876 CPUtime=0.33 cores=0-7
/proc/23415/stat : 23415 (java) S 23413 23413 6764 0 -1 1077944320 8350 0 0 0 31 2 0 0 20 0 20 0 97429772 26628161536 9719 33554432000 4194304 4196468 140721679278960 140721679261504 140700031491831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
/proc/23415/statm: 6501016 9719 3054 1 0 6488269 0
[pid=23415/tid=23416] ppid=23413 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23415/task/23416/stat : 23416 (java) R 23413 23413 6764 0 -1 4202560 5413 0 0 0 18 1 0 0 20 0 20 0 97429772 26628161536 9719 33554432000 4194304 4196468 140721679278960 140700035713872 140700031513757 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23417] ppid=23413 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/23415/task/23417/stat : 23417 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699984111888 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23418] ppid=23413 vsize=26004064 memory=288370953477105280 CPUtime=0 cores=0-7
/proc/23415/task/23418/stat : 23418 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699983059344 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23419] ppid=23413 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23415/task/23419/stat : 23419 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699982006800 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23420] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23420/stat : 23420 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699980954256 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23421] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23421/stat : 23421 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699979901712 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23422] ppid=23413 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23415/task/23422/stat : 23422 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699978849168 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23423] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23423/stat : 23423 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699977796624 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23424] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23424/stat : 23424 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699976744080 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23425] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23425/stat : 23425 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429775 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699090499568 140700031502978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23426] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23426/stat : 23426 (java) S 23413 23413 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97429775 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699089445792 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23427] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23427/stat : 23427 (java) S 23413 23413 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97429775 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699088393200 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23428] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23428/stat : 23428 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429778 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699087341776 140700031510427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23429] ppid=23413 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/23415/task/23429/stat : 23429 (java) S 23413 23413 6764 0 -1 1077944384 761 0 0 0 1 0 0 0 20 0 20 0 97429778 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699086289392 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23430] ppid=23413 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/23415/task/23430/stat : 23430 (java) S 23413 23413 6764 0 -1 1077944384 102 0 0 0 1 0 0 0 20 0 20 0 97429778 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699085236848 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23431] ppid=23413 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/23415/task/23431/stat : 23431 (java) S 23413 23413 6764 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 97429778 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699084184304 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23432] ppid=23413 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/23415/task/23432/stat : 23432 (java) R 23413 23413 6764 0 -1 4202560 718 0 0 0 7 0 0 0 20 0 20 0 97429778 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699083131760 140700010626338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23433] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23433/stat : 23433 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429778 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699082078432 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23434] ppid=23413 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23415/task/23434/stat : 23434 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429778 26628161536 9719 33554432000 4194304 4196468 140721679278960 140699081025968 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40260 KiB

[startup+0.310322 s]*
/proc/loadavg: 7.97 7.00 6.28 3/199 23434
/proc/meminfo: memFree=26473020/32770624 swapFree=67108860/67108860
[pid=23413] ppid=23410 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23413/stat : 23413 (xcsp3-exec) S 23410 23413 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97429772 9740288 346 33554432000 4194304 5098028 140720327354272 140720327352376 140589591175804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34496512 140720327361642 140720327361852 140720327361852 140720327364587 0
/proc/23413/statm: 2378 346 289 221 0 87 0
[pid=23415] ppid=23413 vsize=26004064 memory=46392 CPUtime=0.5 cores=0-7
/proc/23415/stat : 23415 (java) S 23413 23413 6764 0 -1 1077944320 9305 0 0 0 47 3 0 0 20 0 20 0 97429772 26628161536 11598 33554432000 4194304 4196468 140721679278960 140721679261504 140700031491831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
/proc/23415/statm: 6501016 11598 3113 1 0 6488269 0
[pid=23415/tid=23416] ppid=23413 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23415/task/23416/stat : 23416 (java) R 23413 23413 6764 0 -1 4202560 6165 0 0 0 28 1 0 0 20 0 20 0 97429772 26628161536 11598 33554432000 4194304 4196468 140721679278960 140700035726768 140700015572318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23417] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23417/stat : 23417 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699984111888 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23418] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23418/stat : 23418 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699983059344 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23419] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23419/stat : 23419 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699982006800 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23420] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23420/stat : 23420 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699980954256 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23421] ppid=23413 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/23415/task/23421/stat : 23421 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699979901712 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23422] ppid=23413 vsize=26004064 memory=140577165374383 CPUtime=0 cores=0-7
/proc/23415/task/23422/stat : 23422 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699978849168 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23423] ppid=23413 vsize=26004064 memory=140577165376688 CPUtime=0 cores=0-7
/proc/23415/task/23423/stat : 23423 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699977796624 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23424] ppid=23413 vsize=26004064 memory=140577165378992 CPUtime=0 cores=0-7
/proc/23415/task/23424/stat : 23424 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429773 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699976744080 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23425] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23425/stat : 23425 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 97429775 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699090499568 140700031502978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23426] ppid=23413 vsize=26004064 memory=281154330764944 CPUtime=0 cores=0-7
/proc/23415/task/23426/stat : 23426 (java) S 23413 23413 6764 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 97429775 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699089445792 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23427] ppid=23413 vsize=26004064 memory=281154330771856 CPUtime=0 cores=0-7
/proc/23415/task/23427/stat : 23427 (java) S 23413 23413 6764 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 97429775 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699088393200 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23428] ppid=23413 vsize=26004064 memory=281154330713136 CPUtime=0 cores=0-7
/proc/23415/task/23428/stat : 23428 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429778 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699087341776 140700031510427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23429] ppid=23413 vsize=26004064 memory=281154330785680 CPUtime=0.01 cores=0-7
/proc/23415/task/23429/stat : 23429 (java) S 23413 23413 6764 0 -1 1077944384 761 0 0 0 1 0 0 0 20 0 20 0 97429778 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699086289392 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23430] ppid=23413 vsize=26004064 memory=281154330792592 CPUtime=0.02 cores=0-7
/proc/23415/task/23430/stat : 23430 (java) S 23413 23413 6764 0 -1 1077944384 139 0 0 0 2 0 0 0 20 0 20 0 97429778 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699085236848 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23431] ppid=23413 vsize=26004064 memory=281154330790288 CPUtime=0.02 cores=0-7
/proc/23415/task/23431/stat : 23431 (java) S 23413 23413 6764 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 20 0 97429778 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699084184304 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23432] ppid=23413 vsize=26004064 memory=281154330806448 CPUtime=0.12 cores=0-7
/proc/23415/task/23432/stat : 23432 (java) S 23413 23413 6764 0 -1 1077944384 848 0 0 0 12 0 0 0 20 0 20 0 97429778 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699083131760 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23433] ppid=23413 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23433/stat : 23433 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 97429778 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699082078432 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23434] ppid=23413 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/23415/task/23434/stat : 23434 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 97429778 26628161536 11598 33554432000 4194304 4196468 140721679278960 140699081025968 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47776 KiB

[startup+0.701153 s]
/proc/loadavg: 7.97 7.00 6.28 3/199 23434
/proc/meminfo: memFree=26455776/32770624 swapFree=67108860/67108860
[pid=23413] ppid=23410 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23413/stat : 23413 (xcsp3-exec) S 23410 23413 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97429772 9740288 346 33554432000 4194304 5098028 140720327354272 140720327352376 140589591175804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34496512 140720327361642 140720327361852 140720327361852 140720327364587 0
/proc/23413/statm: 2378 346 289 221 0 87 0
[pid=23415] ppid=23413 vsize=26538700 memory=107540 CPUtime=1.82 cores=0-7
/proc/23415/stat : 23415 (java) S 23413 23413 6764 0 -1 1077944320 14261 0 0 0 175 7 0 0 20 0 28 0 97429772 27175628800 26885 33554432000 4194304 4196468 140721679278960 140721679261504 140700031491831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
/proc/23415/statm: 6634675 26885 3207 1 0 6621909 0
[pid=23415/tid=23416] ppid=23413 vsize=26538700 memory=281154331164336 CPUtime=0.65 cores=0-7
/proc/23415/task/23416/stat : 23416 (java) S 23413 23413 6764 0 -1 1077944384 6951 0 0 0 62 3 0 0 20 0 28 0 97429772 27175628800 26885 33554432000 4194304 4196468 140721679278960 140700035732608 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23417] ppid=23413 vsize=26538700 memory=140577165583216 CPUtime=0 cores=0-7
/proc/23415/task/23417/stat : 23417 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97429773 27175628800 26885 33554432000 4194304 4196468 140721679278960 140699984111888 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23418] ppid=23413 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23418/stat : 23418 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97429773 27175628800 26885 33554432000 4194304 4196468 140721679278960 140699983059344 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23419] ppid=23413 vsize=26538700 memory=1428 CPUtime=0 cores=0-7
/proc/23415/task/23419/stat : 23419 (java) S 23413 23413 6764 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 97429773 27175628800 26885 33554432000 4194304 4196468 140721679278960 140699982006800 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0

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

[pid=23415/tid=23586] ppid=23413 vsize=26539728 memory=27912 CPUtime=117.1 cores=0-7
/proc/23415/task/23586/stat : 23586 (java) R 23413 23413 6764 0 -1 4202560 1475 0 0 0 11710 0 0 0 20 0 28 0 97434279 27176681472 63189 33554432000 4194304 4196468 140721679278960 140699066141592 140699662435784 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
Current children cumulated CPU time: 1289.42 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 254140 KiB

[startup+222.302 s]
/proc/loadavg: 8.51 7.80 6.75 9/207 23586
/proc/meminfo: memFree=26272352/32770624 swapFree=67108860/67108860
[pid=23413] ppid=23410 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23413/stat : 23413 (xcsp3-exec) S 23410 23413 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97429772 9740288 346 33554432000 4194304 5098028 140720327354272 140720327352376 140589591175804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34496512 140720327361642 140720327361852 140720327361852 140720327364587 0
/proc/23413/statm: 2378 346 289 221 0 87 0
[pid=23415] ppid=23413 vsize=26539728 memory=251136 CPUtime=1768.2 cores=0-7
/proc/23415/stat : 23415 (java) S 23413 23413 6764 0 -1 1077944320 101102 0 0 0 176761 59 0 0 20 0 28 0 97429772 27176681472 62784 33554432000 4194304 4196468 140721679278960 140721679261504 140700031491831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
/proc/23415/statm: 6634932 62784 3283 1 0 6622166 0
[pid=23415/tid=23416] ppid=23413 vsize=26539728 memory=251648 CPUtime=0.66 cores=0-7
/proc/23415/task/23416/stat : 23416 (java) S 23413 23413 6764 0 -1 1077944384 7167 0 0 0 63 3 0 0 20 0 28 0 97429772 27176681472 62784 33554432000 4194304 4196468 140721679278960 140700035732608 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23417] ppid=23413 vsize=26539728 memory=1384 CPUtime=0.05 cores=0-7
/proc/23415/task/23417/stat : 23417 (java) S 23413 23413 6764 0 -1 1077944384 2198 0 0 0 3 2 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699984111888 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23418] ppid=23413 vsize=26539728 memory=251136 CPUtime=0.05 cores=0-7
/proc/23415/task/23418/stat : 23418 (java) S 23413 23413 6764 0 -1 1077944384 1556 0 0 0 3 2 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699983059344 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23419] ppid=23413 vsize=26539728 memory=251136 CPUtime=0.07 cores=0-7
/proc/23415/task/23419/stat : 23419 (java) S 23413 23413 6764 0 -1 1077944384 1959 0 0 0 4 3 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699982006800 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23420] ppid=23413 vsize=26539728 memory=251136 CPUtime=0.07 cores=0-7
/proc/23415/task/23420/stat : 23420 (java) S 23413 23413 6764 0 -1 1077944384 1315 0 0 0 3 4 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699980954256 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23421] ppid=23413 vsize=26539728 memory=1384 CPUtime=0.05 cores=0-7
/proc/23415/task/23421/stat : 23421 (java) S 23413 23413 6764 0 -1 1077944384 1282 0 0 0 2 3 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699979901712 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23422] ppid=23413 vsize=26539728 memory=1728 CPUtime=0.07 cores=0-7
/proc/23415/task/23422/stat : 23422 (java) S 23413 23413 6764 0 -1 1077944384 1844 0 0 0 3 4 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699978849168 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23423] ppid=23413 vsize=26539728 memory=12032 CPUtime=0.05 cores=0-7
/proc/23415/task/23423/stat : 23423 (java) S 23413 23413 6764 0 -1 1077944384 1928 0 0 0 2 3 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699977796624 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23424] ppid=23413 vsize=26539728 memory=1384 CPUtime=0.04 cores=0-7
/proc/23415/task/23424/stat : 23424 (java) S 23413 23413 6764 0 -1 1077944384 1524 0 0 0 2 2 0 0 20 0 28 0 97429773 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699976744080 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23425] ppid=23413 vsize=26539728 memory=1384 CPUtime=0.03 cores=0-7
/proc/23415/task/23425/stat : 23425 (java) S 23413 23413 6764 0 -1 1077944384 4518 0 0 0 2 1 0 0 20 0 28 0 97429775 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699090499568 140700031502978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23426] ppid=23413 vsize=26539728 memory=1384 CPUtime=0 cores=0-7
/proc/23415/task/23426/stat : 23426 (java) S 23413 23413 6764 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 97429775 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699089445856 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23427] ppid=23413 vsize=26539728 memory=1384 CPUtime=0 cores=0-7
/proc/23415/task/23427/stat : 23427 (java) S 23413 23413 6764 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 97429775 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699088393216 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23428] ppid=23413 vsize=26539728 memory=1296 CPUtime=0 cores=0-7
/proc/23415/task/23428/stat : 23428 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97429778 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699087341776 140700031510427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23429] ppid=23413 vsize=26539728 memory=2400 CPUtime=2.25 cores=0-7
/proc/23415/task/23429/stat : 23429 (java) S 23413 23413 6764 0 -1 1077944384 12325 0 0 0 223 2 0 0 20 0 28 0 97429778 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699086289392 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23430] ppid=23413 vsize=26539728 memory=1012 CPUtime=2.41 cores=0-7
/proc/23415/task/23430/stat : 23430 (java) S 23413 23413 6764 0 -1 1077944384 10699 0 0 0 239 2 0 0 20 0 28 0 97429778 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699085236848 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23431] ppid=23413 vsize=26539728 memory=796 CPUtime=2.55 cores=0-7
/proc/23415/task/23431/stat : 23431 (java) S 23413 23413 6764 0 -1 1077944384 9901 0 0 0 252 3 0 0 20 0 28 0 97429778 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699084184304 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23432] ppid=23413 vsize=26539728 memory=0 CPUtime=0.82 cores=0-7
/proc/23415/task/23432/stat : 23432 (java) S 23413 23413 6764 0 -1 1077944384 9775 0 0 0 80 2 0 0 20 0 28 0 97429778 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699083131760 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23433] ppid=23413 vsize=26539728 memory=0 CPUtime=0 cores=0-7
/proc/23415/task/23433/stat : 23433 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97429778 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699082078432 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23434] ppid=23413 vsize=26539728 memory=219512 CPUtime=0.03 cores=0-7
/proc/23415/task/23434/stat : 23434 (java) S 23413 23413 6764 0 -1 1077944384 1418 0 0 0 0 3 0 0 20 0 28 0 97429778 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699081025968 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23579] ppid=23413 vsize=26539728 memory=-9001734013606258791 CPUtime=176.72 cores=0-7
/proc/23415/task/23579/stat : 23579 (java) R 23413 23413 6764 0 -1 4202560 1149 0 0 0 17672 0 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699068246608 140699662868901 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23580] ppid=23413 vsize=26539728 memory=6933690287860520088 CPUtime=175.71 cores=0-7
/proc/23415/task/23580/stat : 23580 (java) R 23413 23413 6764 0 -1 4202560 936 0 0 0 17571 0 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699065090296 140699662769269 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23581] ppid=23413 vsize=26539728 memory=6944656591801717918 CPUtime=177.13 cores=0-7
/proc/23415/task/23581/stat : 23581 (java) R 23413 23413 6764 0 -1 4202560 3026 0 0 0 17713 0 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699067195400 140699662699700 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23582] ppid=23413 vsize=26539728 memory=288230574492221466 CPUtime=176.8 cores=0-7
/proc/23415/task/23582/stat : 23582 (java) R 23413 23413 6764 0 -1 4202560 1871 0 0 0 17680 0 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699072458744 140699662925767 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23583] ppid=23413 vsize=26539728 memory=288230621803970871 CPUtime=176.91 cores=0-7
/proc/23415/task/23583/stat : 23583 (java) R 23413 23413 6764 0 -1 4202560 6491 0 0 0 17686 5 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699071408368 140699662770183 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23584] ppid=23413 vsize=26539728 memory=1384 CPUtime=176.14 cores=0-7
/proc/23415/task/23584/stat : 23584 (java) R 23413 23413 6764 0 -1 4202560 732 0 0 0 17614 0 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699073511992 140699662435839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23585] ppid=23413 vsize=26539728 memory=251136 CPUtime=177.09 cores=0-7
/proc/23415/task/23585/stat : 23585 (java) R 23413 23413 6764 0 -1 4202560 2424 0 0 0 17708 1 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699070352680 140699662444542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23586] ppid=23413 vsize=26539728 memory=3600 CPUtime=177.07 cores=0-7
/proc/23415/task/23586/stat : 23586 (java) R 23413 23413 6764 0 -1 4202560 2100 0 0 0 17707 0 0 0 20 0 28 0 97434279 27176681472 62784 33554432000 4194304 4196468 140721679278960 140699066141800 140699663240910 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
Current children cumulated CPU time: 1768.2 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 252520 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.31 7.82 6.79 9/207 23586
/proc/meminfo: memFree=26280716/32770624 swapFree=67108860/67108860
[pid=23413] ppid=23410 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/23413/stat : 23413 (xcsp3-exec) S 23410 23413 6764 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 97429772 9740288 346 33554432000 4194304 5098028 140720327354272 140720327352376 140589591175804 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34496512 140720327361642 140720327361852 140720327361852 140720327364587 0
/proc/23413/statm: 2378 346 289 221 0 87 0
[pid=23415] ppid=23413 vsize=26539728 memory=242904 CPUtime=2005.28 cores=0-7
/proc/23415/stat : 23415 (java) S 23413 23413 6764 0 -1 1077944320 106814 0 0 0 200467 61 0 0 20 0 28 0 97429772 27176681472 60726 33554432000 4194304 4196468 140721679278960 140721679261504 140700031491831 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
/proc/23415/statm: 6634932 60726 3283 1 0 6622166 0
[pid=23415/tid=23416] ppid=23413 vsize=26539728 memory=1196 CPUtime=0.66 cores=0-7
/proc/23415/task/23416/stat : 23416 (java) S 23413 23413 6764 0 -1 1077944384 7167 0 0 0 63 3 0 0 20 0 28 0 97429772 27176681472 60726 33554432000 4194304 4196468 140721679278960 140700035732608 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23417] ppid=23413 vsize=26539728 memory=10640 CPUtime=0.05 cores=0-7
/proc/23415/task/23417/stat : 23417 (java) S 23413 23413 6764 0 -1 1077944384 2251 0 0 0 3 2 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699984111888 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23418] ppid=23413 vsize=26539728 memory=4872558044660077418 CPUtime=0.07 cores=0-7
/proc/23415/task/23418/stat : 23418 (java) S 23413 23413 6764 0 -1 1077944384 1606 0 0 0 4 3 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699983059344 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23419] ppid=23413 vsize=26539728 memory=2400 CPUtime=0.07 cores=0-7
/proc/23415/task/23419/stat : 23419 (java) S 23413 23413 6764 0 -1 1077944384 2071 0 0 0 4 3 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699982006800 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23420] ppid=23413 vsize=26539728 memory=1728 CPUtime=0.07 cores=0-7
/proc/23415/task/23420/stat : 23420 (java) S 23413 23413 6764 0 -1 1077944384 1367 0 0 0 3 4 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699980954256 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23421] ppid=23413 vsize=26539728 memory=12032 CPUtime=0.05 cores=0-7
/proc/23415/task/23421/stat : 23421 (java) S 23413 23413 6764 0 -1 1077944384 1947 0 0 0 2 3 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699979901712 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23422] ppid=23413 vsize=26539728 memory=1708 CPUtime=0.07 cores=0-7
/proc/23415/task/23422/stat : 23422 (java) S 23413 23413 6764 0 -1 1077944384 1957 0 0 0 3 4 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699978849168 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23423] ppid=23413 vsize=26539728 memory=1012 CPUtime=0.05 cores=0-7
/proc/23415/task/23423/stat : 23423 (java) S 23413 23413 6764 0 -1 1077944384 1979 0 0 0 2 3 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699977796624 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23424] ppid=23413 vsize=26539728 memory=796 CPUtime=0.05 cores=0-7
/proc/23415/task/23424/stat : 23424 (java) S 23413 23413 6764 0 -1 1077944384 1604 0 0 0 2 3 0 0 20 0 28 0 97429773 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699976744080 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23425] ppid=23413 vsize=26539728 memory=1228 CPUtime=0.04 cores=0-7
/proc/23415/task/23425/stat : 23425 (java) S 23413 23413 6764 0 -1 1077944384 5045 0 0 0 3 1 0 0 20 0 28 0 97429775 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699090499568 140700031502978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23426] ppid=23413 vsize=26539728 memory=5300 CPUtime=0 cores=0-7
/proc/23415/task/23426/stat : 23426 (java) S 23413 23413 6764 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 97429775 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699089445856 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23427] ppid=23413 vsize=26539728 memory=4616 CPUtime=0 cores=0-7
/proc/23415/task/23427/stat : 23427 (java) S 23413 23413 6764 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 28 0 97429775 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699088393216 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23428] ppid=23413 vsize=26539728 memory=1928 CPUtime=0 cores=0-7
/proc/23415/task/23428/stat : 23428 (java) S 23413 23413 6764 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 97429778 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699087341776 140700031510427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23429] ppid=23413 vsize=26539728 memory=1428 CPUtime=2.25 cores=0-7
/proc/23415/task/23429/stat : 23429 (java) S 23413 23413 6764 0 -1 1077944384 12333 0 0 0 223 2 0 0 20 0 28 0 97429778 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699086289392 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23430] ppid=23413 vsize=26539728 memory=1384 CPUtime=2.41 cores=0-7
/proc/23415/task/23430/stat : 23430 (java) S 23413 23413 6764 0 -1 1077944384 10707 0 0 0 239 2 0 0 20 0 28 0 97429778 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699085236848 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23431] ppid=23413 vsize=26539728 memory=15876 CPUtime=2.56 cores=0-7
/proc/23415/task/23431/stat : 23431 (java) S 23413 23413 6764 0 -1 1077944384 11096 0 0 0 253 3 0 0 20 0 28 0 97429778 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699084184304 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23432] ppid=23413 vsize=26539728 memory=15780 CPUtime=0.82 cores=0-7
/proc/23415/task/23432/stat : 23432 (java) S 23413 23413 6764 0 -1 1077944384 10128 0 0 0 80 2 0 0 20 0 28 0 97429778 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699083131760 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23433] ppid=23413 vsize=26539728 memory=16432 CPUtime=0 cores=0-7
/proc/23415/task/23433/stat : 23433 (java) S 23413 23413 6764 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 97429778 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699082078432 140700031502037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23434] ppid=23413 vsize=26539728 memory=4040 CPUtime=0.03 cores=0-7
/proc/23415/task/23434/stat : 23434 (java) S 23413 23413 6764 0 -1 1077944384 1577 0 0 0 0 3 0 0 20 0 28 0 97429778 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699081025968 140700031502978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23579] ppid=23413 vsize=26539728 memory=1792 CPUtime=205.88 cores=0-7
/proc/23415/task/23579/stat : 23579 (java) R 23413 23413 6764 0 -1 4202560 1290 0 0 0 20588 0 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699068246856 140699664234810 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23580] ppid=23413 vsize=26539728 memory=640 CPUtime=205.41 cores=0-7
/proc/23415/task/23580/stat : 23580 (java) R 23413 23413 6764 0 -1 4202560 1024 0 0 0 20541 0 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699065089784 140699660765132 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23581] ppid=23413 vsize=26539728 memory=960 CPUtime=206.83 cores=0-7
/proc/23415/task/23581/stat : 23581 (java) R 23413 23413 6764 0 -1 4202560 3414 0 0 0 20683 0 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699067195576 140699660765141 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23582] ppid=23413 vsize=26539728 memory=1236 CPUtime=206.49 cores=0-7
/proc/23415/task/23582/stat : 23582 (java) R 23413 23413 6764 0 -1 4202560 2063 0 0 0 20649 0 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699072459072 140699662766560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23583] ppid=23413 vsize=26539728 memory=2344 CPUtime=206.59 cores=0-7
/proc/23415/task/23583/stat : 23583 (java) R 23413 23413 6764 0 -1 4202560 7313 0 0 0 20654 5 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699071408480 140699661683728 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23584] ppid=23413 vsize=26539728 memory=1576 CPUtime=205.84 cores=0-7
/proc/23415/task/23584/stat : 23584 (java) R 23413 23413 6764 0 -1 4202560 828 0 0 0 20584 0 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699073511704 140699659483255 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23585] ppid=23413 vsize=26539728 memory=928 CPUtime=206.79 cores=0-7
/proc/23415/task/23585/stat : 23585 (java) R 23413 23413 6764 0 -1 4202560 2728 0 0 0 20678 1 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699070352760 140699663239478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
[pid=23415/tid=23586] ppid=23413 vsize=26539728 memory=2240 CPUtime=206.76 cores=0-7
/proc/23415/task/23586/stat : 23586 (java) R 23413 23413 6764 0 -1 4202560 2355 0 0 0 20676 0 0 0 20 0 28 0 97434279 27176681472 60726 33554432000 4194304 4196468 140721679278960 140699066142120 140699660765096 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32714752 140721679287448 140721679287624 140721679287624 140721679290319 0
Current children cumulated CPU time: 2005.28 s
Current children cumulated vsize: 26549240 KiB
Current children cumulated memory: 244288 KiB

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

[startup+252.04 s]
# the end of solver process 23413 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000636 s, system=0.001272 s

[startup+252.088 s]
# the end of solver process 23415 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2005.23 s, system=0.629619 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): 252.088
CPU time (s): 2005.86
CPU user time (s): 2005.23
CPU system time (s): 0.629619
CPU usage (%): 795.695
Max. virtual memory (cumulated for all children) (KiB): 26549240
Max. memory (cumulated for all children) (KiB): 262368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2005.23
system time used= 0.629619
maximum resident set size= 273252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108356
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13145
involuntary context switches= 22031


# summary of solver processes directly reported to runsolver:
#   pid: 23413,23415
#   total CPU time (s): 2005.86
#   total CPU user time (s): 2005.23
#   total CPU system time (s): 0.629619

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.90395 second user time and 2.80352 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-13 18:45:23
IDJOB=4271709
IDBENCH=128351
IDSOLVER=2663
FILE ID=node105/4271709-1502643581
RUNJOBID= node105-1502638143-6791
PBS_JOBID= 20628331
Free space on /tmp= 60664 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-4271709-1502643581/watcher-4271709-1502643581 -o /tmp/evaluation-result-4271709-1502643581/solver-4271709-1502643581 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1502638143-6791 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 1527977810 HOME/instance-4271709-1502643581.xml

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

MD5SUM BENCH= 19b417ad6dc2829e4bf67cafab0f775d
RANDOM SEED=1527977810

node105.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.17
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.17
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.17
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.17
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:        26507072 kB
MemAvailable:   31972688 kB
Buffers:          176988 kB
Cached:          5563808 kB
SwapCached:            0 kB
Active:           719028 kB
Inactive:        5076864 kB
Active(anon):      57952 kB
Inactive(anon):    25060 kB
Active(file):     661076 kB
Inactive(file):  5051804 kB
Unevictable:        6248 kB
Mlocked:            6248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7852 kB
Writeback:             0 kB
AnonPages:         53576 kB
Mapped:            43448 kB
Shmem:             25228 kB
Slab:             162672 kB
SReclaimable:     137144 kB
SUnreclaim:        25528 kB
KernelStack:        3248 kB
PageTables:         4368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60656 MiB
End job on node105 at 2017-08-13 18:49:35