Trace number 4282836

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT (TO)373 246.722 240.026

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark329
Best CPU time to get the best result obtained on this benchmark248.836
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282836-1503212621.xml"  -tl '264s' -p 1 -x 0
0.12/0.14	c [HOME/instance-4282836-1503212621.xml, -tl, 264s, -p, 1, -x, 0]
0.12/0.20	c simple solver
0.33/0.27	c parse instance...
4.64/1.67	c solve instance...
62.65/56.37	o 373 
246.69/240.01	s SATISFIABLE
246.69/240.01	v <instantiation>
246.69/240.01	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] </list>
246.69/240.01	v 	<values>0 2 3 8 12 19 32 46 67 85 100 125 147 175 216 279 302 328 373 </values>
246.69/240.01	v </instantiation>
246.69/240.01	c Unexpected resolution interruption!

Verifier Data

OK	373

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282836-1503212621/watcher-4282836-1503212621 -o /tmp/evaluation-result-4282836-1503212621/solver-4282836-1503212621 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300 ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1907665536 HOME/instance-4282836-1503212621.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
solver pid=8417, runsolver pid=8414
Current StackSize limit: 8192 KiB


[startup+0.100818 s]*
/proc/loadavg: 2.01 2.05 1.79 3/217 8433
/proc/meminfo: memFree=21140912/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0
[pid=8419] ppid=8417 vsize=13978596 memory=30068 CPUtime=0.12 cores=0,2,4,6
/proc/8419/stat : 8419 (java) S 8417 8417 7296 0 -1 1077944320 5314 0 0 0 11 1 0 0 20 0 15 0 154342824 14314082304 7517 33554432000 4194304 4196468 140721595212576 140721595195120 139905333894903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
/proc/8419/statm: 3494649 7517 2868 1 0 3482966 0
[pid=8419/tid=8420] ppid=8417 vsize=13978596 memory=8332688038544249691 CPUtime=0.09 cores=0,2,4,6
/proc/8419/task/8420/stat : 8420 (java) R 8417 8417 7296 0 -1 4202560 3322 0 0 0 8 1 0 0 20 0 15 0 154342824 14314082304 7582 33554432000 4194304 4196468 140721595212576 139905338127264 139905333906838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8421] ppid=8417 vsize=13978596 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8421/stat : 8421 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904930028304 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8422] ppid=8417 vsize=13978596 memory=139965242549888 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8422/stat : 8422 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904928975760 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8423] ppid=8417 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8423/stat : 8423 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904927923216 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8424] ppid=8417 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8424/stat : 8424 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904926870672 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8425] ppid=8417 vsize=13978596 memory=139965242549888 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8425/stat : 8425 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342826 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904875317232 139905333906050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8426] ppid=8417 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8426/stat : 8426 (java) S 8417 8417 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342827 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904874263456 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8427] ppid=8417 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342827 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13978596 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) S 8417 8417 7296 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 154342829 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904871107056 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904870054512 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13978596 memory=139965242549888 CPUtime=0.01 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) R 8417 8417 7296 0 -1 4202560 310 0 0 0 1 0 0 0 20 0 15 0 154342829 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904306899696 139905312847722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13978596 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13978596 memory=139965242549888 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342830 14314082304 7582 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 13988108 KiB
Current children cumulated memory: 31452 KiB

[startup+0.214923 s]*
/proc/loadavg: 2.01 2.05 1.79 3/217 8433
/proc/meminfo: memFree=21129608/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0
[pid=8419] ppid=8417 vsize=13982852 memory=42296 CPUtime=0.33 cores=0,2,4,6
/proc/8419/stat : 8419 (java) S 8417 8417 7296 0 -1 1077944320 8211 0 0 0 31 2 0 0 20 0 15 0 154342824 14318440448 10574 33554432000 4194304 4196468 140721595212576 140721595195120 139905333894903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
/proc/8419/statm: 3495713 10574 3060 1 0 3482966 0
[pid=8419/tid=8420] ppid=8417 vsize=13982852 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/8419/task/8420/stat : 8420 (java) R 8417 8417 7296 0 -1 4202560 5415 0 0 0 18 1 0 0 20 0 15 0 154342824 14318440448 10574 33554432000 4194304 4196468 140721595212576 139905338104800 139905333916829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8421] ppid=8417 vsize=13982852 memory=8911 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8421/stat : 8421 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904930028304 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8422] ppid=8417 vsize=13982852 memory=139965243593358 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8422/stat : 8422 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904928975760 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8423] ppid=8417 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8423/stat : 8423 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904927923216 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8424] ppid=8417 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8424/stat : 8424 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904926870672 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8425] ppid=8417 vsize=13982852 memory=139965242549888 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8425/stat : 8425 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342826 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904875317232 139905333906050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8426] ppid=8417 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8426/stat : 8426 (java) S 8417 8417 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342827 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904874263456 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8427] ppid=8417 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342827 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13982852 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) S 8417 8417 7296 0 -1 1077944384 634 0 0 0 3 0 0 0 20 0 15 0 154342829 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904871107056 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13982852 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) S 8417 8417 7296 0 -1 1077944384 141 0 0 0 1 0 0 0 20 0 15 0 154342829 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904870054512 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13982852 memory=139965242549888 CPUtime=0.08 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) S 8417 8417 7296 0 -1 1077944384 717 0 0 0 8 0 0 0 20 0 15 0 154342829 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904306899696 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13982852 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342830 14318440448 10574 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 43680 KiB

[startup+0.310539 s]*
/proc/loadavg: 2.01 2.05 1.79 4/217 8433
/proc/meminfo: memFree=21122784/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0
[pid=8419] ppid=8417 vsize=13982852 memory=49384 CPUtime=0.51 cores=0,2,4,6
/proc/8419/stat : 8419 (java) S 8417 8417 7296 0 -1 1077944320 8983 0 0 0 48 3 0 0 20 0 15 0 154342824 14318440448 12346 33554432000 4194304 4196468 140721595212576 140721595195120 139905333894903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
/proc/8419/statm: 3495713 12346 3112 1 0 3482966 0
[pid=8419/tid=8420] ppid=8417 vsize=13982852 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/8419/task/8420/stat : 8420 (java) R 8417 8417 7296 0 -1 4202560 5948 0 0 0 27 2 0 0 20 0 15 0 154342824 14318440448 12346 33554432000 4194304 4196468 140721595212576 139905338133824 139905317975390 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8421] ppid=8417 vsize=13982852 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8421/stat : 8421 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904930028304 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8422] ppid=8417 vsize=13982852 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8422/stat : 8422 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904928975760 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8423] ppid=8417 vsize=13982852 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8423/stat : 8423 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904927923216 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8424] ppid=8417 vsize=13982852 memory=7307460116655545206 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8424/stat : 8424 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904926870672 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8425] ppid=8417 vsize=13982852 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8425/stat : 8425 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342826 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904875317232 139905333906050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8426] ppid=8417 vsize=13982852 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8426/stat : 8426 (java) S 8417 8417 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342827 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904874263456 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8427] ppid=8417 vsize=13982852 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342827 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13982852 memory=-8412654338097312159 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13982852 memory=-7384621950708166502 CPUtime=0.04 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) R 8417 8417 7296 0 -1 1077944384 704 0 0 0 4 0 0 0 20 0 15 0 154342829 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904871107056 139905333906050 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13982852 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) R 8417 8417 7296 0 -1 4202560 155 0 0 0 2 0 0 0 20 0 15 0 154342829 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904870054512 139905326879945 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13982852 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) R 8417 8417 7296 0 -1 4202560 875 0 0 0 13 0 0 0 20 0 15 0 154342829 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904306899696 139905312385969 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13982852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342830 14318440448 12346 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 13992364 KiB
Current children cumulated memory: 50768 KiB

[startup+0.700924 s]
/proc/loadavg: 2.00 2.05 1.79 5/217 8433
/proc/meminfo: memFree=21098836/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0
[pid=8419] ppid=8417 vsize=13982928 memory=135216 CPUtime=1.7 cores=0,2,4,6
/proc/8419/stat : 8419 (java) S 8417 8417 7296 0 -1 1077944320 12022 0 0 0 166 4 0 0 20 0 15 0 154342824 14318518272 33804 33554432000 4194304 4196468 140721595212576 140721595195120 139905333894903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
/proc/8419/statm: 3495732 33804 3198 1 0 3482966 0
[pid=8419/tid=8420] ppid=8417 vsize=13982928 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/8419/task/8420/stat : 8420 (java) R 8417 8417 7296 0 -1 4202560 6266 0 0 0 64 3 0 0 20 0 15 0 154342824 14318518272 33804 33554432000 4194304 4196468 140721595212576 139905338127840 139904956078077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8421] ppid=8417 vsize=13982928 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8421/stat : 8421 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904930028304 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8422] ppid=8417 vsize=13982928 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8422/stat : 8422 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904928975760 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8423] ppid=8417 vsize=13982928 memory=43084 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8423/stat : 8423 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342825 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904927923216 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8424] ppid=8417 vsize=13982928 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8424/stat : 8424 (java) S 8417 8417 7296 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 154342825 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904926870672 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8425] ppid=8417 vsize=13982928 memory=2408 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8425/stat : 8425 (java) S 8417 8417 7296 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 154342826 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904875317232 139905333906050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8426] ppid=8417 vsize=13982928 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8426/stat : 8426 (java) S 8417 8417 7296 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 154342827 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904874263456 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8427] ppid=8417 vsize=13982928 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 154342827 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13982928 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13982928 memory=5792 CPUtime=0.37 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) R 8417 8417 7296 0 -1 4202560 1789 0 0 0 37 0 0 0 20 0 15 0 154342829 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904871093600 139905319002639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13982928 memory=796 CPUtime=0.37 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) R 8417 8417 7296 0 -1 4202560 1183 0 0 0 37 0 0 0 20 0 15 0 154342829 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904870043776 139905317452283 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13982928 memory=1436 CPUtime=0.27 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) S 8417 8417 7296 0 -1 1077944384 1475 0 0 0 27 0 0 0 20 0 15 0 154342829 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904306899696 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13982928 memory=1012 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13982928 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 154342830 14318518272 33804 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 13992440 KiB
Current children cumulated memory: 136600 KiB

[startup+1.50083 s]
/proc/loadavg: 2.00 2.05 1.79 5/217 8433
/proc/meminfo: memFree=20974328/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0

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

/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154342827 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13984976 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13984976 memory=5926014342249158516 CPUtime=2.15 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) S 8417 8417 7296 0 -1 1077944384 6429 0 0 0 215 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904871107056 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13984976 memory=-6587499949576377438 CPUtime=2.2 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) S 8417 8417 7296 0 -1 1077944384 6216 0 0 0 220 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904870054512 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13984976 memory=1384 CPUtime=0.72 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) S 8417 8417 7296 0 -1 1077944384 6919 0 0 0 71 1 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904306899696 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13984976 memory=705036 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13984976 memory=1384 CPUtime=0.05 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 483 0 0 0 2 3 0 0 20 0 15 0 154342830 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 108.83 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 706504 KiB

[startup+162.301 s]
/proc/loadavg: 2.04 2.05 1.84 3/218 8521
/proc/meminfo: memFree=20442100/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0
[pid=8419] ppid=8417 vsize=13984976 memory=705120 CPUtime=168.9 cores=0,2,4,6
/proc/8419/stat : 8419 (java) S 8417 8417 7296 0 -1 1077944320 41387 0 0 0 16857 33 0 0 20 0 15 0 154342824 14320615424 176280 33554432000 4194304 4196468 140721595212576 140721595195120 139905333894903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
/proc/8419/statm: 3496244 176280 3274 1 0 3483478 0
[pid=8419/tid=8420] ppid=8417 vsize=13984976 memory=705120 CPUtime=160.63 cores=0,2,4,6
/proc/8419/task/8420/stat : 8420 (java) R 8417 8417 7296 0 -1 4202560 10769 0 0 0 16055 8 0 0 20 0 15 0 154342824 14320615424 176280 33554432000 4194304 4196468 140721595212576 139905338131536 139904960811155 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8421] ppid=8417 vsize=13984976 memory=705120 CPUtime=0.47 cores=0,2,4,6
/proc/8419/task/8421/stat : 8421 (java) S 8417 8417 7296 0 -1 1077944384 307 0 0 0 43 4 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904930028304 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8422] ppid=8417 vsize=13984976 memory=705120 CPUtime=0.45 cores=0,2,4,6
/proc/8419/task/8422/stat : 8422 (java) S 8417 8417 7296 0 -1 1077944384 878 0 0 0 42 3 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904928975760 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8423] ppid=8417 vsize=13984976 memory=1384 CPUtime=0.45 cores=0,2,4,6
/proc/8419/task/8423/stat : 8423 (java) S 8417 8417 7296 0 -1 1077944384 357 0 0 0 42 3 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904927923216 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8424] ppid=8417 vsize=13984976 memory=4580 CPUtime=0.49 cores=0,2,4,6
/proc/8419/task/8424/stat : 8424 (java) S 8417 8417 7296 0 -1 1077944384 897 0 0 0 45 4 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904926870672 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8425] ppid=8417 vsize=13984976 memory=3832 CPUtime=1.12 cores=0,2,4,6
/proc/8419/task/8425/stat : 8425 (java) S 8417 8417 7296 0 -1 1077944384 4495 0 0 0 112 0 0 0 20 0 15 0 154342826 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904875317232 139905333906050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8426] ppid=8417 vsize=13984976 memory=2548 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8426/stat : 8426 (java) S 8417 8417 7296 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154342827 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904874263520 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8427] ppid=8417 vsize=13984976 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154342827 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13984976 memory=705120 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13984976 memory=705120 CPUtime=2.17 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) S 8417 8417 7296 0 -1 1077944384 7023 0 0 0 217 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904871107056 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13984976 memory=1384 CPUtime=2.21 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) S 8417 8417 7296 0 -1 1077944384 6859 0 0 0 221 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904870054512 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13984976 memory=1384 CPUtime=0.73 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) S 8417 8417 7296 0 -1 1077944384 7912 0 0 0 72 1 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904306899696 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13984976 memory=705120 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13984976 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 549 0 0 0 3 5 0 0 20 0 15 0 154342830 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 168.9 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 706504 KiB

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 1.85 3/218 8522
/proc/meminfo: memFree=20433436/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0
[pid=8419] ppid=8417 vsize=13984976 memory=705120 CPUtime=228.98 cores=0,2,4,6
/proc/8419/stat : 8419 (java) S 8417 8417 7296 0 -1 1077944320 43550 0 0 0 22863 35 0 0 20 0 15 0 154342824 14320615424 176280 33554432000 4194304 4196468 140721595212576 140721595195120 139905333894903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
/proc/8419/statm: 3496244 176280 3274 1 0 3483478 0
[pid=8419/tid=8420] ppid=8417 vsize=13984976 memory=1384 CPUtime=220.62 cores=0,2,4,6
/proc/8419/task/8420/stat : 8420 (java) R 8417 8417 7296 0 -1 4202560 11179 0 0 0 22054 8 0 0 20 0 15 0 154342824 14320615424 176280 33554432000 4194304 4196468 140721595212576 139905338130416 139904960476913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8421] ppid=8417 vsize=13984976 memory=705120 CPUtime=0.47 cores=0,2,4,6
/proc/8419/task/8421/stat : 8421 (java) S 8417 8417 7296 0 -1 1077944384 307 0 0 0 43 4 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904930028304 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8422] ppid=8417 vsize=13984976 memory=705120 CPUtime=0.45 cores=0,2,4,6
/proc/8419/task/8422/stat : 8422 (java) S 8417 8417 7296 0 -1 1077944384 878 0 0 0 42 3 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904928975760 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8423] ppid=8417 vsize=13984976 memory=1384 CPUtime=0.45 cores=0,2,4,6
/proc/8419/task/8423/stat : 8423 (java) S 8417 8417 7296 0 -1 1077944384 357 0 0 0 42 3 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904927923216 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8424] ppid=8417 vsize=13984976 memory=705120 CPUtime=0.49 cores=0,2,4,6
/proc/8419/task/8424/stat : 8424 (java) S 8417 8417 7296 0 -1 1077944384 897 0 0 0 45 4 0 0 20 0 15 0 154342825 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904926870672 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8425] ppid=8417 vsize=13984976 memory=1384 CPUtime=1.13 cores=0,2,4,6
/proc/8419/task/8425/stat : 8425 (java) S 8417 8417 7296 0 -1 1077944384 4548 0 0 0 112 1 0 0 20 0 15 0 154342826 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904875317232 139905333906050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8426] ppid=8417 vsize=13984976 memory=705120 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8426/stat : 8426 (java) S 8417 8417 7296 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154342827 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904874263520 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8427] ppid=8417 vsize=13984976 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154342827 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13984976 memory=43092 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13984976 memory=705120 CPUtime=2.2 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) S 8417 8417 7296 0 -1 1077944384 8207 0 0 0 220 0 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904871107056 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13984976 memory=1384 CPUtime=2.22 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) S 8417 8417 7296 0 -1 1077944384 7222 0 0 0 221 1 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904870054512 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13984976 memory=1224 CPUtime=0.74 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) S 8417 8417 7296 0 -1 1077944384 8025 0 0 0 73 1 0 0 20 0 15 0 154342829 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904306899696 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13984976 memory=12136 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13984976 memory=5792 CPUtime=0.11 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 589 0 0 0 5 6 0 0 20 0 15 0 154342830 14320615424 176280 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 228.98 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 706504 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]*
/proc/loadavg: 2.01 2.04 1.85 3/218 8522
/proc/meminfo: memFree=20409048/32770624 swapFree=67108860/67108860
[pid=8417] ppid=8414 vsize=9512 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/8417/stat : 8417 (xcsp3-exec) S 8414 8417 7296 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 154342823 9740288 346 33554432000 4194304 5098028 140727387306064 140727387304168 139716399547004 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26972160 140727387313268 140727387313472 140727387313472 140727387316203 0
/proc/8417/statm: 2378 346 289 221 0 87 0
[pid=8419] ppid=8417 vsize=13984976 memory=723064 CPUtime=246.69 cores=0,2,4,6
/proc/8419/stat : 8419 (java) S 8417 8417 7296 0 -1 1077944320 44243 0 0 0 24634 35 0 0 20 0 15 0 154342824 14320615424 180766 33554432000 4194304 4196468 140721595212576 140721595195120 139905333894903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
/proc/8419/statm: 3496244 180766 3274 1 0 3483478 0
[pid=8419/tid=8420] ppid=8417 vsize=13984976 memory=8112282956445269571 CPUtime=238.33 cores=0,2,4,6
/proc/8419/task/8420/stat : 8420 (java) R 8417 8417 7296 0 -1 4202560 11872 0 0 0 23825 8 0 0 20 0 15 0 154342824 14320615424 180766 33554432000 4194304 4196468 140721595212576 139905338130416 139904960668946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8421] ppid=8417 vsize=13984976 memory=4126316290023845779 CPUtime=0.47 cores=0,2,4,6
/proc/8419/task/8421/stat : 8421 (java) S 8417 8417 7296 0 -1 1077944384 307 0 0 0 43 4 0 0 20 0 15 0 154342825 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904930028304 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8422] ppid=8417 vsize=13984976 memory=1012 CPUtime=0.45 cores=0,2,4,6
/proc/8419/task/8422/stat : 8422 (java) S 8417 8417 7296 0 -1 1077944384 878 0 0 0 42 3 0 0 20 0 15 0 154342825 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904928975760 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8423] ppid=8417 vsize=13984976 memory=1716 CPUtime=0.45 cores=0,2,4,6
/proc/8419/task/8423/stat : 8423 (java) S 8417 8417 7296 0 -1 1077944384 357 0 0 0 42 3 0 0 20 0 15 0 154342825 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904927923216 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8424] ppid=8417 vsize=13984976 memory=1952 CPUtime=0.49 cores=0,2,4,6
/proc/8419/task/8424/stat : 8424 (java) S 8417 8417 7296 0 -1 1077944384 897 0 0 0 45 4 0 0 20 0 15 0 154342825 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904926870672 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8425] ppid=8417 vsize=13984976 memory=288230574492221466 CPUtime=1.13 cores=0,2,4,6
/proc/8419/task/8425/stat : 8425 (java) S 8417 8417 7296 0 -1 1077944384 4548 0 0 0 112 1 0 0 20 0 15 0 154342826 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904875317232 139905333906050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8426] ppid=8417 vsize=13984976 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8426/stat : 8426 (java) S 8417 8417 7296 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 154342827 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904874263520 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8427] ppid=8417 vsize=13984976 memory=13565994345957952 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8427/stat : 8427 (java) S 8417 8417 7296 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 154342827 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904873210864 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8428] ppid=8417 vsize=13984976 memory=844 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8428/stat : 8428 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342829 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904872159440 139905333913499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8429] ppid=8417 vsize=13984976 memory=1696 CPUtime=2.2 cores=0,2,4,6
/proc/8419/task/8429/stat : 8429 (java) S 8417 8417 7296 0 -1 1077944384 8207 0 0 0 220 0 0 0 20 0 15 0 154342829 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904871107056 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8430] ppid=8417 vsize=13984976 memory=920 CPUtime=2.22 cores=0,2,4,6
/proc/8419/task/8430/stat : 8430 (java) S 8417 8417 7296 0 -1 1077944384 7222 0 0 0 221 1 0 0 20 0 15 0 154342829 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904870054512 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8431] ppid=8417 vsize=13984976 memory=3832 CPUtime=0.74 cores=0,2,4,6
/proc/8419/task/8431/stat : 8431 (java) S 8417 8417 7296 0 -1 1077944384 8025 0 0 0 73 1 0 0 20 0 15 0 154342829 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904306899696 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8432] ppid=8417 vsize=13984976 memory=2548 CPUtime=0 cores=0,2,4,6
/proc/8419/task/8432/stat : 8432 (java) S 8417 8417 7296 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 154342830 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904305847392 139905333905109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
[pid=8419/tid=8433] ppid=8417 vsize=13984976 memory=2680 CPUtime=0.13 cores=0,2,4,6
/proc/8419/task/8433/stat : 8433 (java) S 8417 8417 7296 0 -1 1077944384 589 0 0 0 6 7 0 0 20 0 15 0 154342830 14320615424 180766 33554432000 4194304 4196468 140721595212576 139904304793904 139905333906050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21934080 140721595221149 140721595221324 140721595221324 140721595224015 0
Current children cumulated CPU time: 246.69 s
Current children cumulated vsize: 13994488 KiB
Current children cumulated memory: 724448 KiB

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

[startup+240.02 s]
# the end of solver process 8417 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000663 s, system=0.001327 s

[startup+240.026 s]
# the end of solver process 8419 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=246.357 s, system=0.365435 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): 240.026
CPU time (s): 246.722
CPU user time (s): 246.357
CPU system time (s): 0.365435
CPU usage (%): 102.79
Max. virtual memory (cumulated for all children) (KiB): 13994488
Max. memory (cumulated for all children) (KiB): 724448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.357
system time used= 0.365435
maximum resident set size= 728000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45232
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7658
involuntary context switches= 341


# summary of solver processes directly reported to runsolver:
#   pid: 8417,8419
#   total CPU time (s): 246.722
#   total CPU user time (s): 246.357
#   total CPU system time (s): 0.365435

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.18155 second user time and 2.75867 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-20 08:49:21
IDJOB=4282836
IDBENCH=126252
IDSOLVER=2678
FILE ID=node149/4282836-1503212621
RUNJOBID= node149-1503210552-7327
PBS_JOBID= 20630877
Free space on /tmp= 61704 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-19-a4.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282836-1503212621/watcher-4282836-1503212621 -o /tmp/evaluation-result-4282836-1503212621/solver-4282836-1503212621 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node149-1503210552-7327 --watchdog 300  ./xcsp3-exec -dir HOME -tl 264 -ml 11000 -tdir HOME -seed 1907665536 HOME/instance-4282836-1503212621.xml

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=1907665536

node149.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.43
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.43
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.43
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.43
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:        21159232 kB
MemAvailable:   31715900 kB
Buffers:          286784 kB
Cached:         10539220 kB
SwapCached:            0 kB
Active:          2404244 kB
Inactive:        8712040 kB
Active(anon):     240036 kB
Inactive(anon):    86576 kB
Active(file):    2164208 kB
Inactive(file):  8625464 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8484 kB
Writeback:             0 kB
AnonPages:        312284 kB
Mapped:            64300 kB
Shmem:             33416 kB
Slab:             193040 kB
SReclaimable:     165664 kB
SUnreclaim:        27376 kB
KernelStack:        3808 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1304540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61696 MiB
End job on node149 at 2017-08-20 08:53:21