Trace number 4398919

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 2019-09-16? (TO) 2520.42 633.892

General information on the benchmark

NameRlfap/Rlfap-m1-graphsMod/
Rlfap-graph-08-f10.xml
MD5SUM53ef449e7d5451b48f2cdc0cd77eaa71
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.79454
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints3757
Number of domains7
Minimum domain size6
Maximum domain size34
Distribution of domain sizes[{"size":6,"count":48},{"size":17,"count":14},{"size":19,"count":18},{"size":22,"count":22},{"size":27,"count":122},{"size":32,"count":170},{"size":34,"count":286}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":1},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3757}]
Number of extensional constraints0
Number of intensional constraints3757
Distribution of constraint types[{"type":"intension","count":3757}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4398919-1568690447.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398919-1568690447.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
8.20/2.72	c solve instance...
2520.10/633.86	s UNKNOWN
2520.10/633.86	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 (11241 MiB free)
  memory of node 1: 16384 MiB (15513 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398919-1568690447/watcher-4398919-1568690447 -o /tmp/evaluation-result-4398919-1568690447/solver-4398919-1568690447 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1498840177 HOME/instance-4398919-1568690447.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=23830, runsolver pid=23827

[startup+0.100092 s]*
/proc/loadavg: 8.23 8.47 8.53 7/233 23846
/proc/meminfo: memFree=27379920/32770624 swapFree=66997372/67108860
[pid=23830] ppid=23827 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23830/stat : 23830 (xcsp3-exec) S 23827 23830 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445297735 115843072 363 33554432000 4194304 5098028 140721447139376 140721447137480 139722959028860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35393536 140721447142266 140721447142509 140721447142509 140721447145418 0
/proc/23830/statm: 28282 363 304 221 0 87 0
[pid=23832] ppid=23830 vsize=15144776 memory=29704 CPUtime=0.13 cores=1,3,5,7
/proc/23832/stat : 23832 (java) S 23830 23830 14983 0 -1 1077944320 5823 0 0 0 12 1 0 0 20 0 15 0 445297736 15508250624 7426 33554432000 4194304 4196468 140735113189808 140735113172352 140405694942967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
/proc/23832/statm: 3786194 7426 3160 1 0 3748377 0
[pid=23832/tid=23833] ppid=23830 vsize=15144776 memory=7100839870104831090 CPUtime=0.09 cores=1,3,5,7
/proc/23832/task/23833/stat : 23833 (java) R 23830 23830 14983 0 -1 4202560 3751 0 0 0 9 0 0 0 20 0 15 0 445297736 15508250624 7426 33554432000 4194304 4196468 140735113189808 140405699170992 140405316358176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23834] ppid=23830 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23834/stat : 23834 (java) S 23830 23830 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 7426 33554432000 4194304 4196468 140735113189808 140405647563920 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23835] ppid=23830 vsize=15144776 memory=139703905584768 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23835/stat : 23835 (java) S 23830 23830 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 7426 33554432000 4194304 4196468 140735113189808 140405646511120 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23836] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23836/stat : 23836 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 7426 33554432000 4194304 4196468 140735113189808 140405645458320 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23837] ppid=23830 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23837/stat : 23837 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 7426 33554432000 4194304 4196468 140735113189808 140405644405520 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23838] ppid=23830 vsize=15144776 memory=139703905584768 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23838/stat : 23838 (java) S 23830 23830 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445297738 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404837525872 140405694954114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23839] ppid=23830 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23839/stat : 23839 (java) S 23830 23830 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445297739 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404836471840 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23840] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23840/stat : 23840 (java) S 23830 23830 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445297739 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404835418992 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23841] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23841/stat : 23841 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404834367312 140405694961563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23842] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23842/stat : 23842 (java) R 23830 23830 14983 0 -1 4202560 429 0 0 0 0 0 0 0 20 0 15 0 445297741 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404833315696 140405672770113 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23843] ppid=23830 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23843/stat : 23843 (java) R 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297741 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404832262896 140405694954114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23844] ppid=23830 vsize=15144776 memory=139703905584768 CPUtime=0.02 cores=1,3,5,7
/proc/23832/task/23844/stat : 23844 (java) R 23830 23830 14983 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 445297741 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404831210096 140405673951560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23845] ppid=23830 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23845/stat : 23845 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404762602208 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23846] ppid=23830 vsize=15144776 memory=139703905584768 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23846/stat : 23846 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297742 15508250624 7426 33554432000 4194304 4196468 140735113189808 140404761549488 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31156 KiB

[startup+0.21081 s]*
/proc/loadavg: 8.23 8.47 8.53 7/233 23846
/proc/meminfo: memFree=27368552/32770624 swapFree=66997372/67108860
[pid=23830] ppid=23827 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23830/stat : 23830 (xcsp3-exec) S 23827 23830 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445297735 115843072 363 33554432000 4194304 5098028 140721447139376 140721447137480 139722959028860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35393536 140721447142266 140721447142509 140721447142509 140721447145418 0
/proc/23830/statm: 28282 363 304 221 0 87 0
[pid=23832] ppid=23830 vsize=15144776 memory=40192 CPUtime=0.34 cores=1,3,5,7
/proc/23832/stat : 23832 (java) S 23830 23830 14983 0 -1 1077944320 9310 0 0 0 32 2 0 0 20 0 15 0 445297736 15508250624 10048 33554432000 4194304 4196468 140735113189808 140735113172352 140405694942967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
/proc/23832/statm: 3786194 10048 3273 1 0 3748377 0
[pid=23832/tid=23833] ppid=23830 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/23832/task/23833/stat : 23833 (java) R 23830 23830 14983 0 -1 4202560 6619 0 0 0 18 2 0 0 20 0 15 0 445297736 15508250624 10048 33554432000 4194304 4196468 140735113189808 140405699177024 140405694954902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23834] ppid=23830 vsize=15144776 memory=9100 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23834/stat : 23834 (java) S 23830 23830 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 10048 33554432000 4194304 4196468 140735113189808 140405647563920 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23835] ppid=23830 vsize=15144776 memory=288370080057296512 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23835/stat : 23835 (java) S 23830 23830 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 10048 33554432000 4194304 4196468 140735113189808 140405646511120 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23836] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23836/stat : 23836 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 10048 33554432000 4194304 4196468 140735113189808 140405645458320 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23837] ppid=23830 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23837/stat : 23837 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297737 15508250624 10048 33554432000 4194304 4196468 140735113189808 140405644405520 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23838] ppid=23830 vsize=15144776 memory=139703905584768 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23838/stat : 23838 (java) S 23830 23830 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445297738 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404837525872 140405694954114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23839] ppid=23830 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23839/stat : 23839 (java) S 23830 23830 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445297739 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404836471840 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23840] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23840/stat : 23840 (java) S 23830 23830 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445297739 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404835418992 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23841] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23841/stat : 23841 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404834367312 140405694961563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23842] ppid=23830 vsize=15144776 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23832/task/23842/stat : 23842 (java) S 23830 23830 14983 0 -1 1077944384 587 0 0 0 4 0 0 0 20 0 15 0 445297741 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404833315696 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23843] ppid=23830 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23832/task/23843/stat : 23843 (java) S 23830 23830 14983 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 445297741 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404832262896 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23844] ppid=23830 vsize=15144776 memory=139703905584768 CPUtime=0.08 cores=1,3,5,7
/proc/23832/task/23844/stat : 23844 (java) R 23830 23830 14983 0 -1 4202560 776 0 0 0 8 0 0 0 20 0 15 0 445297741 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404831209904 140405694954902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23845] ppid=23830 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23845/stat : 23845 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404762602208 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23846] ppid=23830 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23846/stat : 23846 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297742 15508250624 10048 33554432000 4194304 4196468 140735113189808 140404761549488 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41644 KiB

[startup+0.318114 s]*
/proc/loadavg: 8.23 8.47 8.53 7/233 23846
/proc/meminfo: memFree=27360400/32770624 swapFree=66997372/67108860
[pid=23830] ppid=23827 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23830/stat : 23830 (xcsp3-exec) S 23827 23830 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445297735 115843072 363 33554432000 4194304 5098028 140721447139376 140721447137480 139722959028860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35393536 140721447142266 140721447142509 140721447142509 140721447145418 0
/proc/23830/statm: 28282 363 304 221 0 87 0
[pid=23832] ppid=23830 vsize=15149032 memory=50696 CPUtime=0.55 cores=1,3,5,7
/proc/23832/stat : 23832 (java) S 23830 23830 14983 0 -1 1077944320 10925 0 0 0 51 4 0 0 20 0 15 0 445297736 15512608768 12674 33554432000 4194304 4196468 140735113189808 140735113172352 140405694942967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
/proc/23832/statm: 3787258 12674 3375 1 0 3748377 0
[pid=23832/tid=23833] ppid=23830 vsize=15149032 memory=7883960649037381690 CPUtime=0.3 cores=1,3,5,7
/proc/23832/task/23833/stat : 23833 (java) R 23830 23830 14983 0 -1 4202560 7883 0 0 0 28 2 0 0 20 0 15 0 445297736 15512608768 12674 33554432000 4194304 4196468 140735113189808 140405699178512 140405694964893 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23834] ppid=23830 vsize=15149032 memory=9461 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23834/stat : 23834 (java) S 23830 23830 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445297737 15512608768 12674 33554432000 4194304 4196468 140735113189808 140405647563920 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23835] ppid=23830 vsize=15149032 memory=288230376155270553 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23835/stat : 23835 (java) S 23830 23830 14983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445297737 15512608768 12674 33554432000 4194304 4196468 140735113189808 140405646511120 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23836] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23836/stat : 23836 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297737 15512608768 12674 33554432000 4194304 4196468 140735113189808 140405645458320 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23837] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23837/stat : 23837 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297737 15512608768 12674 33554432000 4194304 4196468 140735113189808 140405644405520 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23838] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23838/stat : 23838 (java) S 23830 23830 14983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445297738 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404837525872 140405694954114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23839] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23839/stat : 23839 (java) S 23830 23830 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445297739 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404836471840 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23840] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23840/stat : 23840 (java) S 23830 23830 14983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445297739 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404835418992 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23841] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23841/stat : 23841 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404834367312 140405694961563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23842] ppid=23830 vsize=15149032 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/23832/task/23842/stat : 23842 (java) S 23830 23830 14983 0 -1 1077944384 727 0 0 0 6 0 0 0 20 0 15 0 445297741 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404833315696 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23843] ppid=23830 vsize=15149032 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23832/task/23843/stat : 23843 (java) S 23830 23830 14983 0 -1 1077944384 72 0 0 0 2 0 0 0 20 0 15 0 445297741 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404832262896 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23844] ppid=23830 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23832/task/23844/stat : 23844 (java) R 23830 23830 14983 0 -1 4202560 941 0 0 0 12 0 0 0 20 0 15 0 445297741 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404831210096 140405694954902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23845] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23845/stat : 23845 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404762602208 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23846] ppid=23830 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23846/stat : 23846 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297742 15512608768 12674 33554432000 4194304 4196468 140735113189808 140404761549488 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52148 KiB

[startup+0.701117 s]
/proc/loadavg: 8.23 8.47 8.53 10/233 23846
/proc/meminfo: memFree=27297012/32770624 swapFree=66997372/67108860
[pid=23830] ppid=23827 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23830/stat : 23830 (xcsp3-exec) S 23827 23830 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445297735 115843072 363 33554432000 4194304 5098028 140721447139376 140721447137480 139722959028860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35393536 140721447142266 140721447142509 140721447142509 140721447145418 0
/proc/23830/statm: 28282 363 304 221 0 87 0
[pid=23832] ppid=23830 vsize=15151156 memory=191716 CPUtime=1.77 cores=1,3,5,7
/proc/23832/stat : 23832 (java) S 23830 23830 14983 0 -1 1077944320 15645 0 0 0 170 7 0 0 20 0 15 0 445297736 15514783744 47929 33554432000 4194304 4196468 140735113189808 140735113172352 140405694942967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
/proc/23832/statm: 3787789 47929 3452 1 0 3748889 0
[pid=23832/tid=23833] ppid=23830 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23832/task/23833/stat : 23833 (java) R 23830 23830 14983 0 -1 4202560 8609 0 0 0 62 5 0 0 20 0 15 0 445297736 15514783744 47929 33554432000 4194304 4196468 140735113189808 140405699179056 140405320576179 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23834] ppid=23830 vsize=15151156 memory=500 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23834/stat : 23834 (java) S 23830 23830 14983 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 445297737 15514783744 47929 33554432000 4194304 4196468 140735113189808 140405647563920 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23835] ppid=23830 vsize=15151156 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23835/stat : 23835 (java) S 23830 23830 14983 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 445297737 15514783744 47929 33554432000 4194304 4196468 140735113189808 140405646511120 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23836] ppid=23830 vsize=15151156 memory=932 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23836/stat : 23836 (java) S 23830 23830 14983 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 445297737 15514783744 47929 33554432000 4194304 4196468 140735113189808 140405645458320 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23837] ppid=23830 vsize=15151156 memory=3768 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23837/stat : 23837 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297737 15514783744 47929 33554432000 4194304 4196468 140735113189808 140405644405520 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23838] ppid=23830 vsize=15151156 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23838/stat : 23838 (java) S 23830 23830 14983 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 445297738 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404837525872 140405694954114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23839] ppid=23830 vsize=15151156 memory=2512 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23839/stat : 23839 (java) S 23830 23830 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445297739 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404836471840 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23840] ppid=23830 vsize=15151156 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23840/stat : 23840 (java) S 23830 23830 14983 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 445297739 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404835418992 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23841] ppid=23830 vsize=15151156 memory=812 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23841/stat : 23841 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404834367312 140405694961563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23842] ppid=23830 vsize=15151156 memory=1764 CPUtime=0.37 cores=1,3,5,7
/proc/23832/task/23842/stat : 23842 (java) R 23830 23830 14983 0 -1 4202560 1866 0 0 0 37 0 0 0 20 0 15 0 445297741 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404833302688 140405679864768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23843] ppid=23830 vsize=15151156 memory=111628 CPUtime=0.29 cores=1,3,5,7
/proc/23832/task/23843/stat : 23843 (java) R 23830 23830 14983 0 -1 4202560 1571 0 0 0 29 0 0 0 20 0 15 0 445297741 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404832249440 140405680060134 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23844] ppid=23830 vsize=15151156 memory=796 CPUtime=0.4 cores=1,3,5,7
/proc/23832/task/23844/stat : 23844 (java) R 23830 23830 14983 0 -1 4202560 2244 0 0 0 40 0 0 0 20 0 15 0 445297741 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404831210096 140405688039803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23845] ppid=23830 vsize=15151156 memory=1808 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23845/stat : 23845 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445297741 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404762602208 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23846] ppid=23830 vsize=15151156 memory=920 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23846/stat : 23846 (java) S 23830 23830 14983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445297742 15514783744 47929 33554432000 4194304 4196468 140735113189808 140404761549488 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 193168 KiB

[startup+1.50112 s]
/proc/loadavg: 8.23 8.47 8.53 9/233 23846
/proc/meminfo: memFree=27214360/32770624 swapFree=66997372/67108860
[pid=23830] ppid=23827 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23830/stat : 23830 (xcsp3-exec) S 23827 23830 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445297735 115843072 363 33554432000 4194304 5098028 140721447139376 140721447137480 139722959028860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35393536 140721447142266 140721447142509 140721447142509 140721447145418 0
/proc/23830/statm: 28282 363 304 221 0 87 0

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

/proc/23832/stat : 23832 (java) S 23830 23830 14983 0 -1 1077944320 110124 0 0 0 207518 120 0 0 20 0 19 0 445297736 15789527040 980925 33554432000 4194304 4196468 140735113189808 140735113172352 140405694942967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
/proc/23832/statm: 3854865 980925 3537 1 0 3815965 0
[pid=23832/tid=23833] ppid=23830 vsize=15419460 memory=3923700 CPUtime=2.55 cores=1,3,5,7
/proc/23832/task/23833/stat : 23833 (java) S 23830 23830 14983 0 -1 1077944384 9774 0 0 0 248 7 0 0 20 0 19 0 445297736 15789527040 980925 33554432000 4194304 4196468 140735113189808 140405699183744 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23834] ppid=23830 vsize=15419460 memory=3961148 CPUtime=0.32 cores=1,3,5,7
/proc/23832/task/23834/stat : 23834 (java) S 23830 23830 14983 0 -1 1077944384 2068 0 0 0 25 7 0 0 20 0 19 0 445297737 15789527040 980925 33554432000 4194304 4196468 140735113189808 140405647563920 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23835] ppid=23830 vsize=15419460 memory=3923700 CPUtime=0.33 cores=1,3,5,7
/proc/23832/task/23835/stat : 23835 (java) S 23830 23830 14983 0 -1 1077944384 760 0 0 0 25 8 0 0 20 0 19 0 445297737 15789527040 980925 33554432000 4194304 4196468 140735113189808 140405646511120 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23836] ppid=23830 vsize=15419460 memory=1452 CPUtime=0.33 cores=1,3,5,7
/proc/23832/task/23836/stat : 23836 (java) S 23830 23830 14983 0 -1 1077944384 2770 0 0 0 26 7 0 0 20 0 19 0 445297737 15789527040 980925 33554432000 4194304 4196468 140735113189808 140405645458320 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23837] ppid=23830 vsize=15419460 memory=3923700 CPUtime=0.31 cores=1,3,5,7
/proc/23832/task/23837/stat : 23837 (java) S 23830 23830 14983 0 -1 1077944384 2262 0 0 0 24 7 0 0 20 0 19 0 445297737 15789527040 980925 33554432000 4194304 4196468 140735113189808 140405644405520 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23838] ppid=23830 vsize=15419460 memory=3923700 CPUtime=0.05 cores=1,3,5,7
/proc/23832/task/23838/stat : 23838 (java) S 23830 23830 14983 0 -1 1077944384 4392 0 0 0 3 2 0 0 20 0 19 0 445297738 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404837525872 140405694954114 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23839] ppid=23830 vsize=15419460 memory=3923700 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23839/stat : 23839 (java) S 23830 23830 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445297739 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404836471904 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23840] ppid=23830 vsize=15419460 memory=3923700 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23840/stat : 23840 (java) S 23830 23830 14983 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445297739 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404835419008 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23841] ppid=23830 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23841/stat : 23841 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445297741 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404834367312 140405694961563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23842] ppid=23830 vsize=15419460 memory=33 CPUtime=4.59 cores=1,3,5,7
/proc/23832/task/23842/stat : 23842 (java) S 23830 23830 14983 0 -1 1077944384 20142 0 0 0 457 2 0 0 20 0 19 0 445297741 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404833315696 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23843] ppid=23830 vsize=15419460 memory=6791534058613427641 CPUtime=4.68 cores=1,3,5,7
/proc/23832/task/23843/stat : 23843 (java) S 23830 23830 14983 0 -1 1077944384 19615 0 0 0 466 2 0 0 20 0 19 0 445297741 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404832262896 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23844] ppid=23830 vsize=15419460 memory=1388 CPUtime=1.11 cores=1,3,5,7
/proc/23832/task/23844/stat : 23844 (java) S 23830 23830 14983 0 -1 1077944384 10034 0 0 0 110 1 0 0 20 0 19 0 445297741 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404831210096 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23845] ppid=23830 vsize=15419460 memory=35386 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23845/stat : 23845 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445297741 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404762602208 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23846] ppid=23830 vsize=15419460 memory=35089 CPUtime=0.3 cores=1,3,5,7
/proc/23832/task/23846/stat : 23846 (java) S 23830 23830 14983 0 -1 1077944384 526 0 0 0 20 10 0 0 20 0 19 0 445297742 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404761549488 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23847] ppid=23830 vsize=15419460 memory=1452 CPUtime=515.21 cores=1,3,5,7
/proc/23832/task/23847/stat : 23847 (java) R 23830 23830 14983 0 -1 4202560 2129 0 0 0 51520 1 0 0 20 0 19 0 445298010 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404750469960 140405326186867 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23848] ppid=23830 vsize=15419460 memory=3504 CPUtime=516.45 cores=1,3,5,7
/proc/23832/task/23848/stat : 23848 (java) R 23830 23830 14983 0 -1 4202560 29795 0 0 0 51578 67 0 0 20 0 19 0 445298010 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404749418408 140405326443739 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23849] ppid=23830 vsize=15419460 memory=3923700 CPUtime=515.9 cores=1,3,5,7
/proc/23832/task/23849/stat : 23849 (java) R 23830 23830 14983 0 -1 4202560 1696 0 0 0 51589 1 0 0 20 0 19 0 445298010 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404748368352 140405325679807 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23850] ppid=23830 vsize=15419460 memory=1452 CPUtime=514.18 cores=1,3,5,7
/proc/23832/task/23850/stat : 23850 (java) R 23830 23830 14983 0 -1 4202560 2862 0 0 0 51415 3 0 0 20 0 19 0 445298011 15789527040 980925 33554432000 4194304 4196468 140735113189808 140404747313472 140405326319713 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
Current children cumulated CPU time: 2076.38 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3925152 KiB

[startup+582.301 s]
/proc/loadavg: 8.15 8.27 8.38 9/237 24144
/proc/meminfo: memFree=19073032/32770624 swapFree=66997372/67108860
[pid=23830] ppid=23827 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23830/stat : 23830 (xcsp3-exec) S 23827 23830 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445297735 115843072 363 33554432000 4194304 5098028 140721447139376 140721447137480 139722959028860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35393536 140721447142266 140721447142509 140721447142509 140721447145418 0
/proc/23830/statm: 28282 363 304 221 0 87 0
[pid=23832] ppid=23830 vsize=15419460 memory=3867264 CPUtime=2315.16 cores=1,3,5,7
/proc/23832/stat : 23832 (java) S 23830 23830 14983 0 -1 1077944320 116676 0 0 0 231393 123 0 0 20 0 19 0 445297736 15789527040 966816 33554432000 4194304 4196468 140735113189808 140735113172352 140405694942967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
/proc/23832/statm: 3854865 966816 3537 1 0 3815965 0
[pid=23832/tid=23833] ppid=23830 vsize=15419460 memory=1452 CPUtime=2.55 cores=1,3,5,7
/proc/23832/task/23833/stat : 23833 (java) S 23830 23830 14983 0 -1 1077944384 9774 0 0 0 248 7 0 0 20 0 19 0 445297736 15789527040 966816 33554432000 4194304 4196468 140735113189808 140405699183744 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23834] ppid=23830 vsize=15419460 memory=3891888 CPUtime=0.33 cores=1,3,5,7
/proc/23832/task/23834/stat : 23834 (java) S 23830 23830 14983 0 -1 1077944384 2531 0 0 0 26 7 0 0 20 0 19 0 445297737 15789527040 966816 33554432000 4194304 4196468 140735113189808 140405647563920 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23835] ppid=23830 vsize=15419460 memory=3923184 CPUtime=0.35 cores=1,3,5,7
/proc/23832/task/23835/stat : 23835 (java) S 23830 23830 14983 0 -1 1077944384 1377 0 0 0 27 8 0 0 20 0 19 0 445297737 15789527040 966816 33554432000 4194304 4196468 140735113189808 140405646511120 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23836] ppid=23830 vsize=15419460 memory=3923184 CPUtime=0.34 cores=1,3,5,7
/proc/23832/task/23836/stat : 23836 (java) S 23830 23830 14983 0 -1 1077944384 2907 0 0 0 27 7 0 0 20 0 19 0 445297737 15789527040 966816 33554432000 4194304 4196468 140735113189808 140405645458320 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23837] ppid=23830 vsize=15419460 memory=3892404 CPUtime=0.33 cores=1,3,5,7
/proc/23832/task/23837/stat : 23837 (java) S 23830 23830 14983 0 -1 1077944384 2374 0 0 0 26 7 0 0 20 0 19 0 445297737 15789527040 966816 33554432000 4194304 4196468 140735113189808 140405644405520 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23838] ppid=23830 vsize=15419460 memory=3891888 CPUtime=0.06 cores=1,3,5,7
/proc/23832/task/23838/stat : 23838 (java) S 23830 23830 14983 0 -1 1077944384 4928 0 0 0 4 2 0 0 20 0 19 0 445297738 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404837525872 140405694954114 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23839] ppid=23830 vsize=15419460 memory=3891888 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23839/stat : 23839 (java) S 23830 23830 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445297739 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404836471904 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23840] ppid=23830 vsize=15419460 memory=3891888 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23840/stat : 23840 (java) S 23830 23830 14983 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445297739 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404835419008 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23841] ppid=23830 vsize=15419460 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23841/stat : 23841 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445297741 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404834367312 140405694961563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23842] ppid=23830 vsize=15419460 memory=3891888 CPUtime=4.59 cores=1,3,5,7
/proc/23832/task/23842/stat : 23842 (java) S 23830 23830 14983 0 -1 1077944384 20145 0 0 0 457 2 0 0 20 0 19 0 445297741 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404833315696 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23843] ppid=23830 vsize=15419460 memory=3504 CPUtime=4.69 cores=1,3,5,7
/proc/23832/task/23843/stat : 23843 (java) S 23830 23830 14983 0 -1 1077944384 19617 0 0 0 467 2 0 0 20 0 19 0 445297741 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404832262896 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23844] ppid=23830 vsize=15419460 memory=48164 CPUtime=1.11 cores=1,3,5,7
/proc/23832/task/23844/stat : 23844 (java) S 23830 23830 14983 0 -1 1077944384 10608 0 0 0 110 1 0 0 20 0 19 0 445297741 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404831210096 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23845] ppid=23830 vsize=15419460 memory=3867264 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23845/stat : 23845 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445297741 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404762602208 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23846] ppid=23830 vsize=15419460 memory=1452 CPUtime=0.3 cores=1,3,5,7
/proc/23832/task/23846/stat : 23846 (java) S 23830 23830 14983 0 -1 1077944384 572 0 0 0 20 10 0 0 20 0 19 0 445297742 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404761549488 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23847] ppid=23830 vsize=15419460 memory=1004 CPUtime=574.8 cores=1,3,5,7
/proc/23832/task/23847/stat : 23847 (java) R 23830 23830 14983 0 -1 4202560 2455 0 0 0 57479 1 0 0 20 0 19 0 445298010 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404750469968 140405326182643 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23848] ppid=23830 vsize=15419460 memory=6036 CPUtime=575.89 cores=1,3,5,7
/proc/23832/task/23848/stat : 23848 (java) R 23830 23830 14983 0 -1 4202560 33044 0 0 0 57520 69 0 0 20 0 19 0 445298010 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404749417960 140405327864664 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23849] ppid=23830 vsize=15419460 memory=2124 CPUtime=575.66 cores=1,3,5,7
/proc/23832/task/23849/stat : 23849 (java) R 23830 23830 14983 0 -1 4202560 1945 0 0 0 57565 1 0 0 20 0 19 0 445298010 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404748368352 140405327040877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23850] ppid=23830 vsize=15419460 memory=26160 CPUtime=574.05 cores=1,3,5,7
/proc/23832/task/23850/stat : 23850 (java) R 23830 23830 14983 0 -1 4202560 3100 0 0 0 57402 3 0 0 20 0 19 0 445298011 15789527040 966816 33554432000 4194304 4196468 140735113189808 140404747313472 140405326182855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
Current children cumulated CPU time: 2315.16 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3868716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+633.801 s]
/proc/loadavg: 8.22 8.27 8.37 9/238 24154
/proc/meminfo: memFree=19099292/32770624 swapFree=66997372/67108860
[pid=23830] ppid=23827 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/23830/stat : 23830 (xcsp3-exec) S 23827 23830 14983 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445297735 115843072 363 33554432000 4194304 5098028 140721447139376 140721447137480 139722959028860 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35393536 140721447142266 140721447142509 140721447142509 140721447145418 0
/proc/23830/statm: 28282 363 304 221 0 87 0
[pid=23832] ppid=23830 vsize=15419460 memory=3841644 CPUtime=2520.1 cores=1,3,5,7
/proc/23832/stat : 23832 (java) S 23830 23830 14983 0 -1 1077944320 126129 0 0 0 251886 124 0 0 20 0 19 0 445297736 15789527040 960411 33554432000 4194304 4196468 140735113189808 140735113172352 140405694942967 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
/proc/23832/statm: 3854865 960411 3537 1 0 3815965 0
[pid=23832/tid=23833] ppid=23830 vsize=15419460 memory=6791534058613427641 CPUtime=2.55 cores=1,3,5,7
/proc/23832/task/23833/stat : 23833 (java) S 23830 23830 14983 0 -1 1077944384 9774 0 0 0 248 7 0 0 20 0 19 0 445297736 15789527040 960411 33554432000 4194304 4196468 140735113189808 140405699183744 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23834] ppid=23830 vsize=15419460 memory=26164 CPUtime=0.35 cores=1,3,5,7
/proc/23832/task/23834/stat : 23834 (java) S 23830 23830 14983 0 -1 1077944384 2575 0 0 0 28 7 0 0 20 0 19 0 445297737 15789527040 960411 33554432000 4194304 4196468 140735113189808 140405647563920 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23835] ppid=23830 vsize=15419460 memory=12024 CPUtime=0.36 cores=1,3,5,7
/proc/23832/task/23835/stat : 23835 (java) S 23830 23830 14983 0 -1 1077944384 1404 0 0 0 28 8 0 0 20 0 19 0 445297737 15789527040 960411 33554432000 4194304 4196468 140735113189808 140405646511120 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23836] ppid=23830 vsize=15419460 memory=500 CPUtime=0.36 cores=1,3,5,7
/proc/23832/task/23836/stat : 23836 (java) S 23830 23830 14983 0 -1 1077944384 2925 0 0 0 29 7 0 0 20 0 19 0 445297737 15789527040 960411 33554432000 4194304 4196468 140735113189808 140405645458320 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23837] ppid=23830 vsize=15419460 memory=14008 CPUtime=0.34 cores=1,3,5,7
/proc/23832/task/23837/stat : 23837 (java) S 23830 23830 14983 0 -1 1077944384 2670 0 0 0 27 7 0 0 20 0 19 0 445297737 15789527040 960411 33554432000 4194304 4196468 140735113189808 140405644405520 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23838] ppid=23830 vsize=15419460 memory=2124 CPUtime=0.06 cores=1,3,5,7
/proc/23832/task/23838/stat : 23838 (java) S 23830 23830 14983 0 -1 1077944384 4959 0 0 0 4 2 0 0 20 0 19 0 445297738 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404837525872 140405694954114 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23839] ppid=23830 vsize=15419460 memory=26164 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23839/stat : 23839 (java) S 23830 23830 14983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445297739 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404836471904 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23840] ppid=23830 vsize=15419460 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23840/stat : 23840 (java) S 23830 23830 14983 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 445297739 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404835419008 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23841] ppid=23830 vsize=15419460 memory=500 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23841/stat : 23841 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445297741 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404834367312 140405694961563 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23842] ppid=23830 vsize=15419460 memory=1560 CPUtime=4.66 cores=1,3,5,7
/proc/23832/task/23842/stat : 23842 (java) S 23830 23830 14983 0 -1 1077944384 21438 0 0 0 464 2 0 0 20 0 19 0 445297741 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404833315696 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23843] ppid=23830 vsize=15419460 memory=932 CPUtime=4.96 cores=1,3,5,7
/proc/23832/task/23843/stat : 23843 (java) S 23830 23830 14983 0 -1 1077944384 23995 0 0 0 494 2 0 0 20 0 19 0 445297741 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404832262896 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23844] ppid=23830 vsize=15419460 memory=3768 CPUtime=1.11 cores=1,3,5,7
/proc/23832/task/23844/stat : 23844 (java) S 23830 23830 14983 0 -1 1077944384 10618 0 0 0 110 1 0 0 20 0 19 0 445297741 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404831210096 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23845] ppid=23830 vsize=15419460 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/23832/task/23845/stat : 23845 (java) S 23830 23830 14983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445297741 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404762602208 140405694953173 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23846] ppid=23830 vsize=15419460 memory=2512 CPUtime=0.3 cores=1,3,5,7
/proc/23832/task/23846/stat : 23846 (java) S 23830 23830 14983 0 -1 1077944384 610 0 0 0 20 10 0 0 20 0 19 0 445297742 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404761549488 140405694954114 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23847] ppid=23830 vsize=15419460 memory=1436 CPUtime=625.46 cores=1,3,5,7
/proc/23832/task/23847/stat : 23847 (java) R 23830 23830 14983 0 -1 4202560 2625 0 0 0 62544 2 0 0 20 0 19 0 445298010 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404750469856 140405326188197 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23848] ppid=23830 vsize=15419460 memory=812 CPUtime=627.18 cores=1,3,5,7
/proc/23832/task/23848/stat : 23848 (java) R 23830 23830 14983 0 -1 4202560 35707 0 0 0 62648 70 0 0 20 0 19 0 445298010 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404749418152 140405320520068 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23849] ppid=23830 vsize=15419460 memory=1764 CPUtime=627.02 cores=1,3,5,7
/proc/23832/task/23849/stat : 23849 (java) R 23830 23830 14983 0 -1 4202560 2171 0 0 0 62701 1 0 0 20 0 19 0 445298010 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404748368352 140735114369416 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
[pid=23832/tid=23850] ppid=23830 vsize=15419460 memory=111628 CPUtime=625.26 cores=1,3,5,7
/proc/23832/task/23850/stat : 23850 (java) R 23830 23830 14983 0 -1 4202560 3359 0 0 0 62523 3 0 0 20 0 19 0 445298011 15789527040 960411 33554432000 4194304 4196468 140735113189808 140404747313768 140405326320380 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34234368 140735113196527 140735113196698 140735113196698 140735113199567 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 3843096 KiB

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

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

[startup+633.892 s]
# the end of solver process 23832 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.15 s, system=1.2685 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): 633.892
CPU time (s): 2520.42
CPU user time (s): 2519.15
CPU system time (s): 1.2685
CPU usage (%): 397.611
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 4165356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.15
system time used= 1.2685
maximum resident set size= 4163904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127415
page faults= 0
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17344
involuntary context switches= 43630


# summary of solver processes directly reported to runsolver:
#   pid: 23830,23832
#   total CPU time (s): 2520.42
#   total CPU user time (s): 2519.15
#   total CPU system time (s): 1.2685

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.1368 second user time and 7.4193 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 05:19:48
IDJOB=4398919
IDBENCH=120805
IDSOLVER=2853
FILE ID=node103/4398919-1568690447
RUNJOBID= node103-1568682260-15015
PBS_JOBID= 21703798
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Rlfap/Rlfap-m1-graphsMod/Rlfap-graph-08-f10.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398919-1568690447/watcher-4398919-1568690447 -o /tmp/evaluation-result-4398919-1568690447/solver-4398919-1568690447 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568682260-15015 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1498840177 HOME/instance-4398919-1568690447.xml

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

MD5SUM BENCH= 53ef449e7d5451b48f2cdc0cd77eaa71
RANDOM SEED=1498840177

node103.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.74
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.74
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.74
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.74
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:        27398140 kB
MemAvailable:   27792496 kB
Buffers:           72576 kB
Cached:           616836 kB
SwapCached:         9016 kB
Active:          4519196 kB
Inactive:         268064 kB
Active(anon):    4089876 kB
Inactive(anon):    57316 kB
Active(file):     429320 kB
Inactive(file):   210748 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26048 kB
Writeback:             0 kB
AnonPages:       4227608 kB
Mapped:            61644 kB
Shmem:             40856 kB
Slab:             170164 kB
SReclaimable:     140244 kB
SUnreclaim:        29920 kB
KernelStack:        4176 kB
PageTables:        13580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5253748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4108288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 05:30:22