Trace number 4272880

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 5a (2017-07-26)? (TO) 2520.05 2491.4099

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-20-20-9.xml
MD5SUM167976addb93ebd5943ef7570ccdd100
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1620
Number of constraints1260
Number of domains22
Minimum domain size15
Maximum domain size1384
Distribution of domain sizes[{"size":15,"count":40},{"size":17,"count":40},{"size":18,"count":140},{"size":19,"count":180},{"size":20,"count":400},{"size":1384,"count":820}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":420},{"degree":3,"count":800},{"degree":21,"count":400}]
Minimum constraint arity1
Maximum constraint arity22
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":3,"count":400},{"arity":20,"count":40},{"arity":22,"count":400}]
Number of extensional constraints400
Number of intensional constraints420
Distribution of constraint types[{"type":"extension","count":400},{"type":"intension","count":420},{"type":"allDifferent","count":20},{"type":"noOverlap","count":20},{"type":"element","count":400}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272880-1502678058.xml"  -tl '2520s' -p 1 -x 3
0.10/0.26	c [HOME/instance-4272880-1502678058.xml, -tl, 2520s, -p, 1, -x, 3]
0.31/0.32	c simple solver
0.31/0.38	c parse instance...
1.79/0.89	c solve instance...
2520.02/2491.40	s UNKNOWN
2520.02/2491.40	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272880-1502678058/watcher-4272880-1502678058 -o /tmp/evaluation-result-4272880-1502678058/solver-4272880-1502678058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1280096017 HOME/instance-4272880-1502678058.xml 

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

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

solver pid=2051, runsolver pid=2048

[startup+0.100933 s]*
/proc/loadavg: 1.90 1.85 1.79 3/210 2060
/proc/meminfo: memFree=30994148/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13574484 memory=16932 CPUtime=0.03 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 4059 0 0 0 2 1 0 0 20 0 9 0 21688472 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3393621 4233 2092 1 0 3383118 0
[pid=2053/tid=2054] ppid=2051 vsize=13574484 memory=-6871798056557643345 CPUtime=0.02 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 2797 0 0 0 2 0 0 0 20 0 9 0 21688472 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930669453544 139930649298270 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13574484 memory=5118961333147690361 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 21688473 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13574484 memory=139914486695552 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 21688473 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 21688473 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13574484 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2051 2051 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 21688473 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930581473680 139930665227989 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2059] ppid=2051 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2051 2051 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 21688474 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930143030000 139930665228930 0 0 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2060] ppid=2051 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2051 2051 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 21688475 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930141976224 139930665227989 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2061] ppid=2051 vsize=13574484 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 21688475 13900271616 4233 18446744073709551615 4194304 4196468 140735815010736 139930140923184 139930665227989 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 18312 KiB

[startup+0.21031 s]*
/proc/loadavg: 1.90 1.85 1.79 3/217 2067
/proc/meminfo: memFree=30984900/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13974352 memory=27792 CPUtime=0.1 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 5426 0 0 0 9 1 0 0 20 0 15 0 21688472 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3493588 6948 2816 1 0 3482964 0
[pid=2053/tid=2054] ppid=2051 vsize=13974352 memory=7311146985107750967 CPUtime=0.08 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 3466 0 0 0 7 1 0 0 20 0 15 0 21688472 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930669442512 139930665239709 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13974352 memory=139914486713647 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2051 2051 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930581473680 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2059] ppid=2051 vsize=13974352 memory=139914486695552 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2051 2051 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21688474 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930143030000 139930665228930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2060] ppid=2051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2051 2051 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21688475 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930141976224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2061] ppid=2051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21688475 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930140923120 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2062] ppid=2051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930139871696 139930665236379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2063] ppid=2051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2051 2051 7968 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 21688478 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930138818800 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2064] ppid=2051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2051 2051 7968 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 21688478 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930137766256 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2065] ppid=2051 vsize=13974352 memory=139914486695552 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2051 2051 7968 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 21688478 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930136713200 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2066] ppid=2051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930135660896 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2067] ppid=2051 vsize=13974352 memory=139914486695552 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688483 14309736448 6948 18446744073709551615 4194304 4196468 140735815010736 139930134608944 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 29172 KiB

[startup+0.310643 s]*
/proc/loadavg: 1.90 1.85 1.79 5/217 2067
/proc/meminfo: memFree=30972168/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13974352 memory=39760 CPUtime=0.31 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 9126 0 0 0 28 3 0 0 20 0 15 0 21688472 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3493588 9940 3020 1 0 3482964 0
[pid=2053/tid=2054] ppid=2051 vsize=13974352 memory=7311146985107750967 CPUtime=0.18 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 6276 0 0 0 16 2 0 0 20 0 15 0 21688472 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930669455600 139930649298270 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13974352 memory=11602 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13974352 memory=139914486713647 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13974352 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13974352 memory=3472328279047811119 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2051 2051 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21688473 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930581473680 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2059] ppid=2051 vsize=13974352 memory=7813734009685758130 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2051 2051 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21688474 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930143030000 139930665228930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2060] ppid=2051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2051 2051 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21688475 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930141976224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2061] ppid=2051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21688475 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930140923120 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2062] ppid=2051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930139871696 139930665236379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2063] ppid=2051 vsize=13974352 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2051 2051 7968 0 -1 1077944384 610 0 0 0 3 0 0 0 20 0 15 0 21688478 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930138818800 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2064] ppid=2051 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2051 2051 7968 0 -1 1077944384 188 0 0 0 2 0 0 0 20 0 15 0 21688478 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930137766256 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2065] ppid=2051 vsize=13974352 memory=139914486695552 CPUtime=0.06 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) R 2051 2051 7968 0 -1 4202560 756 0 0 0 6 0 0 0 20 0 15 0 21688478 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930136713200 139930665239130 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2066] ppid=2051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930135660896 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2067] ppid=2051 vsize=13974352 memory=139914486695552 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688483 14309736448 9940 18446744073709551615 4194304 4196468 140735815010736 139930134608944 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41140 KiB

[startup+0.701451 s]
/proc/loadavg: 1.90 1.85 1.79 5/217 2067
/proc/meminfo: memFree=30952024/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13980732 memory=82392 CPUtime=1.42 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 14247 0 0 0 137 5 0 0 20 0 15 0 21688472 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3495183 20598 3157 1 0 3483476 0
[pid=2053/tid=2054] ppid=2051 vsize=13980732 memory=229050 CPUtime=0.56 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 8563 0 0 0 52 4 0 0 20 0 15 0 21688472 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930669427088 139930665239709 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13980732 memory=7453282923528810348 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13980732 memory=-8383301583103171957 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13980732 memory=-8412654356252036979 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13980732 memory=-7313218805096079717 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2051 2051 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 21688473 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930581473680 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2059] ppid=2051 vsize=13980732 memory=-7531822216213012384 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2051 2051 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 21688474 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930143030000 139930665228930 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2060] ppid=2051 vsize=13980732 memory=-7966001967340291680 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2051 2051 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 21688475 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930141976224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2061] ppid=2051 vsize=13980732 memory=-7595754389018307734 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 21688475 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930140923120 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2062] ppid=2051 vsize=13980732 memory=-2331055268852096867 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930139871696 139930665236379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2063] ppid=2051 vsize=13980732 memory=-7740096080597194087 CPUtime=0.23 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) R 2051 2051 7968 0 -1 4202560 1314 0 0 0 23 0 0 0 20 0 15 0 21688478 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930138805344 139930646762411 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2064] ppid=2051 vsize=13980732 memory=6944656592387989600 CPUtime=0.27 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) R 2051 2051 7968 0 -1 4202560 1316 0 0 0 27 0 0 0 20 0 15 0 21688478 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930137756176 139930646765086 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2065] ppid=2051 vsize=13980732 memory=6944656592455359580 CPUtime=0.33 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2051 2051 7968 0 -1 1077944384 1746 0 0 0 33 0 0 0 20 0 15 0 21688478 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930136713200 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2066] ppid=2051 vsize=13980732 memory=55 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930135660896 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2067] ppid=2051 vsize=13980732 memory=11830 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688483 14316269568 20598 18446744073709551615 4194304 4196468 140735815010736 139930134608944 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 83772 KiB

[startup+1.50089 s]
/proc/loadavg: 1.90 1.85 1.79 5/217 2067
/proc/meminfo: memFree=30911260/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13980732 memory=127112 CPUtime=3.97 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 31249 0 0 0 388 9 0 0 20 0 15 0 21688472 14316269568 31778 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3495183 31778 3187 1 0 3483476 0
[pid=2053/tid=2054] ppid=2051 vsize=13980732 memory=16724602654207 CPUtime=1.36 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 10156 0 0 0 131 5 0 0 20 0 15 0 21688472 14316269568 31843 18446744073709551615 4194304 4196468 140735815010736 139930669453920 139930253745371 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14316269568 31843 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14316269568 31843 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 21688473 14316269568 31843 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 21688475 14318366720 104175 18446744073709551615 4194304 4196468 140735815010736 139930140923136 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2062] ppid=2051 vsize=13982780 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 104175 18446744073709551615 4194304 4196468 140735815010736 139930139871696 139930665236379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2063] ppid=2051 vsize=13982780 memory=14944 CPUtime=7.92 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2051 2051 7968 0 -1 1077944384 33450 0 0 0 790 2 0 0 20 0 15 0 21688478 14318366720 104175 18446744073709551615 4194304 4196468 140735815010736 139930138818800 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2064] ppid=2051 vsize=13982780 memory=1380 CPUtime=8.4 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2051 2051 7968 0 -1 1077944384 43975 0 0 0 834 6 0 0 20 0 15 0 21688478 14318366720 104175 18446744073709551615 4194304 4196468 140735815010736 139930137766256 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2065] ppid=2051 vsize=13982780 memory=416700 CPUtime=1.11 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2051 2051 7968 0 -1 1077944384 14412 0 0 0 109 2 0 0 20 0 15 0 21688478 14318366720 104175 18446744073709551615 4194304 4196468 140735815010736 139930136713200 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2066] ppid=2051 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 104175 18446744073709551615 4194304 4196468 140735815010736 139930135660896 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2067] ppid=2051 vsize=13982780 memory=1380 CPUtime=0.5 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2051 2051 7968 0 -1 1077944384 2014 0 0 0 21 29 0 0 20 0 15 0 21688483 14318366720 104175 18446744073709551615 4194304 4196468 140735815010736 139930134608944 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 2349.82 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 418080 KiB

[startup+2382.3 s]
/proc/loadavg: 1.48 1.64 1.80 3/217 2371
/proc/meminfo: memFree=30541148/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13982780 memory=413676 CPUtime=2410.54 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 177276 0 0 0 240951 103 0 0 20 0 15 0 21688472 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3495695 103419 3264 1 0 3483988 0
[pid=2053/tid=2054] ppid=2051 vsize=13982780 memory=413676 CPUtime=2377.82 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 38003 0 0 0 237771 11 0 0 20 0 15 0 21688472 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930669457024 139930261010185 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13982780 memory=1380 CPUtime=3.55 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 7551 0 0 0 342 13 0 0 20 0 15 0 21688473 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13982780 memory=413676 CPUtime=3.54 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 7846 0 0 0 342 12 0 0 20 0 15 0 21688473 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13982780 memory=413676 CPUtime=3.57 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 9321 0 0 0 344 13 0 0 20 0 15 0 21688473 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13982780 memory=1380 CPUtime=3.55 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2051 2051 7968 0 -1 1077944384 7397 0 0 0 342 13 0 0 20 0 15 0 21688473 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930581473680 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2059] ppid=2051 vsize=13982780 memory=1380 CPUtime=0.45 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2051 2051 7968 0 -1 1077944384 11890 0 0 0 40 5 0 0 20 0 15 0 21688474 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930143030000 139930665228930 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2060] ppid=2051 vsize=13982780 memory=413676 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2051 2051 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 21688475 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930141976288 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2061] ppid=2051 vsize=13982780 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 21688475 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930140923136 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2062] ppid=2051 vsize=13982780 memory=14960 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930139871696 139930665236379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2063] ppid=2051 vsize=13982780 memory=413676 CPUtime=7.92 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2051 2051 7968 0 -1 1077944384 33452 0 0 0 790 2 0 0 20 0 15 0 21688478 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930138818800 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2064] ppid=2051 vsize=13982780 memory=1380 CPUtime=8.4 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2051 2051 7968 0 -1 1077944384 43977 0 0 0 834 6 0 0 20 0 15 0 21688478 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930137766256 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2065] ppid=2051 vsize=13982780 memory=1380 CPUtime=1.11 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2051 2051 7968 0 -1 1077944384 14415 0 0 0 109 2 0 0 20 0 15 0 21688478 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930136713200 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2066] ppid=2051 vsize=13982780 memory=413676 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930135660896 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2067] ppid=2051 vsize=13982780 memory=1380 CPUtime=0.51 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2051 2051 7968 0 -1 1077944384 2031 0 0 0 21 30 0 0 20 0 15 0 21688483 14318366720 103419 18446744073709551615 4194304 4196468 140735815010736 139930134608944 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 2410.54 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 415056 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.63 1.78 3/217 2400
/proc/meminfo: memFree=30538492/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13982780 memory=412648 CPUtime=2470.73 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 178381 0 0 0 246969 104 0 0 20 0 15 0 21688472 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3495695 103162 3264 1 0 3483988 0
[pid=2053/tid=2054] ppid=2051 vsize=13982780 memory=412648 CPUtime=2437.75 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 38260 0 0 0 243764 11 0 0 20 0 15 0 21688472 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930669457136 139930260908063 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13982780 memory=1380 CPUtime=3.61 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 7596 0 0 0 347 14 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13982780 memory=413164 CPUtime=3.61 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 7879 0 0 0 348 13 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13982780 memory=413164 CPUtime=3.62 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 9705 0 0 0 349 13 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13982780 memory=413164 CPUtime=3.61 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2051 2051 7968 0 -1 1077944384 7435 0 0 0 348 13 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930581473680 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2059] ppid=2051 vsize=13982780 memory=1380 CPUtime=0.46 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2051 2051 7968 0 -1 1077944384 12070 0 0 0 41 5 0 0 20 0 15 0 21688474 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930143030000 139930665228930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2060] ppid=2051 vsize=13982780 memory=412648 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2051 2051 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 21688475 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930141976288 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2061] ppid=2051 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 21688475 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930140923136 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2062] ppid=2051 vsize=13982780 memory=413164 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930139871696 139930665236379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2063] ppid=2051 vsize=13982780 memory=1380 CPUtime=7.94 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2051 2051 7968 0 -1 1077944384 33597 0 0 0 792 2 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930138818800 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2064] ppid=2051 vsize=13982780 memory=1380 CPUtime=8.4 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2051 2051 7968 0 -1 1077944384 43979 0 0 0 834 6 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930137766256 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2065] ppid=2051 vsize=13982780 memory=413164 CPUtime=1.11 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2051 2051 7968 0 -1 1077944384 14417 0 0 0 109 2 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930136713200 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2066] ppid=2051 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930135660896 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2067] ppid=2051 vsize=13982780 memory=412648 CPUtime=0.52 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2051 2051 7968 0 -1 1077944384 2050 0 0 0 21 31 0 0 20 0 15 0 21688483 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930134608944 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 2470.73 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 414028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.4 s]
/proc/loadavg: 1.53 1.61 1.77 3/217 2404
/proc/meminfo: memFree=30542804/32770624 swapFree=67108860/67108860
[pid=2051] ppid=2048 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2051/stat : 2051 (xcsp3-exec) S 2048 2051 7968 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 21688465 9740288 345 18446744073709551615 4194304 5098028 140721169860704 140721169858808 140283536364156 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 7 0 0 7196144 7232144 34181120 140721169867129 140721169867334 140721169867334 140721169870827 0
/proc/2051/statm: 2378 345 289 221 0 87 0
[pid=2053] ppid=2051 vsize=13982780 memory=412648 CPUtime=2520.02 cores=1,3,5,7
/proc/2053/stat : 2053 (java) S 2051 2051 7968 0 -1 1077944320 179111 0 0 0 251897 105 0 0 20 0 15 0 21688472 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 140735814993280 139930665217783 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
/proc/2053/statm: 3495695 103162 3264 1 0 3483988 0
[pid=2053/tid=2054] ppid=2051 vsize=13982780 memory=1440 CPUtime=2486.8 cores=1,3,5,7
/proc/2053/task/2054/stat : 2054 (java) R 2051 2051 7968 0 -1 4202560 38503 0 0 0 248669 11 0 0 20 0 15 0 21688472 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930669457440 139930261010572 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2055] ppid=2051 vsize=13982780 memory=9916 CPUtime=3.65 cores=1,3,5,7
/proc/2053/task/2055/stat : 2055 (java) S 2051 2051 7968 0 -1 1077944384 7603 0 0 0 351 14 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930584631824 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2056] ppid=2051 vsize=13982780 memory=1228 CPUtime=3.65 cores=1,3,5,7
/proc/2053/task/2056/stat : 2056 (java) S 2051 2051 7968 0 -1 1077944384 7888 0 0 0 352 13 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930583579280 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2057] ppid=2051 vsize=13982780 memory=1000 CPUtime=3.67 cores=1,3,5,7
/proc/2053/task/2057/stat : 2057 (java) S 2051 2051 7968 0 -1 1077944384 9710 0 0 0 354 13 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930582526224 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2058] ppid=2051 vsize=13982780 memory=2012 CPUtime=3.65 cores=1,3,5,7
/proc/2053/task/2058/stat : 2058 (java) S 2051 2051 7968 0 -1 1077944384 7437 0 0 0 352 13 0 0 20 0 15 0 21688473 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930581473680 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2059] ppid=2051 vsize=13982780 memory=5520 CPUtime=0.46 cores=1,3,5,7
/proc/2053/task/2059/stat : 2059 (java) S 2051 2051 7968 0 -1 1077944384 12077 0 0 0 41 5 0 0 20 0 15 0 21688474 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930143030000 139930665228930 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2060] ppid=2051 vsize=13982780 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2060/stat : 2060 (java) S 2051 2051 7968 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 21688475 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930141976288 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2061] ppid=2051 vsize=13982780 memory=412648 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2061/stat : 2061 (java) S 2051 2051 7968 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 21688475 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930140923136 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2062] ppid=2051 vsize=13982780 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2062/stat : 2062 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930139871696 139930665236379 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2063] ppid=2051 vsize=13982780 memory=14972 CPUtime=7.94 cores=1,3,5,7
/proc/2053/task/2063/stat : 2063 (java) S 2051 2051 7968 0 -1 1077944384 33597 0 0 0 792 2 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930138818800 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2064] ppid=2051 vsize=13982780 memory=2424 CPUtime=8.45 cores=1,3,5,7
/proc/2053/task/2064/stat : 2064 (java) S 2051 2051 7968 0 -1 1077944384 44308 0 0 0 839 6 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930137766256 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2065] ppid=2051 vsize=13982780 memory=1296 CPUtime=1.11 cores=1,3,5,7
/proc/2053/task/2065/stat : 2065 (java) S 2051 2051 7968 0 -1 1077944384 14541 0 0 0 109 2 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930136713200 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2066] ppid=2051 vsize=13982780 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/2053/task/2066/stat : 2066 (java) S 2051 2051 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 21688478 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930135660896 139930665227989 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
[pid=2053/tid=2067] ppid=2051 vsize=13982780 memory=1700 CPUtime=0.54 cores=1,3,5,7
/proc/2053/task/2067/stat : 2067 (java) S 2051 2051 7968 0 -1 1077944384 2054 0 0 0 22 32 0 0 20 0 15 0 21688483 14318366720 103162 18446744073709551615 4194304 4196468 140735815010736 139930134608944 139930665228930 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25702400 140735815016882 140735815017058 140735815017058 140735815020495 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13992292 KiB
Current children cumulated memory: 414028 KiB

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

[startup+2491.41 s]
# the end of solver process 2051 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.001868 s

[startup+2491.41 s]
# the end of solver process 2053 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.99 s, system=1.06002 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): 2491.41
CPU time (s): 2520.05
CPU user time (s): 2518.99
CPU system time (s): 1.06002
CPU usage (%): 101.149
Max. virtual memory (cumulated for all children) (KiB): 13993480
Max. memory (cumulated for all children) (KiB): 540792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.99
system time used= 1.06002
maximum resident set size= 539776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64329
involuntary context switches= 1340


# summary of solver processes directly reported to runsolver:
#   pid: 2051,2053
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2518.99
#   total CPU system time (s): 1.06002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6977 second user time and 22.718 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 04:20:21
IDJOB=4272880
IDBENCH=115804
IDSOLVER=2664
FILE ID=node128/4272880-1502678058
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-20-20-9.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-4272880-1502678058/watcher-4272880-1502678058 -o /tmp/evaluation-result-4272880-1502678058/solver-4272880-1502678058 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1280096017 HOME/instance-4272880-1502678058.xml

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

MD5SUM BENCH= 167976addb93ebd5943ef7570ccdd100
RANDOM SEED=1280096017

node128.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.94
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.94
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.94
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.94
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:        31002008 kB
MemAvailable:   31709524 kB
Buffers:          173192 kB
Cached:           820200 kB
SwapCached:            0 kB
Active:           609084 kB
Inactive:         743224 kB
Active(anon):     359140 kB
Inactive(anon):    16764 kB
Active(file):     249944 kB
Inactive(file):   726460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7932 kB
Writeback:             0 kB
AnonPages:        358588 kB
Mapped:            47756 kB
Shmem:             17116 kB
Slab:             118836 kB
SReclaimable:      93892 kB
SUnreclaim:        24944 kB
KernelStack:        3552 kB
PageTables:         6464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1208228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 05:01:53