Trace number 4280529

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-18)SAT (TO)109 20096.5 2520.1001

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-4280529-1503145753.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280529-1503145753.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
1.35/0.68	c solve instance...
3.20/1.00	o 348 
4.73/1.12	o 127 
4.73/1.19	o 125 
4.73/1.20	o 123 
5.27/1.27	o 122 
6.72/1.44	o 121 
9.89/1.86	o 120 
17.81/2.84	o 119 
18.59/2.91	o 118 
18.59/2.97	o 117 
20.91/3.26	o 116 
20.91/3.28	o 115 
48.75/6.71	o 114 
51.18/7.04	o 113 
52.65/7.28	o 112 
52.65/7.29	o 111 
54.12/7.42	o 110 
674.76/85.22	o 109 
20095.85/2520.09	s SATISFIABLE
20095.85/2520.09	v <instantiation>
20095.85/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>
20095.85/2520.09	v 	<values>0 0 0 2 1 1 11 52 11 30 28 2 30 12 10 17 17 18 18 32 2 52 66 32 15 42 15 59 62 21 20 67 21 45 38 15 73 41 28 81 73 31 46 59 97 80 90 47 49 89 68 46 71 90 73 83 80 87 98 99 103 109 </values>
20095.85/2520.09	v </instantiation>
20095.85/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 (11938 MiB free)
  memory of node 1: 16384 MiB (12144 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280529-1503145753/watcher-4280529-1503145753 -o /tmp/evaluation-result-4280529-1503145753/solver-4280529-1503145753 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503142362-31829 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1852351730 HOME/instance-4280529-1503145753.xml 

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

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


[startup+0.100157 s]*
/proc/loadavg: 7.33 8.02 8.17 2/200 32612
/proc/meminfo: memFree=24647280/32770624 swapFree=67108860/67108860
[pid=32591] ppid=32588 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32591/stat : 32591 (xcsp3-exec) S 32588 32591 31802 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147656033 9740288 345 33554432000 4194304 5098028 140728722287424 140728722285528 140365368922748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37482496 140728722293860 140728722294071 140728722294071 140728722296811 0
/proc/32591/statm: 2378 345 289 221 0 87 0
[pid=32593] ppid=32591 vsize=25999808 memory=24872 CPUtime=0.12 cores=0-7
/proc/32593/stat : 32593 (java) S 32591 32591 31802 0 -1 1077944320 5593 0 0 0 10 2 0 0 20 0 20 0 147656033 26623803392 6218 33554432000 4194304 4196468 140729980455952 140729980438496 140521629904631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
/proc/32593/statm: 6499952 6218 2861 1 0 6488269 0
[pid=32593/tid=32594] ppid=32591 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32593/task/32594/stat : 32594 (java) R 32591 32591 31802 0 -1 4202560 3562 0 0 0 8 1 0 0 20 0 20 0 147656033 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521634136544 140521629916566 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32595] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32595/stat : 32595 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521188174864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32596] ppid=32591 vsize=25999808 memory=140704876820096 CPUtime=0 cores=0-7
/proc/32593/task/32596/stat : 32596 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521187122320 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32597] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32597/stat : 32597 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521186069264 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32598] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32598/stat : 32598 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521185016720 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32599] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32599/stat : 32599 (java) S 32591 32591 31802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521183963664 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32600] ppid=32591 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/32593/task/32600/stat : 32600 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521182911120 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32601] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32601/stat : 32601 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521181858064 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32602] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32602/stat : 32602 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26623803392 6218 33554432000 4194304 4196468 140729980455952 140521180805520 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32603] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32603/stat : 32603 (java) S 32591 32591 31802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147656035 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520239573744 140521629915778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32604] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32604/stat : 32604 (java) S 32591 32591 31802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147656036 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520238519968 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32605] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32605/stat : 32605 (java) S 32591 32591 31802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147656036 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520237466864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32606] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32606/stat : 32606 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656039 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520236415440 140521629923227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32607] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32607/stat : 32607 (java) S 32591 32591 31802 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 147656039 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520235362544 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32608] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32608/stat : 32608 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147656039 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520234310000 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32609] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32609/stat : 32609 (java) R 32591 32591 31802 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 20 0 147656039 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520233256944 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32610] ppid=32591 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/32593/task/32610/stat : 32610 (java) S 32591 32591 31802 0 -1 1077944384 295 0 0 0 1 0 0 0 20 0 20 0 147656039 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520232204400 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32611] ppid=32591 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32611/stat : 32611 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147656039 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520231152608 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32612] ppid=32591 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/32593/task/32612/stat : 32612 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656039 26623803392 6218 33554432000 4194304 4196468 140729980455952 140520230100144 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 26252 KiB

[startup+0.210046 s]*
/proc/loadavg: 7.33 8.02 8.17 2/200 32612
/proc/meminfo: memFree=24635420/32770624 swapFree=67108860/67108860
[pid=32591] ppid=32588 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32591/stat : 32591 (xcsp3-exec) S 32588 32591 31802 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147656033 9740288 345 33554432000 4194304 5098028 140728722287424 140728722285528 140365368922748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37482496 140728722293860 140728722294071 140728722294071 140728722296811 0
/proc/32591/statm: 2378 345 289 221 0 87 0
[pid=32593] ppid=32591 vsize=26004064 memory=37964 CPUtime=0.32 cores=0-7
/proc/32593/stat : 32593 (java) S 32591 32591 31802 0 -1 1077944320 8597 0 0 0 30 2 0 0 20 0 20 0 147656033 26628161536 9491 33554432000 4194304 4196468 140729980455952 140729980438496 140521629904631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
/proc/32593/statm: 6501016 9491 3000 1 0 6488269 0
[pid=32593/tid=32594] ppid=32591 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/32593/task/32594/stat : 32594 (java) R 32591 32591 31802 0 -1 4202560 5487 0 0 0 18 1 0 0 20 0 20 0 147656033 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521634125440 140521613985118 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32595] ppid=32591 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/32593/task/32595/stat : 32595 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521188174864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32596] ppid=32591 vsize=26004064 memory=3906511150459090592 CPUtime=0 cores=0-7
/proc/32593/task/32596/stat : 32596 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521187122320 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32597] ppid=32591 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32593/task/32597/stat : 32597 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521186069264 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32598] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32598/stat : 32598 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521185016720 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32599] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32599/stat : 32599 (java) S 32591 32591 31802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521183963664 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32600] ppid=32591 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32593/task/32600/stat : 32600 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521182911120 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32601] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32601/stat : 32601 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521181858064 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32602] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32602/stat : 32602 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 9491 33554432000 4194304 4196468 140729980455952 140521180805520 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32603] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32603/stat : 32603 (java) S 32591 32591 31802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147656035 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520239573744 140521629915778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32604] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32604/stat : 32604 (java) S 32591 32591 31802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147656036 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520238519968 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32605] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32605/stat : 32605 (java) S 32591 32591 31802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147656036 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520237466864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32606] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32606/stat : 32606 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520236415440 140521629923227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32607] ppid=32591 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/32593/task/32607/stat : 32607 (java) S 32591 32591 31802 0 -1 1077944384 517 0 0 0 2 0 0 0 20 0 20 0 147656039 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520235362544 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32608] ppid=32591 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/32593/task/32608/stat : 32608 (java) S 32591 32591 31802 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 20 0 147656039 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520234310000 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32609] ppid=32591 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32593/task/32609/stat : 32609 (java) S 32591 32591 31802 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520233256944 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32610] ppid=32591 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/32593/task/32610/stat : 32610 (java) R 32591 32591 31802 0 -1 4202560 879 0 0 0 7 0 0 0 20 0 20 0 147656039 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520232204400 140521629925978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32611] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32611/stat : 32611 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520231152608 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32612] ppid=32591 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32593/task/32612/stat : 32612 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 9491 33554432000 4194304 4196468 140729980455952 140520230100144 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39344 KiB

[startup+0.309494 s]*
/proc/loadavg: 7.33 8.02 8.17 3/200 32612
/proc/meminfo: memFree=24628100/32770624 swapFree=67108860/67108860
[pid=32591] ppid=32588 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32591/stat : 32591 (xcsp3-exec) S 32588 32591 31802 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147656033 9740288 345 33554432000 4194304 5098028 140728722287424 140728722285528 140365368922748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37482496 140728722293860 140728722294071 140728722294071 140728722296811 0
/proc/32591/statm: 2378 345 289 221 0 87 0
[pid=32593] ppid=32591 vsize=26004064 memory=45444 CPUtime=0.49 cores=0-7
/proc/32593/stat : 32593 (java) S 32591 32591 31802 0 -1 1077944320 9622 0 0 0 46 3 0 0 20 0 20 0 147656033 26628161536 11361 33554432000 4194304 4196468 140729980455952 140729980438496 140521629904631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
/proc/32593/statm: 6501016 11361 3112 1 0 6488269 0
[pid=32593/tid=32594] ppid=32591 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/32593/task/32594/stat : 32594 (java) R 32591 32591 31802 0 -1 4202560 6214 0 0 0 27 2 0 0 20 0 20 0 147656033 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521634141952 140521613985118 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32595] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32595/stat : 32595 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521188174864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32596] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32596/stat : 32596 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521187122320 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32597] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32597/stat : 32597 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521186069264 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32598] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32598/stat : 32598 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521185016720 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32599] ppid=32591 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/32593/task/32599/stat : 32599 (java) S 32591 32591 31802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521183963664 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32600] ppid=32591 vsize=26004064 memory=140704739324847 CPUtime=0 cores=0-7
/proc/32593/task/32600/stat : 32600 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521182911120 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32601] ppid=32591 vsize=26004064 memory=140704739327152 CPUtime=0 cores=0-7
/proc/32593/task/32601/stat : 32601 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521181858064 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32602] ppid=32591 vsize=26004064 memory=140704739329456 CPUtime=0 cores=0-7
/proc/32593/task/32602/stat : 32602 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656034 26628161536 11361 33554432000 4194304 4196468 140729980455952 140521180805520 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32603] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32603/stat : 32603 (java) S 32591 32591 31802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 147656035 26628161536 11361 33554432000 4194304 4196468 140729980455952 140520239573744 140521629915778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32604] ppid=32591 vsize=26004064 memory=281409478665872 CPUtime=0 cores=0-7
/proc/32593/task/32604/stat : 32604 (java) S 32591 32591 31802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 147656036 26628161536 11361 33554432000 4194304 4196468 140729980455952 140520238519968 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32605] ppid=32591 vsize=26004064 memory=281409478672784 CPUtime=0 cores=0-7
/proc/32593/task/32605/stat : 32605 (java) S 32591 32591 31802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 147656036 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520237466864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32606] ppid=32591 vsize=26004064 memory=281409478614064 CPUtime=0 cores=0-7
/proc/32593/task/32606/stat : 32606 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520236415440 140521629923227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32607] ppid=32591 vsize=26004064 memory=281409478686608 CPUtime=0.03 cores=0-7
/proc/32593/task/32607/stat : 32607 (java) S 32591 32591 31802 0 -1 1077944384 578 0 0 0 3 0 0 0 20 0 20 0 147656039 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520235362544 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32608] ppid=32591 vsize=26004064 memory=281409478693520 CPUtime=0.02 cores=0-7
/proc/32593/task/32608/stat : 32608 (java) S 32591 32591 31802 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 20 0 147656039 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520234310000 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32609] ppid=32591 vsize=26004064 memory=281409478691216 CPUtime=0 cores=0-7
/proc/32593/task/32609/stat : 32609 (java) S 32591 32591 31802 0 -1 1077944384 140 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520233256944 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32610] ppid=32591 vsize=26004064 memory=281409478707376 CPUtime=0.12 cores=0-7
/proc/32593/task/32610/stat : 32610 (java) S 32591 32591 31802 0 -1 1077944384 1088 0 0 0 12 0 0 0 20 0 20 0 147656039 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520232204400 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32611] ppid=32591 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32611/stat : 32611 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520231152608 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32612] ppid=32591 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/32593/task/32612/stat : 32612 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 147656039 26628161536 11423 33554432000 4194304 4196468 140729980455952 140520230100144 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 46824 KiB

[startup+0.701722 s]
/proc/loadavg: 7.33 8.02 8.17 4/200 32612
/proc/meminfo: memFree=24612304/32770624 swapFree=67108860/67108860
[pid=32591] ppid=32588 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32591/stat : 32591 (xcsp3-exec) S 32588 32591 31802 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147656033 9740288 345 33554432000 4194304 5098028 140728722287424 140728722285528 140365368922748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37482496 140728722293860 140728722294071 140728722294071 140728722296811 0
/proc/32591/statm: 2378 345 289 221 0 87 0
[pid=32593] ppid=32591 vsize=26538700 memory=105536 CPUtime=1.77 cores=0-7
/proc/32593/stat : 32593 (java) S 32591 32591 31802 0 -1 1077944320 14254 0 0 0 170 7 0 0 20 0 28 0 147656033 27175628800 26384 33554432000 4194304 4196468 140729980455952 140729980438496 140521629904631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
/proc/32593/statm: 6634675 26384 3205 1 0 6621909 0
[pid=32593/tid=32594] ppid=32591 vsize=26538700 memory=281409479065264 CPUtime=0.66 cores=0-7
/proc/32593/task/32594/stat : 32594 (java) S 32591 32591 31802 0 -1 1077944384 7028 0 0 0 63 3 0 0 20 0 28 0 147656033 27175628800 26384 33554432000 4194304 4196468 140729980455952 140521634145408 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32595] ppid=32591 vsize=26538700 memory=140704739533680 CPUtime=0 cores=0-7
/proc/32593/task/32595/stat : 32595 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147656034 27175628800 26384 33554432000 4194304 4196468 140729980455952 140521188174864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32596] ppid=32591 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/32593/task/32596/stat : 32596 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147656034 27175628800 26384 33554432000 4194304 4196468 140729980455952 140521187122320 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32597] ppid=32591 vsize=26538700 memory=1200 CPUtime=0 cores=0-7
/proc/32593/task/32597/stat : 32597 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147656034 27175628800 26384 33554432000 4194304 4196468 140729980455952 140521186069264 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0

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

[pid=32593/tid=32764] ppid=32591 vsize=26605264 memory=1380 CPUtime=2347.43 cores=0-7
/proc/32593/task/32764/stat : 32764 (java) R 32591 32591 31802 0 -1 4202560 5206 0 0 0 234741 2 0 0 20 0 28 0 147664555 27243790336 65951 33554432000 4194304 4196468 140729980455952 140520215773384 140521274339190 0 4 0 16800975 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
Current children cumulated CPU time: 19475.9 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 265184 KiB

[startup+2502.3 s]
/proc/loadavg: 8.60 8.33 8.30 9/207 334
/proc/meminfo: memFree=24410944/32770624 swapFree=67108860/67108860
[pid=32591] ppid=32588 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32591/stat : 32591 (xcsp3-exec) S 32588 32591 31802 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147656033 9740288 345 33554432000 4194304 5098028 140728722287424 140728722285528 140365368922748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37482496 140728722293860 140728722294071 140728722294071 140728722296811 0
/proc/32591/statm: 2378 345 289 221 0 87 0
[pid=32593] ppid=32591 vsize=26605264 memory=265852 CPUtime=19954.6 cores=0-7
/proc/32593/stat : 32593 (java) S 32591 32591 31802 0 -1 1077944320 260846 0 0 0 1995320 135 0 0 20 0 28 0 147656033 27243790336 66463 33554432000 4194304 4196468 140729980455952 140729980438496 140521629904631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
/proc/32593/statm: 6651316 66463 3280 1 0 6638550 0
[pid=32593/tid=32594] ppid=32591 vsize=26605264 memory=1380 CPUtime=0.67 cores=0-7
/proc/32593/task/32594/stat : 32594 (java) S 32591 32591 31802 0 -1 1077944384 7425 0 0 0 64 3 0 0 20 0 28 0 147656033 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521634145408 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32595] ppid=32591 vsize=26605264 memory=4144 CPUtime=0.59 cores=0-7
/proc/32593/task/32595/stat : 32595 (java) S 32591 32591 31802 0 -1 1077944384 8394 0 0 0 52 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521188174864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32596] ppid=32591 vsize=26605264 memory=265852 CPUtime=0.56 cores=0-7
/proc/32593/task/32596/stat : 32596 (java) S 32591 32591 31802 0 -1 1077944384 6783 0 0 0 49 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521187122320 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32597] ppid=32591 vsize=26605264 memory=265852 CPUtime=0.58 cores=0-7
/proc/32593/task/32597/stat : 32597 (java) S 32591 32591 31802 0 -1 1077944384 6902 0 0 0 52 6 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521186069264 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32598] ppid=32591 vsize=26605264 memory=792 CPUtime=0.59 cores=0-7
/proc/32593/task/32598/stat : 32598 (java) S 32591 32591 31802 0 -1 1077944384 7888 0 0 0 52 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521185016720 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32599] ppid=32591 vsize=26605264 memory=10096 CPUtime=0.58 cores=0-7
/proc/32593/task/32599/stat : 32599 (java) S 32591 32591 31802 0 -1 1077944384 8467 0 0 0 51 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521183963664 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32600] ppid=32591 vsize=26605264 memory=86 CPUtime=0.58 cores=0-7
/proc/32593/task/32600/stat : 32600 (java) S 32591 32591 31802 0 -1 1077944384 6761 0 0 0 50 8 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521182911120 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32601] ppid=32591 vsize=26605264 memory=0 CPUtime=0.57 cores=0-7
/proc/32593/task/32601/stat : 32601 (java) S 32591 32591 31802 0 -1 1077944384 6241 0 0 0 51 6 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521181858064 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32602] ppid=32591 vsize=26605264 memory=1292 CPUtime=0.59 cores=0-7
/proc/32593/task/32602/stat : 32602 (java) S 32591 32591 31802 0 -1 1077944384 6600 0 0 0 52 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521180805520 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32603] ppid=32591 vsize=26605264 memory=2428 CPUtime=0.79 cores=0-7
/proc/32593/task/32603/stat : 32603 (java) S 32591 32591 31802 0 -1 1077944384 25868 0 0 0 54 25 0 0 20 0 28 0 147656035 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520239573744 140521629915778 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32604] ppid=32591 vsize=26605264 memory=1380 CPUtime=0 cores=0-7
/proc/32593/task/32604/stat : 32604 (java) S 32591 32591 31802 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 147656036 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520238520032 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32605] ppid=32591 vsize=26605264 memory=265852 CPUtime=0 cores=0-7
/proc/32593/task/32605/stat : 32605 (java) S 32591 32591 31802 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 147656036 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520237466880 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32606] ppid=32591 vsize=26605264 memory=1944 CPUtime=0 cores=0-7
/proc/32593/task/32606/stat : 32606 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520236415440 140521629923227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32607] ppid=32591 vsize=26605264 memory=1200 CPUtime=2.26 cores=0-7
/proc/32593/task/32607/stat : 32607 (java) S 32591 32591 31802 0 -1 1077944384 17621 0 0 0 222 4 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520235362544 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32608] ppid=32591 vsize=26605264 memory=6791534058613427641 CPUtime=2.6 cores=0-7
/proc/32593/task/32608/stat : 32608 (java) S 32591 32591 31802 0 -1 1077944384 15113 0 0 0 257 3 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520234310000 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32609] ppid=32591 vsize=26605264 memory=4612 CPUtime=2.77 cores=0-7
/proc/32593/task/32609/stat : 32609 (java) S 32591 32591 31802 0 -1 1077944384 15951 0 0 0 274 3 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520233256944 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32610] ppid=32591 vsize=26605264 memory=1008 CPUtime=0.86 cores=0-7
/proc/32593/task/32610/stat : 32610 (java) S 32591 32591 31802 0 -1 1077944384 12881 0 0 0 83 3 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520232204400 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32611] ppid=32591 vsize=26605264 memory=1424 CPUtime=0 cores=0-7
/proc/32593/task/32611/stat : 32611 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520231152608 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32612] ppid=32591 vsize=26605264 memory=8596 CPUtime=0.5 cores=0-7
/proc/32593/task/32612/stat : 32612 (java) S 32591 32591 31802 0 -1 1077944384 2865 0 0 0 25 25 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520230100144 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32757] ppid=32591 vsize=26605264 memory=2204 CPUtime=2404.13 cores=0-7
/proc/32593/task/32757/stat : 32757 (java) R 32591 32591 31802 0 -1 4202560 5655 0 0 0 240410 3 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520214718776 140521273380960 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32758] ppid=32591 vsize=26605264 memory=0 CPUtime=2410.47 cores=0-7
/proc/32593/task/32758/stat : 32758 (java) R 32591 32591 31802 0 -1 4202560 4106 0 0 0 241046 1 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520222089024 140521273381640 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32759] ppid=32591 vsize=26605264 memory=7956005031678667109 CPUtime=2407.19 cores=0-7
/proc/32593/task/32759/stat : 32759 (java) R 32591 32591 31802 0 -1 4202560 18501 0 0 0 240714 5 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520213670064 140521275150618 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32760] ppid=32591 vsize=26605264 memory=7956005031678667109 CPUtime=2413.58 cores=0-7
/proc/32593/task/32760/stat : 32760 (java) R 32591 32591 31802 0 -1 4202560 24733 0 0 0 241352 6 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520218930912 140521274568587 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32761] ppid=32591 vsize=26605264 memory=1380 CPUtime=2413.42 cores=0-7
/proc/32593/task/32761/stat : 32761 (java) R 32591 32591 31802 0 -1 4202560 12958 0 0 0 241338 4 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520217877856 140521274187632 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32762] ppid=32591 vsize=26605264 memory=1380 CPUtime=2404.94 cores=0-7
/proc/32593/task/32762/stat : 32762 (java) R 32591 32591 31802 0 -1 4202560 3996 0 0 0 240493 1 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520219983640 140521274180879 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32763] ppid=32591 vsize=26605264 memory=1380 CPUtime=2413.33 cores=0-7
/proc/32593/task/32763/stat : 32763 (java) R 32591 32591 31802 0 -1 4202560 12813 0 0 0 241330 3 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520216826600 140521274339026 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32764] ppid=32591 vsize=26605264 memory=6791534058613427641 CPUtime=2406.97 cores=0-7
/proc/32593/task/32764/stat : 32764 (java) R 32591 32591 31802 0 -1 4202560 5260 0 0 0 240695 2 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520215773248 140521274568953 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
Current children cumulated CPU time: 19954.5 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 267232 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.69 8.36 8.31 9/207 334
/proc/meminfo: memFree=24410956/32770624 swapFree=67108860/67108860
[pid=32591] ppid=32588 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/32591/stat : 32591 (xcsp3-exec) S 32588 32591 31802 0 -1 4202496 512 0 0 0 0 0 0 0 20 0 1 0 147656033 9740288 345 33554432000 4194304 5098028 140728722287424 140728722285528 140365368922748 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 37482496 140728722293860 140728722294071 140728722294071 140728722296811 0
/proc/32591/statm: 2378 345 289 221 0 87 0
[pid=32593] ppid=32591 vsize=26605264 memory=265852 CPUtime=20095.8 cores=0-7
/proc/32593/stat : 32593 (java) S 32591 32591 31802 0 -1 1077944320 260868 0 0 0 2009450 135 0 0 20 0 28 0 147656033 27243790336 66463 33554432000 4194304 4196468 140729980455952 140729980438496 140521629904631 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
/proc/32593/statm: 6651316 66463 3280 1 0 6638550 0
[pid=32593/tid=32594] ppid=32591 vsize=26605264 memory=6791534058613427641 CPUtime=0.67 cores=0-7
/proc/32593/task/32594/stat : 32594 (java) S 32591 32591 31802 0 -1 1077944384 7425 0 0 0 64 3 0 0 20 0 28 0 147656033 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521634145408 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32595] ppid=32591 vsize=26605264 memory=4132 CPUtime=0.59 cores=0-7
/proc/32593/task/32595/stat : 32595 (java) S 32591 32591 31802 0 -1 1077944384 8396 0 0 0 52 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521188174864 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32596] ppid=32591 vsize=26605264 memory=2204 CPUtime=0.56 cores=0-7
/proc/32593/task/32596/stat : 32596 (java) S 32591 32591 31802 0 -1 1077944384 6783 0 0 0 49 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521187122320 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32597] ppid=32591 vsize=26605264 memory=7792 CPUtime=0.59 cores=0-7
/proc/32593/task/32597/stat : 32597 (java) S 32591 32591 31802 0 -1 1077944384 6902 0 0 0 53 6 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521186069264 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32598] ppid=32591 vsize=26605264 memory=844 CPUtime=0.59 cores=0-7
/proc/32593/task/32598/stat : 32598 (java) S 32591 32591 31802 0 -1 1077944384 7888 0 0 0 52 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521185016720 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32599] ppid=32591 vsize=26605264 memory=1692 CPUtime=0.59 cores=0-7
/proc/32593/task/32599/stat : 32599 (java) S 32591 32591 31802 0 -1 1077944384 8471 0 0 0 52 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521183963664 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32600] ppid=32591 vsize=26605264 memory=916 CPUtime=0.59 cores=0-7
/proc/32593/task/32600/stat : 32600 (java) S 32591 32591 31802 0 -1 1077944384 6762 0 0 0 51 8 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521182911120 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32601] ppid=32591 vsize=26605264 memory=6791534058613427641 CPUtime=0.58 cores=0-7
/proc/32593/task/32601/stat : 32601 (java) S 32591 32591 31802 0 -1 1077944384 6242 0 0 0 52 6 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521181858064 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32602] ppid=32591 vsize=26605264 memory=1152 CPUtime=0.59 cores=0-7
/proc/32593/task/32602/stat : 32602 (java) S 32591 32591 31802 0 -1 1077944384 6600 0 0 0 52 7 0 0 20 0 28 0 147656034 27243790336 66463 33554432000 4194304 4196468 140729980455952 140521180805520 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32603] ppid=32591 vsize=26605264 memory=6791534058613427641 CPUtime=0.8 cores=0-7
/proc/32593/task/32603/stat : 32603 (java) S 32591 32591 31802 0 -1 1077944384 25871 0 0 0 54 26 0 0 20 0 28 0 147656035 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520239573744 140521629915778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32604] ppid=32591 vsize=26605264 memory=4260 CPUtime=0 cores=0-7
/proc/32593/task/32604/stat : 32604 (java) S 32591 32591 31802 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 147656036 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520238520032 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32605] ppid=32591 vsize=26605264 memory=1152 CPUtime=0 cores=0-7
/proc/32593/task/32605/stat : 32605 (java) S 32591 32591 31802 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 147656036 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520237466880 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32606] ppid=32591 vsize=26605264 memory=3916 CPUtime=0 cores=0-7
/proc/32593/task/32606/stat : 32606 (java) S 32591 32591 31802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520236415440 140521629923227 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32607] ppid=32591 vsize=26605264 memory=1380 CPUtime=2.26 cores=0-7
/proc/32593/task/32607/stat : 32607 (java) S 32591 32591 31802 0 -1 1077944384 17621 0 0 0 222 4 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520235362544 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32608] ppid=32591 vsize=26605264 memory=265852 CPUtime=2.6 cores=0-7
/proc/32593/task/32608/stat : 32608 (java) S 32591 32591 31802 0 -1 1077944384 15113 0 0 0 257 3 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520234310000 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32609] ppid=32591 vsize=26605264 memory=1796 CPUtime=2.77 cores=0-7
/proc/32593/task/32609/stat : 32609 (java) S 32591 32591 31802 0 -1 1077944384 15951 0 0 0 274 3 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520233256944 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32610] ppid=32591 vsize=26605264 memory=960 CPUtime=0.86 cores=0-7
/proc/32593/task/32610/stat : 32610 (java) S 32591 32591 31802 0 -1 1077944384 12881 0 0 0 83 3 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520232204400 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32611] ppid=32591 vsize=26605264 memory=1232 CPUtime=0 cores=0-7
/proc/32593/task/32611/stat : 32611 (java) S 32591 32591 31802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520231152608 140521629914837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32612] ppid=32591 vsize=26605264 memory=4629771062077588875 CPUtime=0.5 cores=0-7
/proc/32593/task/32612/stat : 32612 (java) S 32591 32591 31802 0 -1 1077944384 2867 0 0 0 25 25 0 0 20 0 28 0 147656039 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520230100144 140521629915778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32757] ppid=32591 vsize=26605264 memory=-8961168018402230209 CPUtime=2421.83 cores=0-7
/proc/32593/task/32757/stat : 32757 (java) R 32591 32591 31802 0 -1 4202560 5655 0 0 0 242180 3 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520214719128 140521272173600 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32758] ppid=32591 vsize=26605264 memory=1580 CPUtime=2428.16 cores=0-7
/proc/32593/task/32758/stat : 32758 (java) R 32591 32591 31802 0 -1 4202560 4107 0 0 0 242815 1 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520222089320 140521274568861 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32759] ppid=32591 vsize=26605264 memory=2244 CPUtime=2424.89 cores=0-7
/proc/32593/task/32759/stat : 32759 (java) R 32591 32591 31802 0 -1 4202560 18501 0 0 0 242484 5 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520213667400 140521275183255 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32760] ppid=32591 vsize=26605264 memory=0 CPUtime=2431.28 cores=0-7
/proc/32593/task/32760/stat : 32760 (java) R 32591 32591 31802 0 -1 4202560 24734 0 0 0 243122 6 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520218933968 140521275182704 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32761] ppid=32591 vsize=26605264 memory=1720 CPUtime=2431.12 cores=0-7
/proc/32593/task/32761/stat : 32761 (java) R 32591 32591 31802 0 -1 4202560 12960 0 0 0 243108 4 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520217877768 140521272173604 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32762] ppid=32591 vsize=26605264 memory=4612 CPUtime=2422.32 cores=0-7
/proc/32593/task/32762/stat : 32762 (java) R 32591 32591 31802 0 -1 4202560 3997 0 0 0 242231 1 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520219983096 140521273244052 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32763] ppid=32591 vsize=26605264 memory=1008 CPUtime=2431.03 cores=0-7
/proc/32593/task/32763/stat : 32763 (java) R 32591 32591 31802 0 -1 4202560 12816 0 0 0 243100 3 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520216826104 140521274107144 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
[pid=32593/tid=32764] ppid=32591 vsize=26605264 memory=1944 CPUtime=2424.67 cores=0-7
/proc/32593/task/32764/stat : 32764 (java) R 32591 32591 31802 0 -1 4202560 5261 0 0 0 242465 2 0 0 20 0 28 0 147664555 27243790336 66463 33554432000 4194304 4196468 140729980455952 140520215772608 140521273244689 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28737536 140729980458130 140729980458307 140729980458307 140729980461007 0
Current children cumulated CPU time: 20095.8 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 267232 KiB

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

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

[startup+2520.1 s]
# the end of solver process 32593 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20095.2 s, system=1.36451 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.1
CPU time (s): 20096.5
CPU user time (s): 20095.2
CPU system time (s): 1.36451
CPU usage (%): 797.451
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 278188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20095.2
system time used= 1.36451
maximum resident set size= 287060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109972
involuntary context switches= 204052


# summary of solver processes directly reported to runsolver:
#   pid: 32591,32593
#   total CPU time (s): 20096.5
#   total CPU user time (s): 20095.2
#   total CPU system time (s): 1.36451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3265 second user time and 28.5948 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-19 14:14:53
IDJOB=4280529
IDBENCH=128351
IDSOLVER=2675
FILE ID=node151/4280529-1503145753
RUNJOBID= node151-1503142362-31829
PBS_JOBID= 20630800
Free space on /tmp= 61804 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-4280529-1503145753/watcher-4280529-1503145753 -o /tmp/evaluation-result-4280529-1503145753/solver-4280529-1503145753 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1503142362-31829 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1852351730 HOME/instance-4280529-1503145753.xml

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

MD5SUM BENCH= 19b417ad6dc2829e4bf67cafab0f775d
RANDOM SEED=1852351730

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:        24661896 kB
MemAvailable:   31974104 kB
Buffers:          322424 kB
Cached:          7281832 kB
SwapCached:            0 kB
Active:          1792368 kB
Inactive:        5864920 kB
Active(anon):      44808 kB
Inactive(anon):    44332 kB
Active(file):    1747560 kB
Inactive(file):  5820588 kB
Unevictable:        7576 kB
Mlocked:            7576 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8096 kB
Writeback:             0 kB
AnonPages:         67876 kB
Mapped:            50364 kB
Shmem:             33416 kB
Slab:             146028 kB
SReclaimable:     119792 kB
SUnreclaim:        26236 kB
KernelStack:        3536 kB
PageTables:         4740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     333044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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= 61796 MiB
End job on node151 at 2017-08-19 14:56:53