Trace number 4394343

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-06-14SAT (TO)77 2400.36 616.105

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394343-1568330388.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394343-1568330388.xml, -tl, 2400s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.92/1.49	c solve instance...
5.83/1.95	o 96 
20.75/5.87	o 93 
42.32/11.33	o 92 
49.94/16.90	o 90 
91.83/28.11	o 89 
105.65/31.77	o 88 
140.79/41.53	o 87 
226.91/64.07	o 85 
286.21/82.43	o 84 
328.33/93.60	o 83 
452.43/126.69	o 82 
511.44/141.55	o 81 
518.11/143.21	o 78 
2327.22/597.73	o 77 
2400.02/616.07	s SATISFIABLE
2400.02/616.07	v <instantiation>
2400.02/616.07	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] </list>
2400.02/616.07	v 	<values>0 2 7 8 28 40 50 59 63 74 77 </values>
2400.02/616.07	v </instantiation>
2400.02/616.07	c Unexpected resolution interruption!

Verifier Data

OK	77

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394343-1568330388/watcher-4394343-1568330388 -o /tmp/evaluation-result-4394343-1568330388/solver-4394343-1568330388 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18217 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1113023174 HOME/instance-4394343-1568330388.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=21060, runsolver pid=21057

[startup+0.100145 s]*
/proc/loadavg: 8.90 8.10 5.80 8/234 21076
/proc/meminfo: memFree=19010736/32770624 swapFree=66959212/67108860
[pid=21060] ppid=21057 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21060/stat : 21060 (xcsp3-exec) S 21057 21060 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408979011 115843072 362 33554432000 4194304 5098028 140725567452048 140725567450152 139791850746492 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25899008 140725567456122 140725567456365 140725567456365 140725567459274 0
/proc/21060/statm: 28282 362 304 221 0 87 0
[pid=21062] ppid=21060 vsize=15144768 memory=28892 CPUtime=0.13 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21060 18186 0 -1 1077944320 5699 0 0 0 12 1 0 0 20 0 15 0 408979012 15508242432 7223 33554432000 4194304 4196468 140735755701200 140735755683744 140259190234871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
/proc/21062/statm: 3786192 7223 3141 1 0 3748377 0
[pid=21062/tid=21063] ppid=21060 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21060 18186 0 -1 4202560 3565 0 0 0 8 1 0 0 20 0 15 0 408979012 15508242432 7223 33554432000 4194304 4196468 140735755701200 140259194461120 140259190246806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21064] ppid=21060 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 7223 33554432000 4194304 4196468 140735755701200 140259142855056 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21065] ppid=21060 vsize=15144768 memory=140062198429312 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 7223 33554432000 4194304 4196468 140735755701200 140259141802256 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21066] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 7223 33554432000 4194304 4196468 140735755701200 140259140749968 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21067] ppid=21060 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21060 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 7223 33554432000 4194304 4196468 140735755701200 140259139697168 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21068] ppid=21060 vsize=15144768 memory=140062198429312 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21060 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408979014 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258658183792 140259190246018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21069] ppid=21060 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21060 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408979014 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258657129760 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21070] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21060 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408979015 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258656077424 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21071] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258655025744 140259190253467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21072] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21060 18186 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258653972592 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21073] ppid=21060 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) R 21060 21060 18186 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258652919792 140259190246018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21074] ppid=21060 vsize=15144768 memory=140062198429312 CPUtime=0.02 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) R 21060 21060 18186 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 408979017 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258651867504 140259190256218 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21075] ppid=21060 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258650814944 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21076] ppid=21060 vsize=15144768 memory=140062198429312 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 7223 33554432000 4194304 4196468 140735755701200 140258649762736 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30340 KiB

[startup+0.212249 s]*
/proc/loadavg: 8.90 8.10 5.80 7/234 21076
/proc/meminfo: memFree=18997752/32770624 swapFree=66959212/67108860
[pid=21060] ppid=21057 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21060/stat : 21060 (xcsp3-exec) S 21057 21060 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408979011 115843072 362 33554432000 4194304 5098028 140725567452048 140725567450152 139791850746492 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25899008 140725567456122 140725567456365 140725567456365 140725567459274 0
/proc/21060/statm: 28282 362 304 221 0 87 0
[pid=21062] ppid=21060 vsize=15144768 memory=40936 CPUtime=0.35 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21060 18186 0 -1 1077944320 9436 0 0 0 32 3 0 0 20 0 15 0 408979012 15508242432 10234 33554432000 4194304 4196468 140735755701200 140735755683744 140259190234871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
/proc/21062/statm: 3786192 10234 3312 1 0 3748377 0
[pid=21062/tid=21063] ppid=21060 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21060 18186 0 -1 4202560 6560 0 0 0 18 2 0 0 20 0 15 0 408979012 15508242432 10234 33554432000 4194304 4196468 140735755701200 140259194473184 140259174315358 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21064] ppid=21060 vsize=15144768 memory=1965945 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 10234 33554432000 4194304 4196468 140735755701200 140259142855056 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21065] ppid=21060 vsize=15144768 memory=3688924848913479328 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 10234 33554432000 4194304 4196468 140735755701200 140259141802256 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21066] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 10234 33554432000 4194304 4196468 140735755701200 140259140749968 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21067] ppid=21060 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21060 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408979013 15508242432 10234 33554432000 4194304 4196468 140735755701200 140259139697168 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21068] ppid=21060 vsize=15144768 memory=140062198429312 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21060 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408979014 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258658183792 140259190246018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21069] ppid=21060 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21060 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408979014 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258657129760 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21070] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21060 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408979015 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258656077424 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21071] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258655025744 140259190253467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21072] ppid=21060 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21060 18186 0 -1 1077944384 529 0 0 0 3 0 0 0 20 0 15 0 408979017 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258653972592 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21073] ppid=21060 vsize=15144768 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21060 18186 0 -1 1077944384 275 0 0 0 1 0 0 0 20 0 15 0 408979017 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258652919792 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21074] ppid=21060 vsize=15144768 memory=140062198429312 CPUtime=0.08 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) R 21060 21060 18186 0 -1 4202560 768 0 0 0 8 0 0 0 20 0 15 0 408979017 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258651867504 140259190246806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21075] ppid=21060 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258650814944 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21076] ppid=21060 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979017 15508242432 10234 33554432000 4194304 4196468 140735755701200 140258649762736 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42384 KiB

[startup+0.316054 s]*
/proc/loadavg: 8.90 8.10 5.80 7/233 21076
/proc/meminfo: memFree=18989624/32770624 swapFree=66959212/67108860
[pid=21060] ppid=21057 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21060/stat : 21060 (xcsp3-exec) S 21057 21060 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408979011 115843072 362 33554432000 4194304 5098028 140725567452048 140725567450152 139791850746492 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25899008 140725567456122 140725567456365 140725567456365 140725567459274 0
/proc/21060/statm: 28282 362 304 221 0 87 0
[pid=21062] ppid=21060 vsize=15149024 memory=50720 CPUtime=0.53 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21060 18186 0 -1 1077944320 10932 0 0 0 50 3 0 0 20 0 15 0 408979012 15512600576 12680 33554432000 4194304 4196468 140735755701200 140735755683744 140259190234871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
/proc/21062/statm: 3787256 12680 3363 1 0 3748377 0
[pid=21062/tid=21063] ppid=21060 vsize=15149024 memory=6791534058613427641 CPUtime=0.3 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21060 18186 0 -1 4202560 7808 0 0 0 28 2 0 0 20 0 15 0 408979012 15512600576 12680 33554432000 4194304 4196468 140735755701200 140259194465984 140259190256797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21064] ppid=21060 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15512600576 12680 33554432000 4194304 4196468 140735755701200 140259142855056 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21065] ppid=21060 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15512600576 12680 33554432000 4194304 4196468 140735755701200 140259141802256 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21066] ppid=21060 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15512600576 12680 33554432000 4194304 4196468 140735755701200 140259140749968 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21067] ppid=21060 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21060 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408979013 15512600576 12680 33554432000 4194304 4196468 140735755701200 140259139697168 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21068] ppid=21060 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21060 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408979014 15512600576 12680 33554432000 4194304 4196468 140735755701200 140258658183792 140259190246018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21069] ppid=21060 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21060 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408979014 15512600576 12680 33554432000 4194304 4196468 140735755701200 140258657129760 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21070] ppid=21060 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21060 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408979015 15512600576 12680 33554432000 4194304 4196468 140735755701200 140258656077424 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21071] ppid=21060 vsize=15149024 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15512600576 12680 33554432000 4194304 4196468 140735755701200 140258655025744 140259190253467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21072] ppid=21060 vsize=15149024 memory=8508281356422055839 CPUtime=0.04 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21060 18186 0 -1 1077944384 545 0 0 0 4 0 0 0 20 0 15 0 408979017 15512600576 12680 33554432000 4194304 4196468 140735755701200 140258653972592 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21073] ppid=21060 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21060 18186 0 -1 1077944384 411 0 0 0 4 0 0 0 20 0 15 0 408979017 15512600576 12680 33554432000 4194304 4196468 140735755701200 140258652919792 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21074] ppid=21060 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) R 21060 21060 18186 0 -1 4202560 865 0 0 0 12 0 0 0 20 0 15 0 408979017 15512600576 12690 33554432000 4194304 4196468 140735755701200 140258651867504 140259190246806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21075] ppid=21060 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15512600576 12690 33554432000 4194304 4196468 140735755701200 140258650814944 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21076] ppid=21060 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979017 15512600576 12690 33554432000 4194304 4196468 140735755701200 140258649762736 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 52168 KiB

[startup+0.700751 s]
/proc/loadavg: 8.90 8.10 5.80 8/233 21076
/proc/meminfo: memFree=18969308/32770624 swapFree=66959212/67108860
[pid=21060] ppid=21057 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21060/stat : 21060 (xcsp3-exec) S 21057 21060 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408979011 115843072 362 33554432000 4194304 5098028 140725567452048 140725567450152 139791850746492 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25899008 140725567456122 140725567456365 140725567456365 140725567459274 0
/proc/21060/statm: 28282 362 304 221 0 87 0
[pid=21062] ppid=21060 vsize=15151148 memory=91308 CPUtime=1.71 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21060 18186 0 -1 1077944320 15479 0 0 0 165 6 0 0 20 0 15 0 408979012 15514775552 22827 33554432000 4194304 4196468 140735755701200 140735755683744 140259190234871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
/proc/21062/statm: 3787787 22827 3443 1 0 3748889 0
[pid=21062/tid=21063] ppid=21060 vsize=15151148 memory=33 CPUtime=0.68 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) R 21060 21060 18186 0 -1 4202560 9189 0 0 0 64 4 0 0 20 0 15 0 408979012 15514775552 22827 33554432000 4194304 4196468 140735755701200 140259194472464 140259171797473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21064] ppid=21060 vsize=15151148 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15514775552 22827 33554432000 4194304 4196468 140735755701200 140259142855056 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21065] ppid=21060 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15514775552 22827 33554432000 4194304 4196468 140735755701200 140259141802256 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21066] ppid=21060 vsize=15151148 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979013 15514775552 22827 33554432000 4194304 4196468 140735755701200 140259140749968 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21067] ppid=21060 vsize=15151148 memory=38300 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21060 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408979013 15514775552 22827 33554432000 4194304 4196468 140735755701200 140259139697168 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21068] ppid=21060 vsize=15151148 memory=988 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21060 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408979014 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258658183792 140259190246018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21069] ppid=21060 vsize=15151148 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21060 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408979014 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258657129760 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21070] ppid=21060 vsize=15151148 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21060 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408979015 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258656077424 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21071] ppid=21060 vsize=15151148 memory=580 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258655025744 140259190253467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21072] ppid=21060 vsize=15151148 memory=1720 CPUtime=0.32 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21060 18186 0 -1 1077944384 1559 0 0 0 32 0 0 0 20 0 15 0 408979017 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258653972592 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21073] ppid=21060 vsize=15151148 memory=10604 CPUtime=0.27 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21060 18186 0 -1 1077944384 1034 0 0 0 27 0 0 0 20 0 15 0 408979017 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258652919792 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21074] ppid=21060 vsize=15151148 memory=3360 CPUtime=0.41 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21060 18186 0 -1 1077944384 2391 0 0 0 41 0 0 0 20 0 15 0 408979017 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258651867504 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21075] ppid=21060 vsize=15151148 memory=776 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408979017 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258650814944 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21076] ppid=21060 vsize=15151148 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21060 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408979017 15514775552 22827 33554432000 4194304 4196468 140735755701200 140258649762736 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 92756 KiB

[startup+1.501 s]
/proc/loadavg: 8.90 8.10 5.80 8/233 21076
/proc/meminfo: memFree=18877192/32770624 swapFree=66959212/67108860
[pid=21060] ppid=21057 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21060/stat : 21060 (xcsp3-exec) S 21057 21060 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408979011 115843072 362 33554432000 4194304 5098028 140725567452048 140725567450152 139791850746492 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25899008 140725567456122 140725567456365 140725567456365 140725567459274 0
/proc/21060/statm: 28282 362 304 221 0 87 0

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

/proc/21062/stat : 21062 (java) S 21060 21060 18186 0 -1 1077944320 188402 0 0 0 202619 96 0 0 20 0 19 0 408979012 15789518848 525915 33554432000 4194304 4196468 140735755701200 140735755683744 140259190234871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
/proc/21062/statm: 3854863 525915 3543 1 0 3815965 0
[pid=21062/tid=21063] ppid=21060 vsize=15419452 memory=2103660 CPUtime=1.43 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21060 18186 0 -1 1077944384 12965 0 0 0 138 5 0 0 20 0 19 0 408979012 15789518848 525915 33554432000 4194304 4196468 140735755701200 140259194475648 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21064] ppid=21060 vsize=15419452 memory=1448 CPUtime=0.25 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) S 21060 21060 18186 0 -1 1077944384 1805 0 0 0 20 5 0 0 20 0 19 0 408979013 15789518848 525915 33554432000 4194304 4196468 140735755701200 140259142855056 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21065] ppid=21060 vsize=15419452 memory=3620 CPUtime=0.24 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21060 18186 0 -1 1077944384 2693 0 0 0 19 5 0 0 20 0 19 0 408979013 15789518848 525915 33554432000 4194304 4196468 140735755701200 140259141802256 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21066] ppid=21060 vsize=15419452 memory=1660 CPUtime=0.25 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21060 18186 0 -1 1077944384 2253 0 0 0 19 6 0 0 20 0 19 0 408979013 15789518848 525915 33554432000 4194304 4196468 140735755701200 140259140749968 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21067] ppid=21060 vsize=15419452 memory=1448 CPUtime=0.25 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21060 18186 0 -1 1077944384 3995 0 0 0 19 6 0 0 20 0 19 0 408979013 15789518848 525915 33554432000 4194304 4196468 140735755701200 140259139697168 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21068] ppid=21060 vsize=15419452 memory=1448 CPUtime=0.06 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21060 18186 0 -1 1077944384 5736 0 0 0 3 3 0 0 20 0 19 0 408979014 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258658183792 140259190246018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21069] ppid=21060 vsize=15419452 memory=2103660 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21060 18186 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 408979014 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258657129824 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21070] ppid=21060 vsize=15419452 memory=2103660 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21060 18186 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 408979015 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258656077440 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21071] ppid=21060 vsize=15419452 memory=2103660 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408979017 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258655025744 140259190253467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21072] ppid=21060 vsize=15419452 memory=1448 CPUtime=3.58 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21060 18186 0 -1 1077944384 34030 0 0 0 355 3 0 0 20 0 19 0 408979017 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258653972592 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21073] ppid=21060 vsize=15419452 memory=132 CPUtime=3.77 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21060 18186 0 -1 1077944384 32705 0 0 0 373 4 0 0 20 0 19 0 408979017 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258652919792 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21074] ppid=21060 vsize=15419452 memory=6656426216303648864 CPUtime=1.02 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21060 18186 0 -1 1077944384 25441 0 0 0 99 3 0 0 20 0 19 0 408979017 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258651867504 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21075] ppid=21060 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408979017 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258650814944 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21076] ppid=21060 vsize=15419452 memory=2103660 CPUtime=0.24 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21060 18186 0 -1 1077944384 2532 0 0 0 18 6 0 0 20 0 19 0 408979017 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258649762736 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21146] ppid=21060 vsize=15419452 memory=1448 CPUtime=376.45 cores=0,2,4,6
/proc/21062/task/21146/stat : 21146 (java) R 21060 21060 18186 0 -1 4202560 1413 0 0 0 37644 1 0 0 20 0 19 0 408993332 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258639735288 140258826611600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21147] ppid=21060 vsize=15419452 memory=2103660 CPUtime=377.05 cores=0,2,4,6
/proc/21062/task/21147/stat : 21147 (java) R 21060 21060 18186 0 -1 4202560 3618 0 0 0 37704 1 0 0 20 0 19 0 408993332 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258638684024 140258826680305 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21148] ppid=21060 vsize=15419452 memory=1448 CPUtime=376.77 cores=0,2,4,6
/proc/21062/task/21148/stat : 21148 (java) R 21060 21060 18186 0 -1 4202560 20445 0 0 0 37650 27 0 0 20 0 19 0 408993333 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258640791472 140258826711725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21149] ppid=21060 vsize=15419452 memory=1448 CPUtime=377.82 cores=0,2,4,6
/proc/21062/task/21149/stat : 21149 (java) R 21060 21060 18186 0 -1 4202560 1824 0 0 0 37782 0 0 0 20 0 19 0 408993333 15789518848 525915 33554432000 4194304 4196468 140735755701200 140258637631392 140258825928880 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
Current children cumulated CPU time: 2027.15 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 2105108 KiB

[startup+582.301 s]
/proc/loadavg: 8.04 8.18 6.94 9/238 26835
/proc/meminfo: memFree=16705308/32770624 swapFree=66959212/67108860
[pid=21060] ppid=21057 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21060/stat : 21060 (xcsp3-exec) S 21057 21060 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408979011 115843072 362 33554432000 4194304 5098028 140725567452048 140725567450152 139791850746492 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25899008 140725567456122 140725567456365 140725567456365 140725567459274 0
/proc/21060/statm: 28282 362 304 221 0 87 0
[pid=21062] ppid=21060 vsize=15419452 memory=2040052 CPUtime=2266 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21060 18186 0 -1 1077944320 194098 0 0 0 226503 97 0 0 20 0 19 0 408979012 15789518848 510013 33554432000 4194304 4196468 140735755701200 140735755683744 140259190234871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
/proc/21062/statm: 3854863 510013 3543 1 0 3815965 0
[pid=21062/tid=21063] ppid=21060 vsize=15419452 memory=2040052 CPUtime=1.43 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21060 18186 0 -1 1077944384 12965 0 0 0 138 5 0 0 20 0 19 0 408979012 15789518848 510013 33554432000 4194304 4196468 140735755701200 140259194475648 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21064] ppid=21060 vsize=15419452 memory=2040052 CPUtime=0.26 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) S 21060 21060 18186 0 -1 1077944384 2389 0 0 0 21 5 0 0 20 0 19 0 408979013 15789518848 510013 33554432000 4194304 4196468 140735755701200 140259142855056 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21065] ppid=21060 vsize=15419452 memory=2040052 CPUtime=0.25 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21060 18186 0 -1 1077944384 2727 0 0 0 20 5 0 0 20 0 19 0 408979013 15789518848 510013 33554432000 4194304 4196468 140735755701200 140259141802256 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21066] ppid=21060 vsize=15419452 memory=2040052 CPUtime=0.26 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21060 18186 0 -1 1077944384 2319 0 0 0 20 6 0 0 20 0 19 0 408979013 15789518848 510013 33554432000 4194304 4196468 140735755701200 140259140749968 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21067] ppid=21060 vsize=15419452 memory=1448 CPUtime=0.26 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21060 18186 0 -1 1077944384 4029 0 0 0 20 6 0 0 20 0 19 0 408979013 15789518848 510013 33554432000 4194304 4196468 140735755701200 140259139697168 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21068] ppid=21060 vsize=15419452 memory=2040052 CPUtime=0.07 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21060 18186 0 -1 1077944384 5992 0 0 0 4 3 0 0 20 0 19 0 408979014 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258658183792 140259190246018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21069] ppid=21060 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21060 18186 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 408979014 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258657129824 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21070] ppid=21060 vsize=15419452 memory=164 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21060 18186 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 408979015 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258656077440 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21071] ppid=21060 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408979017 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258655025744 140259190253467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21072] ppid=21060 vsize=15419452 memory=3620 CPUtime=3.59 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21060 18186 0 -1 1077944384 34862 0 0 0 356 3 0 0 20 0 19 0 408979017 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258653972592 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21073] ppid=21060 vsize=15419452 memory=1660 CPUtime=3.78 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21060 18186 0 -1 1077944384 33628 0 0 0 374 4 0 0 20 0 19 0 408979017 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258652919792 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21074] ppid=21060 vsize=15419452 memory=2040048 CPUtime=1.02 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21060 18186 0 -1 1077944384 25556 0 0 0 99 3 0 0 20 0 19 0 408979017 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258651867504 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21075] ppid=21060 vsize=15419452 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408979017 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258650814944 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21076] ppid=21060 vsize=15419452 memory=1660 CPUtime=0.24 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) S 21060 21060 18186 0 -1 1077944384 2562 0 0 0 18 6 0 0 20 0 19 0 408979017 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258649762736 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21146] ppid=21060 vsize=15419452 memory=38304 CPUtime=435.78 cores=0,2,4,6
/proc/21062/task/21146/stat : 21146 (java) R 21060 21060 18186 0 -1 4202560 1537 0 0 0 43577 1 0 0 20 0 19 0 408993332 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258639735176 140258826682106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21147] ppid=21060 vsize=15419452 memory=1448 CPUtime=436.77 cores=0,2,4,6
/proc/21062/task/21147/stat : 21147 (java) R 21060 21060 18186 0 -1 4202560 3896 0 0 0 43675 2 0 0 20 0 19 0 408993332 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258638683840 140258826682130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21148] ppid=21060 vsize=15419452 memory=2040048 CPUtime=436.73 cores=0,2,4,6
/proc/21062/task/21148/stat : 21148 (java) R 21060 21060 18186 0 -1 4202560 22640 0 0 0 43645 28 0 0 20 0 19 0 408993333 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258640788872 140258825514827 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21149] ppid=21060 vsize=15419452 memory=3620 CPUtime=437.58 cores=0,2,4,6
/proc/21062/task/21149/stat : 21149 (java) R 21060 21060 18186 0 -1 4202560 2049 0 0 0 43758 0 0 0 20 0 19 0 408993333 15789518848 510013 33554432000 4194304 4196468 140735755701200 140258637634272 140258825514410 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
Current children cumulated CPU time: 2266 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 2041500 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+616.001 s]*
/proc/loadavg: 8.08 8.17 6.98 9/237 26839
/proc/meminfo: memFree=16758152/32770624 swapFree=66959212/67108860
[pid=21060] ppid=21057 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/21060/stat : 21060 (xcsp3-exec) S 21057 21060 18186 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 408979011 115843072 362 33554432000 4194304 5098028 140725567452048 140725567450152 139791850746492 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25899008 140725567456122 140725567456365 140725567456365 140725567459274 0
/proc/21060/statm: 28282 362 304 221 0 87 0
[pid=21062] ppid=21060 vsize=15419452 memory=1981572 CPUtime=2400.02 cores=0,2,4,6
/proc/21062/stat : 21062 (java) S 21060 21060 18186 0 -1 1077944320 199474 0 0 0 239904 98 0 0 20 0 19 0 408979012 15789518848 495393 33554432000 4194304 4196468 140735755701200 140735755683744 140259190234871 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
/proc/21062/statm: 3854863 495393 3543 1 0 3815965 0
[pid=21062/tid=21063] ppid=21060 vsize=15419452 memory=1216 CPUtime=1.43 cores=0,2,4,6
/proc/21062/task/21063/stat : 21063 (java) S 21060 21060 18186 0 -1 1077944384 13133 0 0 0 138 5 0 0 20 0 19 0 408979012 15789518848 495393 33554432000 4194304 4196468 140735755701200 140259194475648 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21064] ppid=21060 vsize=15419452 memory=3360 CPUtime=0.26 cores=0,2,4,6
/proc/21062/task/21064/stat : 21064 (java) S 21060 21060 18186 0 -1 1077944384 2391 0 0 0 21 5 0 0 20 0 19 0 408979013 15789518848 495393 33554432000 4194304 4196468 140735755701200 140259142855056 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21065] ppid=21060 vsize=15419452 memory=776 CPUtime=0.26 cores=0,2,4,6
/proc/21062/task/21065/stat : 21065 (java) S 21060 21060 18186 0 -1 1077944384 2732 0 0 0 21 5 0 0 20 0 19 0 408979013 15789518848 495393 33554432000 4194304 4196468 140735755701200 140259141802256 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21066] ppid=21060 vsize=15419452 memory=4872558044660077418 CPUtime=0.27 cores=0,2,4,6
/proc/21062/task/21066/stat : 21066 (java) S 21060 21060 18186 0 -1 1077944384 2321 0 0 0 21 6 0 0 20 0 19 0 408979013 15789518848 495393 33554432000 4194304 4196468 140735755701200 140259140749968 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21067] ppid=21060 vsize=15419452 memory=2008 CPUtime=0.27 cores=0,2,4,6
/proc/21062/task/21067/stat : 21067 (java) S 21060 21060 18186 0 -1 1077944384 4032 0 0 0 21 6 0 0 20 0 19 0 408979013 15789518848 495393 33554432000 4194304 4196468 140735755701200 140259139697168 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21068] ppid=21060 vsize=15419452 memory=1436 CPUtime=0.07 cores=0,2,4,6
/proc/21062/task/21068/stat : 21068 (java) S 21060 21060 18186 0 -1 1077944384 6036 0 0 0 4 3 0 0 20 0 19 0 408979014 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258658183792 140259190246018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21069] ppid=21060 vsize=15419452 memory=580 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21069/stat : 21069 (java) S 21060 21060 18186 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 19 0 408979014 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258657129824 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21070] ppid=21060 vsize=15419452 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21070/stat : 21070 (java) S 21060 21060 18186 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 19 0 408979015 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258656077440 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21071] ppid=21060 vsize=15419452 memory=10604 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21071/stat : 21071 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408979017 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258655025744 140259190253467 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21072] ppid=21060 vsize=15419452 memory=3360 CPUtime=3.59 cores=0,2,4,6
/proc/21062/task/21072/stat : 21072 (java) S 21060 21060 18186 0 -1 1077944384 35049 0 0 0 356 3 0 0 20 0 19 0 408979017 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258653972592 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21073] ppid=21060 vsize=15419452 memory=776 CPUtime=3.78 cores=0,2,4,6
/proc/21062/task/21073/stat : 21073 (java) S 21060 21060 18186 0 -1 1077944384 33644 0 0 0 374 4 0 0 20 0 19 0 408979017 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258652919792 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21074] ppid=21060 vsize=15419452 memory=1564 CPUtime=1.02 cores=0,2,4,6
/proc/21062/task/21074/stat : 21074 (java) S 21060 21060 18186 0 -1 1077944384 26177 0 0 0 99 3 0 0 20 0 19 0 408979017 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258651867504 140259190246018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21075] ppid=21060 vsize=15419452 memory=14004 CPUtime=0 cores=0,2,4,6
/proc/21062/task/21075/stat : 21075 (java) S 21060 21060 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408979017 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258650814944 140259190245077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=21076] ppid=21060 vsize=15419452 memory=20496 CPUtime=0.26 cores=0,2,4,6
/proc/21062/task/21076/stat : 21076 (java) R 21060 21060 18186 0 -1 1077944384 2694 0 0 0 19 7 0 0 20 0 19 0 408979017 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258649762736 140259190246018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=26836] ppid=21060 vsize=15419452 memory=14048 CPUtime=18.15 cores=0,2,4,6
/proc/21062/task/26836/stat : 26836 (java) R 21060 21060 18186 0 -1 4202560 578 0 0 0 1815 0 0 0 20 0 19 0 409038784 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258638683080 140258826682106 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=26837] ppid=21060 vsize=15419452 memory=2124 CPUtime=18.25 cores=0,2,4,6
/proc/21062/task/26837/stat : 26837 (java) R 21060 21060 18186 0 -1 4202560 1073 0 0 0 1825 0 0 0 20 0 19 0 409038784 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258639737320 140258825514410 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=26838] ppid=21060 vsize=15419452 memory=500 CPUtime=18.26 cores=0,2,4,6
/proc/21062/task/26838/stat : 26838 (java) R 21060 21060 18186 0 -1 4202560 1728 0 0 0 1826 0 0 0 20 0 19 0 409038784 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258640789384 140258825514608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
[pid=21062/tid=26839] ppid=21060 vsize=15419452 memory=1556 CPUtime=18.06 cores=0,2,4,6
/proc/21062/task/26839/stat : 26839 (java) R 21060 21060 18186 0 -1 4202560 480 0 0 0 1806 0 0 0 20 0 19 0 409038784 15789518848 495393 33554432000 4194304 4196468 140735755701200 140258637630880 140258825133283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8298496 140735755707375 140735755707546 140735755707546 140735755710415 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 15532580 KiB
Current children cumulated memory: 1983020 KiB

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

[startup+616.029 s]
# the end of solver process 21060 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000731 s, system=0.001753 s

[startup+616.105 s]
# the end of solver process 21062 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.36 s, system=1.00177 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 616.105
CPU time (s): 2400.36
CPU user time (s): 2399.36
CPU system time (s): 1.00177
CPU usage (%): 389.603
Max. virtual memory (cumulated for all children) (KiB): 15534224
Max. memory (cumulated for all children) (KiB): 2301644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.36
system time used= 1.00177
maximum resident set size= 2313996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201484
page faults= 0
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18418
involuntary context switches= 41599


# summary of solver processes directly reported to runsolver:
#   pid: 21060,21062
#   total CPU time (s): 2400.36
#   total CPU user time (s): 2399.36
#   total CPU system time (s): 1.00177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.35933 second user time and 6.91341 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 01:19:08
IDJOB=4394343
IDBENCH=126231
IDSOLVER=2842
FILE ID=node124/4394343-1568330388
RUNJOBID= node124-1568329129-18217
PBS_JOBID= 21701157
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394343-1568330388/watcher-4394343-1568330388 -o /tmp/evaluation-result-4394343-1568330388/solver-4394343-1568330388 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18217 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1113023174 HOME/instance-4394343-1568330388.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=1113023174

node124.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.47
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.47
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.47
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.47
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:        19026580 kB
MemAvailable:   30903320 kB
Buffers:          158224 kB
Cached:         11881988 kB
SwapCached:        45868 kB
Active:          1903976 kB
Inactive:       11097876 kB
Active(anon):     916888 kB
Inactive(anon):    85948 kB
Active(file):     987088 kB
Inactive(file): 11011928 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             26120 kB
Writeback:             0 kB
AnonPages:       1039692 kB
Mapped:            56140 kB
Shmem:             32744 kB
Slab:             335160 kB
SReclaimable:     306184 kB
SUnreclaim:        28976 kB
KernelStack:        4080 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2087740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 01:29:25