Trace number 4406158

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 2019-09-24OPT44 66.9825 63.1133

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark9.40739
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406158-1569414849.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406158-1569414849.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
0.73/0.51	c solve instance...
1.27/0.66	o 58 
1.27/0.66	o 53 
1.27/0.67	o 51 
3.11/1.21	o 50 
4.02/1.56	o 49 
4.02/1.57	o 45 
10.05/6.58	o 44 
66.87/63.10	s OPTIMUM FOUND
66.87/63.10	v <instantiation>
66.87/63.10	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
66.87/63.10	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
66.87/63.10	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406158-1569414849/watcher-4406158-1569414849 -o /tmp/evaluation-result-4406158-1569414849/solver-4406158-1569414849 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569396627-21716 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4406158-1569414849.xml 

running on 4 cores: 1,3,5,7

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

solver pid=25418, runsolver pid=25415

[startup+0.100062 s]*
/proc/loadavg: 1.97 1.93 1.87 5/230 25434
/proc/meminfo: memFree=25170968/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
[pid=25420] ppid=25418 vsize=15144776 memory=28100 CPUtime=0.12 cores=1,3,5,7
/proc/25420/stat : 25420 (java) S 25418 25418 21684 0 -1 1077944320 5924 0 0 0 12 0 0 0 20 0 15 0 517422740 15508250624 7025 33554432000 4194304 4196468 140721123740160 140721123722704 139884161240823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
/proc/25420/statm: 3786194 7025 3156 1 0 3748377 0
[pid=25420/tid=25421] ppid=25418 vsize=15144776 memory=-8895323862916359523 CPUtime=0.09 cores=1,3,5,7
/proc/25420/task/25421/stat : 25421 (java) R 25418 25418 21684 0 -1 4202560 3798 0 0 0 9 0 0 0 20 0 15 0 517422740 15508250624 7025 33554432000 4194304 4196468 140721123740160 139884165465232 139884161262749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25422] ppid=25418 vsize=15144776 memory=3472468750553060560 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25422/stat : 25422 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883753081488 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25423] ppid=25418 vsize=15144776 memory=140621657908864 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422742 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517422743 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883628221984 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517422743 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883627169136 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) R 25418 25418 21684 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 15 0 517422745 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883625064816 139884144676561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) R 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422745 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883624012016 139884161251970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15144776 memory=140621657908864 CPUtime=0.02 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) R 25418 25418 21684 0 -1 4202560 401 0 0 0 2 0 0 0 20 0 15 0 517422745 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883622956752 139884161252758 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15144776 memory=140621657908864 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422746 15508250624 7025 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29548 KiB

[startup+0.210673 s]*
/proc/loadavg: 1.97 1.93 1.87 3/230 25434
/proc/meminfo: memFree=25158112/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
[pid=25420] ppid=25418 vsize=15144776 memory=39448 CPUtime=0.34 cores=1,3,5,7
/proc/25420/stat : 25420 (java) S 25418 25418 21684 0 -1 1077944320 9588 0 0 0 32 2 0 0 20 0 15 0 517422740 15508250624 9862 33554432000 4194304 4196468 140721123740160 140721123722704 139884161240823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
/proc/25420/statm: 3786194 9862 3323 1 0 3748377 0
[pid=25420/tid=25421] ppid=25418 vsize=15144776 memory=-8895323862916359523 CPUtime=0.2 cores=1,3,5,7
/proc/25420/task/25421/stat : 25421 (java) R 25418 25418 21684 0 -1 4202560 6700 0 0 0 18 2 0 0 20 0 15 0 517422740 15508250624 9862 33554432000 4194304 4196468 140721123740160 139884165472064 139883798133459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25422] ppid=25418 vsize=15144776 memory=3472468750553060560 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25422/stat : 25422 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883753081488 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25423] ppid=25418 vsize=15144776 memory=140621657908864 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15144776 memory=140621657908864 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517422742 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517422743 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883628221984 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517422743 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883627169136 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) R 25418 25418 21684 0 -1 1077944384 596 0 0 0 2 0 0 0 20 0 15 0 517422745 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883625064816 139884161251970 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) S 25418 25418 21684 0 -1 1077944384 71 0 0 0 2 0 0 0 20 0 15 0 517422745 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883624012016 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15144776 memory=140621657908864 CPUtime=0.08 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) R 25418 25418 21684 0 -1 4202560 919 0 0 0 8 0 0 0 20 0 15 0 517422745 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883622959024 139884154337659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15144776 memory=140621657908864 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422746 15508250624 9862 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 40896 KiB

[startup+0.31155 s]*
/proc/loadavg: 1.97 1.93 1.87 4/230 25434
/proc/meminfo: memFree=25152780/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
[pid=25420] ppid=25418 vsize=15149032 memory=49292 CPUtime=0.54 cores=1,3,5,7
/proc/25420/stat : 25420 (java) S 25418 25418 21684 0 -1 1077944320 11165 0 0 0 51 3 0 0 20 0 15 0 517422740 15512608768 12323 33554432000 4194304 4196468 140721123740160 140721123722704 139884161240823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
/proc/25420/statm: 3787258 12323 3359 1 0 3748377 0
[pid=25420/tid=25421] ppid=25418 vsize=15149032 memory=-8094235084319000145 CPUtime=0.3 cores=1,3,5,7
/proc/25420/task/25421/stat : 25421 (java) R 25418 25418 21684 0 -1 4202560 7843 0 0 0 28 2 0 0 20 0 15 0 517422740 15512608768 12323 33554432000 4194304 4196468 140721123740160 139884165471936 139884161262749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25422] ppid=25418 vsize=15149032 memory=3472468750553060560 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25422/stat : 25422 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883753081488 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25423] ppid=25418 vsize=15149032 memory=281243182258560 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15149032 memory=281243048731680 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15149032 memory=140621524349711 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15149032 memory=281243182267776 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517422742 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15149032 memory=140621524354319 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517422743 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883628221984 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15149032 memory=140621524380891 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517422743 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883627169136 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15149032 memory=140621524383970 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) S 25418 25418 21684 0 -1 1077944384 625 0 0 0 4 0 0 0 20 0 15 0 517422745 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883625064816 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15149032 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) R 25418 25418 21684 0 -1 4202560 233 0 0 0 4 0 0 0 20 0 15 0 517422745 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883624002400 139884146346872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15149032 memory=140621657908864 CPUtime=0.13 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) S 25418 25418 21684 0 -1 1077944384 1161 0 0 0 13 0 0 0 20 0 15 0 517422745 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883622959216 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15149032 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15149032 memory=140621657910312 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422746 15512608768 12323 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50740 KiB

[startup+0.700771 s]
/proc/loadavg: 1.97 1.93 1.87 3/230 25434
/proc/meminfo: memFree=25135660/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
[pid=25420] ppid=25418 vsize=15151156 memory=73432 CPUtime=1.57 cores=1,3,5,7
/proc/25420/stat : 25420 (java) S 25418 25418 21684 0 -1 1077944320 16151 0 0 0 152 5 0 0 20 0 15 0 517422740 15514783744 18358 33554432000 4194304 4196468 140721123740160 140721123722704 139884161240823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
/proc/25420/statm: 3787789 18358 3455 1 0 3748889 0
[pid=25420/tid=25421] ppid=25418 vsize=15151156 memory=6945208551368380768 CPUtime=0.68 cores=1,3,5,7
/proc/25420/task/25421/stat : 25421 (java) R 25418 25418 21684 0 -1 4202560 9260 0 0 0 65 3 0 0 20 0 15 0 517422740 15514783744 18358 33554432000 4194304 4196468 140721123740160 139884165476592 139883799192967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25422] ppid=25418 vsize=15151156 memory=7084813469732589655 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25422/stat : 25422 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883753081488 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25423] ppid=25418 vsize=15151156 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15151156 memory=11620 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517422742 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883628221984 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883627169136 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15151156 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15151156 memory=1560 CPUtime=0.28 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) R 25418 25418 21684 0 -1 4202560 2078 0 0 0 28 0 0 0 20 0 15 0 517422745 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883625050840 139884146364372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15151156 memory=1172 CPUtime=0.27 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) R 25418 25418 21684 0 -1 4202560 1507 0 0 0 27 0 0 0 20 0 15 0 517422745 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883623997896 139884140933900 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15151156 memory=14008 CPUtime=0.3 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) S 25418 25418 21684 0 -1 1077944384 1999 0 0 0 30 0 0 0 20 0 15 0 517422745 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883622959216 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15151156 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15151156 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 18358 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 74880 KiB

[startup+1.50079 s]
/proc/loadavg: 1.97 1.93 1.87 5/230 25434
/proc/meminfo: memFree=25114084/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0

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

/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1905 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 915 0 0 0 0 0 0 0 20 0 15 0 517422742 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15151156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883628222048 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883627169152 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15151156 memory=211824 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) S 25418 25418 21684 0 -1 1077944384 10178 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883625064816 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15151156 memory=1000 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) S 25418 25418 21684 0 -1 1077944384 10868 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883624012016 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15151156 memory=211792 CPUtime=0.46 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) S 25418 25418 21684 0 -1 1077944384 6293 0 0 0 45 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883622959216 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15151156 memory=211876 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 623 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 64.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213388 KiB

[startup+62.4007 s]
/proc/loadavg: 1.92 1.92 1.87 3/230 25438
/proc/meminfo: memFree=24986840/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
[pid=25420] ppid=25418 vsize=15151156 memory=211940 CPUtime=66.26 cores=1,3,5,7
/proc/25420/stat : 25420 (java) S 25418 25418 21684 0 -1 1077944320 46398 0 0 0 6616 10 0 0 20 0 15 0 517422740 15514783744 52985 33554432000 4194304 4196468 140721123740160 140721123722704 139884161240823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
/proc/25420/statm: 3787789 52985 3512 1 0 3748889 0
[pid=25420/tid=25421] ppid=25418 vsize=15151156 memory=528 CPUtime=62.36 cores=1,3,5,7
/proc/25420/task/25421/stat : 25421 (java) R 25418 25418 21684 0 -1 4202560 12854 0 0 0 6232 4 0 0 20 0 15 0 517422740 15514783744 52985 33554432000 4194304 4196468 140721123740160 139884165477136 139883802426584 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25422] ppid=25418 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25422/stat : 25422 (java) S 25418 25418 21684 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883753081488 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25423] ppid=25418 vsize=15151156 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15151156 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1905 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15151156 memory=24124 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 916 0 0 0 0 0 0 0 20 0 15 0 517422742 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15151156 memory=211940 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883628222048 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883627169152 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15151156 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15151156 memory=1560 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) S 25418 25418 21684 0 -1 1077944384 10178 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883625064816 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15151156 memory=1172 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) S 25418 25418 21684 0 -1 1077944384 10868 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883624012016 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15151156 memory=2012 CPUtime=0.46 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) S 25418 25418 21684 0 -1 1077944384 6293 0 0 0 45 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883622959216 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15151156 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15151156 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 623 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 66.26 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213388 KiB

[startup+62.8007 s]
/proc/loadavg: 1.92 1.92 1.87 3/230 25438
/proc/meminfo: memFree=24986840/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
[pid=25420] ppid=25418 vsize=15151156 memory=211940 CPUtime=66.66 cores=1,3,5,7
/proc/25420/stat : 25420 (java) S 25418 25418 21684 0 -1 1077944320 46400 0 0 0 6656 10 0 0 20 0 15 0 517422740 15514783744 52985 33554432000 4194304 4196468 140721123740160 140721123722704 139884161240823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
/proc/25420/statm: 3787789 52985 3512 1 0 3748889 0
[pid=25420/tid=25421] ppid=25418 vsize=15151156 memory=3608 CPUtime=62.76 cores=1,3,5,7
/proc/25420/task/25421/stat : 25421 (java) R 25418 25418 21684 0 -1 4202560 12856 0 0 0 6272 4 0 0 20 0 15 0 517422740 15514783744 52985 33554432000 4194304 4196468 140721123740160 139884165477136 139883801851808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25422] ppid=25418 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25422/stat : 25422 (java) S 25418 25418 21684 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883753081488 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25423] ppid=25418 vsize=15151156 memory=1000 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1905 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15151156 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15151156 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 916 0 0 0 0 0 0 0 20 0 15 0 517422742 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883628222048 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15151156 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883627169152 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15151156 memory=2828 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15151156 memory=1000 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) S 25418 25418 21684 0 -1 1077944384 10178 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883625064816 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15151156 memory=1560 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) S 25418 25418 21684 0 -1 1077944384 10868 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883624012016 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15151156 memory=1172 CPUtime=0.46 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) S 25418 25418 21684 0 -1 1077944384 6293 0 0 0 45 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883622959216 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15151156 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15151156 memory=14076 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 623 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 66.66 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213388 KiB

[startup+63.0007 s]*
/proc/loadavg: 1.92 1.92 1.87 3/230 25438
/proc/meminfo: memFree=24987088/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
[pid=25420] ppid=25418 vsize=15151156 memory=211940 CPUtime=66.87 cores=1,3,5,7
/proc/25420/stat : 25420 (java) S 25418 25418 21684 0 -1 1077944320 46400 0 0 0 6677 10 0 0 20 0 15 0 517422740 15514783744 52985 33554432000 4194304 4196468 140721123740160 140721123722704 139884161240823 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
/proc/25420/statm: 3787789 52985 3512 1 0 3748889 0
[pid=25420/tid=25421] ppid=25418 vsize=15151156 memory=1398722017469774279 CPUtime=62.97 cores=1,3,5,7
/proc/25420/task/25421/stat : 25421 (java) R 25418 25418 21684 0 -1 4202560 12856 0 0 0 6293 4 0 0 20 0 15 0 517422740 15514783744 52985 33554432000 4194304 4196468 140721123740160 139884165477136 139883801608413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25422] ppid=25418 vsize=15151156 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25422/stat : 25422 (java) S 25418 25418 21684 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883753081488 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25423] ppid=25418 vsize=15151156 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25423/stat : 25423 (java) S 25418 25418 21684 0 -1 1077944384 609 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883752028688 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25424] ppid=25418 vsize=15151156 memory=6192 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25424/stat : 25424 (java) S 25418 25418 21684 0 -1 1077944384 1905 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883750975888 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25425] ppid=25418 vsize=15151156 memory=768 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25425/stat : 25425 (java) S 25418 25418 21684 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 15 0 517422741 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883749923088 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25426] ppid=25418 vsize=15151156 memory=780 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25426/stat : 25426 (java) S 25418 25418 21684 0 -1 1077944384 916 0 0 0 0 0 0 0 20 0 15 0 517422742 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883629276016 139884161251970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25427] ppid=25418 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25427/stat : 25427 (java) S 25418 25418 21684 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883628222048 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25428] ppid=25418 vsize=15151156 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25428/stat : 25428 (java) S 25418 25418 21684 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 517422743 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883627169152 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25429] ppid=25418 vsize=15151156 memory=288230583166042426 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25429/stat : 25429 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883626117456 139884161259419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25430] ppid=25418 vsize=15151156 memory=13846369811040801 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25430/stat : 25430 (java) S 25418 25418 21684 0 -1 1077944384 10178 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883625064816 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25431] ppid=25418 vsize=15151156 memory=2432 CPUtime=1.67 cores=1,3,5,7
/proc/25420/task/25431/stat : 25431 (java) S 25418 25418 21684 0 -1 1077944384 10868 0 0 0 166 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883624012016 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 24 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25432] ppid=25418 vsize=15151156 memory=1760 CPUtime=0.46 cores=1,3,5,7
/proc/25420/task/25432/stat : 25432 (java) S 25418 25418 21684 0 -1 1077944384 6293 0 0 0 45 1 0 0 20 0 15 0 517422745 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883622959216 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25433] ppid=25418 vsize=15151156 memory=111636 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25433/stat : 25433 (java) S 25418 25418 21684 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883621906656 139884161251029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
[pid=25420/tid=25434] ppid=25418 vsize=15151156 memory=800 CPUtime=0 cores=1,3,5,7
/proc/25420/task/25434/stat : 25434 (java) S 25418 25418 21684 0 -1 1077944384 623 0 0 0 0 0 0 0 20 0 15 0 517422746 15514783744 52985 33554432000 4194304 4196468 140721123740160 139883620854960 139884161251970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 33955840 140721123742703 140721123742874 140721123742874 140721123745743 0
Current children cumulated CPU time: 66.87 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 213388 KiB

[startup+63.11 s]
/proc/loadavg: 1.92 1.92 1.87 3/230 25438
/proc/meminfo: memFree=24987088/32770624 swapFree=66936840/67108860
[pid=25418] ppid=25415 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/25418/stat : 25418 (xcsp3-exec) S 25415 25418 21684 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 517422740 115843072 362 33554432000 4194304 5098028 140732254007632 140732254005736 139766008603260 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9441280 140732254012283 140732254012525 140732254012525 140732254015434 0
/proc/25418/statm: 28282 362 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1448 KiB

Child status: 0
Real time (s): 63.1133
CPU time (s): 66.9825
CPU user time (s): 66.8744
CPU system time (s): 0.10814
CPU usage (%): 106.131
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 213388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.8744
system time used= 0.10814
maximum resident set size= 212096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3575
involuntary context switches= 83


# summary of solver processes directly reported to runsolver:
#   pid: 25418
#   total CPU time (s): 66.9825
#   total CPU user time (s): 66.8744
#   total CPU system time (s): 0.10814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.400988 second user time and 0.593596 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-25 14:33:27
IDJOB=4406158
IDBENCH=141374
IDSOLVER=2869
FILE ID=node141/4406158-1569414849
RUNJOBID= node141-1569396627-21716
PBS_JOBID= 21705681
Free space on /tmp= 22904 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406158-1569414849/watcher-4406158-1569414849 -o /tmp/evaluation-result-4406158-1569414849/solver-4406158-1569414849 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1569396627-21716 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4406158-1569414849.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=954226294

node141.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.93
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.93
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.93
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.93
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:        25186488 kB
MemAvailable:   31641444 kB
Buffers:          131916 kB
Cached:          6602180 kB
SwapCached:        62084 kB
Active:          3518420 kB
Inactive:        3450784 kB
Active(anon):     170848 kB
Inactive(anon):   117552 kB
Active(file):    3347572 kB
Inactive(file):  3333232 kB
Unevictable:      107012 kB
Mlocked:          107012 kB
SwapTotal:      67108860 kB
SwapFree:       66936840 kB
Dirty:             26136 kB
Writeback:             0 kB
AnonPages:        284136 kB
Mapped:            68560 kB
Shmem:             44800 kB
Slab:             209676 kB
SReclaimable:     179972 kB
SUnreclaim:        29704 kB
KernelStack:        3936 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1435688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 22880 MiB
End job on node141 at 2019-09-25 14:34:30