Trace number 4405804

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-24UNSAT 297.802 294.357

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-100-9.xml
MD5SUM4f03c112a8f6a228f13fa4574ba8a054
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.76786
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":100}]
Minimum variable degree49
Maximum variable degree98
Distribution of variable degrees[{"degree":49,"count":1},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":2},{"degree":66,"count":2},{"degree":67,"count":2},{"degree":68,"count":2},{"degree":69,"count":2},{"degree":70,"count":2},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":3},{"degree":74,"count":3},{"degree":75,"count":2},{"degree":76,"count":2},{"degree":77,"count":2},{"degree":78,"count":2},{"degree":79,"count":2},{"degree":80,"count":2},{"degree":81,"count":2},{"degree":82,"count":2},{"degree":83,"count":2},{"degree":84,"count":2},{"degree":85,"count":2},{"degree":86,"count":2},{"degree":87,"count":2},{"degree":88,"count":2},{"degree":89,"count":2},{"degree":90,"count":2},{"degree":91,"count":2},{"degree":92,"count":2},{"degree":93,"count":2},{"degree":94,"count":2},{"degree":95,"count":2},{"degree":96,"count":2},{"degree":97,"count":2},{"degree":98,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2450}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":2450}]
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-4405804-1569405062.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405804-1569405062.xml, -tl, 2520s, -p, 1]
0.35/0.22	c simple solver
0.35/0.28	c parse instance...
1.79/0.74	c solve instance...
297.73/294.34	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405804-1569405062/watcher-4405804-1569405062 -o /var/tmp/evaluation-result-4405804-1569405062/solver-4405804-1569405062 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1569396629-4888 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4405804-1569405062.xml 

running on 4 cores: 0,2,4,6

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=6896, runsolver pid=6893
Current StackSize limit: 8192 KiB


[startup+0.102027 s]*
/proc/loadavg: 1.94 1.96 1.95 4/230 6912
/proc/meminfo: memFree=23727420/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15144776 memory=28968 CPUtime=0.13 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 5654 0 0 0 12 1 0 0 20 0 15 0 516446257 15508250624 7242 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3786194 7242 3163 1 0 3748377 0
[pid=6898/tid=6899] ppid=6896 vsize=15144776 memory=7755662137264149339 CPUtime=0.09 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 3554 0 0 0 9 0 0 0 20 0 15 0 516446257 15508250624 7242 33554432000 4194304 4196468 140722540220784 140435021676000 140435017465238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15144776 memory=140505656551040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15144776 memory=140505656551040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446259 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516446260 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434484458272 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516446260 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434483405936 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6896 6896 4857 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 15 0 516446262 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434481302128 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6896 6896 4857 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 516446262 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434480249328 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15144776 memory=140505656551040 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) R 6896 6896 4857 0 -1 4202560 333 0 0 0 2 0 0 0 20 0 15 0 516446262 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434479197040 140435001533790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15144776 memory=140505656551040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446263 15508250624 7242 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30420 KiB

[startup+0.21092 s]*
/proc/loadavg: 1.95 1.96 1.95 3/230 6912
/proc/meminfo: memFree=23713744/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15144776 memory=40460 CPUtime=0.35 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 9343 0 0 0 32 3 0 0 20 0 15 0 516446257 15508250624 10115 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3786194 10115 3310 1 0 3748377 0
[pid=6898/tid=6899] ppid=6896 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 6571 0 0 0 18 2 0 0 20 0 15 0 516446257 15508250624 10115 33554432000 4194304 4196468 140722540220784 140435021683024 140435001533790 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15144776 memory=1965946 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15144776 memory=140505659842797 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15144776 memory=140505656551040 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516446259 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516446260 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434484458272 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516446260 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434483405936 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6896 6896 4857 0 -1 1077944384 529 0 0 0 2 0 0 0 20 0 15 0 516446262 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434481302128 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6896 6896 4857 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 15 0 516446262 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434480249328 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15144776 memory=140505656551040 CPUtime=0.08 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) R 6896 6896 4857 0 -1 4202560 831 0 0 0 8 0 0 0 20 0 15 0 516446262 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434479197040 140435017465238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446263 15508250624 10115 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41912 KiB

[startup+0.318754 s]*
/proc/loadavg: 1.95 1.96 1.95 4/230 6912
/proc/meminfo: memFree=23705716/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15149032 memory=50240 CPUtime=0.54 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 10869 0 0 0 51 3 0 0 20 0 15 0 516446257 15512608768 12560 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3787258 12560 3354 1 0 3748377 0
[pid=6898/tid=6899] ppid=6896 vsize=15149032 memory=8112282956445269571 CPUtime=0.31 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 7836 0 0 0 29 2 0 0 20 0 15 0 516446257 15512608768 12560 33554432000 4194304 4196468 140722540220784 140435021685072 140435003592079 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15512608768 12560 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516446259 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516446260 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434484458272 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516446260 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434483405936 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15149032 memory=-8412656567168561567 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15149032 memory=-7384621950708166502 CPUtime=0.05 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6896 6896 4857 0 -1 1077944384 622 0 0 0 5 0 0 0 20 0 15 0 516446262 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434481302128 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6896 6896 4857 0 -1 1077944384 119 0 0 0 3 0 0 0 20 0 15 0 516446262 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434480249328 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6896 6896 4857 0 -1 1077944384 991 0 0 0 13 0 0 0 20 0 15 0 516446262 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434479197040 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446263 15512608768 12569 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51692 KiB

[startup+0.70179 s]
/proc/loadavg: 1.95 1.96 1.95 6/230 6912
/proc/meminfo: memFree=23686740/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15151156 memory=101084 CPUtime=1.79 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 14829 0 0 0 174 5 0 0 20 0 15 0 516446257 15514783744 25271 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3787789 25271 3444 1 0 3748889 0
[pid=6898/tid=6899] ppid=6896 vsize=15151156 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 8976 0 0 0 64 3 0 0 20 0 15 0 516446257 15514783744 25271 33554432000 4194304 4196468 140722540220784 140435021688776 140434645481994 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15151156 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15151156 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446258 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15151156 memory=66664 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 516446258 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 516446259 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15151156 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434484458272 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434483405936 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15151156 memory=580 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15151156 memory=1716 CPUtime=0.39 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) R 6896 6896 4857 0 -1 4202560 1603 0 0 0 39 0 0 0 20 0 15 0 516446262 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434481302128 140435000864104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15151156 memory=10604 CPUtime=0.31 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) R 6896 6896 4857 0 -1 4202560 894 0 0 0 31 0 0 0 20 0 15 0 516446262 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434480235872 140435001850368 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15151156 memory=3636 CPUtime=0.38 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6896 6896 4857 0 -1 1077944384 2047 0 0 0 38 0 0 0 20 0 15 0 516446262 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434479197040 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15151156 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 516446263 15514783744 25271 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 1.79 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 102536 KiB

[startup+1.50091 s]
/proc/loadavg: 1.95 1.96 1.95 5/230 6912
/proc/meminfo: memFree=23645044/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0

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

/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15151156 memory=227956 CPUtime=297.03 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 44141 0 0 0 29682 21 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3787789 56989 3510 1 0 3748889 0
[pid=6898/tid=6899] ppid=6896 vsize=15151156 memory=2008 CPUtime=293.52 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 13674 0 0 0 29345 7 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140435021690008 140434648486926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15151156 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 805 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15151156 memory=227956 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 795 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15151156 memory=928 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15151156 memory=1772 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 162 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15151156 memory=816 CPUtime=0.01 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 952 0 0 0 1 0 0 0 20 0 15 0 516446259 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15151156 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434484458336 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15151156 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434483405952 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15151156 memory=2580 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15151156 memory=1564 CPUtime=1.37 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6896 6896 4857 0 -1 1077944384 9400 0 0 0 136 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434481302128 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15151156 memory=6116 CPUtime=1.23 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6896 6896 4857 0 -1 1077944384 8212 0 0 0 122 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434480249328 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15151156 memory=1452 CPUtime=0.61 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6896 6896 4857 0 -1 1077944384 7494 0 0 0 60 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434479197040 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15151156 memory=227956 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15151156 memory=1216 CPUtime=0.12 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 574 0 0 0 6 6 0 0 20 0 15 0 516446263 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 297.03 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 229408 KiB

[startup+294.001 s]*
/proc/loadavg: 2.18 2.08 2.00 3/229 6936
/proc/meminfo: memFree=23528260/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15151156 memory=227956 CPUtime=297.44 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 44141 0 0 0 29723 21 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3787789 56989 3510 1 0 3748889 0
[pid=6898/tid=6899] ppid=6896 vsize=15151156 memory=8112282956445269571 CPUtime=293.93 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 13674 0 0 0 29386 7 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140435021690008 140434648486926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15151156 memory=4126316290023845779 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 805 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15151156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 795 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15151156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15151156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 162 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15151156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 952 0 0 0 1 0 0 0 20 0 15 0 516446259 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15151156 memory=2320819689866083424 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434484458336 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15151156 memory=5937503940875665505 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434483405952 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15151156 memory=6369875824998896484 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15151156 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6896 6896 4857 0 -1 1077944384 9400 0 0 0 136 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434481302128 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15151156 memory=140505561271309 CPUtime=1.23 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6896 6896 4857 0 -1 1077944384 8212 0 0 0 122 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434480249328 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15151156 memory=281011122533232 CPUtime=0.61 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6896 6896 4857 0 -1 1077944384 7494 0 0 0 60 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434479197040 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15151156 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 574 0 0 0 6 6 0 0 20 0 15 0 516446263 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 297.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 229408 KiB

[startup+294.201 s]
/proc/loadavg: 2.18 2.08 2.00 3/229 6936
/proc/meminfo: memFree=23528260/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15151156 memory=227956 CPUtime=297.63 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 44141 0 0 0 29742 21 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3787789 56989 3510 1 0 3748889 0
[pid=6898/tid=6899] ppid=6896 vsize=15151156 memory=16104758104557987 CPUtime=294.12 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 13674 0 0 0 29405 7 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140435021690008 140434648487064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15151156 memory=8112282956445269571 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 805 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15151156 memory=4126316290023845779 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 795 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15151156 memory=924 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15151156 memory=3848 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 162 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15151156 memory=2968 CPUtime=0.01 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 952 0 0 0 1 0 0 0 20 0 15 0 516446259 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15151156 memory=2600 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434484458336 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434483405952 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15151156 memory=3336 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15151156 memory=1452 CPUtime=1.37 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6896 6896 4857 0 -1 1077944384 9400 0 0 0 136 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434481302128 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15151156 memory=971716 CPUtime=1.23 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6896 6896 4857 0 -1 1077944384 8212 0 0 0 122 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434480249328 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15151156 memory=4108 CPUtime=0.61 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6896 6896 4857 0 -1 1077944384 7494 0 0 0 60 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434479197040 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15151156 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15151156 memory=140505656605841 CPUtime=0.12 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 574 0 0 0 6 6 0 0 20 0 15 0 516446263 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 297.63 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 229408 KiB

[startup+294.301 s]
/proc/loadavg: 2.18 2.08 2.00 3/229 6936
/proc/meminfo: memFree=23528260/32770624 swapFree=66976792/67108860
[pid=6896] ppid=6893 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6896/stat : 6896 (xcsp3-exec) S 6893 6896 4857 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 516446256 115843072 363 33554432000 4194304 5098028 140734100348272 140734100346376 139827983700604 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 39374848 140734100349783 140734100350041 140734100350041 140734100352966 0
/proc/6896/statm: 28282 363 305 221 0 87 0
[pid=6898] ppid=6896 vsize=15151156 memory=227956 CPUtime=297.73 cores=0,2,4,6
/proc/6898/stat : 6898 (java) S 6896 6896 4857 0 -1 1077944320 44141 0 0 0 29752 21 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140722540203328 140435017453303 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
/proc/6898/statm: 3787789 56989 3510 1 0 3748889 0
[pid=6898/tid=6899] ppid=6896 vsize=15151156 memory=227956 CPUtime=294.22 cores=0,2,4,6
/proc/6898/task/6899/stat : 6899 (java) R 6896 6896 4857 0 -1 4202560 13674 0 0 0 29415 7 0 0 20 0 15 0 516446257 15514783744 56989 33554432000 4194304 4196468 140722540220784 140435021690008 140434648486926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6900] ppid=6896 vsize=15151156 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6900/stat : 6900 (java) S 6896 6896 4857 0 -1 1077944384 805 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434970074000 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6901] ppid=6896 vsize=15151156 memory=227956 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6901/stat : 6901 (java) S 6896 6896 4857 0 -1 1077944384 795 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434969021200 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6902] ppid=6896 vsize=15151156 memory=1452 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6902/stat : 6902 (java) S 6896 6896 4857 0 -1 1077944384 644 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434967968912 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6903] ppid=6896 vsize=15151156 memory=227956 CPUtime=0.02 cores=0,2,4,6
/proc/6898/task/6903/stat : 6903 (java) S 6896 6896 4857 0 -1 1077944384 162 0 0 0 1 1 0 0 20 0 15 0 516446258 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434966916112 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6904] ppid=6896 vsize=15151156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/6898/task/6904/stat : 6904 (java) S 6896 6896 4857 0 -1 1077944384 952 0 0 0 1 0 0 0 20 0 15 0 516446259 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434485512304 140435017464450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6905] ppid=6896 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6905/stat : 6905 (java) S 6896 6896 4857 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434484458336 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6906] ppid=6896 vsize=15151156 memory=227956 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6906/stat : 6906 (java) S 6896 6896 4857 0 -1 1077944384 116 0 0 0 0 0 0 0 20 0 15 0 516446260 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434483405952 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6907] ppid=6896 vsize=15151156 memory=227948 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6907/stat : 6907 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434482354256 140435017471899 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6908] ppid=6896 vsize=15151156 memory=3620 CPUtime=1.37 cores=0,2,4,6
/proc/6898/task/6908/stat : 6908 (java) S 6896 6896 4857 0 -1 1077944384 9400 0 0 0 136 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434481302128 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6909] ppid=6896 vsize=15151156 memory=288230574492221466 CPUtime=1.23 cores=0,2,4,6
/proc/6898/task/6909/stat : 6909 (java) S 6896 6896 4857 0 -1 1077944384 8212 0 0 0 122 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434480249328 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6910] ppid=6896 vsize=15151156 memory=227956 CPUtime=0.61 cores=0,2,4,6
/proc/6898/task/6910/stat : 6910 (java) S 6896 6896 4857 0 -1 1077944384 7494 0 0 0 60 1 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434479197040 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6911] ppid=6896 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6898/task/6911/stat : 6911 (java) S 6896 6896 4857 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 516446262 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434478144480 140435017463509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
[pid=6898/tid=6912] ppid=6896 vsize=15151156 memory=3620 CPUtime=0.12 cores=0,2,4,6
/proc/6898/task/6912/stat : 6912 (java) S 6896 6896 4857 0 -1 1077944384 574 0 0 0 6 6 0 0 20 0 15 0 516446263 15514783744 56989 33554432000 4194304 4196468 140722540220784 140434477091248 140435017464450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39014400 140722540229595 140722540229770 140722540229770 140722540232655 0
Current children cumulated CPU time: 297.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 229408 KiB

Child status: 0
Real time (s): 294.357
CPU time (s): 297.802
CPU user time (s): 297.579
CPU system time (s): 0.223274
CPU usage (%): 101.171
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 229408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 297.579
system time used= 0.223274
maximum resident set size= 228080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8697
involuntary context switches= 409


# summary of solver processes directly reported to runsolver:
#   pid: 6896
#   total CPU time (s): 297.802
#   total CPU user time (s): 297.579
#   total CPU system time (s): 0.223274

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.91634 second user time and 2.89129 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-25 11:50:21
IDJOB=4405804
IDBENCH=126890
IDSOLVER=2869
FILE ID=node124/4405804-1569405062
RUNJOBID= node124-1569396629-4888
PBS_JOBID= 21705689
Free space on /var/tmp= 13492 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-100-9.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405804-1569405062/watcher-4405804-1569405062 -o /var/tmp/evaluation-result-4405804-1569405062/solver-4405804-1569405062 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node124-1569396629-4888 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 954226294 HOME/instance-4405804-1569405062.xml

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

MD5SUM BENCH= 4f03c112a8f6a228f13fa4574ba8a054
RANDOM SEED=954226294

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23743772 kB
MemAvailable:   30853612 kB
Buffers:          162612 kB
Cached:          7036264 kB
SwapCached:        29080 kB
Active:          4510520 kB
Inactive:        3683368 kB
Active(anon):     963724 kB
Inactive(anon):    88676 kB
Active(file):    3546796 kB
Inactive(file):  3594692 kB
Unevictable:      108340 kB
Mlocked:          108340 kB
SwapTotal:      67108860 kB
SwapFree:       66976792 kB
Dirty:             26064 kB
Writeback:             0 kB
AnonPages:       1102512 kB
Mapped:            71816 kB
Shmem:             49096 kB
Slab:             425832 kB
SReclaimable:     396812 kB
SUnreclaim:        29020 kB
KernelStack:        4016 kB
PageTables:         8296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2925756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1036288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /var/tmp at the end= 13468 MiB
End job on node124 at 2019-09-25 11:55:15