Trace number 4405723

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-24SAT 147.224 100.754

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-036.xml
MD5SUM5e5c63d89f6605b36f0577fcc9be8ecb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.60869
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size22
Maximum domain size36
Distribution of domain sizes[{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
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-4405723-1569415784.xml"  -tl '2520s' -p 1
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4405723-1569415784.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
137.16/91.40	c solve instance...
147.17/100.70	s SATISFIABLE
147.17/100.70	v <instantiation>
147.17/100.70	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] </list>
147.17/100.70	v 	<values>35 13 32 32 27 7 0 27 27 26 15 15 14 0 0 0 29 21 17 17 29 29 0 8 25 25 13 0 0 14 </values>
147.17/100.70	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405723-1569415784/watcher-4405723-1569415784 -o /tmp/evaluation-result-4405723-1569415784/solver-4405723-1569415784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1569407822-5223 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1646960317 HOME/instance-4405723-1569415784.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=6815, runsolver pid=6812
Current StackSize limit: 8192 KiB


[startup+0.100363 s]*
/proc/loadavg: 2.00 2.01 1.97 4/229 6831
/proc/meminfo: memFree=23416768/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15144776 memory=29728 CPUtime=0.13 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 5826 0 0 0 12 1 0 0 20 0 15 0 517843234 15508250624 7432 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3786194 7432 3152 1 0 3748377 0
[pid=6817/tid=6818] ppid=6815 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 3759 0 0 0 9 0 0 0 20 0 15 0 517843234 15508250624 7432 33554432000 4194304 4196468 140720453290096 140434081525472 140434077315674 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 7432 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15144776 memory=139680775980672 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 7432 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 7432 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 7432 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15144776 memory=139680775980672 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517843237 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433218770080 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517843237 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433149649648 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) R 6815 6815 5192 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) R 6815 6815 5192 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433146493808 140434062960480 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15144776 memory=139680775980672 CPUtime=0.02 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) R 6815 6815 5192 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 15 0 517843240 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433145440752 140434077306262 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15144776 memory=139680775980672 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 7432 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31176 KiB

[startup+0.210823 s]*
/proc/loadavg: 2.00 2.01 1.97 4/229 6831
/proc/meminfo: memFree=23403512/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15144776 memory=40092 CPUtime=0.34 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 9301 0 0 0 32 2 0 0 20 0 15 0 517843234 15508250624 10023 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3786194 10023 3262 1 0 3748377 0
[pid=6817/tid=6818] ppid=6815 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 6597 0 0 0 19 1 0 0 20 0 15 0 517843234 15508250624 10023 33554432000 4194304 4196468 140720453290096 140434081524048 140433703441668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15144776 memory=9780 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 10023 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15144776 memory=139680779472886 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 10023 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 10023 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843235 15508250624 10023 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15144776 memory=139680775980672 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517843237 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433218770080 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517843237 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433149649648 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) S 6815 6815 5192 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 517843240 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) S 6815 6815 5192 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 15 0 517843240 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433146493808 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15144776 memory=139680775980672 CPUtime=0.08 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) R 6815 6815 5192 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 15 0 517843240 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433145440752 140434061374814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843240 15508250624 10023 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41540 KiB

[startup+0.310657 s]*
/proc/loadavg: 2.00 2.01 1.97 5/229 6831
/proc/meminfo: memFree=23398760/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15149032 memory=50048 CPUtime=0.53 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 10790 0 0 0 50 3 0 0 20 0 15 0 517843234 15512608768 12512 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3787258 12512 3370 1 0 3748377 0
[pid=6817/tid=6818] ppid=6815 vsize=15149032 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 7742 0 0 0 27 2 0 0 20 0 15 0 517843234 15512608768 12512 33554432000 4194304 4196468 140720453290096 140434081528720 140434061374814 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843235 15512608768 12512 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517843235 15512608768 12512 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15149032 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517843235 15512608768 12512 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15149032 memory=8562125494162282060 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843235 15512608768 12512 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15149032 memory=7223591943076881810 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517843237 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15149032 memory=6944938067432061290 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433218770080 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517843237 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433149649648 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15149032 memory=-7465405268641471099 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15149032 memory=7031125463459224206 CPUtime=0.04 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) S 6815 6815 5192 0 -1 1077944384 541 0 0 0 4 0 0 0 20 0 15 0 517843240 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) R 6815 6815 5192 0 -1 4202560 269 0 0 0 4 0 0 0 20 0 15 0 517843240 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433146474824 140434058815297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) S 6815 6815 5192 0 -1 1077944384 947 0 0 0 13 0 0 0 20 0 15 0 517843240 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433145440752 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843240 15512608768 12512 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51496 KiB

[startup+0.701798 s]
/proc/loadavg: 2.00 2.01 1.97 5/229 6831
/proc/meminfo: memFree=23383880/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15151156 memory=180916 CPUtime=1.3 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 12896 0 0 0 123 7 0 0 20 0 15 0 517843234 15514783744 45229 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3787789 45229 3448 1 0 3748889 0
[pid=6817/tid=6818] ppid=6815 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 9082 0 0 0 63 4 0 0 20 0 15 0 517843234 15514783744 45229 33554432000 4194304 4196468 140720453290096 140434081532120 140433706593930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15151156 memory=65076 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 517843235 15514783744 45229 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 517843235 15514783744 45229 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 517843235 15514783744 45229 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15151156 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 517843235 15514783744 45229 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15151156 memory=9396 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15151156 memory=656 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433218770080 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15151156 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433149649648 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15151156 memory=1712 CPUtime=0.14 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) S 6815 6815 5192 0 -1 1077944384 633 0 0 0 14 0 0 0 20 0 15 0 517843240 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15151156 memory=1204 CPUtime=0.17 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) S 6815 6815 5192 0 -1 1077944384 417 0 0 0 17 0 0 0 20 0 15 0 517843240 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433146493808 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15151156 memory=1072 CPUtime=0.26 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) S 6815 6815 5192 0 -1 1077944384 1336 0 0 0 26 0 0 0 20 0 15 0 517843240 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433145440752 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15151156 memory=6220 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15151156 memory=1544 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 45229 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 182364 KiB

[startup+1.50176 s]
/proc/loadavg: 2.00 2.01 1.97 3/229 6831
/proc/meminfo: memFree=23111312/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0

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

/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15151156 memory=7224308 CPUtime=146.47 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 174311 0 0 0 14232 415 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3787789 1806077 3507 1 0 3748889 0
[pid=6817/tid=6818] ppid=6815 vsize=15151156 memory=1398722017469774279 CPUtime=77.67 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 36577 0 0 0 7719 48 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434081531008 140433708349848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15151156 memory=4872558044660077418 CPUtime=14.93 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 24526 0 0 0 1409 84 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15151156 memory=2596 CPUtime=14.95 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 30123 0 0 0 1400 95 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15151156 memory=2596 CPUtime=14.85 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 27955 0 0 0 1404 81 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15151156 memory=1412 CPUtime=14.94 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 21998 0 0 0 1397 97 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15151156 memory=3192 CPUtime=7.19 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 18351 0 0 0 718 1 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433218770144 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15151156 memory=2253152 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433149649664 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15151156 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15151156 memory=1412 CPUtime=0.71 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) S 6815 6815 5192 0 -1 1077944384 4221 0 0 0 70 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15151156 memory=3008 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) S 6815 6815 5192 0 -1 1077944384 3085 0 0 0 54 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433146493808 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15151156 memory=1448 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) S 6815 6815 5192 0 -1 1077944384 5817 0 0 0 53 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433145440752 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15151156 memory=7224060 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15151156 memory=1660 CPUtime=0.06 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 360 0 0 0 3 3 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 146.47 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 7225756 KiB

[startup+100.401 s]
/proc/loadavg: 1.97 2.02 1.98 3/229 6846
/proc/meminfo: memFree=16206776/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15151156 memory=7224308 CPUtime=146.86 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 174311 0 0 0 14271 415 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3787789 1806077 3507 1 0 3748889 0
[pid=6817/tid=6818] ppid=6815 vsize=15151156 memory=7224060 CPUtime=78.06 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 36577 0 0 0 7758 48 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434081531816 140433708350379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15151156 memory=1448 CPUtime=14.93 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 24526 0 0 0 1409 84 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15151156 memory=776 CPUtime=14.95 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 30123 0 0 0 1400 95 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15151156 memory=1056 CPUtime=14.85 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 27955 0 0 0 1404 81 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15151156 memory=1448 CPUtime=14.94 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 21998 0 0 0 1397 97 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15151156 memory=7224252 CPUtime=7.19 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 18351 0 0 0 718 1 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15151156 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433218770144 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15151156 memory=932 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433149649664 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15151156 memory=1980 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15151156 memory=2428 CPUtime=0.71 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) S 6815 6815 5192 0 -1 1077944384 4221 0 0 0 70 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15151156 memory=1580 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) S 6815 6815 5192 0 -1 1077944384 3085 0 0 0 54 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433146493808 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15151156 memory=892 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) S 6815 6815 5192 0 -1 1077944384 5817 0 0 0 53 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433145440752 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15151156 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15151156 memory=7224060 CPUtime=0.06 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 360 0 0 0 3 3 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 146.86 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 7225756 KiB

[startup+100.601 s]
/proc/loadavg: 1.97 2.02 1.98 3/229 6846
/proc/meminfo: memFree=16206776/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15151156 memory=7224308 CPUtime=147.07 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 174311 0 0 0 14292 415 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3787789 1806077 3507 1 0 3748889 0
[pid=6817/tid=6818] ppid=6815 vsize=15151156 memory=3848 CPUtime=78.26 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 36577 0 0 0 7778 48 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434081531816 140433708350357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15151156 memory=2596 CPUtime=14.93 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 24526 0 0 0 1409 84 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15151156 memory=2596 CPUtime=14.95 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 30123 0 0 0 1400 95 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15151156 memory=1412 CPUtime=14.85 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 27955 0 0 0 1404 81 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15151156 memory=3192 CPUtime=14.94 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 21998 0 0 0 1397 97 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15151156 memory=1448 CPUtime=7.19 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 18351 0 0 0 718 1 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15151156 memory=2253152 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433218770144 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15151156 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433149649664 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15151156 memory=3008 CPUtime=0.71 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) S 6815 6815 5192 0 -1 1077944384 4221 0 0 0 70 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15151156 memory=1448 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) S 6815 6815 5192 0 -1 1077944384 3085 0 0 0 54 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433146493808 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15151156 memory=7223984 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) S 6815 6815 5192 0 -1 1077944384 5817 0 0 0 53 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433145440752 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15151156 memory=3580 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15151156 memory=65080 CPUtime=0.06 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 360 0 0 0 3 3 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 147.07 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 7225756 KiB

[startup+100.701 s]
/proc/loadavg: 1.97 2.02 1.98 3/229 6846
/proc/meminfo: memFree=16206776/32770624 swapFree=66999860/67108860
[pid=6815] ppid=6812 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6815/stat : 6815 (xcsp3-exec) S 6812 6815 5192 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 517843234 115843072 362 33554432000 4194304 5098028 140729025537088 140729025535192 140718160409212 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 39170048 140729025540986 140729025541229 140729025541229 140729025544138 0
/proc/6815/statm: 28282 362 304 221 0 87 0
[pid=6817] ppid=6815 vsize=15151156 memory=7224308 CPUtime=147.17 cores=0,2,4,6
/proc/6817/stat : 6817 (java) S 6815 6815 5192 0 -1 1077944320 174383 0 0 0 14302 415 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140720453272640 140434077294327 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
/proc/6817/statm: 3787789 1806077 3507 1 0 3748889 0
[pid=6817/tid=6818] ppid=6815 vsize=15151156 memory=7224060 CPUtime=78.36 cores=0,2,4,6
/proc/6817/task/6818/stat : 6818 (java) R 6815 6815 5192 0 -1 4202560 36649 0 0 0 7788 48 0 0 20 0 15 0 517843234 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434081531816 140434058700602 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6819] ppid=6815 vsize=15151156 memory=7224252 CPUtime=14.93 cores=0,2,4,6
/proc/6817/task/6819/stat : 6819 (java) S 6815 6815 5192 0 -1 1077944384 24526 0 0 0 1409 84 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434029915152 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6820] ppid=6815 vsize=15151156 memory=7219004 CPUtime=14.95 cores=0,2,4,6
/proc/6817/task/6820/stat : 6820 (java) S 6815 6815 5192 0 -1 1077944384 30123 0 0 0 1400 95 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434028862608 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6821] ppid=6815 vsize=15151156 memory=1448 CPUtime=14.85 cores=0,2,4,6
/proc/6817/task/6821/stat : 6821 (java) S 6815 6815 5192 0 -1 1077944384 27955 0 0 0 1404 81 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434027809552 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6822] ppid=6815 vsize=15151156 memory=7220376 CPUtime=14.94 cores=0,2,4,6
/proc/6817/task/6822/stat : 6822 (java) S 6815 6815 5192 0 -1 1077944384 21998 0 0 0 1397 97 0 0 20 0 15 0 517843235 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140434026757008 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6823] ppid=6815 vsize=15151156 memory=1398722017469774279 CPUtime=7.19 cores=0,2,4,6
/proc/6817/task/6823/stat : 6823 (java) S 6815 6815 5192 0 -1 1077944384 18351 0 0 0 718 1 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433219823856 140434077305474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6824] ppid=6815 vsize=15151156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6824/stat : 6824 (java) S 6815 6815 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433218770144 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6825] ppid=6815 vsize=15151156 memory=35124 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6825/stat : 6825 (java) S 6815 6815 5192 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 15 0 517843237 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433149649664 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6826] ppid=6815 vsize=15151156 memory=12024 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6826/stat : 6826 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433148598224 140434077312923 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6827] ppid=6815 vsize=15151156 memory=1448 CPUtime=0.71 cores=0,2,4,6
/proc/6817/task/6827/stat : 6827 (java) S 6815 6815 5192 0 -1 1077944384 4221 0 0 0 70 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433147546352 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6828] ppid=6815 vsize=15151156 memory=7218524 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6828/stat : 6828 (java) S 6815 6815 5192 0 -1 1077944384 3085 0 0 0 54 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433146493808 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6829] ppid=6815 vsize=15151156 memory=1448 CPUtime=0.54 cores=0,2,4,6
/proc/6817/task/6829/stat : 6829 (java) S 6815 6815 5192 0 -1 1077944384 5817 0 0 0 53 1 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433145440752 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6830] ppid=6815 vsize=15151156 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/6817/task/6830/stat : 6830 (java) S 6815 6815 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433144388448 140434077304533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
[pid=6817/tid=6831] ppid=6815 vsize=15151156 memory=7224252 CPUtime=0.06 cores=0,2,4,6
/proc/6817/task/6831/stat : 6831 (java) S 6815 6815 5192 0 -1 1077944384 360 0 0 0 3 3 0 0 20 0 15 0 517843240 15514783744 1806077 33554432000 4194304 4196468 140720453290096 140433143335472 140434077305474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21356544 140720453297135 140720453297306 140720453297306 140720453300175 0
Current children cumulated CPU time: 147.17 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 7225756 KiB

Child status: 0
Real time (s): 100.754
CPU time (s): 147.224
CPU user time (s): 143.032
CPU system time (s): 4.19221
CPU usage (%): 146.122
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 7521104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.032
system time used= 4.19222
maximum resident set size= 7526612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175015
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6551
involuntary context switches= 1032


# summary of solver processes directly reported to runsolver:
#   pid: 6815
#   total CPU time (s): 147.224
#   total CPU user time (s): 143.032
#   total CPU system time (s): 4.19221

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.663148 second user time and 1.04523 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-25 14:49:05
IDJOB=4405723
IDBENCH=141717
IDSOLVER=2869
FILE ID=node123/4405723-1569415784
RUNJOBID= node123-1569407822-5223
PBS_JOBID= 21705704
Free space on /tmp= 25896 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-036.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 /tmp/evaluation-result-4405723-1569415784/watcher-4405723-1569415784 -o /tmp/evaluation-result-4405723-1569415784/solver-4405723-1569415784 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1569407822-5223 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 1646960317 HOME/instance-4405723-1569415784.xml

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

MD5SUM BENCH= 5e5c63d89f6605b36f0577fcc9be8ecb
RANDOM SEED=1646960317

node123.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.49
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.49
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.49
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.49
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:        23433488 kB
MemAvailable:   29595732 kB
Buffers:          127640 kB
Cached:          6195120 kB
SwapCached:         6600 kB
Active:          5532800 kB
Inactive:        3042372 kB
Active(anon):    2244952 kB
Inactive(anon):    63860 kB
Active(file):    3287848 kB
Inactive(file):  2978512 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66999860 kB
Dirty:             25880 kB
Writeback:             0 kB
AnonPages:       2386816 kB
Mapped:            71032 kB
Shmem:             47992 kB
Slab:             354276 kB
SReclaimable:     324344 kB
SUnreclaim:        29932 kB
KernelStack:        4048 kB
PageTables:        10096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4735160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2273280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25868 MiB
End job on node123 at 2019-09-25 14:50:46