Trace number 4403325

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-20? (TO) 2527.65 855.632

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-047.xml
MD5SUM503235a9ef2fa2334058f0cfe41dccf4
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 benchmark4.71301
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size30
Maximum domain size47
Distribution of domain sizes[{"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},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
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-4403325-1568993919.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4403325-1568993919.xml, -tl, 2520s, -p, 4]
0.34/0.23	c 4 solvers in parallel
0.34/0.29	c parse instance...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403325-1568993919/watcher-4403325-1568993919 -o /var/tmp/evaluation-result-4403325-1568993919/solver-4403325-1568993919 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1641934254 HOME/instance-4403325-1568993919.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
Current StackSize limit: 8192 KiB

solver pid=11521, runsolver pid=11518

[startup+0.100091 s]*
/proc/loadavg: 8.18 8.41 8.44 6/232 11537
/proc/meminfo: memFree=15267108/32770624 swapFree=66952608/67108860
[pid=11521] ppid=11518 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11521/stat : 11521 (xcsp3-exec) S 11518 11521 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647519 115843072 363 33554432000 4194304 5098028 140722561981296 140722561979400 139813653021308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10858496 140722561987414 140722561987673 140722561987673 140722561990598 0
/proc/11521/statm: 28282 363 305 221 0 87 0
[pid=11523] ppid=11521 vsize=15144776 memory=27428 CPUtime=0.12 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11521 11521 1883 0 -1 1077944320 5826 0 0 0 11 1 0 0 20 0 15 0 475647519 15508250624 6857 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3786194 6857 3124 1 0 3748377 0
[pid=11523/tid=11524] ppid=11521 vsize=15144776 memory=-2698087569006908830 CPUtime=0.09 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) R 11521 11521 1883 0 -1 4202560 3732 0 0 0 8 1 0 0 20 0 15 0 475647520 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578543871552 140578539658646 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11521 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578509359888 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11521 vsize=15144776 memory=140438968297088 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578130627472 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578129574928 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11521 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578128522384 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11521 vsize=15144776 memory=140438968297088 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647522 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578007848944 140578539657858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11521 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11521 11521 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647522 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578006795168 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11521 11521 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647522 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578005742576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578004691152 140578539665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) S 11521 11521 1883 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 475647525 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11521 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) S 11521 11521 1883 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 475647525 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578002586224 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11521 vsize=15144776 memory=140438968297088 CPUtime=0.01 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11521 11521 1883 0 -1 1077944384 371 0 0 0 1 0 0 0 20 0 15 0 475647525 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11521 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15508250624 6857 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11521 vsize=15144776 memory=140438968297088 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647526 15508250624 6857 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28880 KiB

[startup+0.211037 s]*
/proc/loadavg: 8.18 8.41 8.44 7/232 11537
/proc/meminfo: memFree=15254496/32770624 swapFree=66952608/67108860
[pid=11521] ppid=11518 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11521/stat : 11521 (xcsp3-exec) S 11518 11521 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647519 115843072 363 33554432000 4194304 5098028 140722561981296 140722561979400 139813653021308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10858496 140722561987414 140722561987673 140722561987673 140722561990598 0
/proc/11521/statm: 28282 363 305 221 0 87 0
[pid=11523] ppid=11521 vsize=15144776 memory=40012 CPUtime=0.34 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11521 11521 1883 0 -1 1077944320 9707 0 0 0 31 3 0 0 20 0 15 0 475647519 15508250624 10003 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3786194 10003 3319 1 0 3748377 0
[pid=11523/tid=11524] ppid=11521 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) R 11521 11521 1883 0 -1 4202560 6671 0 0 0 18 2 0 0 20 0 15 0 475647520 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578543877360 140578532324725 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11521 vsize=15144776 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578509359888 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11521 vsize=15144776 memory=140438971681582 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578130627472 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578129574928 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11521 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578128522384 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11521 vsize=15144776 memory=140438968297088 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) S 11521 11521 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475647522 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578007848944 140578539657858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11521 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11521 11521 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647522 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578006795168 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11521 11521 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647522 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578005742576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578004691152 140578539665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11521 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) S 11521 11521 1883 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 15 0 475647525 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11521 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) S 11521 11521 1883 0 -1 1077944384 492 0 0 0 2 0 0 0 20 0 15 0 475647525 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578002586224 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11521 vsize=15144776 memory=140438968297088 CPUtime=0.07 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11521 11521 1883 0 -1 1077944384 827 0 0 0 7 0 0 0 20 0 15 0 475647525 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11521 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15508250624 10003 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11521 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647526 15508250624 10003 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41464 KiB

[startup+0.312105 s]*
/proc/loadavg: 8.18 8.41 8.44 7/232 11537
/proc/meminfo: memFree=15249084/32770624 swapFree=66952608/67108860
[pid=11521] ppid=11518 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11521/stat : 11521 (xcsp3-exec) S 11518 11521 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647519 115843072 363 33554432000 4194304 5098028 140722561981296 140722561979400 139813653021308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10858496 140722561987414 140722561987673 140722561987673 140722561990598 0
/proc/11521/statm: 28282 363 305 221 0 87 0
[pid=11523] ppid=11521 vsize=15149032 memory=48820 CPUtime=0.53 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11521 11521 1883 0 -1 1077944320 11008 0 0 0 49 4 0 0 20 0 15 0 475647519 15512608768 12205 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3787258 12205 3363 1 0 3748377 0
[pid=11523/tid=11524] ppid=11521 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) R 11521 11521 1883 0 -1 4202560 7739 0 0 0 28 2 0 0 20 0 15 0 475647520 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578543877824 140578523727198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11521 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578509359888 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11521 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578130627472 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11521 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578129574928 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11521 vsize=15149032 memory=7976406965554101975 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578128522384 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11521 vsize=15149032 memory=8764710173913800808 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) S 11521 11521 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475647522 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578007848944 140578539657858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11521 vsize=15149032 memory=7377292432179358372 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11521 11521 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647522 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578006795168 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11521 vsize=15149032 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11521 11521 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647522 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578005742576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11521 vsize=15149032 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578004691152 140578539665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11521 vsize=15149032 memory=4426089072227881875 CPUtime=0.04 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) R 11521 11521 1883 0 -1 1077944384 433 0 0 0 4 0 0 0 20 0 15 0 475647525 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11521 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) R 11521 11521 1883 0 -1 4202560 573 0 0 0 4 0 0 0 20 0 15 0 475647525 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578002576608 140578520347008 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11521 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11521 11521 1883 0 -1 1077944384 974 0 0 0 12 0 0 0 20 0 15 0 475647525 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11521 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15512608768 12223 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11521 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647526 15512608768 12223 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50272 KiB

[startup+0.700832 s]
/proc/loadavg: 8.18 8.41 8.44 7/232 11537
/proc/meminfo: memFree=15236284/32770624 swapFree=66952608/67108860
[pid=11521] ppid=11518 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11521/stat : 11521 (xcsp3-exec) S 11518 11521 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647519 115843072 363 33554432000 4194304 5098028 140722561981296 140722561979400 139813653021308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10858496 140722561987414 140722561987673 140722561987673 140722561990598 0
/proc/11521/statm: 28282 363 305 221 0 87 0
[pid=11523] ppid=11521 vsize=15151156 memory=155988 CPUtime=1.44 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11521 11521 1883 0 -1 1077944320 14819 0 0 0 137 7 0 0 20 0 15 0 475647519 15514783744 38997 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3787789 38997 3452 1 0 3748889 0
[pid=11523/tid=11524] ppid=11521 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) R 11521 11521 1883 0 -1 4202560 9283 0 0 0 62 5 0 0 20 0 15 0 475647520 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578543881392 140578522167042 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11521 vsize=15151156 memory=164 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578509359888 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11521 vsize=15151156 memory=6154848828556269427 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578130627472 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11521 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647520 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578129574928 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11521 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) S 11521 11521 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475647520 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578128522384 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11521 vsize=15151156 memory=40320 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) S 11521 11521 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578007848944 140578539657858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11521 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11521 11521 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578006795168 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11521 vsize=15151156 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11521 11521 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578005742576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11521 vsize=15151156 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578004691152 140578539665307 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11521 vsize=15151156 memory=1044 CPUtime=0.19 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) S 11521 11521 1883 0 -1 1077944384 1048 0 0 0 19 0 0 0 20 0 15 0 475647525 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11521 vsize=15151156 memory=708 CPUtime=0.23 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) S 11521 11521 1883 0 -1 1077944384 1119 0 0 0 23 0 0 0 20 0 15 0 475647525 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578002586224 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11521 vsize=15151156 memory=9364 CPUtime=0.31 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11521 11521 1883 0 -1 1077944384 2059 0 0 0 31 0 0 0 20 0 15 0 475647525 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11521 vsize=15151156 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11521 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 38997 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11521 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11521 11521 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475647526 15514783744 38997 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 157440 KiB

[startup+1.50773 s]
/proc/loadavg: 7.92 8.36 8.43 6/232 11537
/proc/meminfo: memFree=14993200/32770624 swapFree=66952608/67108860
[pid=11521] ppid=11518 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11521/stat : 11521 (xcsp3-exec) S 11518 11521 1883 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475647519 115843072 363 33554432000 4194304 5098028 140722561981296 140722561979400 139813653021308 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 10858496 140722561987414 140722561987673 140722561987673 140722561990598 0
/proc/11521/statm: 28282 363 305 221 0 87 0

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


Solver just ended.
Dumping a history of the last processes samples

[startup+854.401 s]
/proc/loadavg: 3.88 4.83 6.44 5/206 11665
/proc/meminfo: memFree=2726672/32770624 swapFree=66952608/67108860
[pid=11523] ppid=11518 vsize=15151156 memory=12742324 CPUtime=2523.9 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11518 11521 1883 0 -1 1077944320 2886678 0 0 0 250629 1761 0 0 20 0 15 0 475647519 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3787789 3185581 3507 1 0 3748889 0
[pid=11523/tid=11524] ppid=11518 vsize=15151156 memory=12742324 CPUtime=225.52 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) S 11518 11521 1883 0 -1 1077944384 50368 0 0 0 22504 48 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578543884576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11518 vsize=15151156 memory=12742324 CPUtime=556.67 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) R 11518 11521 1883 0 -1 4202560 673745 0 0 0 55185 482 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578509359888 140578524345553 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11518 vsize=15151156 memory=6791534058613427641 CPUtime=557.12 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) R 11518 11521 1883 0 -1 4202560 603133 0 0 0 55343 369 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578130627360 140578524345521 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11518 vsize=15151156 memory=928 CPUtime=557.03 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) R 11518 11521 1883 0 -1 4202560 718609 0 0 0 55306 397 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578129574928 140578524643292 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11518 vsize=15151156 memory=1680 CPUtime=556.49 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) R 11518 11521 1883 0 -1 4202560 613745 0 0 0 55210 439 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578128522584 140578524643373 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11518 vsize=15151156 memory=1808 CPUtime=68.61 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) S 11518 11521 1883 0 -1 1077944384 198856 0 0 0 6848 13 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578007847488 140578539656917 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11518 vsize=15151156 memory=12742324 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11518 11521 1883 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578006795232 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11518 vsize=15151156 memory=3580 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11518 11521 1883 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578005742592 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11518 vsize=15151156 memory=40328 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11518 11521 1883 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578004690800 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11518 vsize=15151156 memory=988 CPUtime=0.35 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) S 11518 11521 1883 0 -1 1077944384 3275 0 0 0 35 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11518 vsize=15151156 memory=2016 CPUtime=0.85 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) S 11518 11521 1883 0 -1 1077944384 11782 0 0 0 84 1 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578002586224 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11518 vsize=15151156 memory=1284 CPUtime=0.55 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11518 11521 1883 0 -1 1077944384 10723 0 0 0 53 2 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11518 vsize=15151156 memory=1044 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11518 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11518 vsize=15151156 memory=708 CPUtime=0.61 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11518 11521 1883 0 -1 1077944384 1110 0 0 0 28 33 0 0 20 0 15 0 475647526 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current cumulated CPU time of completed processes: 0.002262 s
Current children cumulated CPU time: 2523.9 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12742324 KiB

[startup+855.201 s]
/proc/loadavg: 3.88 4.83 6.44 5/206 11665
/proc/meminfo: memFree=2726672/32770624 swapFree=66952608/67108860
[pid=11523] ppid=11518 vsize=15151156 memory=12742324 CPUtime=2527.02 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11518 11521 1883 0 -1 1077944320 2899263 0 0 0 250940 1762 0 0 20 0 15 0 475647519 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3787789 3185581 3507 1 0 3748889 0
[pid=11523/tid=11524] ppid=11518 vsize=15151156 memory=1452 CPUtime=225.52 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) S 11518 11521 1883 0 -1 1077944384 50368 0 0 0 22504 48 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578543884576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11518 vsize=15151156 memory=12742316 CPUtime=557.45 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) S 11518 11521 1883 0 -1 1077944384 673745 0 0 0 55263 482 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578509359888 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11518 vsize=15151156 memory=6791534058613427641 CPUtime=557.89 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) S 11518 11521 1883 0 -1 1077944384 603134 0 0 0 55420 369 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578130627472 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11518 vsize=15151156 memory=708 CPUtime=557.8 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) S 11518 11521 1883 0 -1 1077944384 718609 0 0 0 55383 397 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578129574928 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11518 vsize=15151156 memory=9364 CPUtime=557.26 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) S 11518 11521 1883 0 -1 1077944384 626329 0 0 0 55287 439 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578128522384 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11518 vsize=15151156 memory=1120 CPUtime=68.64 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) R 11518 11521 1883 0 -1 4202560 198856 0 0 0 6851 13 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578007847488 140578524643118 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11518 vsize=15151156 memory=776 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11518 11521 1883 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578006795232 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11518 vsize=15151156 memory=3580 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11518 11521 1883 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578005742592 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11518 vsize=15151156 memory=40328 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11518 11521 1883 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578004690800 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11518 vsize=15151156 memory=988 CPUtime=0.35 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) S 11518 11521 1883 0 -1 1077944384 3275 0 0 0 35 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11518 vsize=15151156 memory=2016 CPUtime=0.85 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) S 11518 11521 1883 0 -1 1077944384 11782 0 0 0 84 1 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578002586224 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11518 vsize=15151156 memory=1284 CPUtime=0.55 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11518 11521 1883 0 -1 1077944384 10723 0 0 0 53 2 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11518 vsize=15151156 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11518 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11518 vsize=15151156 memory=12742316 CPUtime=0.61 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11518 11521 1883 0 -1 1077944384 1110 0 0 0 28 33 0 0 20 0 15 0 475647526 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current cumulated CPU time of completed processes: 0.002262 s
Current children cumulated CPU time: 2527.02 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12742324 KiB

[startup+855.401 s]
/proc/loadavg: 3.88 4.83 6.44 5/206 11665
/proc/meminfo: memFree=2726672/32770624 swapFree=66952608/67108860
[pid=11523] ppid=11518 vsize=15151156 memory=12742324 CPUtime=2527.22 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11518 11521 1883 0 -1 1077944320 2899263 0 0 0 250960 1762 0 0 20 0 15 0 475647519 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3787789 3185581 3507 1 0 3748889 0
[pid=11523/tid=11524] ppid=11518 vsize=15151156 memory=1412 CPUtime=225.52 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) S 11518 11521 1883 0 -1 1077944384 50368 0 0 0 22504 48 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578543884576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11518 vsize=15151156 memory=3280 CPUtime=557.45 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) S 11518 11521 1883 0 -1 1077944384 673745 0 0 0 55263 482 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578509359888 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11518 vsize=15151156 memory=12742316 CPUtime=557.89 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) S 11518 11521 1883 0 -1 1077944384 603134 0 0 0 55420 369 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578130627472 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11518 vsize=15151156 memory=2604 CPUtime=557.8 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) S 11518 11521 1883 0 -1 1077944384 718609 0 0 0 55383 397 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578129574928 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11518 vsize=15151156 memory=1444 CPUtime=557.26 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) S 11518 11521 1883 0 -1 1077944384 626329 0 0 0 55287 439 0 0 20 0 15 0 475647520 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578128522384 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11518 vsize=15151156 memory=880 CPUtime=68.84 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) R 11518 11521 1883 0 -1 4202560 198856 0 0 0 6871 13 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578007847488 140578518016891 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11518 vsize=15151156 memory=1984 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11518 11521 1883 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578006795232 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11518 vsize=15151156 memory=2552 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11518 11521 1883 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578005742592 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11518 vsize=15151156 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11518 11521 1883 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578004690800 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11518 vsize=15151156 memory=111632 CPUtime=0.35 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) S 11518 11521 1883 0 -1 1077944384 3275 0 0 0 35 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11518 vsize=15151156 memory=804 CPUtime=0.85 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) S 11518 11521 1883 0 -1 1077944384 11782 0 0 0 84 1 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578002586224 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11518 vsize=15151156 memory=4104 CPUtime=0.55 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11518 11521 1883 0 -1 1077944384 10723 0 0 0 53 2 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11518 vsize=15151156 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11518 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11518 vsize=15151156 memory=3280 CPUtime=0.61 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11518 11521 1883 0 -1 1077944384 1110 0 0 0 28 33 0 0 20 0 15 0 475647526 15514783744 3185581 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current cumulated CPU time of completed processes: 0.002262 s
Current children cumulated CPU time: 2527.22 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12742324 KiB

[startup+855.501 s]
/proc/loadavg: 3.88 4.83 6.44 5/206 11665
/proc/meminfo: memFree=2726672/32770624 swapFree=66952608/67108860
[pid=11523] ppid=11518 vsize=15151156 memory=12742412 CPUtime=2527.47 cores=0,2,4,6
/proc/11523/stat : 11523 (java) S 11518 11521 1883 0 -1 1077944320 2899332 0 0 0 250985 1762 0 0 20 0 15 0 475647519 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140726957989152 140578539646711 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
/proc/11523/statm: 3787789 3185603 3508 1 0 3748889 0
[pid=11523/tid=11524] ppid=11518 vsize=15151156 memory=12742324 CPUtime=225.52 cores=0,2,4,6
/proc/11523/task/11524/stat : 11524 (java) S 11518 11521 1883 0 -1 1077944384 50368 0 0 0 22504 48 0 0 20 0 15 0 475647520 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578543884576 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11525] ppid=11518 vsize=15151156 memory=12742320 CPUtime=557.5 cores=0,2,4,6
/proc/11523/task/11525/stat : 11525 (java) R 11518 11521 1883 0 -1 4202560 673745 0 0 0 55268 482 0 0 20 0 15 0 475647520 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578509359888 140578524597841 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11526] ppid=11518 vsize=15151156 memory=12742316 CPUtime=557.94 cores=0,2,4,6
/proc/11523/task/11526/stat : 11526 (java) R 11518 11521 1883 0 -1 4202560 603134 0 0 0 55425 369 0 0 20 0 15 0 475647520 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578130627672 140578524597331 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11527] ppid=11518 vsize=15151156 memory=1452 CPUtime=557.85 cores=0,2,4,6
/proc/11523/task/11527/stat : 11527 (java) R 11518 11521 1883 0 -1 4202560 718612 0 0 0 55388 397 0 0 20 0 15 0 475647520 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578129574928 140578524597420 0 4 0 16800975 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11528] ppid=11518 vsize=15151156 memory=12742316 CPUtime=557.31 cores=0,2,4,6
/proc/11523/task/11528/stat : 11528 (java) R 11518 11521 1883 0 -1 4202560 626329 0 0 0 55292 439 0 0 20 0 15 0 475647520 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578128522272 140578524597822 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11529] ppid=11518 vsize=15151156 memory=12742316 CPUtime=68.88 cores=0,2,4,6
/proc/11523/task/11529/stat : 11529 (java) S 11518 11521 1883 0 -1 1077944384 198856 0 0 0 6875 13 0 0 20 0 15 0 475647522 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578007847264 140578539656917 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11530] ppid=11518 vsize=15151156 memory=12742316 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11530/stat : 11530 (java) S 11518 11521 1883 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578006795232 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11531] ppid=11518 vsize=15151156 memory=12742316 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11531/stat : 11531 (java) S 11518 11521 1883 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 475647522 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578005742592 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11532] ppid=11518 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11532/stat : 11532 (java) S 11518 11521 1883 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578004687712 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11533] ppid=11518 vsize=15151156 memory=12742324 CPUtime=0.35 cores=0,2,4,6
/proc/11523/task/11533/stat : 11533 (java) S 11518 11521 1883 0 -1 1077944384 3275 0 0 0 35 0 0 0 20 0 15 0 475647525 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578003638768 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11534] ppid=11518 vsize=15151156 memory=1452 CPUtime=0.85 cores=0,2,4,6
/proc/11523/task/11534/stat : 11534 (java) S 11518 11521 1883 0 -1 1077944384 11782 0 0 0 84 1 0 0 20 0 15 0 475647525 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578002586224 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11535] ppid=11518 vsize=15151156 memory=12742324 CPUtime=0.55 cores=0,2,4,6
/proc/11523/task/11535/stat : 11535 (java) S 11518 11521 1883 0 -1 1077944384 10723 0 0 0 53 2 0 0 20 0 15 0 475647525 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578001533680 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11536] ppid=11518 vsize=15151156 memory=12742324 CPUtime=0 cores=0,2,4,6
/proc/11523/task/11536/stat : 11536 (java) S 11518 11521 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475647525 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140578000481376 140578539656917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
[pid=11523/tid=11537] ppid=11518 vsize=15151156 memory=1452 CPUtime=0.61 cores=0,2,4,6
/proc/11523/task/11537/stat : 11537 (java) S 11518 11521 1883 0 -1 1077944384 1110 0 0 0 28 33 0 0 20 0 15 0 475647526 15514783744 3185603 33554432000 4194304 4196468 140726958006608 140577999427888 140578539657858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20287488 140726958015451 140726958015626 140726958015626 140726958018511 0
Current cumulated CPU time of completed processes: 0.002262 s
Current children cumulated CPU time: 2527.47 s
Current children cumulated vsize: 15151156 KiB
Current children cumulated memory: 12742412 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 855.632
CPU time (s): 2527.65
CPU user time (s): 2509.9
CPU system time (s): 17.7409
CPU usage (%): 295.413
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 12755680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2509.9
system time used= 17.7409
maximum resident set size= 12754228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2899880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28880
involuntary context switches= 36292


# summary of solver processes directly reported to runsolver:
#   pid: 11521,11523
#   total CPU time (s): 2527.65
#   total CPU user time (s): 2509.9
#   total CPU system time (s): 17.7409

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.00809 second user time and 9.25554 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 16:36:38
IDJOB=4403325
IDBENCH=141730
IDSOLVER=2863
FILE ID=node107/4403325-1568993919
RUNJOBID= node107-1568983381-1915
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-047.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403325-1568993919/watcher-4403325-1568993919 -o /var/tmp/evaluation-result-4403325-1568993919/solver-4403325-1568993919 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1915 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1641934254 HOME/instance-4403325-1568993919.xml

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

MD5SUM BENCH= 503235a9ef2fa2334058f0cfe41dccf4
RANDOM SEED=1641934254

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15281888 kB
MemAvailable:   31642004 kB
Buffers:          111308 kB
Cached:         16169716 kB
SwapCached:        48696 kB
Active:          8252392 kB
Inactive:        8249564 kB
Active(anon):     173588 kB
Inactive(anon):    90620 kB
Active(file):    8078804 kB
Inactive(file):  8158944 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952608 kB
Dirty:             26028 kB
Writeback:             0 kB
AnonPages:        248912 kB
Mapped:            61288 kB
Shmem:             34916 kB
Slab:             579748 kB
SReclaimable:     550828 kB
SUnreclaim:        28920 kB
KernelStack:        4048 kB
PageTables:         6016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1420496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12540 MiB
End job on node107 at 2019-09-20 16:50:54