Trace number 4282166

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.5 seq (2017-08-18)? (TO) 2520.0601 2513.8101

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-19.xml
MD5SUM83a04d869151a5b67f4c27500757dc69
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 variables361
Number of constraints108
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":361}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":357}]
Minimum constraint arity2
Maximum constraint arity19
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":4},{"arity":17,"count":4},{"arity":18,"count":4},{"arity":19,"count":40}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":108}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282166-1503104173.xml"  -tl '2520s' -p 1 -x 0
0.11/0.26	c [HOME/instance-4282166-1503104173.xml, -tl, 2520s, -p, 1, -x, 0]
0.11/0.32	c simple solver
0.31/0.38	c parse instance...
0.68/0.61	c solve instance...
2520.04/2513.80	s UNKNOWN
2520.04/2513.80	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 (15207 MiB free)
  memory of node 1: 16384 MiB (15762 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282166-1503104173/watcher-4282166-1503104173 -o /tmp/evaluation-result-4282166-1503104173/solver-4282166-1503104173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1825955230 HOME/instance-4282166-1503104173.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=17415, runsolver pid=17412

[startup+0.100126 s]*
/proc/loadavg: 1.86 1.80 1.73 3/203 17422
/proc/meminfo: memFree=31707044/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13358712 memory=14896 CPUtime=0.01 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 3530 0 0 0 1 0 0 0 20 0 6 0 8827043 13679321088 3724 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3339678 3724 1905 1 0 3329175 0
[pid=17417/tid=17418] ppid=17415 vsize=13358712 memory=-8713483618642852700 CPUtime=0.01 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 2304 0 0 0 1 0 0 0 20 0 6 0 8827043 13679321088 3790 18446744073709551615 4194304 4196468 140721490043600 140478921777744 140478909578408 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8827044 13679321088 3790 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13358712 memory=139924546102912 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8827044 13679321088 3790 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 8827044 13679321088 3790 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 8827044 13679321088 3790 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 16272 KiB

[startup+0.209825 s]*
/proc/loadavg: 1.86 1.80 1.73 4/212 17431
/proc/meminfo: memFree=31696780/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13974352 memory=27500 CPUtime=0.11 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 5347 0 0 0 10 1 0 0 20 0 15 0 8827043 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3493588 6875 2814 1 0 3482964 0
[pid=17417/tid=17418] ppid=17415 vsize=13974352 memory=-6871798056524144002 CPUtime=0.08 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 3371 0 0 0 8 0 0 0 20 0 15 0 8827043 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478921764016 140478532127179 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13974352 memory=139924546102912 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17423] ppid=17415 vsize=13974352 memory=139924546102912 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17423/stat : 17423 (java) S 17415 17415 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8827045 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478463314160 140478917552770 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17424] ppid=17415 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17424/stat : 17424 (java) S 17415 17415 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8827046 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478462260384 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17425] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17425/stat : 17425 (java) S 17415 17415 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8827046 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478461207280 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17426] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17426/stat : 17426 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478460155856 140478917560219 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17427] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17427/stat : 17427 (java) S 17415 17415 16431 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 8827048 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478459103984 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17428] ppid=17415 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17428/stat : 17428 (java) S 17415 17415 16431 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 8827048 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478458051440 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17429] ppid=17415 vsize=13974352 memory=139924546102912 CPUtime=0.01 cores=1,3,5,7
/proc/17417/task/17429/stat : 17429 (java) R 17415 17415 16431 0 -1 4202560 257 0 0 0 1 0 0 0 20 0 15 0 8827048 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478456998384 140478917553558 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17430] ppid=17415 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17430/stat : 17430 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478455946080 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17431] ppid=17415 vsize=13974352 memory=139924546102912 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17431/stat : 17431 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827052 14309736448 6875 18446744073709551615 4194304 4196468 140721490043600 140478454893104 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28876 KiB

[startup+0.313478 s]*
/proc/loadavg: 1.86 1.80 1.73 4/212 17431
/proc/meminfo: memFree=31682808/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13974352 memory=39904 CPUtime=0.31 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 9147 0 0 0 29 2 0 0 20 0 15 0 8827043 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3493588 9976 3033 1 0 3482964 0
[pid=17417/tid=17418] ppid=17415 vsize=13974352 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 6287 0 0 0 17 1 0 0 20 0 15 0 8827043 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478921778672 140478917563549 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13974352 memory=7450192303633097298 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13974352 memory=7163652984988459344 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8827044 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17423] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17423/stat : 17423 (java) S 17415 17415 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8827045 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478463314160 140478917552770 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17424] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17424/stat : 17424 (java) S 17415 17415 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8827046 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478462260384 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17425] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17425/stat : 17425 (java) S 17415 17415 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8827046 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478461207280 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17426] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17426/stat : 17426 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478460155856 140478917560219 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17427] ppid=17415 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17417/task/17427/stat : 17427 (java) S 17415 17415 16431 0 -1 1077944384 342 0 0 0 1 0 0 0 20 0 15 0 8827048 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478459103984 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17428] ppid=17415 vsize=13974352 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/17417/task/17428/stat : 17428 (java) S 17415 17415 16431 0 -1 1077944384 404 0 0 0 3 0 0 0 20 0 15 0 8827048 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478458051440 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17429] ppid=17415 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/17417/task/17429/stat : 17429 (java) S 17415 17415 16431 0 -1 1077944384 810 0 0 0 6 0 0 0 20 0 15 0 8827048 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478456998384 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17430] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17430/stat : 17430 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478455946080 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17431] ppid=17415 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17431/stat : 17431 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827052 14309736448 9976 18446744073709551615 4194304 4196468 140721490043600 140478454893104 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41280 KiB

[startup+0.701285 s]
/proc/loadavg: 1.86 1.80 1.73 5/212 17431
/proc/meminfo: memFree=31673904/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13980732 memory=64868 CPUtime=1.23 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 13448 0 0 0 119 4 0 0 20 0 15 0 8827043 14316269568 16217 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3495183 16217 3178 1 0 3483476 0
[pid=17417/tid=17418] ppid=17415 vsize=13980732 memory=8751464017575425845 CPUtime=0.55 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 8433 0 0 0 53 2 0 0 20 0 15 0 8827043 14316269568 16217 18446744073709551615 4194304 4196468 140721490043600 140478921779952 140478917553558 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13980732 memory=5861541947240501328 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 16217 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13980732 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 16217 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 16217 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17423] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17423/stat : 17423 (java) S 17415 17415 16431 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 8827045 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478463314160 140478917552770 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17424] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17424/stat : 17424 (java) S 17415 17415 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478462260384 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17425] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17425/stat : 17425 (java) S 17415 17415 16431 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478461207280 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17426] ppid=17415 vsize=13980732 memory=30305 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17426/stat : 17426 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478460155856 140478917560219 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17427] ppid=17415 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/17417/task/17427/stat : 17427 (java) R 17415 17415 16431 0 -1 4202560 1055 0 0 0 17 0 0 0 20 0 15 0 8827048 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478459085000 140478901040200 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17428] ppid=17415 vsize=13980732 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/17417/task/17428/stat : 17428 (java) R 17415 17415 16431 0 -1 4202560 1193 0 0 0 18 0 0 0 20 0 15 0 8827048 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478458037112 140478899085854 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17429] ppid=17415 vsize=13980732 memory=6656426216303648864 CPUtime=0.28 cores=1,3,5,7
/proc/17417/task/17429/stat : 17429 (java) R 17415 17415 16431 0 -1 4202560 1465 0 0 0 28 0 0 0 20 0 15 0 8827048 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478456998384 140478896899979 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17430] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17430/stat : 17430 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478455946080 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17431] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17431/stat : 17431 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827052 14316269568 16283 18446744073709551615 4194304 4196468 140721490043600 140478454893104 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 66244 KiB

[startup+1.50083 s]
/proc/loadavg: 1.86 1.80 1.73 5/212 17431
/proc/meminfo: memFree=31653852/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13980732 memory=76196 CPUtime=3.63 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 21026 0 0 0 357 6 0 0 20 0 15 0 8827043 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3495183 19049 3198 1 0 3483476 0
[pid=17417/tid=17418] ppid=17415 vsize=13980732 memory=4004 CPUtime=1.36 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 9381 0 0 0 133 3 0 0 20 0 15 0 8827043 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140478921778432 140478536166019 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13980732 memory=139924397609600 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 8827044 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17423] ppid=17415 vsize=13980732 memory=4426658576607127401 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17423/stat : 17423 (java) S 17415 17415 16431 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 8827045 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140478463314160 140478917552770 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17424] ppid=17415 vsize=13980732 memory=5866053282323850546 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17424/stat : 17424 (java) S 17415 17415 16431 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 19049 18446744073709551615 4194304 4196468 140721490043600 140478462260384 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17425] ppid=17415 vsize=13980732 memory=6156535492581485873 CPUtime=0 cores=1,3,5,7

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

/proc/17417/task/17425/stat : 17425 (java) S 17415 17415 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 389098 18446744073709551615 4194304 4196468 140721490043600 140478461207280 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17426] ppid=17415 vsize=13980732 memory=8680 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17426/stat : 17426 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 389098 18446744073709551615 4194304 4196468 140721490043600 140478460155856 140478917560219 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17427] ppid=17415 vsize=13980732 memory=1531720 CPUtime=1.54 cores=1,3,5,7
/proc/17417/task/17427/stat : 17427 (java) S 17415 17415 16431 0 -1 1077944384 8328 0 0 0 153 1 0 0 20 0 15 0 8827048 14316269568 389098 18446744073709551615 4194304 4196468 140721490043600 140478459103984 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17428] ppid=17415 vsize=13980732 memory=1376 CPUtime=1.39 cores=1,3,5,7
/proc/17417/task/17428/stat : 17428 (java) S 17415 17415 16431 0 -1 1077944384 8461 0 0 0 138 1 0 0 20 0 15 0 8827048 14316269568 389098 18446744073709551615 4194304 4196468 140721490043600 140478458051440 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17429] ppid=17415 vsize=13980732 memory=1376 CPUtime=0.46 cores=1,3,5,7
/proc/17417/task/17429/stat : 17429 (java) S 17415 17415 16431 0 -1 1077944384 6687 0 0 0 45 1 0 0 20 0 15 0 8827048 14316269568 389098 18446744073709551615 4194304 4196468 140721490043600 140478456998384 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17430] ppid=17415 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17430/stat : 17430 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 389098 18446744073709551615 4194304 4196468 140721490043600 140478455946080 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17431] ppid=17415 vsize=13980732 memory=1376 CPUtime=0.52 cores=1,3,5,7
/proc/17417/task/17431/stat : 17431 (java) S 17415 17415 16431 0 -1 1077944384 808 0 0 0 21 31 0 0 20 0 15 0 8827052 14316269568 389098 18446744073709551615 4194304 4196468 140721490043600 140478454893104 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 2387.9 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1557768 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.49 1.56 3/212 17715
/proc/meminfo: memFree=30565556/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13980732 memory=1130344 CPUtime=2448.13 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 70585 0 0 0 244708 105 0 0 20 0 15 0 8827043 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3495183 282586 3249 1 0 3483476 0
[pid=17417/tid=17418] ppid=17415 vsize=13980732 memory=570904 CPUtime=2440.5 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 26866 0 0 0 244002 48 0 0 20 0 15 0 8827043 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478921781256 140478536165168 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13980732 memory=595752 CPUtime=0.75 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 2575 0 0 0 69 6 0 0 20 0 15 0 8827044 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13980732 memory=595752 CPUtime=0.75 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 3488 0 0 0 69 6 0 0 20 0 15 0 8827044 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13980732 memory=667720 CPUtime=0.74 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 3679 0 0 0 67 7 0 0 20 0 15 0 8827044 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13980732 memory=1376 CPUtime=0.74 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2624 0 0 0 67 7 0 0 20 0 15 0 8827044 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17423] ppid=17415 vsize=13980732 memory=863048 CPUtime=0.63 cores=1,3,5,7
/proc/17417/task/17423/stat : 17423 (java) S 17415 17415 16431 0 -1 1077944384 5537 0 0 0 56 7 0 0 20 0 15 0 8827045 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478463314160 140478917552770 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17424] ppid=17415 vsize=13980732 memory=863048 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17424/stat : 17424 (java) S 17415 17415 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478462260384 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17425] ppid=17415 vsize=13980732 memory=935016 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17425/stat : 17425 (java) S 17415 17415 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478461207280 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17426] ppid=17415 vsize=13980732 memory=984360 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17426/stat : 17426 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478460155856 140478917560219 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17427] ppid=17415 vsize=13980732 memory=1033704 CPUtime=1.54 cores=1,3,5,7
/proc/17417/task/17427/stat : 17427 (java) S 17415 17415 16431 0 -1 1077944384 8328 0 0 0 153 1 0 0 20 0 15 0 8827048 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478459103984 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17428] ppid=17415 vsize=13980732 memory=1105672 CPUtime=1.39 cores=1,3,5,7
/proc/17417/task/17428/stat : 17428 (java) S 17415 17415 16431 0 -1 1077944384 8635 0 0 0 138 1 0 0 20 0 15 0 8827048 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478458051440 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17429] ppid=17415 vsize=13980732 memory=1376 CPUtime=0.46 cores=1,3,5,7
/proc/17417/task/17429/stat : 17429 (java) S 17415 17415 16431 0 -1 1077944384 6687 0 0 0 45 1 0 0 20 0 15 0 8827048 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478456998384 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17430] ppid=17415 vsize=13980732 memory=1058376 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17430/stat : 17430 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478455946080 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17431] ppid=17415 vsize=13980732 memory=-8774313645642428999 CPUtime=0.54 cores=1,3,5,7
/proc/17417/task/17431/stat : 17431 (java) S 17415 17415 16431 0 -1 1077944384 812 0 0 0 22 32 0 0 20 0 15 0 8827052 14316269568 282586 18446744073709551615 4194304 4196468 140721490043600 140478454893104 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 2448.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 1131720 KiB

[startup+2502.3 s]
/proc/loadavg: 1.39 1.47 1.55 3/212 17717
/proc/meminfo: memFree=31322988/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13980732 memory=349568 CPUtime=2508.5 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 73758 0 0 0 250724 126 0 0 20 0 15 0 8827043 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3495183 87392 3250 1 0 3483476 0
[pid=17417/tid=17418] ppid=17415 vsize=13980732 memory=349568 CPUtime=2500.31 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 29399 0 0 0 249963 68 0 0 20 0 15 0 8827043 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478921781312 140478535824025 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13980732 memory=349568 CPUtime=0.87 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 2664 0 0 0 81 6 0 0 20 0 15 0 8827044 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13980732 memory=1376 CPUtime=0.87 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 3672 0 0 0 81 6 0 0 20 0 15 0 8827044 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13980732 memory=1376 CPUtime=0.86 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 3725 0 0 0 79 7 0 0 20 0 15 0 8827044 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13980732 memory=606284 CPUtime=0.87 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2657 0 0 0 80 7 0 0 20 0 15 0 8827044 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17423] ppid=17415 vsize=13980732 memory=1376 CPUtime=0.69 cores=1,3,5,7
/proc/17417/task/17423/stat : 17423 (java) S 17415 17415 16431 0 -1 1077944384 5821 0 0 0 61 8 0 0 20 0 15 0 8827045 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478463314160 140478917552770 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17424] ppid=17415 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17424/stat : 17424 (java) S 17415 17415 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478462260384 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17425] ppid=17415 vsize=13980732 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17425/stat : 17425 (java) S 17415 17415 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478461207280 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17426] ppid=17415 vsize=13980732 memory=1891080 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17426/stat : 17426 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478460155856 140478917560219 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17427] ppid=17415 vsize=13980732 memory=1376 CPUtime=1.54 cores=1,3,5,7
/proc/17417/task/17427/stat : 17427 (java) S 17415 17415 16431 0 -1 1077944384 8328 0 0 0 153 1 0 0 20 0 15 0 8827048 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478459103984 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17428] ppid=17415 vsize=13980732 memory=1376 CPUtime=1.39 cores=1,3,5,7
/proc/17417/task/17428/stat : 17428 (java) S 17415 17415 16431 0 -1 1077944384 8635 0 0 0 138 1 0 0 20 0 15 0 8827048 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478458051440 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17429] ppid=17415 vsize=13980732 memory=606284 CPUtime=0.46 cores=1,3,5,7
/proc/17417/task/17429/stat : 17429 (java) S 17415 17415 16431 0 -1 1077944384 6687 0 0 0 45 1 0 0 20 0 15 0 8827048 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478456998384 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17430] ppid=17415 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17430/stat : 17430 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478455946080 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17431] ppid=17415 vsize=13980732 memory=382168 CPUtime=0.55 cores=1,3,5,7
/proc/17417/task/17431/stat : 17431 (java) S 17415 17415 16431 0 -1 1077944384 816 0 0 0 22 33 0 0 20 0 15 0 8827052 14316269568 87392 18446744073709551615 4194304 4196468 140721490043600 140478454893104 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 2508.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 350944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.8 s]
/proc/loadavg: 1.39 1.46 1.55 3/212 17717
/proc/meminfo: memFree=31188520/32770624 swapFree=67108860/67108860
[pid=17415] ppid=17412 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/17415/stat : 17415 (xcsp3-exec) S 17412 17415 16431 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 8827034 9740288 344 18446744073709551615 4194304 5098028 140721059384384 140721059382488 140499780440700 0 65536 5 65538 18446744071579417331 0 0 17 5 0 0 8 0 0 7196144 7232144 26787840 140721059389817 140721059390022 140721059390022 140721059393515 0
/proc/17415/statm: 2378 344 289 221 0 87 0
[pid=17417] ppid=17415 vsize=13980732 memory=484952 CPUtime=2520.04 cores=1,3,5,7
/proc/17417/stat : 17417 (java) S 17415 17415 16431 0 -1 1077944320 74372 0 0 0 251875 129 0 0 20 0 15 0 8827043 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140721490026144 140478917541623 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
/proc/17417/statm: 3495183 121238 3250 1 0 3483476 0
[pid=17417/tid=17418] ppid=17415 vsize=13980732 memory=-8774313645642428999 CPUtime=2511.79 cores=1,3,5,7
/proc/17417/task/17418/stat : 17418 (java) R 17415 17415 16431 0 -1 4202560 30000 0 0 0 251109 70 0 0 20 0 15 0 8827043 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478921781312 140478536210101 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17419] ppid=17415 vsize=13980732 memory=1728 CPUtime=0.88 cores=1,3,5,7
/proc/17417/task/17419/stat : 17419 (java) S 17415 17415 16431 0 -1 1077944384 2664 0 0 0 82 6 0 0 20 0 15 0 8827044 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478851976208 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17420] ppid=17415 vsize=13980732 memory=11952 CPUtime=0.88 cores=1,3,5,7
/proc/17417/task/17420/stat : 17420 (java) S 17415 17415 16431 0 -1 1077944384 3672 0 0 0 82 6 0 0 20 0 15 0 8827044 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478517001360 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17421] ppid=17415 vsize=13980732 memory=1008 CPUtime=0.87 cores=1,3,5,7
/proc/17417/task/17421/stat : 17421 (java) S 17415 17415 16431 0 -1 1077944384 3731 0 0 0 80 7 0 0 20 0 15 0 8827044 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478515948304 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17422] ppid=17415 vsize=13980732 memory=792 CPUtime=0.88 cores=1,3,5,7
/proc/17417/task/17422/stat : 17422 (java) S 17415 17415 16431 0 -1 1077944384 2660 0 0 0 81 7 0 0 20 0 15 0 8827044 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478514895760 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17423] ppid=17415 vsize=13980732 memory=2008 CPUtime=0.69 cores=1,3,5,7
/proc/17417/task/17423/stat : 17423 (java) S 17415 17415 16431 0 -1 1077944384 5823 0 0 0 61 8 0 0 20 0 15 0 8827045 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478463314160 140478917552770 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17424] ppid=17415 vsize=13980732 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17424/stat : 17424 (java) S 17415 17415 16431 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478462260384 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17425] ppid=17415 vsize=13980732 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17425/stat : 17425 (java) S 17415 17415 16431 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 8827046 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478461207280 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17426] ppid=17415 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17426/stat : 17426 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478460155856 140478917560219 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17427] ppid=17415 vsize=13980732 memory=3124 CPUtime=1.54 cores=1,3,5,7
/proc/17417/task/17427/stat : 17427 (java) S 17415 17415 16431 0 -1 1077944384 8328 0 0 0 153 1 0 0 20 0 15 0 8827048 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478459103984 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17428] ppid=17415 vsize=13980732 memory=1376 CPUtime=1.39 cores=1,3,5,7
/proc/17417/task/17428/stat : 17428 (java) S 17415 17415 16431 0 -1 1077944384 8635 0 0 0 138 1 0 0 20 0 15 0 8827048 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478458051440 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17429] ppid=17415 vsize=13980732 memory=484952 CPUtime=0.46 cores=1,3,5,7
/proc/17417/task/17429/stat : 17429 (java) S 17415 17415 16431 0 -1 1077944384 6687 0 0 0 45 1 0 0 20 0 15 0 8827048 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478456998384 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17430] ppid=17415 vsize=13980732 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/17417/task/17430/stat : 17430 (java) S 17415 17415 16431 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 8827048 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478455946080 140478917551829 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
[pid=17417/tid=17431] ppid=17415 vsize=13980732 memory=3140 CPUtime=0.55 cores=1,3,5,7
/proc/17417/task/17431/stat : 17431 (java) S 17415 17415 16431 0 -1 1077944384 818 0 0 0 22 33 0 0 20 0 15 0 8827052 14316269568 121238 18446744073709551615 4194304 4196468 140721490043600 140478454893104 140478917552770 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 14 0 0 6293624 6294260 9474048 140721490051506 140721490051682 140721490051682 140721490055119 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 486328 KiB

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

[startup+2513.81 s]
# the end of solver process 17415 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000846 s, system=0.001238 s

[startup+2513.81 s]
# the end of solver process 17417 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.77 s, system=1.29571 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): 2513.81
CPU time (s): 2520.06
CPU user time (s): 2518.77
CPU system time (s): 1.29571
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2165428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.77
system time used= 1.29571
maximum resident set size= 2179360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75014
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72810
involuntary context switches= 1640


# summary of solver processes directly reported to runsolver:
#   pid: 17415,17417
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2518.77
#   total CPU system time (s): 1.29571

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.409 second user time and 22.3389 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-19 02:42:13
IDJOB=4282166
IDBENCH=115862
IDSOLVER=2677
FILE ID=node128/4282166-1503104173
RUNJOBID= node128-1503095815-16490
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-19.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-4282166-1503104173/watcher-4282166-1503104173 -o /tmp/evaluation-result-4282166-1503104173/solver-4282166-1503104173 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1503095815-16490 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1825955230 HOME/instance-4282166-1503104173.xml

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

MD5SUM BENCH= 83a04d869151a5b67f4c27500757dc69
RANDOM SEED=1825955230

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.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31713040 kB
MemAvailable:   31857768 kB
Buffers:          145960 kB
Cached:           281676 kB
SwapCached:            0 kB
Active:           376476 kB
Inactive:         277824 kB
Active(anon):     226884 kB
Inactive(anon):     8572 kB
Active(file):     149592 kB
Inactive(file):   269252 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7800 kB
Writeback:             0 kB
AnonPages:        328728 kB
Mapped:            42612 kB
Shmem:              8900 kB
Slab:             108028 kB
SReclaimable:      83440 kB
SUnreclaim:        24588 kB
KernelStack:        3760 kB
PageTables:         5300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1146920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 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= 62016 MiB
End job on node128 at 2017-08-19 03:24:07