Trace number 4292272

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.7 seq (493a269)SAT (TO)127 2400.1 2392.81

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-30-30-00_c18.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark127
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292272-1532585326.xml"  -tl '2400s' -p 1 -x 0
0.12/0.18	c Choco 493a269
0.12/0.18	c [HOME/instance-4292272-1532585326.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.22	c simple solver
0.33/0.28	c parse instance...
1.03/0.54	c solve instance...
1.34/0.66	o 192 
1.34/0.66	o 191 
1.34/0.67	o 189 
1.66/0.70	o 178 
1.66/0.71	o 177 
2.29/0.91	o 153 
2.29/0.91	o 152 
2.29/0.92	o 150 
2.29/0.94	o 149 
2.29/0.94	o 144 
2.29/0.96	o 143 
11.15/7.67	o 139 
43.05/39.16	o 138 
44.55/40.67	o 136 
125.66/121.51	o 135 
125.66/121.53	o 134 
388.07/383.76	o 132 
436.04/431.68	o 130 
877.67/872.71	o 129 
1294.50/1289.14	o 128 
1302.09/1296.70	o 127 
2400.08/2392.80	s SATISFIABLE
2400.08/2392.80	v <instantiation>
2400.08/2392.80	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
2400.08/2392.80	v 	<values>11 10 5 7 8 3 9 12 15 14 17 19 16 18 27 29 28 25 24 23 26 22 20 21 13 6 1 0 2 4 1 4 4 1 4 4 4 4 4 4 6 7 5 7 12 3 2 4 1 5 3 1 1 9 8 4 7 2 1 5 </values>
2400.08/2392.80	v </instantiation>
2400.08/2392.80	c Unexpected resolution interruption!

Verifier Data

OK	127

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292272-1532585326/watcher-4292272-1532585326 -o /tmp/evaluation-result-4292272-1532585326/solver-4292272-1532585326 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532582652-2053 --watchdog 2560 HOME/xcsp3-exec -seed 874431427 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292272-1532585326.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2672, runsolver pid=2669

[startup+0.100168 s]*
/proc/loadavg: 1.79 1.73 1.43 3/217 2688
/proc/meminfo: memFree=20204392/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0
[pid=2674] ppid=2672 vsize=14082840 memory=27636 CPUtime=0.12 cores=0,2,4,6
/proc/2674/stat : 2674 (java) S 2672 2672 2022 0 -1 1077944320 5304 0 0 0 11 1 0 0 20 0 15 0 76095821 14420828160 6909 33554432000 4194304 4196468 140734903272448 140734903254992 139966706519799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
/proc/2674/statm: 3520710 6909 2988 1 0 3483008 0
[pid=2674/tid=2675] ppid=2672 vsize=14082840 memory=8260908620948149083 CPUtime=0.08 cores=0,2,4,6
/proc/2674/task/2675/stat : 2675 (java) R 2672 2672 2022 0 -1 4202560 3284 0 0 0 8 0 0 0 20 0 15 0 76095822 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966710753072 139966706531734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2676] ppid=2672 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2676/stat : 2676 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966302526352 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2677] ppid=2672 vsize=14082840 memory=140488526354048 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2677/stat : 2677 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966301473552 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2678] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2678/stat : 2678 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966300421264 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2679] ppid=2672 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2679/stat : 2679 (java) S 2672 2672 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966299368464 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2680] ppid=2672 vsize=14082840 memory=140488526354048 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76095824 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76095824 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76095825 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) S 2672 2672 2022 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966176496240 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) S 2672 2672 2022 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966175443440 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14082840 memory=140488526354048 CPUtime=0.01 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) R 2672 2672 2022 0 -1 4202560 293 0 0 0 1 0 0 0 20 0 15 0 76095827 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966174391152 139966699616635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14082840 memory=140488526354048 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 6909 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29088 KiB

[startup+0.210567 s]*
/proc/loadavg: 1.79 1.73 1.43 4/217 2688
/proc/meminfo: memFree=20193428/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0
[pid=2674] ppid=2672 vsize=14082840 memory=39780 CPUtime=0.33 cores=0,2,4,6
/proc/2674/stat : 2674 (java) S 2672 2672 2022 0 -1 1077944320 7978 0 0 0 31 2 0 0 20 0 15 0 76095821 14420828160 9945 33554432000 4194304 4196468 140734903272448 140734903254992 139966706519799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
/proc/2674/statm: 3520710 9945 3168 1 0 3483008 0
[pid=2674/tid=2675] ppid=2672 vsize=14082840 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/2674/task/2675/stat : 2675 (java) R 2672 2672 2022 0 -1 4202560 4973 0 0 0 19 1 0 0 20 0 15 0 76095822 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966710754784 139966345332455 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2676] ppid=2672 vsize=14082840 memory=12678 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2676/stat : 2676 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966302526352 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2677] ppid=2672 vsize=14082840 memory=288370864678065792 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2677/stat : 2677 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966301473552 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2678] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2678/stat : 2678 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966300421264 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2679] ppid=2672 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2679/stat : 2679 (java) S 2672 2672 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76095823 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966299368464 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2680] ppid=2672 vsize=14082840 memory=140488526354048 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76095824 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76095824 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76095825 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14082840 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) S 2672 2672 2022 0 -1 1077944384 566 0 0 0 3 0 0 0 20 0 15 0 76095827 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966176496240 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14082840 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) S 2672 2672 2022 0 -1 1077944384 234 0 0 0 1 0 0 0 20 0 15 0 76095827 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966175443440 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14082840 memory=140488526354048 CPUtime=0.07 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) R 2672 2672 2022 0 -1 4202560 906 0 0 0 7 0 0 0 20 0 15 0 76095827 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966174391152 139966699616226 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095827 14420828160 9945 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41232 KiB

[startup+0.312157 s]*
/proc/loadavg: 1.79 1.73 1.43 4/217 2688
/proc/meminfo: memFree=20186604/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0
[pid=2674] ppid=2672 vsize=14087096 memory=46612 CPUtime=0.51 cores=0,2,4,6
/proc/2674/stat : 2674 (java) S 2672 2672 2022 0 -1 1077944320 8879 0 0 0 48 3 0 0 20 0 15 0 76095821 14425186304 11653 33554432000 4194304 4196468 140734903272448 140734903254992 139966706519799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
/proc/2674/statm: 3521774 11653 3202 1 0 3483008 0
[pid=2674/tid=2675] ppid=2672 vsize=14087096 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/2674/task/2675/stat : 2675 (java) R 2672 2672 2022 0 -1 4202560 5687 0 0 0 28 2 0 0 20 0 15 0 76095822 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966710754928 139966706541725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2676] ppid=2672 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2676/stat : 2676 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966302526352 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2677] ppid=2672 vsize=14087096 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2677/stat : 2677 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966301473552 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2678] ppid=2672 vsize=14087096 memory=-3620173217431270332 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2678/stat : 2678 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966300421264 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2679] ppid=2672 vsize=14087096 memory=6944877668250776994 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2679/stat : 2679 (java) S 2672 2672 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76095823 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966299368464 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2680] ppid=2672 vsize=14087096 memory=-9001733975035308135 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76095824 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14087096 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76095824 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14087096 memory=8514701219730523551 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76095825 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14087096 memory=8226496019563506588 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14087096 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) S 2672 2672 2022 0 -1 1077944384 585 0 0 0 4 0 0 0 20 0 15 0 76095827 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966176496240 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) S 2672 2672 2022 0 -1 1077944384 262 0 0 0 3 0 0 0 20 0 15 0 76095827 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966175443440 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) S 2672 2672 2022 0 -1 1077944384 1057 0 0 0 12 0 0 0 20 0 15 0 76095827 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966174391152 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095827 14425186304 11653 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48064 KiB

[startup+0.700782 s]
/proc/loadavg: 1.79 1.73 1.43 5/217 2688
/proc/meminfo: memFree=20171388/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0
[pid=2674] ppid=2672 vsize=14089220 memory=69500 CPUtime=1.66 cores=0,2,4,6
/proc/2674/stat : 2674 (java) S 2672 2672 2022 0 -1 1077944320 11995 0 0 0 162 4 0 0 20 0 15 0 76095821 14427361280 17375 33554432000 4194304 4196468 140734903272448 140734903254992 139966706519799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
/proc/2674/statm: 3522305 17375 3345 1 0 3483520 0
[pid=2674/tid=2675] ppid=2672 vsize=14089220 memory=22816 CPUtime=0.66 cores=0,2,4,6
/proc/2674/task/2675/stat : 2675 (java) R 2672 2672 2022 0 -1 4202560 6392 0 0 0 64 2 0 0 20 0 15 0 76095822 14427361280 17375 33554432000 4194304 4196468 140734903272448 139966710758848 139966706531734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2676] ppid=2672 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2676/stat : 2676 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14427361280 17375 33554432000 4194304 4196468 140734903272448 139966302526352 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2677] ppid=2672 vsize=14089220 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2677/stat : 2677 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14427361280 17375 33554432000 4194304 4196468 140734903272448 139966301473552 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2678] ppid=2672 vsize=14089220 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2678/stat : 2678 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095823 14427361280 17375 33554432000 4194304 4196468 140734903272448 139966300421264 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2679] ppid=2672 vsize=14089220 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2679/stat : 2679 (java) S 2672 2672 2022 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76095823 14427361280 17375 33554432000 4194304 4196468 140734903272448 139966299368464 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2680] ppid=2672 vsize=14089220 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76095824 14427361280 17441 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14089220 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76095824 14427361280 17441 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14089220 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76095825 14427361280 17441 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14089220 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 17441 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14089220 memory=12032 CPUtime=0.32 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) R 2672 2672 2022 0 -1 4202560 1452 0 0 0 32 0 0 0 20 0 15 0 76095827 14427361280 17507 33554432000 4194304 4196468 140734903272448 139966176483920 139966698809248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14089220 memory=1008 CPUtime=0.3 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) R 2672 2672 2022 0 -1 4202560 1000 0 0 0 30 0 0 0 20 0 15 0 76095827 14427361280 17507 33554432000 4194304 4196468 140734903272448 139966175432848 139966690016384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14089220 memory=792 CPUtime=0.34 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) R 2672 2672 2022 0 -1 1077944384 1940 0 0 0 34 0 0 0 20 0 15 0 76095827 14427361280 17507 33554432000 4194304 4196468 140734903272448 139966174391152 139966706530946 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14089220 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 17507 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14089220 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 17507 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 70952 KiB

[startup+1.50077 s]
/proc/loadavg: 1.79 1.73 1.43 5/217 2688
/proc/meminfo: memFree=20152544/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0

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

[pid=2674/tid=2680] ppid=2672 vsize=14089220 memory=231840 CPUtime=0.71 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 3258 0 0 0 65 6 0 0 20 0 15 0 76095824 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 76095824 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14089220 memory=231840 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 76095825 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14089220 memory=231840 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14089220 memory=231840 CPUtime=1.85 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) S 2672 2672 2022 0 -1 1077944384 12364 0 0 0 183 2 0 0 20 0 15 0 76095827 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966176496240 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14089220 memory=8112282956445269571 CPUtime=1.87 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) S 2672 2672 2022 0 -1 1077944384 11488 0 0 0 186 1 0 0 20 0 15 0 76095827 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966175443440 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14089220 memory=1452 CPUtime=0.51 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) S 2672 2672 2022 0 -1 1077944384 7857 0 0 0 50 1 0 0 20 0 15 0 76095827 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966174391152 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14089220 memory=231840 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14089220 memory=1452 CPUtime=0.66 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 893 0 0 0 29 37 0 0 20 0 15 0 76095827 14427361280 57960 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 2269.28 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 233292 KiB

[startup+2322.3 s]
/proc/loadavg: 1.75 1.63 1.60 3/217 2843
/proc/meminfo: memFree=19426984/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0
[pid=2674] ppid=2672 vsize=14089220 memory=237984 CPUtime=2329.43 cores=0,2,4,6
/proc/2674/stat : 2674 (java) S 2672 2672 2022 0 -1 1077944320 71896 0 0 0 232880 63 0 0 20 0 15 0 76095821 14427361280 59496 33554432000 4194304 4196468 140734903272448 140734903254992 139966706519799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
/proc/2674/statm: 3522305 59496 3397 1 0 3483520 0
[pid=2674/tid=2675] ppid=2672 vsize=14089220 memory=235936 CPUtime=2320.21 cores=0,2,4,6
/proc/2674/task/2675/stat : 2675 (java) R 2672 2672 2022 0 -1 4202560 21146 0 0 0 232013 8 0 0 20 0 15 0 76095822 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966710759072 139966350125317 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2676] ppid=2672 vsize=14089220 memory=235936 CPUtime=0.86 cores=0,2,4,6
/proc/2674/task/2676/stat : 2676 (java) S 2672 2672 2022 0 -1 1077944384 3354 0 0 0 79 7 0 0 20 0 15 0 76095823 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966302526352 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2677] ppid=2672 vsize=14089220 memory=235936 CPUtime=0.87 cores=0,2,4,6
/proc/2674/task/2677/stat : 2677 (java) S 2672 2672 2022 0 -1 1077944384 4531 0 0 0 80 7 0 0 20 0 15 0 76095823 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966301473552 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2678] ppid=2672 vsize=14089220 memory=235936 CPUtime=0.87 cores=0,2,4,6
/proc/2674/task/2678/stat : 2678 (java) S 2672 2672 2022 0 -1 1077944384 2728 0 0 0 80 7 0 0 20 0 15 0 76095823 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966300421264 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2679] ppid=2672 vsize=14089220 memory=235936 CPUtime=0.87 cores=0,2,4,6
/proc/2674/task/2679/stat : 2679 (java) S 2672 2672 2022 0 -1 1077944384 2902 0 0 0 80 7 0 0 20 0 15 0 76095823 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966299368464 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2680] ppid=2672 vsize=14089220 memory=237984 CPUtime=0.74 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 3264 0 0 0 68 6 0 0 20 0 15 0 76095824 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14089220 memory=237984 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 76095824 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 76095825 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14089220 memory=235936 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14089220 memory=235936 CPUtime=1.85 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) S 2672 2672 2022 0 -1 1077944384 12364 0 0 0 183 2 0 0 20 0 15 0 76095827 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966176496240 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14089220 memory=1452 CPUtime=1.87 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) S 2672 2672 2022 0 -1 1077944384 11489 0 0 0 186 1 0 0 20 0 15 0 76095827 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966175443440 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 18 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14089220 memory=1452 CPUtime=0.51 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) S 2672 2672 2022 0 -1 1077944384 7857 0 0 0 50 1 0 0 20 0 15 0 76095827 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966174391152 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14089220 memory=1452 CPUtime=0.67 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 897 0 0 0 29 38 0 0 20 0 15 0 76095827 14427361280 59496 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 2329.43 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 239436 KiB

[startup+2382.3 s]
/proc/loadavg: 1.69 1.64 1.60 3/217 2844
/proc/meminfo: memFree=19340636/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0
[pid=2674] ppid=2672 vsize=14089220 memory=243448 CPUtime=2389.56 cores=0,2,4,6
/proc/2674/stat : 2674 (java) S 2672 2672 2022 0 -1 1077944320 72898 0 0 0 238891 65 0 0 20 0 15 0 76095821 14427361280 60862 33554432000 4194304 4196468 140734903272448 140734903254992 139966706519799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
/proc/2674/statm: 3522305 60862 3397 1 0 3483520 0
[pid=2674/tid=2675] ppid=2672 vsize=14089220 memory=243448 CPUtime=2380.11 cores=0,2,4,6
/proc/2674/task/2675/stat : 2675 (java) R 2672 2672 2022 0 -1 4202560 21594 0 0 0 238003 8 0 0 20 0 15 0 76095822 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966710759296 139966348732156 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2676] ppid=2672 vsize=14089220 memory=243448 CPUtime=0.91 cores=0,2,4,6
/proc/2674/task/2676/stat : 2676 (java) S 2672 2672 2022 0 -1 1077944384 3373 0 0 0 83 8 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966302526352 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2677] ppid=2672 vsize=14089220 memory=243448 CPUtime=0.92 cores=0,2,4,6
/proc/2674/task/2677/stat : 2677 (java) S 2672 2672 2022 0 -1 1077944384 4582 0 0 0 85 7 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966301473552 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2678] ppid=2672 vsize=14089220 memory=240140 CPUtime=0.91 cores=0,2,4,6
/proc/2674/task/2678/stat : 2678 (java) S 2672 2672 2022 0 -1 1077944384 2812 0 0 0 84 7 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966300421264 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2679] ppid=2672 vsize=14089220 memory=240140 CPUtime=0.92 cores=0,2,4,6
/proc/2674/task/2679/stat : 2679 (java) S 2672 2672 2022 0 -1 1077944384 3216 0 0 0 84 8 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966299368464 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2680] ppid=2672 vsize=14089220 memory=240140 CPUtime=0.77 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 3325 0 0 0 71 6 0 0 20 0 15 0 76095824 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14089220 memory=243448 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 76095824 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 76095825 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14089220 memory=243448 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14089220 memory=1452 CPUtime=1.85 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) S 2672 2672 2022 0 -1 1077944384 12366 0 0 0 183 2 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966176496240 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14089220 memory=1452 CPUtime=1.87 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) S 2672 2672 2022 0 -1 1077944384 11491 0 0 0 186 1 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966175443440 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14089220 memory=1696 CPUtime=0.51 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) S 2672 2672 2022 0 -1 1077944384 7859 0 0 0 50 1 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966174391152 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14089220 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14089220 memory=22856 CPUtime=0.69 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 916 0 0 0 30 39 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 2389.56 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 244900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.8 s]
/proc/loadavg: 1.67 1.63 1.60 3/217 2844
/proc/meminfo: memFree=19330920/32770624 swapFree=67108860/67108860
[pid=2672] ppid=2669 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2672/stat : 2672 (xcsp3-exec) S 2669 2672 2022 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 76095821 115843072 363 33554432000 4194304 5098028 140733027778400 140733027776504 140483464237692 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 35364864 140733027779643 140733027779844 140733027779844 140733027782602 0
/proc/2672/statm: 28282 363 306 221 0 87 0
[pid=2674] ppid=2672 vsize=14089220 memory=243448 CPUtime=2400.08 cores=0,2,4,6
/proc/2674/stat : 2674 (java) S 2672 2672 2022 0 -1 1077944320 72929 0 0 0 239943 65 0 0 20 0 15 0 76095821 14427361280 60862 33554432000 4194304 4196468 140734903272448 140734903254992 139966706519799 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
/proc/2674/statm: 3522305 60862 3397 1 0 3483520 0
[pid=2674/tid=2675] ppid=2672 vsize=14089220 memory=8112282956445269571 CPUtime=2390.6 cores=0,2,4,6
/proc/2674/task/2675/stat : 2675 (java) R 2672 2672 2022 0 -1 4202560 21609 0 0 0 239052 8 0 0 20 0 15 0 76095822 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966710759360 139966348896838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2676] ppid=2672 vsize=14089220 memory=4012 CPUtime=0.92 cores=0,2,4,6
/proc/2674/task/2676/stat : 2676 (java) S 2672 2672 2022 0 -1 1077944384 3377 0 0 0 84 8 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966302526352 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2677] ppid=2672 vsize=14089220 memory=13336 CPUtime=0.92 cores=0,2,4,6
/proc/2674/task/2677/stat : 2677 (java) S 2672 2672 2022 0 -1 1077944384 4582 0 0 0 85 7 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966301473552 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2678] ppid=2672 vsize=14089220 memory=18484 CPUtime=0.92 cores=0,2,4,6
/proc/2674/task/2678/stat : 2678 (java) S 2672 2672 2022 0 -1 1077944384 2820 0 0 0 85 7 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966300421264 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2679] ppid=2672 vsize=14089220 memory=644 CPUtime=0.92 cores=0,2,4,6
/proc/2674/task/2679/stat : 2679 (java) S 2672 2672 2022 0 -1 1077944384 3219 0 0 0 84 8 0 0 20 0 15 0 76095823 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966299368464 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2680] ppid=2672 vsize=14089220 memory=1788 CPUtime=0.78 cores=0,2,4,6
/proc/2674/task/2680/stat : 2680 (java) S 2672 2672 2022 0 -1 1077944384 3326 0 0 0 72 6 0 0 20 0 15 0 76095824 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966180706416 139966706530946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2681] ppid=2672 vsize=14089220 memory=952 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2681/stat : 2681 (java) S 2672 2672 2022 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 76095824 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966179652384 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2682] ppid=2672 vsize=14089220 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2682/stat : 2682 (java) S 2672 2672 2022 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 76095825 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966178600048 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2683] ppid=2672 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2683/stat : 2683 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966177548368 139966706538395 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2684] ppid=2672 vsize=14089220 memory=1452 CPUtime=1.85 cores=0,2,4,6
/proc/2674/task/2684/stat : 2684 (java) S 2672 2672 2022 0 -1 1077944384 12366 0 0 0 183 2 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966176496240 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2685] ppid=2672 vsize=14089220 memory=243448 CPUtime=1.87 cores=0,2,4,6
/proc/2674/task/2685/stat : 2685 (java) S 2672 2672 2022 0 -1 1077944384 11491 0 0 0 186 1 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966175443440 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2686] ppid=2672 vsize=14089220 memory=1296 CPUtime=0.51 cores=0,2,4,6
/proc/2674/task/2686/stat : 2686 (java) S 2672 2672 2022 0 -1 1077944384 7859 0 0 0 50 1 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966174391152 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2687] ppid=2672 vsize=14089220 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/2674/task/2687/stat : 2687 (java) S 2672 2672 2022 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966173338592 139966706530005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
[pid=2674/tid=2688] ppid=2672 vsize=14089220 memory=1724 CPUtime=0.7 cores=0,2,4,6
/proc/2674/task/2688/stat : 2688 (java) S 2672 2672 2022 0 -1 1077944384 916 0 0 0 30 40 0 0 20 0 15 0 76095827 14427361280 60862 33554432000 4194304 4196468 140734903272448 139966172285360 139966706530946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 47 0 0 6293624 6294260 6742016 140734903280769 140734903280945 140734903280945 140734903283663 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 244900 KiB

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

[startup+2392.81 s]
# the end of solver process 2672 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.44 s, system=0.660498 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2392.81
CPU time (s): 2400.1
CPU user time (s): 2399.44
CPU system time (s): 0.660498
CPU usage (%): 100.305
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 244900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.44
system time used= 0.660498
maximum resident set size= 243908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73680
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73941
involuntary context switches= 3171


# summary of solver processes directly reported to runsolver:
#   pid: 2672
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2399.44
#   total CPU system time (s): 0.660498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9569 second user time and 17.1452 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-26 08:08:46
IDJOB=4292272
IDBENCH=141626
IDSOLVER=2747
FILE ID=node103/4292272-1532585326
RUNJOBID= node103-1532582652-2053
PBS_JOBID= 21021969
Free space on /tmp= 56524 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-30-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292272-1532585326/watcher-4292272-1532585326 -o /tmp/evaluation-result-4292272-1532585326/solver-4292272-1532585326 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532582652-2053 --watchdog 2560  HOME/xcsp3-exec -seed 874431427 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292272-1532585326.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=874431427

node103.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.48
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.48
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.48
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.48
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:        20220792 kB
MemAvailable:   31768364 kB
Buffers:          284636 kB
Cached:         11450892 kB
SwapCached:            0 kB
Active:          3940396 kB
Inactive:        8011420 kB
Active(anon):     218844 kB
Inactive(anon):    25192 kB
Active(file):    3721552 kB
Inactive(file):  7986228 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20460 kB
Writeback:             0 kB
AnonPages:        222616 kB
Mapped:            53132 kB
Shmem:             25228 kB
Slab:             296620 kB
SReclaimable:     268252 kB
SUnreclaim:        28368 kB
KernelStack:        3568 kB
PageTables:         6064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1235776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56504 MiB
End job on node103 at 2018-07-26 08:48:39