Trace number 4292624

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 NameAnswerCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)? (TO) 2400.12 2391.62

General information on the benchmark

NameFrb/
frb-56-25-3-mgd_c18.xml
MD5SUM7c69722bcd82b7b6de23ca1e1f99c5f4
Bench CategoryCSP (decision 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 variables56
Number of constraints511
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":56}]
Minimum variable degree12
Maximum variable degree26
Distribution of variable degrees[{"degree":12,"count":1},{"degree":13,"count":2},{"degree":14,"count":4},{"degree":15,"count":7},{"degree":16,"count":4},{"degree":17,"count":4},{"degree":18,"count":10},{"degree":19,"count":5},{"degree":20,"count":5},{"degree":21,"count":5},{"degree":22,"count":2},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":1},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":511}]
Number of extensional constraints511
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":511}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292624-1532582653.xml"  -tl '2400s' -p 1 -x 0
0.10/0.29	c Choco 493a269
0.10/0.30	c [HOME/instance-4292624-1532582653.xml, -tl, 2400s, -p, 1, -x, 0]
0.30/0.33	c simple solver
0.30/0.40	c parse instance...
1.96/0.94	c solve instance...
2400.09/2391.60	s UNKNOWN
2400.09/2391.60	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 (3740 MiB free)
  memory of node 1: 16384 MiB (7116 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.100145 s]*
/proc/loadavg: 0.00 0.01 0.05 1/208 27072
/proc/meminfo: memFree=11111300/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=13362956 memory=14240 CPUtime=0.01 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 3280 0 0 0 1 0 0 0 20 0 6 0 75828441 13683666944 3560 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3340739 3560 1921 1 0 3329177 0
[pid=27067/tid=27068] ppid=27065 vsize=13362956 memory=8514701219881124262 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 2044 0 0 0 0 0 0 0 20 0 6 0 75828445 13683666944 3560 33554432000 4194304 4196468 140725152947040 140076115755600 140076097202005 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=13362956 memory=3472468643215914192 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75828450 13683666944 3560 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=13362956 memory=140514320762496 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 75828450 13683666944 3560 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=13362956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 6 0 75828450 13683666944 3560 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=13362956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 75828450 13683666944 3560 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13476084 KiB
Current children cumulated memory: 15692 KiB

[startup+0.209691 s]*
/proc/loadavg: 0.00 0.01 0.05 3/217 27081
/proc/meminfo: memFree=11095204/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=14082840 memory=27952 CPUtime=0.1 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 5316 0 0 0 10 0 0 0 20 0 15 0 75828441 14420828160 6988 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3520710 6988 2908 1 0 3483008 0
[pid=27067/tid=27068] ppid=27065 vsize=14082840 memory=5852830839579967649 CPUtime=0.08 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 3455 0 0 0 8 0 0 0 20 0 15 0 75828445 14420828160 6988 33554432000 4194304 4196468 140725152947040 140076115751120 140076095599966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=14082840 memory=3472468643215914192 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=14082840 memory=140514320762496 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27073] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27073/stat : 27073 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828452 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075292415984 140076111530626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27074] ppid=27065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27074/stat : 27074 (java) S 27065 27065 26989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828453 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075291362208 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27075] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27075/stat : 27075 (java) S 27065 27065 26989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828453 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075290309616 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27076] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27076/stat : 27076 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075289258192 140076111538075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27077] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27077/stat : 27077 (java) S 27065 27065 26989 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 75828457 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075288205808 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27078] ppid=27065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27078/stat : 27078 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075287153264 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27079] ppid=27065 vsize=14082840 memory=140514320762496 CPUtime=0.01 cores=1,3,5,7
/proc/27067/task/27079/stat : 27079 (java) S 27065 27065 26989 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 75828457 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075286100720 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27080] ppid=27065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27080/stat : 27080 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075285048416 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27081] ppid=27065 vsize=14082840 memory=140514320762496 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27081/stat : 27081 (java) S 27065 27065 26989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828458 14420828160 6988 33554432000 4194304 4196468 140725152947040 140075283994928 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 29404 KiB

[startup+0.310441 s]*
/proc/loadavg: 0.00 0.01 0.05 4/217 27081
/proc/meminfo: memFree=11077016/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=14082840 memory=40304 CPUtime=0.3 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 8086 0 0 0 29 1 0 0 20 0 15 0 75828441 14420828160 10076 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3520710 10076 3167 1 0 3483008 0
[pid=27067/tid=27068] ppid=27065 vsize=14082840 memory=6791534058613427641 CPUtime=0.18 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 5303 0 0 0 17 1 0 0 20 0 15 0 75828445 14420828160 10076 33554432000 4194304 4196468 140725152947040 140076115747200 140076079115818 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=14082840 memory=2072 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828450 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27073] ppid=27065 vsize=14082840 memory=140514320762495 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27073/stat : 27073 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828452 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075292415984 140076111530626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27074] ppid=27065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27074/stat : 27074 (java) S 27065 27065 26989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828453 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075291362208 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27075] ppid=27065 vsize=14082840 memory=140514320762496 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27075/stat : 27075 (java) S 27065 27065 26989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828453 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075290309616 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27076] ppid=27065 vsize=14082840 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27076/stat : 27076 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075289258192 140076111538075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27077] ppid=27065 vsize=14082840 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27067/task/27077/stat : 27077 (java) S 27065 27065 26989 0 -1 1077944384 402 0 0 0 1 0 0 0 20 0 15 0 75828457 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075288205808 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27078] ppid=27065 vsize=14082840 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27067/task/27078/stat : 27078 (java) S 27065 27065 26989 0 -1 1077944384 312 0 0 0 2 0 0 0 20 0 15 0 75828457 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075287153264 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27079] ppid=27065 vsize=14082840 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/27067/task/27079/stat : 27079 (java) R 27065 27065 26989 0 -1 4202560 762 0 0 0 6 0 0 0 20 0 15 0 75828457 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075286100720 140076111531414 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27080] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27080/stat : 27080 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075285048416 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27081] ppid=27065 vsize=14082840 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27081/stat : 27081 (java) S 27065 27065 26989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828458 14420828160 10076 33554432000 4194304 4196468 140725152947040 140075283994928 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41756 KiB

[startup+0.701 s]
/proc/loadavg: 0.00 0.01 0.05 5/217 27081
/proc/meminfo: memFree=11014780/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=14089220 memory=103760 CPUtime=1.31 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 11882 0 0 0 127 4 0 0 20 0 15 0 75828441 14427361280 25940 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3522305 25940 3322 1 0 3483520 0
[pid=27067/tid=27068] ppid=27065 vsize=14089220 memory=8242257093008045877 CPUtime=0.55 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 6517 0 0 0 52 3 0 0 20 0 15 0 75828445 14427361280 25940 33554432000 4194304 4196468 140725152947040 140076115757584 140075744961242 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=14089220 memory=8242257093008111413 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=14089220 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=14089220 memory=22796 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=14089220 memory=140514217335393 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27073] ppid=27065 vsize=14089220 memory=288230587427466551 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27073/stat : 27073 (java) S 27065 27065 26989 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828452 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075292415984 140076111530626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27074] ppid=27065 vsize=14089220 memory=15252636576274589 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27074/stat : 27074 (java) S 27065 27065 26989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075291362208 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27075] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27075/stat : 27075 (java) S 27065 27065 26989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075290309616 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27076] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27076/stat : 27076 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075289258192 140076111538075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27077] ppid=27065 vsize=14089220 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/27067/task/27077/stat : 27077 (java) R 27065 27065 26989 0 -1 4202560 1161 0 0 0 23 0 0 0 20 0 15 0 75828457 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075288191688 140076091207912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27078] ppid=27065 vsize=14089220 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/27067/task/27078/stat : 27078 (java) R 27065 27065 26989 0 -1 4202560 1299 0 0 0 22 0 0 0 20 0 15 0 75828457 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075287139448 140076092711743 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27079] ppid=27065 vsize=14089220 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/27067/task/27079/stat : 27079 (java) S 27065 27065 26989 0 -1 1077944384 1594 0 0 0 28 0 0 0 20 0 15 0 75828457 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075286100720 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27080] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27080/stat : 27080 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075285048416 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27081] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27081/stat : 27081 (java) S 27065 27065 26989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828458 14427361280 25940 33554432000 4194304 4196468 140725152947040 140075283994928 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 105212 KiB

[startup+1.50077 s]
/proc/loadavg: 0.00 0.01 0.05 7/217 27081
/proc/meminfo: memFree=10810128/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=14089220 memory=196896 CPUtime=3.45 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 14259 0 0 0 338 7 0 0 20 0 15 0 75828441 14427361280 49224 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3522305 49224 3365 1 0 3483520 0
[pid=27067/tid=27068] ppid=27065 vsize=14089220 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 6768 0 0 0 129 4 0 0 20 0 15 0 75828445 14427361280 49224 33554432000 4194304 4196468 140725152947040 140076115755008 140075749570694 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=14089220 memory=-6231118804066071744 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 49224 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 49224 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 49224 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 75828450 14427361280 49224 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27073] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27073/stat : 27073 (java) S 27065 27065 26989 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 75828452 14427361280 49224 33554432000 4194304 4196468 140725152947040 140075292415984 140076111530626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27074] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27074/stat : 27074 (java) S 27065 27065 26989 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 49224 33554432000 4194304 4196468 140725152947040 140075291362208 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27075] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7

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

/proc/27067/task/27075/stat : 27075 (java) S 27065 27065 26989 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 200905 33554432000 4194304 4196468 140725152947040 140075290309632 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27076] ppid=27065 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27076/stat : 27076 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 200905 33554432000 4194304 4196468 140725152947040 140075289258192 140076111538075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27077] ppid=27065 vsize=14089220 memory=803620 CPUtime=1.45 cores=1,3,5,7
/proc/27067/task/27077/stat : 27077 (java) S 27065 27065 26989 0 -1 1077944384 8211 0 0 0 143 2 0 0 20 0 15 0 75828457 14427361280 200905 33554432000 4194304 4196468 140725152947040 140075288205808 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27078] ppid=27065 vsize=14089220 memory=1452 CPUtime=1.41 cores=1,3,5,7
/proc/27067/task/27078/stat : 27078 (java) S 27065 27065 26989 0 -1 1077944384 7228 0 0 0 140 1 0 0 20 0 15 0 75828457 14427361280 200905 33554432000 4194304 4196468 140725152947040 140075287153264 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27079] ppid=27065 vsize=14089220 memory=803620 CPUtime=0.56 cores=1,3,5,7
/proc/27067/task/27079/stat : 27079 (java) S 27065 27065 26989 0 -1 1077944384 6144 0 0 0 55 1 0 0 20 0 15 0 75828457 14427361280 200905 33554432000 4194304 4196468 140725152947040 140075286100720 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27080] ppid=27065 vsize=14089220 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27080/stat : 27080 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 200905 33554432000 4194304 4196468 140725152947040 140075285048416 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27081] ppid=27065 vsize=14089220 memory=14004 CPUtime=0.49 cores=1,3,5,7
/proc/27067/task/27081/stat : 27081 (java) S 27065 27065 26989 0 -1 1077944384 1277 0 0 0 18 31 0 0 20 0 15 0 75828458 14427361280 200905 33554432000 4194304 4196468 140725152947040 140075283994928 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 72 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 2270.39 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 805072 KiB

[startup+2322.3 s]
/proc/loadavg: 1.79 1.62 1.48 3/219 27178
/proc/meminfo: memFree=8432508/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=14089220 memory=935160 CPUtime=2330.55 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 113686 0 0 0 232639 416 0 0 20 0 15 0 75828441 14427361280 233790 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3522305 233790 3402 1 0 3483520 0
[pid=27067/tid=27068] ppid=27065 vsize=14089220 memory=902308 CPUtime=2319.38 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 62853 0 0 0 231599 339 0 0 20 0 15 0 75828445 14427361280 233790 33554432000 4194304 4196468 140725152947040 140076115759144 140075750008248 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=14089220 memory=1452 CPUtime=1.55 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 2845 0 0 0 147 8 0 0 20 0 15 0 75828450 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=14089220 memory=902308 CPUtime=1.56 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 4845 0 0 0 147 9 0 0 20 0 15 0 75828450 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=14089220 memory=869348 CPUtime=1.57 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 4343 0 0 0 149 8 0 0 20 0 15 0 75828450 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=14089220 memory=1771944 CPUtime=1.55 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 5297 0 0 0 146 9 0 0 20 0 15 0 75828450 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27073] ppid=27065 vsize=14089220 memory=447844 CPUtime=0.91 cores=1,3,5,7
/proc/27067/task/27073/stat : 27073 (java) S 27065 27065 26989 0 -1 1077944384 9288 0 0 0 74 17 0 0 20 0 15 0 75828452 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075292415984 140076111530626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27074] ppid=27065 vsize=14089220 memory=447844 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27074/stat : 27074 (java) S 27065 27065 26989 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075291362272 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27075] ppid=27065 vsize=14089220 memory=869348 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27075/stat : 27075 (java) S 27065 27065 26989 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075290309632 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27076] ppid=27065 vsize=14089220 memory=902308 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27076/stat : 27076 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075289258192 140076111538075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27077] ppid=27065 vsize=14089220 memory=902308 CPUtime=1.45 cores=1,3,5,7
/proc/27067/task/27077/stat : 27077 (java) S 27065 27065 26989 0 -1 1077944384 8214 0 0 0 143 2 0 0 20 0 15 0 75828457 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075288205808 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27078] ppid=27065 vsize=14089220 memory=902308 CPUtime=1.41 cores=1,3,5,7
/proc/27067/task/27078/stat : 27078 (java) S 27065 27065 26989 0 -1 1077944384 7230 0 0 0 140 1 0 0 20 0 15 0 75828457 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075287153264 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27079] ppid=27065 vsize=14089220 memory=902328 CPUtime=0.56 cores=1,3,5,7
/proc/27067/task/27079/stat : 27079 (java) S 27065 27065 26989 0 -1 1077944384 6146 0 0 0 55 1 0 0 20 0 15 0 75828457 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075286100720 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27080] ppid=27065 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27080/stat : 27080 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075285048416 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27081] ppid=27065 vsize=14089220 memory=398436 CPUtime=0.5 cores=1,3,5,7
/proc/27067/task/27081/stat : 27081 (java) S 27065 27065 26989 0 -1 1077944384 1288 0 0 0 18 32 0 0 20 0 15 0 75828458 14427361280 233790 33554432000 4194304 4196468 140725152947040 140075283994928 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 72 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 2330.55 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 936612 KiB

[startup+2382.3 s]
/proc/loadavg: 1.81 1.66 1.50 3/219 27179
/proc/meminfo: memFree=7499920/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=14089220 memory=2804100 CPUtime=2390.75 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 122505 0 0 0 238597 478 0 0 20 0 15 0 75828441 14427361280 701025 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3522305 701025 3402 1 0 3483520 0
[pid=27067/tid=27068] ppid=27065 vsize=14089220 memory=2771200 CPUtime=2379.29 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 69197 0 0 0 237530 399 0 0 20 0 15 0 75828445 14427361280 701025 33554432000 4194304 4196468 140725152947040 140076115759072 140075750007385 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=14089220 memory=2471540 CPUtime=1.61 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 3149 0 0 0 153 8 0 0 20 0 15 0 75828450 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=14089220 memory=2771200 CPUtime=1.62 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 5271 0 0 0 153 9 0 0 20 0 15 0 75828450 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=14089220 memory=2771200 CPUtime=1.63 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 4946 0 0 0 155 8 0 0 20 0 15 0 75828450 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=14089220 memory=1452 CPUtime=1.61 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 5981 0 0 0 152 9 0 0 20 0 15 0 75828450 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27073] ppid=27065 vsize=14089220 memory=1452 CPUtime=0.95 cores=1,3,5,7
/proc/27067/task/27073/stat : 27073 (java) S 27065 27065 26989 0 -1 1077944384 9716 0 0 0 77 18 0 0 20 0 15 0 75828452 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075292415984 140076111530626 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27074] ppid=27065 vsize=14089220 memory=2771200 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27074/stat : 27074 (java) S 27065 27065 26989 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075291362272 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27075] ppid=27065 vsize=14089220 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27075/stat : 27075 (java) S 27065 27065 26989 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075290309632 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27076] ppid=27065 vsize=14089220 memory=2804100 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27076/stat : 27076 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075289258192 140076111538075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27077] ppid=27065 vsize=14089220 memory=1452 CPUtime=1.45 cores=1,3,5,7
/proc/27067/task/27077/stat : 27077 (java) S 27065 27065 26989 0 -1 1077944384 8216 0 0 0 143 2 0 0 20 0 15 0 75828457 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075288205808 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27078] ppid=27065 vsize=14089220 memory=1452 CPUtime=1.41 cores=1,3,5,7
/proc/27067/task/27078/stat : 27078 (java) S 27065 27065 26989 0 -1 1077944384 7232 0 0 0 140 1 0 0 20 0 15 0 75828457 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075287153264 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27079] ppid=27065 vsize=14089220 memory=1452 CPUtime=0.56 cores=1,3,5,7
/proc/27067/task/27079/stat : 27079 (java) S 27065 27065 26989 0 -1 1077944384 6148 0 0 0 55 1 0 0 20 0 15 0 75828457 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075286100720 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27080] ppid=27065 vsize=14089220 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27080/stat : 27080 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075285048416 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27081] ppid=27065 vsize=14089220 memory=1452 CPUtime=0.51 cores=1,3,5,7
/proc/27067/task/27081/stat : 27081 (java) S 27065 27065 26989 0 -1 1077944384 1312 0 0 0 19 32 0 0 20 0 15 0 75828458 14427361280 701025 33554432000 4194304 4196468 140725152947040 140075283994928 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 72 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 2390.75 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 2805552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.6 s]
/proc/loadavg: 1.83 1.67 1.50 2/199 27189
/proc/meminfo: memFree=7845400/32770624 swapFree=67108860/67108860
[pid=27065] ppid=27062 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/27065/stat : 27065 (xcsp3-exec) S 27062 27065 26989 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 75828441 115843072 363 33554432000 4194304 5098028 140731461460176 140731461458280 140241356530300 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23928832 140731461469243 140731461469444 140731461469444 140731461472202 0
/proc/27065/statm: 28282 363 305 221 0 87 0
[pid=27067] ppid=27065 vsize=14089220 memory=3375176 CPUtime=2400.09 cores=1,3,5,7
/proc/27067/stat : 27067 (java) S 27065 27065 26989 0 -1 1077944320 123355 0 0 0 239522 487 0 0 20 0 15 0 75828441 14427361280 843794 33554432000 4194304 4196468 140725152947040 140725152929584 140076111519479 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
/proc/27067/statm: 3522305 843794 3402 1 0 3483520 0
[pid=27067/tid=27068] ppid=27065 vsize=14089220 memory=12036 CPUtime=2388.57 cores=1,3,5,7
/proc/27067/task/27068/stat : 27068 (java) R 27065 27065 26989 0 -1 4202560 70037 0 0 0 238449 408 0 0 20 0 15 0 75828445 14427361280 843794 33554432000 4194304 4196468 140725152947040 140076115759144 140075750009697 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27069] ppid=27065 vsize=14089220 memory=1712 CPUtime=1.63 cores=1,3,5,7
/proc/27067/task/27069/stat : 27069 (java) S 27065 27065 26989 0 -1 1077944384 3152 0 0 0 155 8 0 0 20 0 15 0 75828450 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075707067152 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27070] ppid=27065 vsize=14089220 memory=8548 CPUtime=1.63 cores=1,3,5,7
/proc/27067/task/27070/stat : 27070 (java) S 27065 27065 26989 0 -1 1077944384 5274 0 0 0 154 9 0 0 20 0 15 0 75828450 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075706014608 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27071] ppid=27065 vsize=14089220 memory=1012 CPUtime=1.64 cores=1,3,5,7
/proc/27067/task/27071/stat : 27071 (java) S 27065 27065 26989 0 -1 1077944384 4949 0 0 0 156 8 0 0 20 0 15 0 75828450 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075704962064 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27072] ppid=27065 vsize=14089220 memory=1444 CPUtime=1.62 cores=1,3,5,7
/proc/27067/task/27072/stat : 27072 (java) S 27065 27065 26989 0 -1 1077944384 5982 0 0 0 153 9 0 0 20 0 15 0 75828450 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075703909520 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27073] ppid=27065 vsize=14089220 memory=1200 CPUtime=0.95 cores=1,3,5,7
/proc/27067/task/27073/stat : 27073 (java) S 27065 27065 26989 0 -1 1077944384 9716 0 0 0 77 18 0 0 20 0 15 0 75828452 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075292415984 140076111530626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27074] ppid=27065 vsize=14089220 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27074/stat : 27074 (java) S 27065 27065 26989 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075291362272 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27075] ppid=27065 vsize=14089220 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27075/stat : 27075 (java) S 27065 27065 26989 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 75828453 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075290309632 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27076] ppid=27065 vsize=14089220 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27076/stat : 27076 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075289258192 140076111538075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27077] ppid=27065 vsize=14089220 memory=15872 CPUtime=1.45 cores=1,3,5,7
/proc/27067/task/27077/stat : 27077 (java) S 27065 27065 26989 0 -1 1077944384 8216 0 0 0 143 2 0 0 20 0 15 0 75828457 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075288205808 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27078] ppid=27065 vsize=14089220 memory=14004 CPUtime=1.41 cores=1,3,5,7
/proc/27067/task/27078/stat : 27078 (java) S 27065 27065 26989 0 -1 1077944384 7232 0 0 0 140 1 0 0 20 0 15 0 75828457 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075287153264 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27079] ppid=27065 vsize=14089220 memory=16436 CPUtime=0.56 cores=1,3,5,7
/proc/27067/task/27079/stat : 27079 (java) S 27065 27065 26989 0 -1 1077944384 6148 0 0 0 55 1 0 0 20 0 15 0 75828457 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075286100720 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27080] ppid=27065 vsize=14089220 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/27067/task/27080/stat : 27080 (java) S 27065 27065 26989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828457 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075285048416 140076111529685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
[pid=27067/tid=27081] ppid=27065 vsize=14089220 memory=640 CPUtime=0.51 cores=1,3,5,7
/proc/27067/task/27081/stat : 27081 (java) S 27065 27065 26989 0 -1 1077944384 1312 0 0 0 19 32 0 0 20 0 15 0 75828458 14427361280 843794 33554432000 4194304 4196468 140725152947040 140075283994928 140076111530626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 72 0 0 6293624 6294260 10870784 140725152953473 140725152953649 140725152953649 140725152956367 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 3376628 KiB

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

[startup+2391.61 s]
# the end of solver process 27065 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000774 s, system=0.001548 s

[startup+2391.62 s]
# the end of solver process 27067 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.23 s, system=4.88694 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): 2391.62
CPU time (s): 2400.12
CPU user time (s): 2395.23
CPU system time (s): 4.88694
CPU usage (%): 100.355
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 4369960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.23
system time used= 4.88694
maximum resident set size= 4384892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69936
involuntary context switches= 3129


# summary of solver processes directly reported to runsolver:
#   pid: 27065,27067
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2395.23
#   total CPU system time (s): 4.88694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6295 second user time and 19.2501 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-26 07:24:13
IDJOB=4292624
IDBENCH=141593
IDSOLVER=2747
FILE ID=node104/4292624-1532582653
RUNJOBID= node104-1532582652-27021
PBS_JOBID= 21021968
Free space on /tmp= 48328 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Frb/frb-56-25-3-mgd_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292624-1532582653/watcher-4292624-1532582653 -o /tmp/evaluation-result-4292624-1532582653/solver-4292624-1532582653 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532582652-27021 --watchdog 2560  HOME/xcsp3-exec -seed 530472144 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292624-1532582653.xml

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

MD5SUM BENCH= 7c69722bcd82b7b6de23ca1e1f99c5f4
RANDOM SEED=530472144

node104.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.11
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.11
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.11
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.11
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:        11120884 kB
MemAvailable:   31905352 kB
Buffers:          216528 kB
Cached:         20561568 kB
SwapCached:            0 kB
Active:          4195968 kB
Inactive:       16659484 kB
Active(anon):      29560 kB
Inactive(anon):    76284 kB
Active(file):    4166408 kB
Inactive(file): 16583200 kB
Unevictable:        7172 kB
Mlocked:            7172 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41760 kB
Writeback:             0 kB
AnonPages:         75140 kB
Mapped:            51756 kB
Shmem:             25228 kB
Slab:             490700 kB
SReclaimable:     463320 kB
SUnreclaim:        27380 kB
KernelStack:        3168 kB
PageTables:         4792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1284296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48308 MiB
End job on node104 at 2018-07-26 08:04:04