Trace number 4280370

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)94 19463.4 2520.1399

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-12-a4.xml
MD5SUM72e40c8851280ca3f4afc7fa1ebce33e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1927
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":12}]
Minimum variable degree606
Maximum variable degree607
Distribution of variable degrees[{"degree":606,"count":10},{"degree":607,"count":2}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":440},{"arity":4,"count":1485},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints1926
Distribution of constraint types[{"type":"intension","count":1926},{"type":"ordered","count":1}]
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-4280370-1503138710.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280370-1503138710.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.34/0.27	c parse instance...
5.44/1.51	c solve instance...
18.27/4.28	o 122 
19.92/4.57	o 121 
40.55/22.69	o 118 
63.59/25.63	o 116 
76.45/28.03	o 115 
107.25/31.97	o 114 
120.15/34.32	o 113 
144.58/37.44	o 109 
157.91/39.15	o 108 
293.35/70.31	o 105 
447.96/100.15	o 104 
1167.65/195.49	o 103 
1676.31/265.12	o 100 
1942.60/301.45	o 96 
2528.31/387.29	o 95 
7576.03/1030.03	o 94 
19462.59/2520.09	s SATISFIABLE
19462.59/2520.09	v <instantiation>
19462.59/2520.09	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] </list>
19462.59/2520.09	v 	<values>0 4 10 24 37 46 63 75 86 91 93 94 </values>
19462.59/2520.09	v </instantiation>
19462.59/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	94

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280370-1503138710/watcher-4280370-1503138710 -o /tmp/evaluation-result-4280370-1503138710/solver-4280370-1503138710 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503137703-18829 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 53067195 HOME/instance-4280370-1503138710.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
Current StackSize limit: 8192 KiB
Starting watchdog thread

solver pid=19061, runsolver pid=19058

[startup+0.100136 s]*
/proc/loadavg: 7.49 8.07 8.20 2/199 19082
/proc/meminfo: memFree=27234960/32770624 swapFree=67108860/67108860
[pid=19061] ppid=19058 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19061/stat : 19061 (xcsp3-exec) S 19058 19061 18802 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 146958474 9740288 346 33554432000 4194304 5098028 140731750740944 140731750739048 140704394982012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8138752 140731750745190 140731750745399 140731750745399 140731750748139 0
/proc/19061/statm: 2378 346 289 221 0 87 0
[pid=19063] ppid=19061 vsize=25999808 memory=26332 CPUtime=0.12 cores=0-7
/proc/19063/stat : 19063 (java) S 19061 19061 18802 0 -1 1077944320 5521 0 0 0 11 1 0 0 20 0 20 0 146958474 26623803392 6583 33554432000 4194304 4196468 140736726464176 140736726446720 140606530666231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
/proc/19063/statm: 6499952 6583 2846 1 0 6488269 0
[pid=19063/tid=19064] ppid=19061 vsize=25999808 memory=7682466347479899293 CPUtime=0.08 cores=0-7
/proc/19063/task/19064/stat : 19064 (java) R 19061 19061 18802 0 -1 4202560 3515 0 0 0 8 0 0 0 20 0 20 0 146958474 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606534889872 140606530678166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19065] ppid=19061 vsize=25999808 memory=732370586571250661 CPUtime=0 cores=0-7
/proc/19063/task/19065/stat : 19065 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606493772048 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19066] ppid=19061 vsize=25999808 memory=140448233797248 CPUtime=0 cores=0-7
/proc/19063/task/19066/stat : 19066 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606087494032 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19067] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19067/stat : 19067 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606086441488 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19068] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19068/stat : 19068 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606085388944 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19069] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19069/stat : 19069 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606084336400 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19070] ppid=19061 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19063/task/19070/stat : 19070 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606083283856 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19071] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19071/stat : 19071 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606082231312 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19072] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19072/stat : 19072 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146958475 26623803392 6583 33554432000 4194304 4196468 140736726464176 140606081178768 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19073] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19073/stat : 19073 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958477 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605205198832 140606530677378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19074] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19074/stat : 19074 (java) S 19061 19061 18802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146958477 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605204145056 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19075] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19075/stat : 19075 (java) S 19061 19061 18802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146958477 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605203092464 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19076] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19076/stat : 19076 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958480 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605202041040 140606530684827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19077] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19077/stat : 19077 (java) S 19061 19061 18802 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 146958480 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605200988656 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19078] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19078/stat : 19078 (java) S 19061 19061 18802 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 146958480 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605199936112 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19079] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19079/stat : 19079 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146958480 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605198883568 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19080] ppid=19061 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/19063/task/19080/stat : 19080 (java) S 19061 19061 18802 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 20 0 146958480 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605197831024 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19081] ppid=19061 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19081/stat : 19081 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146958480 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605196777696 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19082] ppid=19061 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/19063/task/19082/stat : 19082 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958480 26623803392 6583 33554432000 4194304 4196468 140736726464176 140605195725232 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27716 KiB

[startup+0.210694 s]*
/proc/loadavg: 7.49 8.07 8.20 2/199 19082
/proc/meminfo: memFree=27223548/32770624 swapFree=67108860/67108860
[pid=19061] ppid=19058 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19061/stat : 19061 (xcsp3-exec) S 19058 19061 18802 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 146958474 9740288 346 33554432000 4194304 5098028 140731750740944 140731750739048 140704394982012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8138752 140731750745190 140731750745399 140731750745399 140731750748139 0
/proc/19061/statm: 2378 346 289 221 0 87 0
[pid=19063] ppid=19061 vsize=26004064 memory=39224 CPUtime=0.34 cores=0-7
/proc/19063/stat : 19063 (java) S 19061 19061 18802 0 -1 1077944320 8390 0 0 0 31 3 0 0 20 0 20 0 146958474 26628161536 9806 33554432000 4194304 4196468 140736726464176 140736726446720 140606530666231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
/proc/19063/statm: 6501016 9806 3070 1 0 6488269 0
[pid=19063/tid=19064] ppid=19061 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/19063/task/19064/stat : 19064 (java) R 19061 19061 18802 0 -1 4202560 5426 0 0 0 18 1 0 0 20 0 20 0 146958474 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606534887224 140606514746718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19065] ppid=19061 vsize=26004064 memory=280896348731128 CPUtime=0 cores=0-7
/proc/19063/task/19065/stat : 19065 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606493772048 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19066] ppid=19061 vsize=26004064 memory=140448233797248 CPUtime=0 cores=0-7
/proc/19063/task/19066/stat : 19066 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606087494032 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19067] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19067/stat : 19067 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606086441488 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19068] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19068/stat : 19068 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606085388944 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19069] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19069/stat : 19069 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606084336400 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19070] ppid=19061 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19063/task/19070/stat : 19070 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606083283856 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19071] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19071/stat : 19071 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606082231312 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19072] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19072/stat : 19072 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 9806 33554432000 4194304 4196468 140736726464176 140606081178768 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19073] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19073/stat : 19073 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958477 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605205198832 140606530677378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19074] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19074/stat : 19074 (java) S 19061 19061 18802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146958477 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605204145056 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19075] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19075/stat : 19075 (java) S 19061 19061 18802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146958477 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605203092464 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19076] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19076/stat : 19076 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958480 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605202041040 140606530684827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19077] ppid=19061 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19063/task/19077/stat : 19077 (java) S 19061 19061 18802 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 20 0 146958480 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605200988656 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19078] ppid=19061 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19063/task/19078/stat : 19078 (java) S 19061 19061 18802 0 -1 1077944384 392 0 0 0 1 0 0 0 20 0 20 0 146958480 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605199936112 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19079] ppid=19061 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/19063/task/19079/stat : 19079 (java) S 19061 19061 18802 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 20 0 146958480 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605198883568 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19080] ppid=19061 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/19063/task/19080/stat : 19080 (java) S 19061 19061 18802 0 -1 1077944384 735 0 0 0 7 0 0 0 20 0 20 0 146958480 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605197831024 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19081] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19081/stat : 19081 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146958480 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605196777696 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19082] ppid=19061 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19063/task/19082/stat : 19082 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958480 26628161536 9806 33554432000 4194304 4196468 140736726464176 140605195725232 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40608 KiB

[startup+0.31038 s]*
/proc/loadavg: 7.49 8.07 8.20 3/199 19082
/proc/meminfo: memFree=27218764/32770624 swapFree=67108860/67108860
[pid=19061] ppid=19058 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19061/stat : 19061 (xcsp3-exec) S 19058 19061 18802 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 146958474 9740288 346 33554432000 4194304 5098028 140731750740944 140731750739048 140704394982012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8138752 140731750745190 140731750745399 140731750745399 140731750748139 0
/proc/19061/statm: 2378 346 289 221 0 87 0
[pid=19063] ppid=19061 vsize=26004064 memory=43868 CPUtime=0.5 cores=0-7
/proc/19063/stat : 19063 (java) S 19061 19061 18802 0 -1 1077944320 9200 0 0 0 46 4 0 0 20 0 20 0 146958474 26628161536 10967 33554432000 4194304 4196468 140736726464176 140736726446720 140606530666231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
/proc/19063/statm: 6501016 10967 3105 1 0 6488269 0
[pid=19063/tid=19064] ppid=19061 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19063/task/19064/stat : 19064 (java) R 19061 19061 18802 0 -1 4202560 6097 0 0 0 27 2 0 0 20 0 20 0 146958474 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606534904048 140606166663718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19065] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19065/stat : 19065 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606493772048 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19066] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19066/stat : 19066 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606087494032 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19067] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19067/stat : 19067 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606086441488 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19068] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19068/stat : 19068 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606085388944 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19069] ppid=19061 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/19063/task/19069/stat : 19069 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606084336400 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19070] ppid=19061 vsize=26004064 memory=140448115028911 CPUtime=0 cores=0-7
/proc/19063/task/19070/stat : 19070 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606083283856 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19071] ppid=19061 vsize=26004064 memory=140448115031216 CPUtime=0 cores=0-7
/proc/19063/task/19071/stat : 19071 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606082231312 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19072] ppid=19061 vsize=26004064 memory=140448115033520 CPUtime=0 cores=0-7
/proc/19063/task/19072/stat : 19072 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146958475 26628161536 10967 33554432000 4194304 4196468 140736726464176 140606081178768 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19073] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19073/stat : 19073 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958477 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605205198832 140606530677378 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19074] ppid=19061 vsize=26004064 memory=280896230074000 CPUtime=0 cores=0-7
/proc/19063/task/19074/stat : 19074 (java) S 19061 19061 18802 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 146958477 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605204145056 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19075] ppid=19061 vsize=26004064 memory=280896230080912 CPUtime=0 cores=0-7
/proc/19063/task/19075/stat : 19075 (java) S 19061 19061 18802 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 146958477 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605203092464 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19076] ppid=19061 vsize=26004064 memory=280896230022192 CPUtime=0 cores=0-7
/proc/19063/task/19076/stat : 19076 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958480 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605202041040 140606530684827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19077] ppid=19061 vsize=26004064 memory=280896230094736 CPUtime=0.01 cores=0-7
/proc/19063/task/19077/stat : 19077 (java) S 19061 19061 18802 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 20 0 146958480 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605200988656 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19078] ppid=19061 vsize=26004064 memory=280896230101648 CPUtime=0.02 cores=0-7
/proc/19063/task/19078/stat : 19078 (java) S 19061 19061 18802 0 -1 1077944384 394 0 0 0 2 0 0 0 20 0 20 0 146958480 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605199936112 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19079] ppid=19061 vsize=26004064 memory=280896230099344 CPUtime=0.02 cores=0-7
/proc/19063/task/19079/stat : 19079 (java) S 19061 19061 18802 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 20 0 146958480 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605198883568 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19080] ppid=19061 vsize=26004064 memory=280896230115504 CPUtime=0.12 cores=0-7
/proc/19063/task/19080/stat : 19080 (java) R 19061 19061 18802 0 -1 4202560 816 0 0 0 12 0 0 0 20 0 20 0 146958480 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605197826752 140606514709861 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19081] ppid=19061 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19081/stat : 19081 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 146958480 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605196777696 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19082] ppid=19061 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/19063/task/19082/stat : 19082 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958480 26628161536 10967 33554432000 4194304 4196468 140736726464176 140605195725232 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 45252 KiB

[startup+0.701055 s]
/proc/loadavg: 7.49 8.07 8.20 6/199 19082
/proc/meminfo: memFree=27192568/32770624 swapFree=67108860/67108860
[pid=19061] ppid=19058 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19061/stat : 19061 (xcsp3-exec) S 19058 19061 18802 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 146958474 9740288 346 33554432000 4194304 5098028 140731750740944 140731750739048 140704394982012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8138752 140731750745190 140731750745399 140731750745399 140731750748139 0
/proc/19061/statm: 2378 346 289 221 0 87 0
[pid=19063] ppid=19061 vsize=26006188 memory=91092 CPUtime=1.95 cores=0-7
/proc/19063/stat : 19063 (java) S 19061 19061 18802 0 -1 1077944320 13393 0 0 0 189 6 0 0 20 0 20 0 146958474 26630336512 22773 33554432000 4194304 4196468 140736726464176 140736726446720 140606530666231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
/proc/19063/statm: 6501547 22773 3209 1 0 6488781 0
[pid=19063/tid=19064] ppid=19061 vsize=26006188 memory=280896230410368 CPUtime=0.67 cores=0-7
/proc/19063/task/19064/stat : 19064 (java) R 19061 19061 18802 0 -1 4202560 6786 0 0 0 64 3 0 0 20 0 20 0 146958474 26630336512 22773 33554432000 4194304 4196468 140736726464176 140606534903808 140606170892945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19065] ppid=19061 vsize=26006188 memory=5016521802893 CPUtime=0 cores=0-7
/proc/19063/task/19065/stat : 19065 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 146958475 26630336512 22773 33554432000 4194304 4196468 140736726464176 140606493772048 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19066] ppid=19061 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19066/stat : 19066 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26630336512 22773 33554432000 4194304 4196468 140736726464176 140606087494032 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19067] ppid=19061 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/19063/task/19067/stat : 19067 (java) S 19061 19061 18802 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 146958475 26630336512 22773 33554432000 4194304 4196468 140736726464176 140606086441488 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0

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

[pid=19063/tid=19240] ppid=19061 vsize=26605264 memory=3766840 CPUtime=1411.93 cores=0-7
/proc/19063/task/19240/stat : 19240 (java) R 19061 19061 18802 0 -1 4202560 2971 0 0 0 141190 3 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605183503976 140606174537987 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
Current children cumulated CPU time: 18842.7 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 3768224 KiB

[startup+2502.3 s]
/proc/loadavg: 8.57 8.26 8.16 9/207 19260
/proc/meminfo: memFree=23488824/32770624 swapFree=67108860/67108860
[pid=19061] ppid=19058 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19061/stat : 19061 (xcsp3-exec) S 19058 19061 18802 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 146958474 9740288 346 33554432000 4194304 5098028 140731750740944 140731750739048 140704394982012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8138752 140731750745190 140731750745399 140731750745399 140731750748139 0
/proc/19061/statm: 2378 346 289 221 0 87 0
[pid=19063] ppid=19061 vsize=26605264 memory=3766840 CPUtime=19321.3 cores=0-7
/proc/19063/stat : 19063 (java) S 19061 19061 18802 0 -1 1077944320 313808 0 0 0 1931663 468 0 0 20 0 28 0 146958474 27243790336 941710 33554432000 4194304 4196468 140736726464176 140736726446720 140606530666231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
/proc/19063/statm: 6651316 941710 3306 1 0 6638550 0
[pid=19063/tid=19064] ppid=19061 vsize=26605264 memory=1384 CPUtime=1.45 cores=0-7
/proc/19063/task/19064/stat : 19064 (java) S 19061 19061 18802 0 -1 1077944384 10002 0 0 0 139 6 0 0 20 0 28 0 146958474 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606534907008 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19065] ppid=19061 vsize=26605264 memory=3766840 CPUtime=0.6 cores=0-7
/proc/19063/task/19065/stat : 19065 (java) S 19061 19061 18802 0 -1 1077944384 1587 0 0 0 49 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606493772048 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19066] ppid=19061 vsize=26605264 memory=3766840 CPUtime=0.62 cores=0-7
/proc/19063/task/19066/stat : 19066 (java) S 19061 19061 18802 0 -1 1077944384 1720 0 0 0 51 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606087494032 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19067] ppid=19061 vsize=26605264 memory=3766840 CPUtime=0.6 cores=0-7
/proc/19063/task/19067/stat : 19067 (java) S 19061 19061 18802 0 -1 1077944384 1251 0 0 0 50 10 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606086441488 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19068] ppid=19061 vsize=26605264 memory=1384 CPUtime=0.63 cores=0-7
/proc/19063/task/19068/stat : 19068 (java) S 19061 19061 18802 0 -1 1077944384 2326 0 0 0 51 12 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606085388944 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19069] ppid=19061 vsize=26605264 memory=3766840 CPUtime=0.58 cores=0-7
/proc/19063/task/19069/stat : 19069 (java) S 19061 19061 18802 0 -1 1077944384 1741 0 0 0 47 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606084336400 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19070] ppid=19061 vsize=26605264 memory=3766840 CPUtime=0.61 cores=0-7
/proc/19063/task/19070/stat : 19070 (java) S 19061 19061 18802 0 -1 1077944384 1316 0 0 0 50 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606083283856 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19071] ppid=19061 vsize=26605264 memory=1292 CPUtime=0.59 cores=0-7
/proc/19063/task/19071/stat : 19071 (java) S 19061 19061 18802 0 -1 1077944384 1863 0 0 0 48 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606082231312 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19072] ppid=19061 vsize=26605264 memory=2448 CPUtime=0.57 cores=0-7
/proc/19063/task/19072/stat : 19072 (java) S 19061 19061 18802 0 -1 1077944384 1530 0 0 0 48 9 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606081178768 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19073] ppid=19061 vsize=26605264 memory=1384 CPUtime=1.08 cores=0-7
/proc/19063/task/19073/stat : 19073 (java) S 19061 19061 18802 0 -1 1077944384 13629 0 0 0 105 3 0 0 20 0 28 0 146958477 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605205198832 140606530677378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19074] ppid=19061 vsize=26605264 memory=3766840 CPUtime=0 cores=0-7
/proc/19063/task/19074/stat : 19074 (java) S 19061 19061 18802 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 146958477 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605204145120 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19075] ppid=19061 vsize=26605264 memory=4100 CPUtime=0 cores=0-7
/proc/19063/task/19075/stat : 19075 (java) S 19061 19061 18802 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 146958477 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605203092480 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19076] ppid=19061 vsize=26605264 memory=40636 CPUtime=0 cores=0-7
/proc/19063/task/19076/stat : 19076 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605202041040 140606530684827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19077] ppid=19061 vsize=26605264 memory=8712 CPUtime=3.34 cores=0-7
/proc/19063/task/19077/stat : 19077 (java) S 19061 19061 18802 0 -1 1077944384 32482 0 0 0 329 5 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605200988656 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19078] ppid=19061 vsize=26605264 memory=1712 CPUtime=3.02 cores=0-7
/proc/19063/task/19078/stat : 19078 (java) S 19061 19061 18802 0 -1 1077944384 26685 0 0 0 297 5 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605199936112 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19079] ppid=19061 vsize=26605264 memory=8712 CPUtime=3.43 cores=0-7
/proc/19063/task/19079/stat : 19079 (java) S 19061 19061 18802 0 -1 1077944384 32005 0 0 0 334 9 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605198883568 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19080] ppid=19061 vsize=26605264 memory=1712 CPUtime=1.03 cores=0-7
/proc/19063/task/19080/stat : 19080 (java) S 19061 19061 18802 0 -1 1077944384 26558 0 0 0 98 5 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605197831024 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19081] ppid=19061 vsize=26605264 memory=1384 CPUtime=0 cores=0-7
/proc/19063/task/19081/stat : 19081 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605196777696 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19082] ppid=19061 vsize=26605264 memory=3766840 CPUtime=1.01 cores=0-7
/proc/19063/task/19082/stat : 19082 (java) S 19061 19061 18802 0 -1 1077944384 5776 0 0 0 44 57 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605195725232 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19233] ppid=19061 vsize=26605264 memory=280896231884960 CPUtime=1471.96 cores=0-7
/proc/19063/task/19233/stat : 19233 (java) R 19061 19061 18802 0 -1 4202560 3312 0 0 0 147193 3 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605187714168 140606174170083 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19234] ppid=19061 vsize=26605264 memory=6944656592455097440 CPUtime=1471.74 cores=0-7
/proc/19063/task/19234/stat : 19234 (java) R 19061 19061 18802 0 -1 4202560 2828 0 0 0 147172 2 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605179293496 140606174420881 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19235] ppid=19061 vsize=26605264 memory=0 CPUtime=1471.88 cores=0-7
/proc/19063/task/19235/stat : 19235 (java) R 19061 19061 18802 0 -1 4202560 2896 0 0 0 147185 3 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605185609800 140606175243111 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19236] ppid=19061 vsize=26605264 memory=6656426216303648864 CPUtime=1459.59 cores=0-7
/proc/19063/task/19236/stat : 19236 (java) R 19061 19061 18802 0 -1 4202560 12879 0 0 0 145915 44 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605181402032 140606174537857 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19237] ppid=19061 vsize=26605264 memory=-7003737579269690708 CPUtime=1471.93 cores=0-7
/proc/19063/task/19237/stat : 19237 (java) R 19061 19061 18802 0 -1 4202560 7429 0 0 0 147189 4 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605186662728 140606175492427 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19238] ppid=19061 vsize=26605264 memory=1384 CPUtime=1455.4 cores=0-7
/proc/19063/task/19238/stat : 19238 (java) R 19061 19061 18802 0 -1 4202560 2183 0 0 0 145538 2 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605182451776 140606174807857 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19239] ppid=19061 vsize=26605264 memory=1384 CPUtime=1469.76 cores=0-7
/proc/19063/task/19239/stat : 19239 (java) R 19061 19061 18802 0 -1 4202560 10000 0 0 0 146964 12 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605184559128 140606174993391 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19240] ppid=19061 vsize=26605264 memory=6791534058613427641 CPUtime=1471.93 cores=0-7
/proc/19063/task/19240/stat : 19240 (java) R 19061 19061 18802 0 -1 4202560 3133 0 0 0 147190 3 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605183503976 140606175492371 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
Current children cumulated CPU time: 19321.3 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 3768224 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.54 8.28 8.17 9/207 19260
/proc/meminfo: memFree=23489032/32770624 swapFree=67108860/67108860
[pid=19061] ppid=19058 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/19061/stat : 19061 (xcsp3-exec) S 19058 19061 18802 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 146958474 9740288 346 33554432000 4194304 5098028 140731750740944 140731750739048 140704394982012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8138752 140731750745190 140731750745399 140731750745399 140731750748139 0
/proc/19061/statm: 2378 346 289 221 0 87 0
[pid=19063] ppid=19061 vsize=26605264 memory=3766840 CPUtime=19462.6 cores=0-7
/proc/19063/stat : 19063 (java) S 19061 19061 18802 0 -1 1077944320 314034 0 0 0 1945790 469 0 0 20 0 28 0 146958474 27243790336 941710 33554432000 4194304 4196468 140736726464176 140736726446720 140606530666231 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
/proc/19063/statm: 6651316 941710 3306 1 0 6638550 0
[pid=19063/tid=19064] ppid=19061 vsize=26605264 memory=12132 CPUtime=1.45 cores=0-7
/proc/19063/task/19064/stat : 19064 (java) S 19061 19061 18802 0 -1 1077944384 10002 0 0 0 139 6 0 0 20 0 28 0 146958474 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606534907008 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19065] ppid=19061 vsize=26605264 memory=-7003737579269690708 CPUtime=0.6 cores=0-7
/proc/19063/task/19065/stat : 19065 (java) S 19061 19061 18802 0 -1 1077944384 1587 0 0 0 49 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606493772048 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19066] ppid=19061 vsize=26605264 memory=1236 CPUtime=0.62 cores=0-7
/proc/19063/task/19066/stat : 19066 (java) S 19061 19061 18802 0 -1 1077944384 1720 0 0 0 51 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606087494032 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19067] ppid=19061 vsize=26605264 memory=932 CPUtime=0.6 cores=0-7
/proc/19063/task/19067/stat : 19067 (java) S 19061 19061 18802 0 -1 1077944384 1251 0 0 0 50 10 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606086441488 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19068] ppid=19061 vsize=26605264 memory=1568 CPUtime=0.63 cores=0-7
/proc/19063/task/19068/stat : 19068 (java) S 19061 19061 18802 0 -1 1077944384 2326 0 0 0 51 12 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606085388944 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19069] ppid=19061 vsize=26605264 memory=2240 CPUtime=0.58 cores=0-7
/proc/19063/task/19069/stat : 19069 (java) S 19061 19061 18802 0 -1 1077944384 1741 0 0 0 47 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606084336400 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19070] ppid=19061 vsize=26605264 memory=4124 CPUtime=0.61 cores=0-7
/proc/19063/task/19070/stat : 19070 (java) S 19061 19061 18802 0 -1 1077944384 1316 0 0 0 50 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606083283856 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19071] ppid=19061 vsize=26605264 memory=2196 CPUtime=0.59 cores=0-7
/proc/19063/task/19071/stat : 19071 (java) S 19061 19061 18802 0 -1 1077944384 1863 0 0 0 48 11 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606082231312 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19072] ppid=19061 vsize=26605264 memory=7788 CPUtime=0.57 cores=0-7
/proc/19063/task/19072/stat : 19072 (java) S 19061 19061 18802 0 -1 1077944384 1530 0 0 0 48 9 0 0 20 0 28 0 146958475 27243790336 941710 33554432000 4194304 4196468 140736726464176 140606081178768 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19073] ppid=19061 vsize=26605264 memory=840 CPUtime=1.08 cores=0-7
/proc/19063/task/19073/stat : 19073 (java) S 19061 19061 18802 0 -1 1077944384 13629 0 0 0 105 3 0 0 20 0 28 0 146958477 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605205198832 140606530677378 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19074] ppid=19061 vsize=26605264 memory=15876 CPUtime=0 cores=0-7
/proc/19063/task/19074/stat : 19074 (java) S 19061 19061 18802 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 146958477 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605204145120 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19075] ppid=19061 vsize=26605264 memory=22528 CPUtime=0 cores=0-7
/proc/19063/task/19075/stat : 19075 (java) S 19061 19061 18802 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 146958477 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605203092480 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19076] ppid=19061 vsize=26605264 memory=4052 CPUtime=0 cores=0-7
/proc/19063/task/19076/stat : 19076 (java) S 19061 19061 18802 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605202041040 140606530684827 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19077] ppid=19061 vsize=26605264 memory=16236 CPUtime=3.34 cores=0-7
/proc/19063/task/19077/stat : 19077 (java) S 19061 19061 18802 0 -1 1077944384 32482 0 0 0 329 5 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605200988656 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19078] ppid=19061 vsize=26605264 memory=1796 CPUtime=3.02 cores=0-7
/proc/19063/task/19078/stat : 19078 (java) S 19061 19061 18802 0 -1 1077944384 26685 0 0 0 297 5 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605199936112 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19079] ppid=19061 vsize=26605264 memory=644 CPUtime=3.43 cores=0-7
/proc/19063/task/19079/stat : 19079 (java) S 19061 19061 18802 0 -1 1077944384 32005 0 0 0 334 9 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605198883568 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19080] ppid=19061 vsize=26605264 memory=960 CPUtime=1.03 cores=0-7
/proc/19063/task/19080/stat : 19080 (java) S 19061 19061 18802 0 -1 1077944384 26558 0 0 0 98 5 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605197831024 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19081] ppid=19061 vsize=26605264 memory=4472 CPUtime=0 cores=0-7
/proc/19063/task/19081/stat : 19081 (java) S 19061 19061 18802 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605196777696 140606530676437 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19082] ppid=19061 vsize=26605264 memory=1236 CPUtime=1.02 cores=0-7
/proc/19063/task/19082/stat : 19082 (java) S 19061 19061 18802 0 -1 1077944384 5778 0 0 0 45 57 0 0 20 0 28 0 146958480 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605195725232 140606530677378 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19233] ppid=19061 vsize=26605264 memory=1440 CPUtime=1489.67 cores=0-7
/proc/19063/task/19233/stat : 19233 (java) R 19061 19061 18802 0 -1 4202560 3321 0 0 0 148964 3 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605187714168 140606174538461 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19234] ppid=19061 vsize=26605264 memory=5796 CPUtime=1489.45 cores=0-7
/proc/19063/task/19234/stat : 19234 (java) R 19061 19061 18802 0 -1 4202560 2836 0 0 0 148943 2 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605179293496 140606175242391 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19235] ppid=19061 vsize=26605264 memory=1384 CPUtime=1489.59 cores=0-7
/proc/19063/task/19235/stat : 19235 (java) R 19061 19061 18802 0 -1 4202560 2903 0 0 0 148956 3 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605185609800 140606174538215 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19236] ppid=19061 vsize=26605264 memory=3766840 CPUtime=1477.3 cores=0-7
/proc/19063/task/19236/stat : 19236 (java) R 19061 19061 18802 0 -1 4202560 12950 0 0 0 147685 45 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605181402032 140606175244182 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19237] ppid=19061 vsize=26605264 memory=1712 CPUtime=1489.64 cores=0-7
/proc/19063/task/19237/stat : 19237 (java) R 19061 19061 18802 0 -1 4202560 7489 0 0 0 148959 5 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605186662728 140606175242250 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19238] ppid=19061 vsize=26605264 memory=4612 CPUtime=1473.1 cores=0-7
/proc/19063/task/19238/stat : 19238 (java) R 19061 19061 18802 0 -1 4202560 2186 0 0 0 147308 2 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605182451776 140606175243023 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19239] ppid=19061 vsize=26605264 memory=1004 CPUtime=1487.09 cores=0-7
/proc/19063/task/19239/stat : 19239 (java) R 19061 19061 18802 0 -1 4202560 10063 0 0 0 148697 12 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605184559128 140606174538164 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
[pid=19063/tid=19240] ppid=19061 vsize=26605264 memory=1200 CPUtime=1489.63 cores=0-7
/proc/19063/task/19240/stat : 19240 (java) R 19061 19061 18802 0 -1 4202560 3136 0 0 0 148960 3 0 0 20 0 28 0 147061478 27243790336 941710 33554432000 4194304 4196468 140736726464176 140605183503976 140606174537987 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 16609280 140736726471826 140736726472003 140736726472003 140736726474703 0
Current children cumulated CPU time: 19462.6 s
Current children cumulated vsize: 26614776 KiB
Current children cumulated memory: 3768224 KiB

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

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

[startup+2520.14 s]
# the end of solver process 19063 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19458.7 s, system=4.72376 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.14
CPU time (s): 19463.4
CPU user time (s): 19458.7
CPU system time (s): 4.72376
CPU usage (%): 772.315
Max. virtual memory (cumulated for all children) (KiB): 26614776
Max. memory (cumulated for all children) (KiB): 3768224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19458.7
system time used= 4.72376
maximum resident set size= 3768600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315374
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64219
involuntary context switches= 195989


# summary of solver processes directly reported to runsolver:
#   pid: 19061,19063
#   total CPU time (s): 19463.4
#   total CPU user time (s): 19458.7
#   total CPU system time (s): 4.72376

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8035 second user time and 33.224 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-19 12:17:30
IDJOB=4280370
IDBENCH=126246
IDSOLVER=2675
FILE ID=node113/4280370-1503138710
RUNJOBID= node113-1503137703-18829
PBS_JOBID= 20630793
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-12-a4.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-4280370-1503138710/watcher-4280370-1503138710 -o /tmp/evaluation-result-4280370-1503138710/solver-4280370-1503138710 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503137703-18829 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 53067195 HOME/instance-4280370-1503138710.xml

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

MD5SUM BENCH= 72e40c8851280ca3f4afc7fa1ebce33e
RANDOM SEED=53067195

node113.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.89
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.89
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.89
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.89
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:        27251128 kB
MemAvailable:   31975344 kB
Buffers:          248324 kB
Cached:          4766828 kB
SwapCached:            0 kB
Active:          1244476 kB
Inactive:        3823452 kB
Active(anon):       3052 kB
Inactive(anon):    85836 kB
Active(file):    1241424 kB
Inactive(file):  3737616 kB
Unevictable:        7568 kB
Mlocked:            7568 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7916 kB
Writeback:             0 kB
AnonPages:         60452 kB
Mapped:            50400 kB
Shmem:             33416 kB
Slab:             148572 kB
SReclaimable:     122024 kB
SUnreclaim:        26548 kB
KernelStack:        3328 kB
PageTables:         4672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61684 MiB
End job on node113 at 2017-08-19 12:59:30