Trace number 4393065

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-06-14? (TO) 2527.52 849.473

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-046.xml
MD5SUM90f9fedd4c3faeb9a4a1958b76d0db2e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark186.128
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size29
Maximum domain size46
Distribution of domain sizes[{"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},{"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}]
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-4393065-1568357278.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393065-1568357278.xml, -tl, 2520s, -p, 4]
0.33/0.22	c 4 solvers in parallel
0.33/0.28	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 (9169 MiB free)
  memory of node 1: 16384 MiB (15344 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393065-1568357278/watcher-4393065-1568357278 -o /tmp/evaluation-result-4393065-1568357278/solver-4393065-1568357278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568353061-32170 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 860638655 HOME/instance-4393065-1568357278.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=32200, runsolver pid=32196
Current StackSize limit: 8192 KiB


[startup+0.100453 s]*
/proc/loadavg: 1.06 1.69 1.92 6/228 32229
/proc/meminfo: memFree=25069956/32770624 swapFree=66977612/67108860
[pid=32200] ppid=32196 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32200/stat : 32200 (xcsp3-exec) S 32196 32200 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140735602981552 140735602979656 140578773324412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25673728 140735602983803 140735602984045 140735602984045 140735602986954 0
/proc/32200/statm: 28282 363 304 221 0 87 0
[pid=32202] ppid=32200 vsize=15144768 memory=28936 CPUtime=0.13 cores=0,2,4,6
/proc/32202/stat : 32202 (java) S 32200 32200 32139 0 -1 1077944320 5648 0 0 0 12 1 0 0 20 0 15 0 411985074 15508242432 7234 33554432000 4194304 4196468 140729122762576 140729122745120 139843109814007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
/proc/32202/statm: 3786192 7234 3155 1 0 3748377 0
[pid=32202/tid=32203] ppid=32200 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/32202/task/32203/stat : 32203 (java) R 32200 32200 32139 0 -1 4202560 3563 0 0 0 9 0 0 0 20 0 15 0 411985074 15508242432 7234 33554432000 4194304 4196468 140729122762576 139843114039968 139843109825942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32208] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32208/stat : 32208 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842701679504 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32209] ppid=32200 vsize=15144768 memory=140652614723200 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32209/stat : 32209 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842700626704 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32210] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32210/stat : 32210 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842699574416 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32200 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842698521616 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32200 vsize=15144768 memory=140652614723200 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842578475120 139843109825154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32200 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32200 32200 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842577421088 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32200 32200 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985077 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842576368752 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842575317072 139843109832603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32200 32200 32139 0 -1 1077944384 413 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842574264944 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32200 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842573212144 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32200 vsize=15144768 memory=140652614723200 CPUtime=0.02 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) R 32200 32200 32139 0 -1 4202560 368 0 0 0 2 0 0 0 20 0 15 0 411985079 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842572159856 139843088772742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32200 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32200 vsize=15144768 memory=140652614723200 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985080 15508242432 7234 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30388 KiB

[startup+0.210502 s]*
/proc/loadavg: 1.06 1.69 1.92 6/228 32229
/proc/meminfo: memFree=25043820/32770624 swapFree=66977612/67108860
[pid=32200] ppid=32196 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32200/stat : 32200 (xcsp3-exec) S 32196 32200 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140735602981552 140735602979656 140578773324412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25673728 140735602983803 140735602984045 140735602984045 140735602986954 0
/proc/32200/statm: 28282 363 304 221 0 87 0
[pid=32202] ppid=32200 vsize=15144768 memory=41320 CPUtime=0.33 cores=0,2,4,6
/proc/32202/stat : 32202 (java) S 32200 32200 32139 0 -1 1077944320 9530 0 0 0 31 2 0 0 20 0 15 0 411985074 15508242432 10330 33554432000 4194304 4196468 140729122762576 140729122745120 139843109814007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
/proc/32202/statm: 3786192 10330 3317 1 0 3748377 0
[pid=32202/tid=32203] ppid=32200 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/32202/task/32203/stat : 32203 (java) R 32200 32200 32139 0 -1 4202560 6615 0 0 0 18 2 0 0 20 0 15 0 411985074 15508242432 10330 33554432000 4194304 4196468 140729122762576 139843114045920 139843109825942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32208] ppid=32200 vsize=15144768 memory=1898158 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32208/stat : 32208 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842701679504 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32209] ppid=32200 vsize=15144768 memory=140652617258202 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32209/stat : 32209 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842700626704 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32210] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32210/stat : 32210 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842699574416 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32200 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842698521616 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32200 vsize=15144768 memory=140652614723200 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32200 32200 32139 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842578475120 139843109825154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32200 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32200 32200 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842577421088 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32200 32200 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985077 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842576368752 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842575317072 139843109832603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32200 vsize=15144768 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32200 32200 32139 0 -1 1077944384 729 0 0 0 3 0 0 0 20 0 15 0 411985079 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842574264944 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32200 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) S 32200 32200 32139 0 -1 1077944384 102 0 0 0 2 0 0 0 20 0 15 0 411985079 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842573212144 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32200 vsize=15144768 memory=140652614723200 CPUtime=0.08 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) R 32200 32200 32139 0 -1 4202560 777 0 0 0 8 0 0 0 20 0 15 0 411985079 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842572157664 139843088528393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32200 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32200 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985080 15508242432 10330 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42772 KiB

[startup+0.311009 s]*
/proc/loadavg: 1.06 1.69 1.92 7/228 32229
/proc/meminfo: memFree=25027812/32770624 swapFree=66977612/67108860
[pid=32200] ppid=32196 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32200/stat : 32200 (xcsp3-exec) S 32196 32200 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140735602981552 140735602979656 140578773324412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25673728 140735602983803 140735602984045 140735602984045 140735602986954 0
/proc/32200/statm: 28282 363 304 221 0 87 0
[pid=32202] ppid=32200 vsize=15149024 memory=50124 CPUtime=0.53 cores=0,2,4,6
/proc/32202/stat : 32202 (java) S 32200 32200 32139 0 -1 1077944320 10897 0 0 0 49 4 0 0 20 0 15 0 411985074 15512600576 12531 33554432000 4194304 4196468 140729122762576 140729122745120 139843109814007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
/proc/32202/statm: 3787256 12531 3358 1 0 3748377 0
[pid=32202/tid=32203] ppid=32200 vsize=15149024 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/32202/task/32203/stat : 32203 (java) R 32200 32200 32139 0 -1 4202560 7804 0 0 0 27 2 0 0 20 0 15 0 411985074 15512600576 12531 33554432000 4194304 4196468 140729122762576 139843114045120 139843093894494 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32208] ppid=32200 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32208/stat : 32208 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842701679504 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32209] ppid=32200 vsize=15149024 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32209/stat : 32209 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842700626704 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32210] ppid=32200 vsize=15149024 memory=-7814691523512926820 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32210/stat : 32210 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842699574416 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32200 vsize=15149024 memory=7161331908245094050 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842698521616 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32200 vsize=15149024 memory=6944656591801720471 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32200 32200 32139 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411985076 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842578475120 139843109825154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32200 vsize=15149024 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32200 32200 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842577421088 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32200 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32200 32200 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985077 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842576368752 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32200 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842575317072 139843109832603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32200 vsize=15149024 memory=4426078206164241782 CPUtime=0.05 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32200 32200 32139 0 -1 1077944384 748 0 0 0 5 0 0 0 20 0 15 0 411985079 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842574264944 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32200 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) R 32200 32200 32139 0 -1 4202560 198 0 0 0 4 0 0 0 20 0 15 0 411985079 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842573212144 139843091338908 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32200 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) S 32200 32200 32139 0 -1 1077944384 842 0 0 0 12 0 0 0 20 0 15 0 411985079 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842572159856 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32200 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32200 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985080 15512600576 12596 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51576 KiB

[startup+0.700817 s]
/proc/loadavg: 1.06 1.69 1.92 11/228 32229
/proc/meminfo: memFree=24997924/32770624 swapFree=66977612/67108860
[pid=32200] ppid=32196 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32200/stat : 32200 (xcsp3-exec) S 32196 32200 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140735602981552 140735602979656 140578773324412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25673728 140735602983803 140735602984045 140735602984045 140735602986954 0
/proc/32200/statm: 28282 363 304 221 0 87 0
[pid=32202] ppid=32200 vsize=15151148 memory=159628 CPUtime=1.47 cores=0,2,4,6
/proc/32202/stat : 32202 (java) S 32200 32200 32139 0 -1 1077944320 14656 0 0 0 141 6 0 0 20 0 15 0 411985074 15514775552 39907 33554432000 4194304 4196468 140729122762576 140729122745120 139843109814007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
/proc/32202/statm: 3787787 39907 3450 1 0 3748889 0
[pid=32202/tid=32203] ppid=32200 vsize=15151148 memory=33 CPUtime=0.67 cores=0,2,4,6
/proc/32202/task/32203/stat : 32203 (java) R 32200 32200 32139 0 -1 4202560 9215 0 0 0 63 4 0 0 20 0 15 0 411985074 15514775552 39907 33554432000 4194304 4196468 140729122762576 139843114051344 139842746378885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32208] ppid=32200 vsize=15151148 memory=288230587429353116 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32208/stat : 32208 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15514775552 39907 33554432000 4194304 4196468 140729122762576 139842701679504 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32209] ppid=32200 vsize=15151148 memory=15539609112999672 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32209/stat : 32209 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985075 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842700626704 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32210] ppid=32200 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32210/stat : 32210 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842699574416 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32200 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) S 32200 32200 32139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411985075 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842698521616 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32200 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32200 32200 32139 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842578475120 139843109825154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32200 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32200 32200 32139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842577421088 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32200 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32200 32200 32139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411985077 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842576368752 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32200 vsize=15151148 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842575317072 139843109832603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32200 vsize=15151148 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32200 32200 32139 0 -1 1077944384 1562 0 0 0 25 0 0 0 20 0 15 0 411985079 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842574264944 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32200 vsize=15151148 memory=3981571651617843815 CPUtime=0.22 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) S 32200 32200 32139 0 -1 1077944384 714 0 0 0 22 0 0 0 20 0 15 0 411985079 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842573212144 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32200 vsize=15151148 memory=7163932136119363431 CPUtime=0.3 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) S 32200 32200 32139 0 -1 1077944384 1858 0 0 0 30 0 0 0 20 0 15 0 411985079 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842572159856 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32200 vsize=15151148 memory=8027223685274615916 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32200 vsize=15151148 memory=7300704776819335744 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32200 32200 32139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411985080 15514775552 39929 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 161080 KiB

[startup+1.5008 s]
/proc/loadavg: 1.06 1.69 1.92 6/228 32229
/proc/meminfo: memFree=24633560/32770624 swapFree=66977612/67108860
[pid=32200] ppid=32196 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/32200/stat : 32200 (xcsp3-exec) S 32196 32200 32139 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411985073 115843072 363 33554432000 4194304 5098028 140735602981552 140735602979656 140578773324412 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 25673728 140735602983803 140735602984045 140735602984045 140735602986954 0
/proc/32200/statm: 28282 363 304 221 0 87 0

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

/proc/32202/task/32210/stat : 32210 (java) R 32200 32200 32139 0 -1 4202560 74798 0 0 0 55648 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842699574616 139843094765134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32200 vsize=15151148 memory=1112 CPUtime=558.26 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) R 32200 32200 32139 0 -1 4202560 124573 0 0 0 55658 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842698521504 139843094799303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32200 vsize=15151148 memory=5956 CPUtime=65.06 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32200 32200 32139 0 -1 1077944384 142706 0 0 0 6497 9 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842578473440 139843109824213 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32200 vsize=15151148 memory=7552 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32200 32200 32139 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842577421152 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32200 vsize=15151148 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32200 32200 32139 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 411985077 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842576368768 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32200 vsize=15151148 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842575317072 139843109832603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32200 vsize=15151148 memory=14012 CPUtime=0.45 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32200 32200 32139 0 -1 1077944384 4111 0 0 0 44 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842574264992 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32200 vsize=15151148 memory=14048 CPUtime=0.38 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) S 32200 32200 32139 0 -1 1077944384 3003 0 0 0 38 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842573211904 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32200 vsize=15151148 memory=20768 CPUtime=0.52 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) S 32200 32200 32139 0 -1 1077944384 10151 0 0 0 51 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842572159904 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32200 vsize=15151148 memory=2120 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32200 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32200 vsize=15151148 memory=532 CPUtime=0.46 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32200 32200 32139 0 -1 1077944384 945 0 0 0 21 25 0 0 20 0 15 0 411985080 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current children cumulated CPU time: 2520.26 s
Current children cumulated vsize: 15264276 KiB
Current children cumulated memory: 12692124 KiB

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

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+849.473 s]
# the end of solver process 32202 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.11 s, system=7.40914 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+848.602 s]*
/proc/loadavg: 3.51 4.84 4.06 5/206 32361
/proc/meminfo: memFree=12427624/32770624 swapFree=66977616/67108860
[pid=32202] ppid=32196 vsize=15151148 memory=12690672 CPUtime=2525.04 cores=0,2,4,6
/proc/32202/stat : 32202 (java) S 32196 32200 32139 0 -1 1077944320 624017 0 0 0 251769 735 0 0 20 0 15 0 411985074 15514775552 3172668 33554432000 4194304 4196468 140729122762576 140729122745120 139843109814007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
/proc/32202/statm: 3787787 3172668 3504 1 0 3748889 0
[pid=32202/tid=32203] ppid=32196 vsize=15151148 memory=1056 CPUtime=220.92 cores=0,2,4,6
/proc/32202/task/32203/stat : 32203 (java) S 32196 32200 32139 0 -1 1077944384 38334 0 0 0 22039 53 0 0 20 0 15 0 411985074 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139843114052064 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32208] ppid=32196 vsize=15151148 memory=4126316290023845779 CPUtime=559.72 cores=0,2,4,6
/proc/32202/task/32208/stat : 32208 (java) R 32196 32200 32139 0 -1 4202560 126190 0 0 0 55818 154 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842701679504 139843094513435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32209] ppid=32196 vsize=15151148 memory=1412 CPUtime=558.6 cores=0,2,4,6
/proc/32202/task/32209/stat : 32209 (java) R 32196 32200 32139 0 -1 4202560 97715 0 0 0 55688 172 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842700626904 139843094810417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32210] ppid=32196 vsize=15151148 memory=3252 CPUtime=559.36 cores=0,2,4,6
/proc/32202/task/32210/stat : 32210 (java) R 32196 32200 32139 0 -1 4202560 74829 0 0 0 55768 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842699574616 139843094810669 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32196 vsize=15151148 memory=1452 CPUtime=559.46 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) R 32196 32200 32139 0 -1 4202560 124705 0 0 0 55778 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842698521816 139843094810417 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32196 vsize=15151148 memory=12690672 CPUtime=65.07 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32196 32200 32139 0 -1 1077944384 142706 0 0 0 6498 9 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842578473664 139843109824213 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32196 vsize=15151148 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32196 32200 32139 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842577421152 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32196 vsize=15151148 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32196 32200 32139 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 411985077 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842576368768 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32196 vsize=15151148 memory=12690668 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32196 32200 32139 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842575316720 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32196 vsize=15151148 memory=1452 CPUtime=0.45 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32196 32200 32139 0 -1 1077944384 4111 0 0 0 44 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842574264992 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32196 vsize=15151148 memory=12690668 CPUtime=0.38 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) S 32196 32200 32139 0 -1 1077944384 3003 0 0 0 38 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842573211904 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32196 vsize=15151148 memory=12690672 CPUtime=0.52 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) S 32196 32200 32139 0 -1 1077944384 10151 0 0 0 51 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842572159904 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32196 vsize=15151148 memory=39192 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32196 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32196 vsize=15151148 memory=988 CPUtime=0.46 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32196 32200 32139 0 -1 1077944384 945 0 0 0 21 25 0 0 20 0 15 0 411985080 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current cumulated CPU time of completed processes: 0.002244 s
Current children cumulated CPU time: 2525.04 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12690672 KiB

[startup+849.001 s]
/proc/loadavg: 3.51 4.84 4.06 5/206 32361
/proc/meminfo: memFree=12427624/32770624 swapFree=66977616/67108860
[pid=32202] ppid=32196 vsize=15151148 memory=12690672 CPUtime=2525.81 cores=0,2,4,6
/proc/32202/stat : 32202 (java) S 32196 32200 32139 0 -1 1077944320 624064 0 0 0 251846 735 0 0 20 0 15 0 411985074 15514775552 3172668 33554432000 4194304 4196468 140729122762576 140729122745120 139843109814007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
/proc/32202/statm: 3787787 3172668 3504 1 0 3748889 0
[pid=32202/tid=32203] ppid=32196 vsize=15151148 memory=14048 CPUtime=220.92 cores=0,2,4,6
/proc/32202/task/32203/stat : 32203 (java) S 32196 32200 32139 0 -1 1077944384 38334 0 0 0 22039 53 0 0 20 0 15 0 411985074 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139843114051856 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32208] ppid=32196 vsize=15151148 memory=20768 CPUtime=559.85 cores=0,2,4,6
/proc/32202/task/32208/stat : 32208 (java) R 32196 32200 32139 0 -1 4202560 126193 0 0 0 55831 154 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842701679704 139843094764612 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32209] ppid=32196 vsize=15151148 memory=2120 CPUtime=558.73 cores=0,2,4,6
/proc/32202/task/32209/stat : 32209 (java) R 32196 32200 32139 0 -1 4202560 97715 0 0 0 55701 172 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842700626904 139843094799303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32210] ppid=32196 vsize=15151148 memory=532 CPUtime=559.49 cores=0,2,4,6
/proc/32202/task/32210/stat : 32210 (java) R 32196 32200 32139 0 -1 4202560 74829 0 0 0 55781 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842699574304 139843094764722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32196 vsize=15151148 memory=1984 CPUtime=559.59 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) R 32196 32200 32139 0 -1 4202560 124706 0 0 0 55791 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842698521816 139843094765482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32196 vsize=15151148 memory=2480 CPUtime=65.33 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32196 32200 32139 0 -1 1077944384 142709 0 0 0 6524 9 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842578473440 139843109824213 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32196 vsize=15151148 memory=1768 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32196 32200 32139 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842577421152 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32196 vsize=15151148 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32196 32200 32139 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 411985077 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842576368768 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32196 vsize=15151148 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32196 32200 32139 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842575315392 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32196 vsize=15151148 memory=4096 CPUtime=0.45 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32196 32200 32139 0 -1 1077944384 4111 0 0 0 44 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842574264944 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32196 vsize=15151148 memory=12690672 CPUtime=0.38 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) S 32196 32200 32139 0 -1 1077944384 3003 0 0 0 38 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842573212144 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32196 vsize=15151148 memory=0 CPUtime=0.52 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) S 32196 32200 32139 0 -1 1077944384 10151 0 0 0 51 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842572159856 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32196 vsize=15151148 memory=281304051456561 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32196 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32196 vsize=15151148 memory=0 CPUtime=0.46 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32196 32200 32139 0 -1 1077944384 945 0 0 0 21 25 0 0 20 0 15 0 411985080 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current cumulated CPU time of completed processes: 0.002244 s
Current children cumulated CPU time: 2525.81 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12690672 KiB

[startup+849.401 s]
/proc/loadavg: 3.51 4.84 4.06 5/206 32361
/proc/meminfo: memFree=12427624/32770624 swapFree=66977616/67108860
[pid=32202] ppid=32196 vsize=15151148 memory=12690672 CPUtime=2527.41 cores=0,2,4,6
/proc/32202/stat : 32202 (java) S 32196 32200 32139 0 -1 1077944320 624064 0 0 0 252006 735 0 0 20 0 15 0 411985074 15514775552 3172668 33554432000 4194304 4196468 140729122762576 140729122745120 139843109814007 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
/proc/32202/statm: 3787787 3172668 3504 1 0 3748889 0
[pid=32202/tid=32203] ppid=32196 vsize=15151148 memory=2004 CPUtime=220.92 cores=0,2,4,6
/proc/32202/task/32203/stat : 32203 (java) S 32196 32200 32139 0 -1 1077944384 38334 0 0 0 22039 53 0 0 20 0 15 0 411985074 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139843114051856 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32208] ppid=32196 vsize=15151148 memory=1428 CPUtime=560.25 cores=0,2,4,6
/proc/32202/task/32208/stat : 32208 (java) R 32196 32200 32139 0 -1 4202560 126193 0 0 0 55871 154 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842701679704 139843094511768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32209] ppid=32196 vsize=15151148 memory=1724 CPUtime=559.13 cores=0,2,4,6
/proc/32202/task/32209/stat : 32209 (java) R 32196 32200 32139 0 -1 4202560 97715 0 0 0 55741 172 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842700626904 139843094764663 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32210] ppid=32196 vsize=15151148 memory=6791534058613427641 CPUtime=559.89 cores=0,2,4,6
/proc/32202/task/32210/stat : 32210 (java) R 32196 32200 32139 0 -1 4202560 74829 0 0 0 55821 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842699574304 139843094765468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32211] ppid=32196 vsize=15151148 memory=7552 CPUtime=559.99 cores=0,2,4,6
/proc/32202/task/32211/stat : 32211 (java) R 32196 32200 32139 0 -1 4202560 124706 0 0 0 55831 168 0 0 20 0 15 0 411985075 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842698521816 139843094765016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32214] ppid=32196 vsize=15151148 memory=2832 CPUtime=65.33 cores=0,2,4,6
/proc/32202/task/32214/stat : 32214 (java) S 32196 32200 32139 0 -1 1077944384 142709 0 0 0 6524 9 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842578473440 139843109824213 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32216] ppid=32196 vsize=15151148 memory=1084 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32216/stat : 32216 (java) S 32196 32200 32139 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 411985076 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842577421152 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32217] ppid=32196 vsize=15151148 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32217/stat : 32217 (java) S 32196 32200 32139 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 411985077 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842576368768 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32224] ppid=32196 vsize=15151148 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32224/stat : 32224 (java) S 32196 32200 32139 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842575315392 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32225] ppid=32196 vsize=15151148 memory=20768 CPUtime=0.45 cores=0,2,4,6
/proc/32202/task/32225/stat : 32225 (java) S 32196 32200 32139 0 -1 1077944384 4111 0 0 0 44 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842574264944 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32226] ppid=32196 vsize=15151148 memory=12690672 CPUtime=0.38 cores=0,2,4,6
/proc/32202/task/32226/stat : 32226 (java) S 32196 32200 32139 0 -1 1077944384 3003 0 0 0 38 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842573212144 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32227] ppid=32196 vsize=15151148 memory=532 CPUtime=0.52 cores=0,2,4,6
/proc/32202/task/32227/stat : 32227 (java) S 32196 32200 32139 0 -1 1077944384 10151 0 0 0 51 1 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842572159856 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32228] ppid=32196 vsize=15151148 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/32202/task/32228/stat : 32228 (java) S 32196 32200 32139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411985079 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842571107296 139843109824213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
[pid=32202/tid=32229] ppid=32196 vsize=15151148 memory=924 CPUtime=0.46 cores=0,2,4,6
/proc/32202/task/32229/stat : 32229 (java) S 32196 32200 32139 0 -1 1077944384 945 0 0 0 21 25 0 0 20 0 15 0 411985080 15514775552 3172668 33554432000 4194304 4196468 140729122762576 139842570054064 139843109825154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25735168 140729122767855 140729122768026 140729122768026 140729122770895 0
Current cumulated CPU time of completed processes: 0.002244 s
Current children cumulated CPU time: 2527.41 s
Current children cumulated vsize: 15151148 KiB
Current children cumulated memory: 12690672 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 849.473
CPU time (s): 2527.52
CPU user time (s): 2520.11
CPU system time (s): 7.40914
CPU usage (%): 297.54
Max. virtual memory (cumulated for all children) (KiB): 15264276
Max. memory (cumulated for all children) (KiB): 12692124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.11
system time used= 7.40914
maximum resident set size= 12691080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 624612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28730
involuntary context switches= 37170


# summary of solver processes directly reported to runsolver:
#   pid: 32200,32202
#   total CPU time (s): 2527.52
#   total CPU user time (s): 2520.11
#   total CPU system time (s): 7.40914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35332 second user time and 8.57502 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-13 07:37:41
IDJOB=4393065
IDBENCH=141723
IDSOLVER=2840
FILE ID=node104/4393065-1568357278
RUNJOBID= node104-1568353061-32170
PBS_JOBID= 21701190
Free space on /tmp= 56576 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-046.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4393065-1568357278/watcher-4393065-1568357278 -o /tmp/evaluation-result-4393065-1568357278/solver-4393065-1568357278 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568353061-32170 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 860638655 HOME/instance-4393065-1568357278.xml

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

MD5SUM BENCH= 90f9fedd4c3faeb9a4a1958b76d0db2e
RANDOM SEED=860638655

node104.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.09
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.09
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.09
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.09
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:        25103640 kB
MemAvailable:   31828616 kB
Buffers:          144904 kB
Cached:          6793452 kB
SwapCached:        31864 kB
Active:          1814596 kB
Inactive:        5160800 kB
Active(anon):       3780 kB
Inactive(anon):    74668 kB
Active(file):    1810816 kB
Inactive(file):  5086132 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66977612 kB
Dirty:             52124 kB
Writeback:             0 kB
AnonPages:        122732 kB
Mapped:            43164 kB
Shmem:             32780 kB
Slab:             285924 kB
SReclaimable:     256488 kB
SUnreclaim:        29436 kB
KernelStack:        3280 kB
PageTables:         5652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     495072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56548 MiB
End job on node104 at 2019-09-13 07:51:51