Trace number 4405748

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 7.24687 2.75565

General information on the benchmark

NameMaxCSP/MaxCSP-maxclique-s1/
MaxCSP-brock-800-2.xml
MD5SUMd3fd8a9b2a45f8a480e4f2dd6498e338
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 benchmark1.22127
Satisfiable
(Un)Satisfiability was proved
Number of variables801
Number of constraints112234
Number of domains2
Minimum domain size1
Maximum domain size2
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":800}]
Minimum variable degree234
Maximum variable degree800
Distribution of variable degrees[{"degree":234,"count":1},{"degree":246,"count":3},{"degree":248,"count":2},{"degree":249,"count":1},{"degree":250,"count":6},{"degree":251,"count":1},{"degree":252,"count":1},{"degree":253,"count":6},{"degree":254,"count":8},{"degree":255,"count":5},{"degree":256,"count":1},{"degree":257,"count":6},{"degree":258,"count":11},{"degree":259,"count":11},{"degree":260,"count":7},{"degree":261,"count":15},{"degree":262,"count":9},{"degree":263,"count":14},{"degree":264,"count":8},{"degree":265,"count":11},{"degree":266,"count":9},{"degree":267,"count":11},{"degree":268,"count":12},{"degree":269,"count":15},{"degree":270,"count":15},"...",{"degree":294,"count":8}, {"degree":295,"count":8}, {"degree":296,"count":14}, {"degree":297,"count":12}, {"degree":298,"count":8}, {"degree":299,"count":14}, {"degree":300,"count":7}, {"degree":301,"count":5}, {"degree":302,"count":10}, {"degree":303,"count":4}, {"degree":304,"count":7}, {"degree":305,"count":7}, {"degree":306,"count":3}, {"degree":307,"count":3}, {"degree":308,"count":1}, {"degree":309,"count":1}, {"degree":310,"count":2}, {"degree":311,"count":3}, {"degree":312,"count":2}, {"degree":313,"count":1}, {"degree":314,"count":1}, {"degree":315,"count":1}, {"degree":316,"count":1}, {"degree":328,"count":1}, {"degree":800,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":112234}]
Number of extensional constraints112234
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":112234}]
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-4405748-1569397032.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4405748-1569397032.xml, -tl, 2520s, -p, 1]
0.34/0.23	c simple solver
0.34/0.29	c parse instance...
6.66/2.50	c solve instance...
7.16/2.74	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 (12660 MiB free)
  memory of node 1: 16384 MiB (11787 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405748-1569397032/watcher-4405748-1569397032 -o /var/tmp/evaluation-result-4405748-1569397032/solver-4405748-1569397032 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21640 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4405748-1569397032.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=21793, runsolver pid=21790
Current StackSize limit: 8192 KiB


[startup+0.100833 s]*
/proc/loadavg: 1.40 1.16 0.60 4/230 21809
/proc/meminfo: memFree=25018700/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15144776 memory=28848 CPUtime=0.12 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 5664 0 0 0 11 1 0 0 20 0 15 0 515970927 15508250624 7212 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3786194 7212 3115 1 0 3748377 0
[pid=21795/tid=21796] ppid=21793 vsize=15144776 memory=576460756329955459 CPUtime=0.09 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 3635 0 0 0 8 1 0 0 20 0 15 0 515970927 15508250624 7212 33554432000 4194304 4196468 140721606872320 140284007333680 140283639256547 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 7212 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15144776 memory=3691177648110593696 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 7212 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 7212 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 7212 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515970929 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282875175840 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282874123248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) S 21793 21793 21609 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282872019440 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) R 21793 21793 21609 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282870966896 140284003121794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15144776 memory=139992118224512 CPUtime=0.01 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) R 21793 21793 21609 0 -1 4202560 322 0 0 0 1 0 0 0 20 0 15 0 515970933 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282869914352 140284003122582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 7212 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30300 KiB

[startup+0.210749 s]*
/proc/loadavg: 1.40 1.16 0.60 5/230 21809
/proc/meminfo: memFree=25004928/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15144776 memory=41028 CPUtime=0.34 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 9473 0 0 0 31 3 0 0 20 0 15 0 515970927 15508250624 10257 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3786194 10257 3275 1 0 3748377 0
[pid=21795/tid=21796] ppid=21793 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 6620 0 0 0 17 2 0 0 20 0 15 0 515970927 15508250624 10257 33554432000 4194304 4196468 140721606872320 140284007343376 140284003132573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15144776 memory=8998 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 10257 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15144776 memory=139992121800537 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 10257 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 10257 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515970928 15508250624 10257 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15144776 memory=139992118224512 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 515970929 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282875175840 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282874123248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) S 21793 21793 21609 0 -1 1077944384 570 0 0 0 2 0 0 0 20 0 15 0 515970933 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282872019440 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) S 21793 21793 21609 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 15 0 515970933 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282870966896 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15144776 memory=139992118224512 CPUtime=0.08 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) S 21793 21793 21609 0 -1 1077944384 743 0 0 0 8 0 0 0 20 0 15 0 515970933 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282869914352 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15508250624 10257 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42480 KiB

[startup+0.310697 s]*
/proc/loadavg: 1.40 1.16 0.60 4/230 21809
/proc/meminfo: memFree=24999596/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15149032 memory=49384 CPUtime=0.52 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 10665 0 0 0 48 4 0 0 20 0 15 0 515970927 15512608768 12346 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3787258 12346 3352 1 0 3748377 0
[pid=21795/tid=21796] ppid=21793 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 7685 0 0 0 26 3 0 0 20 0 15 0 515970927 15512608768 12346 33554432000 4194304 4196468 140721606872320 140284007341760 140283987191134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15512608768 12346 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15512608768 12346 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15512608768 12346 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515970928 15512608768 12346 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15149032 memory=4500088463514900084 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 515970929 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282875175840 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282874123248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15149032 memory=7827413994055111515 CPUtime=0.04 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) R 21793 21793 21609 0 -1 4202560 594 0 0 0 4 0 0 0 20 0 15 0 515970933 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282872019440 140283982765857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) R 21793 21793 21609 0 -1 1077944384 244 0 0 0 3 0 0 0 20 0 15 0 515970933 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282870966896 140284003121794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) S 21793 21793 21609 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 15 0 515970933 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282869914352 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15512608768 12346 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50836 KiB

[startup+0.706822 s]
/proc/loadavg: 1.40 1.16 0.60 5/230 21809
/proc/meminfo: memFree=24962756/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15151156 memory=116860 CPUtime=1.57 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 13697 0 0 0 151 6 0 0 20 0 15 0 515970927 15514783744 29215 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3787789 29215 3433 1 0 3748889 0
[pid=21795/tid=21796] ppid=21793 vsize=15151156 memory=-3704326594973231466 CPUtime=0.68 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 8275 0 0 0 63 5 0 0 20 0 15 0 515970927 15514783744 29215 33554432000 4194304 4196468 140721606872320 140284007347488 140283642641095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15514783744 29215 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15514783744 29215 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15151156 memory=740 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970928 15514783744 29215 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15151156 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 515970928 15514783744 29215 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15151156 memory=9564 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 515970929 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15151156 memory=4076 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282875175840 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15151156 memory=2836 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282874123248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15151156 memory=1540 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15151156 memory=1732 CPUtime=0.29 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) R 21793 21793 21609 0 -1 4202560 1574 0 0 0 29 0 0 0 20 0 15 0 515970933 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282872009248 140283982769744 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15151156 memory=6140 CPUtime=0.28 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) R 21793 21793 21609 0 -1 4202560 988 0 0 0 28 0 0 0 20 0 15 0 515970933 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282870966896 140283987507888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15151156 memory=772 CPUtime=0.3 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) S 21793 21793 21609 0 -1 1077944384 1550 0 0 0 30 0 0 0 20 0 15 0 515970933 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282869914352 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15151156 memory=952 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15151156 memory=14008 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 29215 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 1.57 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 118312 KiB

[startup+1.50182 s]
/proc/loadavg: 1.40 1.16 0.60 5/230 21809
/proc/meminfo: memFree=24808484/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0

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

/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15151156 memory=409112 CPUtime=4.13 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 18972 0 0 0 397 16 0 0 20 0 15 0 515970927 15514783744 102278 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3787789 102278 3481 1 0 3748889 0
[pid=21795/tid=21796] ppid=21793 vsize=15151156 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 8423 0 0 0 139 7 0 0 20 0 15 0 515970927 15514783744 102278 33554432000 4194304 4196468 140721606872320 140284007345296 140283643943695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15151156 memory=4580 CPUtime=0.07 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 138 0 0 0 6 1 0 0 20 0 15 0 515970928 15514783744 102278 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15151156 memory=7157157023097251687 CPUtime=0.05 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 76 0 0 0 4 1 0 0 20 0 15 0 515970928 15514783744 102278 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15151156 memory=7740684358171780200 CPUtime=0.05 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 202 0 0 0 4 1 0 0 20 0 15 0 515970928 15514783744 102278 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15151156 memory=7590373391860261220 CPUtime=0.07 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 167 0 0 0 6 1 0 0 20 0 15 0 515970928 15514783744 102278 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15151156 memory=7524215815870174316 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 515970929 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15151156 memory=7445110322268103267 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282875175904 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15151156 memory=5791748294974401385 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282874123264 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15151156 memory=232916076483689 CPUtime=1.02 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) S 21793 21793 21609 0 -1 1077944384 3870 0 0 0 101 1 0 0 20 0 15 0 515970933 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282872019440 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15151156 memory=232916076483689 CPUtime=0.98 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) R 21793 21793 21609 0 -1 4202560 2921 0 0 0 97 1 0 0 20 0 15 0 515970933 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282870966896 140283988037059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15151156 memory=232937551320169 CPUtime=0.36 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) S 21793 21793 21609 0 -1 1077944384 1667 0 0 0 36 0 0 0 20 0 15 0 515970933 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282869914352 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15151156 memory=233019155698793 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15151156 memory=233023450666146 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 102278 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 410564 KiB

[startup+2.40086 s]
/proc/loadavg: 1.40 1.16 0.60 5/230 21809
/proc/meminfo: memFree=24636216/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15151156 memory=470264 CPUtime=6.34 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 20726 0 0 0 610 24 0 0 20 0 15 0 515970927 15514783744 117566 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3787789 117566 3501 1 0 3748889 0
[pid=21795/tid=21796] ppid=21793 vsize=15151156 memory=233590386371143 CPUtime=2.18 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 8673 0 0 0 211 7 0 0 20 0 15 0 515970927 15514783744 117566 33554432000 4194304 4196468 140721606872320 140284007349344 140283644903348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15151156 memory=33284 CPUtime=0.11 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 165 0 0 0 9 2 0 0 20 0 15 0 515970928 15514783744 117566 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15151156 memory=288230574492221466 CPUtime=0.11 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 179 0 0 0 8 3 0 0 20 0 15 0 515970928 15514783744 117566 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15151156 memory=288230596050944315 CPUtime=0.12 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 301 0 0 0 9 3 0 0 20 0 15 0 515970928 15514783744 117566 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15151156 memory=15817815617702142 CPUtime=0.14 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 316 0 0 0 11 3 0 0 20 0 15 0 515970928 15514783744 117566 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 515970929 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15151156 memory=3809 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282875175904 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282874123264 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15151156 memory=0 CPUtime=1.55 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) S 21793 21793 21609 0 -1 1077944384 3973 0 0 0 154 1 0 0 20 0 15 0 515970933 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282872019440 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15151156 memory=0 CPUtime=1.59 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) S 21793 21793 21609 0 -1 1077944384 3732 0 0 0 158 1 0 0 20 0 15 0 515970933 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282870966896 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15151156 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) S 21793 21793 21609 0 -1 1077944384 1879 0 0 0 45 0 0 0 20 0 15 0 515970933 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282869914352 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15151156 memory=279983952174368 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117566 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 6.34 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 471716 KiB

[startup+2.60076 s]
/proc/loadavg: 1.40 1.16 0.60 5/230 21809
/proc/meminfo: memFree=24636216/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15151156 memory=471380 CPUtime=6.96 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 21411 0 0 0 672 24 0 0 20 0 15 0 515970927 15514783744 117845 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3787789 117845 3503 1 0 3748889 0
[pid=21795/tid=21796] ppid=21793 vsize=15151156 memory=0 CPUtime=2.39 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 9161 0 0 0 231 8 0 0 20 0 15 0 515970927 15514783744 117845 33554432000 4194304 4196468 140721606872320 140284007350512 140283645733954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15151156 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 165 0 0 0 9 2 0 0 20 0 15 0 515970928 15514783744 117845 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15151156 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 179 0 0 0 8 3 0 0 20 0 15 0 515970928 15514783744 117845 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15151156 memory=-1161699032756150920 CPUtime=0.12 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 301 0 0 0 9 3 0 0 20 0 15 0 515970928 15514783744 117845 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15151156 memory=6943526294502006880 CPUtime=0.14 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 316 0 0 0 11 3 0 0 20 0 15 0 515970928 15514783744 117845 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15151156 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 515970929 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282875175904 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15151156 memory=8560712388882833484 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282874123264 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15151156 memory=139992118231553 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15151156 memory=139992118229345 CPUtime=1.73 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) R 21793 21793 21609 0 -1 4202560 4015 0 0 0 172 1 0 0 20 0 15 0 515970933 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282872019440 140283982300097 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15151156 memory=139992118227137 CPUtime=1.77 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) S 21793 21793 21609 0 -1 1077944384 3755 0 0 0 176 1 0 0 20 0 15 0 515970933 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282870966896 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15151156 memory=139992118224929 CPUtime=0.51 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) S 21793 21793 21609 0 -1 1077944384 2011 0 0 0 51 0 0 0 20 0 15 0 515970933 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282869914352 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15151156 memory=5937524870553682016 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117845 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 6.96 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 472832 KiB

[startup+2.70084 s]
/proc/loadavg: 1.40 1.16 0.60 5/230 21809
/proc/meminfo: memFree=24636216/32770624 swapFree=66997236/67108860
[pid=21793] ppid=21790 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/21793/stat : 21793 (xcsp3-exec) S 21790 21793 21609 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 515970927 115843072 363 33554432000 4194304 5098028 140730827684720 140730827682824 139762134434428 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 26001408 140730827686742 140730827687001 140730827687001 140730827689926 0
/proc/21793/statm: 28282 363 305 221 0 87 0
[pid=21795] ppid=21793 vsize=15151156 memory=471456 CPUtime=7.16 cores=0,2,4,6
/proc/21795/stat : 21795 (java) S 21793 21793 21609 0 -1 1077944320 21459 0 0 0 692 24 0 0 20 0 15 0 515970927 15514783744 117864 33554432000 4194304 4196468 140721606872320 140721606854864 140284003110647 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
/proc/21795/statm: 3787789 117864 3503 1 0 3748889 0
[pid=21795/tid=21796] ppid=21793 vsize=15151156 memory=0 CPUtime=2.49 cores=0,2,4,6
/proc/21795/task/21796/stat : 21796 (java) R 21793 21793 21609 0 -1 4202560 9162 0 0 0 241 8 0 0 20 0 15 0 515970927 15514783744 117864 33554432000 4194304 4196468 140721606872320 140284007349680 140283645892165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21797] ppid=21793 vsize=15151156 memory=471204 CPUtime=0.11 cores=0,2,4,6
/proc/21795/task/21797/stat : 21797 (java) S 21793 21793 21609 0 -1 1077944384 165 0 0 0 9 2 0 0 20 0 15 0 515970928 15514783744 117864 33554432000 4194304 4196468 140721606872320 140283968391952 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21798] ppid=21793 vsize=15151156 memory=7 CPUtime=0.11 cores=0,2,4,6
/proc/21795/task/21798/stat : 21798 (java) S 21793 21793 21609 0 -1 1077944384 179 0 0 0 8 3 0 0 20 0 15 0 515970928 15514783744 117864 33554432000 4194304 4196468 140721606872320 140283594255248 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21799] ppid=21793 vsize=15151156 memory=5 CPUtime=0.12 cores=0,2,4,6
/proc/21795/task/21799/stat : 21799 (java) S 21793 21793 21609 0 -1 1077944384 301 0 0 0 9 3 0 0 20 0 15 0 515970928 15514783744 117864 33554432000 4194304 4196468 140721606872320 140283593202704 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21800] ppid=21793 vsize=15151156 memory=5 CPUtime=0.14 cores=0,2,4,6
/proc/21795/task/21800/stat : 21800 (java) S 21793 21793 21609 0 -1 1077944384 316 0 0 0 11 3 0 0 20 0 15 0 515970928 15514783744 117864 33554432000 4194304 4196468 140721606872320 140283592150160 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21801] ppid=21793 vsize=15151156 memory=740 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21801/stat : 21801 (java) S 21793 21793 21609 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 515970929 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282876229616 140284003121794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21802] ppid=21793 vsize=15151156 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21802/stat : 21802 (java) S 21793 21793 21609 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282875175904 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21803] ppid=21793 vsize=15151156 memory=9564 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21803/stat : 21803 (java) S 21793 21793 21609 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 515970930 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282874123264 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21804] ppid=21793 vsize=15151156 memory=4076 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21804/stat : 21804 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282873071824 140284003129243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21805] ppid=21793 vsize=15151156 memory=2836 CPUtime=1.8 cores=0,2,4,6
/proc/21795/task/21805/stat : 21805 (java) S 21793 21793 21609 0 -1 1077944384 4031 0 0 0 179 1 0 0 20 0 15 0 515970933 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282872019440 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21806] ppid=21793 vsize=15151156 memory=1452 CPUtime=1.8 cores=0,2,4,6
/proc/21795/task/21806/stat : 21806 (java) S 21793 21793 21609 0 -1 1077944384 3772 0 0 0 179 1 0 0 20 0 15 0 515970933 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282870966896 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21807] ppid=21793 vsize=15151156 memory=409912 CPUtime=0.52 cores=0,2,4,6
/proc/21795/task/21807/stat : 21807 (java) S 21793 21793 21609 0 -1 1077944384 2025 0 0 0 52 0 0 0 20 0 15 0 515970933 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282869914352 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21808] ppid=21793 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21808/stat : 21808 (java) S 21793 21793 21609 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282868862048 140284003120853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
[pid=21795/tid=21809] ppid=21793 vsize=15151156 memory=233590386371142 CPUtime=0 cores=0,2,4,6
/proc/21795/task/21809/stat : 21809 (java) S 21793 21793 21609 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 515970933 15514783744 117864 33554432000 4194304 4196468 140721606872320 140282867808560 140284003121794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39321600 140721606878171 140721606878346 140721606878346 140721606881231 0
Current children cumulated CPU time: 7.16 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 472908 KiB

Child status: 0
Real time (s): 2.75565
CPU time (s): 7.24687
CPU user time (s): 6.99228
CPU system time (s): 0.254582
CPU usage (%): 262.982
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 472908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.99228
system time used= 0.254582
maximum resident set size= 474872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2285
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 21793
#   total CPU time (s): 7.24687
#   total CPU user time (s): 6.99228
#   total CPU system time (s): 0.254582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.03036 second user time and 0.080237 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-25 09:36:34
IDJOB=4405748
IDBENCH=119345
IDSOLVER=2869
FILE ID=node126/4405748-1569397032
RUNJOBID= node126-1569396632-21640
PBS_JOBID= 21705687
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/MaxCSP/MaxCSP-maxclique-s1/MaxCSP-brock-800-2.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-4405748-1569397032/watcher-4405748-1569397032 -o /var/tmp/evaluation-result-4405748-1569397032/solver-4405748-1569397032 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1569396632-21640 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 2000911244 HOME/instance-4405748-1569397032.xml

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

MD5SUM BENCH= d3fd8a9b2a45f8a480e4f2dd6498e338
RANDOM SEED=2000911244

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25034048 kB
MemAvailable:   31649840 kB
Buffers:          102512 kB
Cached:          6712924 kB
SwapCached:         7584 kB
Active:          3569016 kB
Inactive:        3451392 kB
Active(anon):     198512 kB
Inactive(anon):    56828 kB
Active(file):    3370504 kB
Inactive(file):  3394564 kB
Unevictable:      109436 kB
Mlocked:          109436 kB
SwapTotal:      67108860 kB
SwapFree:       66997236 kB
Dirty:             29488 kB
Writeback:             0 kB
AnonPages:        320996 kB
Mapped:            68436 kB
Shmem:             41804 kB
Slab:             309192 kB
SReclaimable:     279184 kB
SUnreclaim:        30008 kB
KernelStack:        4016 kB
PageTables:         6468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1450276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    196608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13464 MiB
End job on node126 at 2019-09-25 09:36:36