Trace number 4306783

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.7b seq (e747e1e)? (TO) 2520.09 2509.81

General information on the benchmark

NameColouredQueens/
ColouredQueens-15_c18.xml
MD5SUM531220ca8f264cab5c203edb1f2daff4
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 variables225
Number of constraints84
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":225}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":221}]
Minimum constraint arity2
Maximum constraint arity15
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":32}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":84}]
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-4306783-1534038018.xml"  -tl '2520s' -p 1
0.26/0.28	c Choco e747e1e
0.26/0.29	c [HOME/instance-4306783-1534038018.xml, -tl, 2520s, -p, 1]
0.32/0.56	c simple solver
0.40/0.74	c parse instance...
0.78/0.96	c solve instance...
2520.06/2509.80	s UNKNOWN
2520.06/2509.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 (8594 MiB free)
  memory of node 1: 16384 MiB (11659 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306783-1534038018/watcher-4306783-1534038018 -o /tmp/evaluation-result-4306783-1534038018/solver-4306783-1534038018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20444 --watchdog 2580 HOME/xcsp3-exec -seed 835206544 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306783-1534038018.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
solver pid=20470, runsolver pid=20466
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.01 1.43 1.80 5/219 20505
/proc/meminfo: memFree=20702960/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0
[pid=20476] ppid=20470 vsize=14082940 memory=28744 CPUtime=0.08 cores=1,3,5,7
/proc/20476/stat : 20476 (java) S 20470 20470 18978 0 -1 1077944320 5498 0 0 0 7 1 0 0 20 0 15 0 221364726 14420930560 7186 33554432000 4194304 4196468 140722396084656 140722396067200 140670940712695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
/proc/20476/statm: 3520735 7186 2934 1 0 3483012 0
[pid=20476/tid=20478] ppid=20470 vsize=14082940 memory=4423250892055936391 CPUtime=0.07 cores=1,3,5,7
/proc/20476/task/20478/stat : 20478 (java) D 20470 20470 18978 0 -1 4202560 3641 0 0 0 6 1 0 0 20 0 15 0 221364726 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670944940064 140670940734621 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 1 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20480] ppid=20470 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20480/stat : 20480 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670855781008 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20481] ppid=20470 vsize=14082940 memory=140491027887744 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20481/stat : 20481 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670854728208 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20482] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20482/stat : 20482 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670853675408 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20483] ppid=20470 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20483/stat : 20483 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670852622608 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20488] ppid=20470 vsize=14082940 memory=140491027887744 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20488/stat : 20488 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364728 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670143916912 140670940723842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20490] ppid=20470 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20490/stat : 20490 (java) S 20470 20470 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221364729 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670142862880 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20492] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221364729 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14082940 memory=140491027887744 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14082940 memory=140491027887744 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 7186 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30196 KiB

[startup+0.210573 s]*
/proc/loadavg: 1.01 1.43 1.80 1/219 20505
/proc/meminfo: memFree=20686688/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0
[pid=20476] ppid=20470 vsize=14082940 memory=38064 CPUtime=0.26 cores=1,3,5,7
/proc/20476/stat : 20476 (java) S 20470 20470 18978 0 -1 1077944320 8066 0 0 0 24 2 0 0 20 0 15 0 221364726 14420930560 9516 33554432000 4194304 4196468 140722396084656 140722396067200 140670940712695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
/proc/20476/statm: 3520735 9516 3151 1 0 3483012 0
[pid=20476/tid=20478] ppid=20470 vsize=14082940 memory=7883960649037381690 CPUtime=0.15 cores=1,3,5,7
/proc/20476/task/20478/stat : 20478 (java) D 20470 20470 18978 0 -1 4202560 5216 0 0 0 14 1 0 0 20 0 15 0 221364726 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670944931824 140670940734621 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 4 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20480] ppid=20470 vsize=14082940 memory=12629 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20480/stat : 20480 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670855781008 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20481] ppid=20470 vsize=14082940 memory=140491027907152 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20481/stat : 20481 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670854728208 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20482] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20482/stat : 20482 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670853675408 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20483] ppid=20470 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20483/stat : 20483 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670852622608 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20488] ppid=20470 vsize=14082940 memory=140491027887744 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20488/stat : 20488 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364728 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670143916912 140670940723842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20490] ppid=20470 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20490/stat : 20490 (java) S 20470 20470 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221364729 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670142862880 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20492] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221364729 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 516 0 0 0 2 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14082940 memory=140491027887744 CPUtime=0.05 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 769 0 0 0 5 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 39516 KiB

[startup+0.310598 s]*
/proc/loadavg: 1.01 1.43 1.80 1/219 20505
/proc/meminfo: memFree=20684828/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0
[pid=20476] ppid=20470 vsize=14082940 memory=38064 CPUtime=0.28 cores=1,3,5,7
/proc/20476/stat : 20476 (java) S 20470 20470 18978 0 -1 1077944320 8094 0 1 0 26 2 0 0 20 0 15 0 221364726 14420930560 9516 33554432000 4194304 4196468 140722396084656 140722396067200 140670940712695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
/proc/20476/statm: 3520735 9516 3151 1 0 3483012 0
[pid=20476/tid=20478] ppid=20470 vsize=14082940 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/20476/task/20478/stat : 20478 (java) D 20470 20470 18978 0 -1 4202560 5241 0 1 0 14 1 0 0 20 0 15 0 221364726 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670944937648 140670923195728 0 4 0 16800975 18446744071580431491 0 0 -1 5 0 0 12 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20480] ppid=20470 vsize=14082940 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20480/stat : 20480 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670855781008 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20481] ppid=20470 vsize=14082940 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20481/stat : 20481 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670854728208 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20482] ppid=20470 vsize=14082940 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20482/stat : 20482 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670853675408 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20483] ppid=20470 vsize=14082940 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20483/stat : 20483 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670852622608 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20488] ppid=20470 vsize=14082940 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20488/stat : 20488 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364728 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670143916912 140670940723842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20490] ppid=20470 vsize=14082940 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20490/stat : 20490 (java) S 20470 20470 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221364729 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670142862880 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20492] ppid=20470 vsize=14082940 memory=-9001728533042062950 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221364729 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14082940 memory=-7247262161690712702 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14082940 memory=7031125463459224206 CPUtime=0.02 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 516 0 0 0 2 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 257 0 0 0 2 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14082940 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 772 0 0 0 6 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221364732 14420930560 9516 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 39516 KiB

[startup+0.700811 s]
/proc/loadavg: 1.09 1.44 1.80 1/219 20505
/proc/meminfo: memFree=20677580/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0
[pid=20476] ppid=20470 vsize=14087196 memory=43472 CPUtime=0.4 cores=1,3,5,7
/proc/20476/stat : 20476 (java) S 20470 20470 18978 0 -1 1077944320 8598 0 1 0 37 3 0 0 20 0 15 0 221364726 14425288704 10868 33554432000 4194304 4196468 140722396084656 140722396067200 140670940712695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
/proc/20476/statm: 3521799 10868 3184 1 0 3483012 0
[pid=20476/tid=20478] ppid=20470 vsize=14087196 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/20476/task/20478/stat : 20478 (java) R 20470 20470 18978 0 -1 4202560 5717 0 1 0 21 2 0 0 20 0 15 0 221364726 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670944935664 140670924793182 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20480] ppid=20470 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20480/stat : 20480 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670855781008 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20481] ppid=20470 vsize=14087196 memory=60200 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20481/stat : 20481 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670854728208 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20482] ppid=20470 vsize=14087196 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20482/stat : 20482 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670853675408 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20483] ppid=20470 vsize=14087196 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20483/stat : 20483 (java) S 20470 20470 18978 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221364727 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670852622608 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20488] ppid=20470 vsize=14087196 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20488/stat : 20488 (java) S 20470 20470 18978 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221364728 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670143916912 140670940723842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20490] ppid=20470 vsize=14087196 memory=868 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20490/stat : 20490 (java) S 20470 20470 18978 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221364729 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670142862880 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20492] ppid=20470 vsize=14087196 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221364729 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14087196 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14087196 memory=748 CPUtime=0.02 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 516 0 0 0 2 0 0 0 20 0 15 0 221364732 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14087196 memory=1220 CPUtime=0.03 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 263 0 0 0 3 0 0 0 20 0 15 0 221364732 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14087196 memory=6572 CPUtime=0.09 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 791 0 0 0 9 0 0 0 20 0 15 0 221364732 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14087196 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14087196 memory=4452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221364732 14425288704 10868 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 44924 KiB

[startup+1.50085 s]
/proc/loadavg: 1.09 1.44 1.80 8/219 20505
/proc/meminfo: memFree=20628700/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0

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

/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 221364729 14427463680 1231023 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14089320 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 1231023 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14089320 memory=1452 CPUtime=1.44 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 8512 0 0 0 143 1 0 0 20 0 15 0 221364732 14427463680 1231023 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14089320 memory=4924092 CPUtime=1.41 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 7700 0 1 0 139 2 0 0 20 0 15 0 221364732 14427463680 1231023 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14089320 memory=1452 CPUtime=0.47 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 7203 0 0 0 46 1 0 0 20 0 15 0 221364732 14427463680 1231023 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 1231023 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14089320 memory=4924092 CPUtime=0.55 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1231 0 0 0 25 30 0 0 20 0 15 0 221364732 14427463680 1231023 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 2391.82 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 4925544 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.75 1.75 3/218 20757
/proc/meminfo: memFree=10987632/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0
[pid=20476] ppid=20470 vsize=14089320 memory=1095716 CPUtime=2452.28 cores=1,3,5,7
/proc/20476/stat : 20476 (java) S 20470 20470 18978 0 -1 1077944320 135507 0 2 0 244743 485 0 0 20 0 15 0 221364726 14427463680 273929 33554432000 4194304 4196468 140722396084656 140722396067200 140670940712695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
/proc/20476/statm: 3522330 273929 3435 1 0 3483524 0
[pid=20476/tid=20478] ppid=20470 vsize=14089320 memory=1025812 CPUtime=2437.78 cores=1,3,5,7
/proc/20476/task/20478/stat : 20478 (java) R 20470 20470 18978 0 -1 4202560 72649 0 1 0 243367 411 0 0 20 0 15 0 221364726 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670944952344 140670534846587 0 4 0 16800975 0 0 0 -1 3 0 0 42 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20480] ppid=20470 vsize=14089320 memory=1060764 CPUtime=2.36 cores=1,3,5,7
/proc/20476/task/20480/stat : 20480 (java) S 20470 20470 18978 0 -1 1077944384 4217 0 0 0 228 8 0 0 20 0 15 0 221364727 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670855781008 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20481] ppid=20470 vsize=14089320 memory=1095716 CPUtime=2.38 cores=1,3,5,7
/proc/20476/task/20481/stat : 20481 (java) S 20470 20470 18978 0 -1 1077944384 5599 0 0 0 231 7 0 0 20 0 15 0 221364727 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670854728208 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20482] ppid=20470 vsize=14089320 memory=1452 CPUtime=2.37 cores=1,3,5,7
/proc/20476/task/20482/stat : 20482 (java) S 20470 20470 18978 0 -1 1077944384 4884 0 0 0 230 7 0 0 20 0 15 0 221364727 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670853675408 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20483] ppid=20470 vsize=14089320 memory=1095716 CPUtime=2.38 cores=1,3,5,7
/proc/20476/task/20483/stat : 20483 (java) S 20470 20470 18978 0 -1 1077944384 7476 0 0 0 231 7 0 0 20 0 15 0 221364727 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670852622608 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20488] ppid=20470 vsize=14089320 memory=1452 CPUtime=1.02 cores=1,3,5,7
/proc/20476/task/20488/stat : 20488 (java) S 20470 20470 18978 0 -1 1077944384 14633 0 0 0 85 17 0 0 20 0 15 0 221364728 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670143916912 140670940723842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20490] ppid=20470 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20490/stat : 20490 (java) S 20470 20470 18978 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 221364729 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670142862880 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20492] ppid=20470 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 221364729 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14089320 memory=1452 CPUtime=1.44 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 8516 0 0 0 143 1 0 0 20 0 15 0 221364732 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14089320 memory=1452 CPUtime=1.41 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 7704 0 1 0 139 2 0 0 20 0 15 0 221364732 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14089320 memory=1452 CPUtime=0.47 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 7207 0 0 0 46 1 0 0 20 0 15 0 221364732 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14089320 memory=1095716 CPUtime=0.57 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1253 0 0 0 26 31 0 0 20 0 15 0 221364732 14427463680 273929 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 2452.28 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 1097168 KiB

[startup+2502.3 s]
/proc/loadavg: 1.49 1.67 1.73 3/218 20758
/proc/meminfo: memFree=8614524/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0
[pid=20476] ppid=20470 vsize=14089320 memory=3502820 CPUtime=2512.53 cores=1,3,5,7
/proc/20476/stat : 20476 (java) S 20470 20470 18978 0 -1 1077944320 140568 0 2 0 250731 522 0 0 20 0 15 0 221364726 14427463680 875705 33554432000 4194304 4196468 140722396084656 140722396067200 140670940712695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
/proc/20476/statm: 3522330 875705 3435 1 0 3483524 0
[pid=20476/tid=20478] ppid=20470 vsize=14089320 memory=3395904 CPUtime=2497.67 cores=1,3,5,7
/proc/20476/task/20478/stat : 20478 (java) R 20470 20470 18978 0 -1 4202560 76393 0 1 0 249320 447 0 0 20 0 15 0 221364726 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670944952352 140670534567873 0 4 0 16800975 0 0 0 -1 1 0 0 42 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20480] ppid=20470 vsize=14089320 memory=3395904 CPUtime=2.44 cores=1,3,5,7
/proc/20476/task/20480/stat : 20480 (java) S 20470 20470 18978 0 -1 1077944384 4579 0 0 0 236 8 0 0 20 0 15 0 221364727 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670855781008 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20481] ppid=20470 vsize=14089320 memory=1452 CPUtime=2.46 cores=1,3,5,7
/proc/20476/task/20481/stat : 20481 (java) S 20470 20470 18978 0 -1 1077944384 5842 0 0 0 239 7 0 0 20 0 15 0 221364727 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670854728208 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20482] ppid=20470 vsize=14089320 memory=1452 CPUtime=2.45 cores=1,3,5,7
/proc/20476/task/20482/stat : 20482 (java) S 20470 20470 18978 0 -1 1077944384 5029 0 0 0 238 7 0 0 20 0 15 0 221364727 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670853675408 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20483] ppid=20470 vsize=14089320 memory=1452 CPUtime=2.46 cores=1,3,5,7
/proc/20476/task/20483/stat : 20483 (java) S 20470 20470 18978 0 -1 1077944384 7872 0 0 0 239 7 0 0 20 0 15 0 221364727 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670852622608 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20488] ppid=20470 vsize=14089320 memory=3395904 CPUtime=1.04 cores=1,3,5,7
/proc/20476/task/20488/stat : 20488 (java) S 20470 20470 18978 0 -1 1077944384 14787 0 0 0 86 18 0 0 20 0 15 0 221364728 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670143916912 140670940723842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20490] ppid=20470 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20490/stat : 20490 (java) S 20470 20470 18978 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 221364729 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670142862880 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20492] ppid=20470 vsize=14089320 memory=3217540 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 221364729 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14089320 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14089320 memory=1452 CPUtime=1.44 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 8516 0 0 0 143 1 0 0 20 0 15 0 221364732 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14089320 memory=3395904 CPUtime=1.41 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 7704 0 1 0 139 2 0 0 20 0 15 0 221364732 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14089320 memory=1452 CPUtime=0.47 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 7207 0 0 0 46 1 0 0 20 0 15 0 221364732 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14089320 memory=3182584 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14089320 memory=1452 CPUtime=0.58 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1270 0 0 0 26 32 0 0 20 0 15 0 221364732 14427463680 875705 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 2512.53 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 3504272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.8 s]
/proc/loadavg: 1.53 1.68 1.73 3/218 20758
/proc/meminfo: memFree=11280384/32770624 swapFree=67108688/67108860
[pid=20470] ppid=20466 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/20470/stat : 20470 (xcsp3-exec) S 20466 20470 18978 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 221364726 115843072 363 33554432000 4194304 5098028 140734602424704 140734602422808 139722074161788 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10592256 140734602433595 140734602433796 140734602433796 140734602436554 0
/proc/20470/statm: 28282 363 305 221 0 87 0
[pid=20476] ppid=20470 vsize=14089320 memory=938416 CPUtime=2520.06 cores=1,3,5,7
/proc/20476/stat : 20476 (java) S 20470 20470 18978 0 -1 1077944320 144529 0 2 0 251471 535 0 0 20 0 15 0 221364726 14427463680 234604 33554432000 4194304 4196468 140722396084656 140722396067200 140670940712695 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
/proc/20476/statm: 3522330 234604 3435 1 0 3483524 0
[pid=20476/tid=20478] ppid=20470 vsize=14089320 memory=1612 CPUtime=2505.12 cores=1,3,5,7
/proc/20476/task/20478/stat : 20478 (java) R 20470 20470 18978 0 -1 4202560 78758 0 1 0 250053 459 0 0 20 0 15 0 221364726 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670944952344 140670534738896 0 4 0 16800975 0 0 0 -1 3 0 0 42 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20480] ppid=20470 vsize=14089320 memory=6791534058613427641 CPUtime=2.45 cores=1,3,5,7
/proc/20476/task/20480/stat : 20480 (java) S 20470 20470 18978 0 -1 1077944384 4608 0 0 0 237 8 0 0 20 0 15 0 221364727 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670855781008 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20481] ppid=20470 vsize=14089320 memory=1808 CPUtime=2.47 cores=1,3,5,7
/proc/20476/task/20481/stat : 20481 (java) S 20470 20470 18978 0 -1 1077944384 5895 0 0 0 240 7 0 0 20 0 15 0 221364727 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670854728208 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20482] ppid=20470 vsize=14089320 memory=1620 CPUtime=2.46 cores=1,3,5,7
/proc/20476/task/20482/stat : 20482 (java) S 20470 20470 18978 0 -1 1077944384 5063 0 0 0 239 7 0 0 20 0 15 0 221364727 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670853675408 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20483] ppid=20470 vsize=14089320 memory=748 CPUtime=2.47 cores=1,3,5,7
/proc/20476/task/20483/stat : 20483 (java) S 20470 20470 18978 0 -1 1077944384 7895 0 0 0 240 7 0 0 20 0 15 0 221364727 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670852622608 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20488] ppid=20470 vsize=14089320 memory=1452 CPUtime=1.08 cores=1,3,5,7
/proc/20476/task/20488/stat : 20488 (java) S 20470 20470 18978 0 -1 1077944384 16244 0 0 0 89 19 0 0 20 0 15 0 221364728 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670143916912 140670940723842 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20490] ppid=20470 vsize=14089320 memory=496 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20490/stat : 20490 (java) S 20470 20470 18978 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 221364729 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670142862880 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20492] ppid=20470 vsize=14089320 memory=924 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20492/stat : 20492 (java) S 20470 20470 18978 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 221364729 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670141810032 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20497] ppid=20470 vsize=14089320 memory=1168 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20497/stat : 20497 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670140758352 140670940731291 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20498] ppid=20470 vsize=14089320 memory=2336 CPUtime=1.44 cores=1,3,5,7
/proc/20476/task/20498/stat : 20498 (java) S 20470 20470 18978 0 -1 1077944384 8516 0 0 0 143 1 0 0 20 0 15 0 221364732 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670139705712 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20500] ppid=20470 vsize=14089320 memory=1572 CPUtime=1.41 cores=1,3,5,7
/proc/20476/task/20500/stat : 20500 (java) S 20470 20470 18978 0 -1 1077944384 7704 0 1 0 139 2 0 0 20 0 15 0 221364732 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670138652912 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20501] ppid=20470 vsize=14089320 memory=924 CPUtime=0.47 cores=1,3,5,7
/proc/20476/task/20501/stat : 20501 (java) S 20470 20470 18978 0 -1 1077944384 7207 0 0 0 46 1 0 0 20 0 15 0 221364732 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670137600112 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20503] ppid=20470 vsize=14089320 memory=2192 CPUtime=0 cores=1,3,5,7
/proc/20476/task/20503/stat : 20503 (java) S 20470 20470 18978 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221364732 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670136547552 140670940722901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
[pid=20476/tid=20505] ppid=20470 vsize=14089320 memory=3980 CPUtime=0.58 cores=1,3,5,7
/proc/20476/task/20505/stat : 20505 (java) S 20470 20470 18978 0 -1 1077944384 1270 0 0 0 26 32 0 0 20 0 15 0 221364732 14427463680 234604 33554432000 4194304 4196468 140722396084656 140670135495856 140670940723842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16691200 140722396091526 140722396091697 140722396091697 140722396094415 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 939868 KiB

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

[startup+2509.81 s]
# the end of solver process 20470 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001165 s, system=0.001165 s

[startup+2509.81 s]
# the end of solver process 20476 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.73 s, system=5.3627 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): 2509.81
CPU time (s): 2520.09
CPU user time (s): 2514.73
CPU system time (s): 5.3627
CPU usage (%): 100.409
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 5791000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.73
system time used= 5.3627
maximum resident set size= 5793644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 145213
page faults= 2
swaps= 0
block input operations= 5464
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 74826
involuntary context switches= 3432


# summary of solver processes directly reported to runsolver:
#   pid: 20470,20476
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2514.73
#   total CPU system time (s): 5.3627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4409 second user time and 22.5101 second system time

The end

Launcher Data

Begin job on node106 at 2018-08-12 03:40:18
IDJOB=4306783
IDBENCH=141016
IDSOLVER=2787
FILE ID=node106/4306783-1534038018
RUNJOBID= node106-1534038018-20444
PBS_JOBID= 21036957
Free space on /tmp= 39660 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-15_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-4306783-1534038018/watcher-4306783-1534038018 -o /tmp/evaluation-result-4306783-1534038018/solver-4306783-1534038018 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1534038018-20444 --watchdog 2580  HOME/xcsp3-exec -seed 835206544 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306783-1534038018.xml

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

MD5SUM BENCH= 531220ca8f264cab5c203edb1f2daff4
RANDOM SEED=835206544

node106.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	: 5334.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	: 5334.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	: 5334.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	: 5334.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:        20740828 kB
MemAvailable:   31903268 kB
Buffers:          102532 kB
Cached:         11207444 kB
SwapCached:            0 kB
Active:          5550160 kB
Inactive:        5815304 kB
Active(anon):       2704 kB
Inactive(anon):   105644 kB
Active(file):    5547456 kB
Inactive(file):  5709660 kB
Unevictable:        6996 kB
Mlocked:            6996 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             43668 kB
Writeback:             0 kB
AnonPages:         63092 kB
Mapped:            51060 kB
Shmem:             49664 kB
Slab:             361792 kB
SReclaimable:     333784 kB
SUnreclaim:        28008 kB
KernelStack:        3184 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 39616 MiB
End job on node106 at 2018-08-12 04:22:09